Interim update during development of Event/Regstrations linking code.
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 14 Aug 2017 15:49:42 +0000 (11:49 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 14 Aug 2017 15:49:42 +0000 (11:49 -0400)
commitfd2ce046e386c4f0d923d534f3522af237894faf
treed7b424da3c435fed3480dd15e18e094a2e58b852
parent758b32fd6a0e63e2633f4f3526235dd9a4bedfd1
Interim update during development of Event/Regstrations linking code.
Reorcanization of front-end models.
46 files changed:
activate.php
config/plugin.ini
deactivate.php
defines.php
index.php
models/admin/registrations/accounts.php
models/admin/registrations/events.php
models/admin/registrations/requests.php
models/front/registrations/account.php [new file with mode: 0644]
models/front/registrations/cart.php [new file with mode: 0644]
models/front/registrations/checkout.php [new file with mode: 0644]
models/front/registrations/index.php [new file with mode: 0644]
models/front/registrations/list.php [new file with mode: 0644]
models/front/registrations/registrationAccountSummary.php [deleted file]
models/front/registrations/registrationCart.php [deleted file]
models/front/registrations/registrationCheckout.php [deleted file]
models/front/registrations/registrationSelect.php [deleted file]
models/front/registrations/registrationSummary.php [deleted file]
models/front/registrations/select.php [new file with mode: 0644]
models/front/registrations/summary.php [new file with mode: 0644]
setup/adminHooks.php
setup/adminMenus.php
setup/shortcodes.php
setup/validActions.php
uninstall.php
views/admin/registrations/accountEdit.html [new file with mode: 0644]
views/admin/registrations/editAccount.html [deleted file]
views/admin/registrations/editRequest.html [deleted file]
views/admin/registrations/eventDashboard.html [new file with mode: 0644]
views/admin/registrations/eventEdit.html [new file with mode: 0644]
views/admin/registrations/eventList.html [new file with mode: 0644]
views/admin/registrations/events.html [deleted file]
views/admin/registrations/requestEdit.html [new file with mode: 0644]
views/admin/registrations/text_input.html [new file with mode: 0644]
views/front/registrations/account.html [new file with mode: 0644]
views/front/registrations/cart.html [new file with mode: 0644]
views/front/registrations/checkout.html [new file with mode: 0644]
views/front/registrations/list.html [new file with mode: 0644]
views/front/registrations/login.html [new file with mode: 0644]
views/front/registrations/registrationAccountSummary.html [deleted file]
views/front/registrations/registrationCart.html [deleted file]
views/front/registrations/registrationCheckout.html [deleted file]
views/front/registrations/registrationSelect.html [deleted file]
views/front/registrations/registrationSummary.html [deleted file]
views/front/registrations/select.html [new file with mode: 0644]
views/front/registrations/summary.html [new file with mode: 0644]