Updated database to version 0.0.13 to get rid of some old fields.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 3 Oct 2017 20:51:56 +0000 (16:51 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 3 Oct 2017 20:51:56 +0000 (16:51 -0400)
commit7c8150521b5ff63816ee0f493f63ab2b9d2eb75e
tree997aafd1182e37efa9251b9079b44486219b14d1
parentc9429cc183a432ee375164e04c8320ddd8c89d44
Updated database to version 0.0.13 to get rid of some old fields.
Removed those fields from the related data classes.
Added information on available dates and times to the registration page on the front-end.
Now need to put in pop-up calendar for date selection for time_specific registrations.
Added functions to purge expired reg_time_pending entries and to update the quantities in the reg_time table.
Improved display of reg times in the event dashboard in admin.
18 files changed:
classes/data/dataRegEvent.php
classes/data/dataRegRequestClass.php
classes/data/dataRegRequestEvent.php
classes/data/dataRegRequestRate.php
classes/regCartSupport.php
index.php
js/frontRegApp.js
models/admin/ajax/regFront/registrant.php
models/admin/registrations/events.php
models/front/registrations/registration.php
setup/databaseScripts/create_database_V0.0.12.sql [deleted file]
setup/databaseScripts/create_database_V0.0.13.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/drop_database_V0.0.12.sql [deleted file]
setup/databaseScripts/drop_database_V0.0.13.sql [new file with mode: 0644]
setup/databaseScripts/update_database_V0.0.13.sql [new file with mode: 0644]
views/admin/registrations/eventDashboard.html
views/front/registrations/registration.html