summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Laury GvR [Fri, 19 May 2017 20:52:56 +0000 (16:52 -0400)]
Invalid reference to ->registrationID when not set by request. Provided 'default' value of false
Laury GvR [Fri, 19 May 2017 20:49:10 +0000 (16:49 -0400)]
Field testing on event registration edit form
Anthony Talarico [Fri, 19 May 2017 20:44:28 +0000 (16:44 -0400)]
setting the registration url in events list based on the query results of reg_event
if an event has a registration record attached to it, it will have an edit url otherwise
it will have an add url. For the link next to the events in the events list admin view
Laury GvR [Fri, 19 May 2017 19:21:58 +0000 (15:21 -0400)]
Testing registration link addition to event list
Laury GvR [Wed, 17 May 2017 16:51:20 +0000 (12:51 -0400)]
Minor tr closing tag correction on the Events output
Laury GvR [Wed, 17 May 2017 16:50:28 +0000 (12:50 -0400)]
Test output for Registration Events
Laury GvR [Wed, 17 May 2017 16:07:26 +0000 (12:07 -0400)]
Registration info is outputting very rudimentary
Chuck Scott [Fri, 12 May 2017 15:29:35 +0000 (11:29 -0400)]
Committing current development work
Chuck Scott [Thu, 13 Apr 2017 21:35:11 +0000 (17:35 -0400)]
Updated update server code
Chuck Scott [Fri, 7 Apr 2017 20:35:50 +0000 (16:35 -0400)]
Minor database updates.
Chuck Scott [Fri, 7 Apr 2017 16:19:08 +0000 (12:19 -0400)]
Additional database updates and indexes.
Chuck Scott [Thu, 6 Apr 2017 20:45:24 +0000 (16:45 -0400)]
Added Reg Time table
Chuck Scott [Thu, 6 Apr 2017 20:23:51 +0000 (16:23 -0400)]
More work completed on reading carts.
Initial output of registrations list and detail.
Added data table for event times that will track summary data for registrations for a particular event time.
Added some additional fields to various tables to help track hold status for cart registrations that have now been processed.
Chuck Scott [Tue, 28 Mar 2017 16:51:12 +0000 (12:51 -0400)]
Updated database to make a couple of field corrections - V0.0.2
Completed code to build and remove test data for a completed registration.
Steve Sutton [Tue, 7 Mar 2017 21:31:20 +0000 (16:31 -0500)]
Setting up the paging for account list page.
Using the event list as base to add in the paging for accounts.
Chuck Scott [Fri, 3 Mar 2017 19:51:30 +0000 (14:51 -0500)]
Resetting database to V0.0.1
Chuck Scott [Thu, 2 Mar 2017 18:07:10 +0000 (13:07 -0500)]
Interim commit while developing registrationsSupport.php
Fixed error with wrong file name for database creation.
Minor database update.
Other comment and code cleanup.
Laury GvR [Thu, 2 Mar 2017 15:26:35 +0000 (10:26 -0500)]
Data class for request rate & registrant, DB update
Minor DB update, changing a float to a tinyint. Also added data
classes for the data request rate and request registrant tables.
Steve Sutton [Wed, 1 Mar 2017 17:01:59 +0000 (12:01 -0500)]
Setup search form
Setting up the name search for account list page.
Steve Sutton [Wed, 1 Mar 2017 16:04:08 +0000 (11:04 -0500)]
Wrap up the field for the edit page.
Chuck said we'll discuss the registered by later. For now it commented
out in the data class.
Steve Sutton [Wed, 1 Mar 2017 15:34:51 +0000 (10:34 -0500)]
Spelling corrections
Doc updates for spelling
Steve Sutton [Wed, 1 Mar 2017 14:09:29 +0000 (09:09 -0500)]
Setting up registered_by and member_id fields
Having trouble with the registered_by field. Asking Chuck for help.
Steve Sutton [Tue, 28 Feb 2017 21:42:43 +0000 (16:42 -0500)]
Update for password field and date_created
Getting password field working correctly and the date_created field to
save on insert.
Anthony Talarico [Mon, 27 Feb 2017 21:42:02 +0000 (16:42 -0500)]
adding settings > global payment codes to the mgmt menu. Payment codes can be
added, edited and deleted. Only global paymentcodes show up in the admin
Steve Sutton [Fri, 24 Feb 2017 22:00:54 +0000 (17:00 -0500)]
WIP Edit and Add forms
Edit and Add page is working. Have to go over some fields like
contact_id and the member reference with Chuck though.
Steve Sutton [Thu, 23 Feb 2017 22:00:46 +0000 (17:00 -0500)]
Add list/add/edit Account tab in Registrations
Adding the list page to list out accounts.
Working on the edit page to add or edit Accounts.
Chuck Scott [Tue, 21 Feb 2017 21:37:05 +0000 (16:37 -0500)]
Completed setup of Registrations Misc Settings
Fixed updated and error flashing text in Registrations management and settings
Fixed other minor layout problems.
Chuck Scott [Mon, 20 Feb 2017 14:24:08 +0000 (09:24 -0500)]
Updated development assignments documentation
Cleaned up some management and settings code to be more standard
Added settings for registrations misc
Updated registration terms and management settings for better layout.
Chuck Scott [Fri, 17 Feb 2017 16:47:19 +0000 (11:47 -0500)]
Updated database to use SMALLINT instead of TINYINT for bitmapped fields
Cleaned up Registrations management "General" and "Terms" pages
Added registrations management settings and terms to the array when registering the add-on to get the data into config.
Chuck Scott [Thu, 16 Feb 2017 17:36:40 +0000 (12:36 -0500)]
Updated plugin.ini to clear up confusion for ref_type for various things.
Removed required from some fields
Updated assignments on Development outline
Chuck Scott [Mon, 13 Feb 2017 22:11:25 +0000 (17:11 -0500)]
Fixed some ref_type and ref_dest issues.
Laury GvR [Mon, 13 Feb 2017 22:01:41 +0000 (17:01 -0500)]
Most of the db tables made into data classes.
Most of the db tables now have a data class set up.
Laury GvR [Fri, 10 Feb 2017 20:19:42 +0000 (15:19 -0500)]
Files for the new data classes added
Steve Sutton [Thu, 9 Feb 2017 20:11:04 +0000 (15:11 -0500)]
Update entry fix
Pull the entry again.
Laury GvR [Thu, 9 Feb 2017 17:15:25 +0000 (12:15 -0500)]
Adding payment codes settings page.
Using basic event Amenities template for payment code settings page.
Note: the payment_ref_type is not recognised as the page will warn.
Also not sure yet what to use instead of 'name'. Data Abstract has
a comment of "Name of field" by field 'Amount'?
Laury GvR [Thu, 9 Feb 2017 15:08:11 +0000 (10:08 -0500)]
L#7
Laury GvR [Thu, 9 Feb 2017 14:24:45 +0000 (09:24 -0500)]
L#6
Laury GvR [Wed, 8 Feb 2017 21:35:18 +0000 (16:35 -0500)]
L#5
Laury GvR [Wed, 8 Feb 2017 21:20:00 +0000 (16:20 -0500)]
L#4
Laury GvR [Wed, 8 Feb 2017 18:56:01 +0000 (13:56 -0500)]
L#3
Chuck Scott [Wed, 8 Feb 2017 02:53:13 +0000 (21:53 -0500)]
Added 3 more data classes (roughed in)
Anthony Talarico [Tue, 7 Feb 2017 21:56:34 +0000 (16:56 -0500)]
fixing data class fields that were causing sql errors
Laury GvR [Tue, 7 Feb 2017 20:32:33 +0000 (15:32 -0500)]
Coded registration settings view and model. L#2
Anthony Talarico [Tue, 7 Feb 2017 15:16:37 +0000 (10:16 -0500)]
adding regterms action, model and view file
Laury GvR [Tue, 7 Feb 2017 14:10:09 +0000 (09:10 -0500)]
Test build L#1.0
Laury GvR [Mon, 6 Feb 2017 21:49:09 +0000 (16:49 -0500)]
Fixed dataManagement, added dummy files
Fixed the datamanagement class and added files to get started on
adding the management tabs.
Chuck Scott [Mon, 6 Feb 2017 21:34:16 +0000 (16:34 -0500)]
Completed the dataMisc.php file.
Chuck Scott [Mon, 6 Feb 2017 19:50:53 +0000 (14:50 -0500)]
Added data classes for management and settings_terms.
Fixed a database table name prefix define error (missing trailing "_")
Corrected some errors in the management and settings_terms tables
Chuck Scott [Mon, 6 Feb 2017 17:44:43 +0000 (12:44 -0500)]
Started adding data classes dissabling database creation for a bit.
Chuck Scott [Mon, 6 Feb 2017 16:10:45 +0000 (11:10 -0500)]
First DB version should install now.
Updated the create_database file with additional indexes and other alterations.
Corrected a problem with the database versions table name.
Chuck Scott [Thu, 2 Feb 2017 21:51:32 +0000 (16:51 -0500)]
Fixing name of plugin to be consistent with other plugins.
Chuck Scott [Thu, 2 Feb 2017 21:47:28 +0000 (16:47 -0500)]
Added models and views for registrations dashboard and event list;
Minor fixes to create_database script and adding indexes.
Chuck Scott [Thu, 2 Feb 2017 20:41:14 +0000 (15:41 -0500)]
Adding in all new and updated files from preveious incarnation of this add-on.
Old add-on was glm-member-db-event-registrations, now glm-member-db-registrations
Chuck Scott [Thu, 2 Feb 2017 20:04:07 +0000 (15:04 -0500)]
initial commit