Starting rework to remove legacy code get custom fields working cleanly.
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 4 Dec 2017 21:15:57 +0000 (16:15 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 4 Dec 2017 21:15:57 +0000 (16:15 -0500)
commitc52cda7df2726c9875019dd398636f54f61e7f33
treec6a5ea3a138a4e7c93b4b0205628b6f678a0978b
parentff1ce4947f9abd0e4b23fdd6431b6003c95adcc8
Starting rework to remove legacy code get custom fields working cleanly.

Have glm-members-customfields-edit admin filter working except for edit.
Marked much of the code as OLD to make sure we delete anything that's not used when it's all working.
25 files changed:
classes/data/dataCustomFields.php
models/admin/OLD-entity/fields.php [new file with mode: 0644]
models/admin/OLD-management/fields.php [new file with mode: 0644]
models/admin/OLD-import/fields.php [new file with mode: 0644]
models/admin/ajax/customFields.php [new file with mode: 0644]
models/admin/ajax/filterSearch.php [deleted file]
models/admin/customFields/index.php [new file with mode: 0644]
models/admin/entity/fields.php [deleted file]
models/admin/import/fields.php [deleted file]
models/admin/management/fields.php [deleted file]
setup/adminHooks.php
setup/commonHooks.php
setup/validActions.php
views/admin/OLD-entity/fields.html [new file with mode: 0644]
views/admin/OLD-import/fields.html [new file with mode: 0644]
views/admin/OLD-import/fieldsProcess.html [new file with mode: 0644]
views/admin/OLD-import/fieldsValidate.html [new file with mode: 0644]
views/admin/OLD-management/fields.html [new file with mode: 0644]
views/admin/ajax/newField.html [new file with mode: 0644]
views/admin/customFields/index.html [new file with mode: 0644]
views/admin/entity/fields.html [deleted file]
views/admin/import/fields.html [deleted file]
views/admin/import/fieldsProcess.html [deleted file]
views/admin/import/fieldsValidate.html [deleted file]
views/admin/management/fields.html [deleted file]