Custom Fields now working for event and event registrants.
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 11 Dec 2017 14:28:19 +0000 (09:28 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 11 Dec 2017 14:28:19 +0000 (09:28 -0500)
commit5815f0e5158c0e3d251b456e5c6fd952c74c741a
tree72f28fb7f2eb1ba669c04c0e0b062daa0a7e45af
parentc52cda7df2726c9875019dd398636f54f61e7f33
Custom Fields now working for event and event registrants.
28 files changed:
classes/customFieldPluginSupport.php [deleted file]
classes/customFieldSupport.php [new file with mode: 0644]
classes/data/dataCustomFields.php
classes/data/dataCustomFieldsData.php
defines.php
index.php
models/admin/OLD-import/fields.php [new file with mode: 0644]
models/admin/OLD-import/fields.php [deleted file]
models/admin/ajax/customFields.php
models/admin/customFields/index.php
models/front/customFields/formDisplay.php [new file with mode: 0644]
setup/adminHooks.php
setup/commonHooks.php
setup/databaseScripts/create_database_V1.0.0.sql [deleted file]
setup/databaseScripts/create_database_V1.0.1.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V1.0.1.sql [new file with mode: 0644]
setup/frontHooks.php
setup/hooksHelp.html
setup/shortcodes.php
setup/validActions.php
views/admin/ajax/newField.html
views/admin/customFields/index.html
views/front/customFields/displayForm.html [new file with mode: 0644]
views/front/fields/OLDdetail.html [new file with mode: 0644]
views/front/fields/OLDlist.html [new file with mode: 0644]
views/front/fields/detail.html [deleted file]
views/front/fields/list.html [deleted file]