Added active and non_time_specific flags to reg_time table and added new date/time...
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 27 Nov 2017 21:45:44 +0000 (16:45 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 27 Nov 2017 21:45:44 +0000 (16:45 -0500)
commit8a4fae3daedfc69e9549d42c2d2075226940f1fc
treec8389c34d2833bf2bdc74b356b6365e98de4624e
parentc0af5ecad632a116159582015072bfe54eb05905
Added active and non_time_specific flags to reg_time table and added new date/time form to reg event dashboard.

Updated database version to 0.0.19 and added active and non_time_specific boolean fields.
Added Active checkbox to time edit dialog box and code to change entry background color in calendar in eventDashboard.html
Added storage of Active flag to updateAvailability.php.
Adding dialog box for adding a date/time entry.
Added new mask input jQuery add-on with more flexibility, added to time input fields for adding date/time entries.
Updated checkout page to use new mask input.
Started added AJAX processing for new date/time entry.
14 files changed:
classes/data/dataRegTime.php
index.php
models/admin/ajax/DELETE-cartLinkWidget.php [deleted file]
models/admin/ajax/updateAvailability.php
models/admin/registrations/events.php
models/front/registrations/checkout.php
setup/databaseScripts/create_database_V0.0.18.sql [deleted file]
setup/databaseScripts/create_database_V0.0.19.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/drop_database_V0.0.18.sql [deleted file]
setup/databaseScripts/drop_database_V0.0.19.sql [new file with mode: 0644]
setup/databaseScripts/update_database_V0.0.19.sql [new file with mode: 0644]
views/admin/registrations/eventDashboard.html
views/front/registrations/checkout.html