Added "File Library" main Associate menu option.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 16 Jan 2018 17:16:40 +0000 (12:16 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 16 Jan 2018 17:16:40 +0000 (12:16 -0500)
commit0871fde1dcebeab44e723f09a272f0be6a1b72fc
treed3071c1ba198b0f039e9dcedd2bb9a6466b1a719
parentf3ac314344730ec2a7b3e94367d4549423d40fdb
Added "File Library" main Associate menu option.

Updated database with file_library and file_library_categories tables (the later is not yet in use).
Copied code from js/imageUpload to js/fileLibraryUpload and modified to serve for the File Library.
Created models and views to support new feature.
18 files changed:
classes/data/dataFileLibrary.php [new file with mode: 0644]
classes/data/settings/dataSettingsGeneral.php
defines.php
index.php
js/fileLibraryUpload/fileLibraryUpload.css [new file with mode: 0644]
js/fileLibraryUpload/fileLibraryUpload.js [new file with mode: 0644]
models/admin/ajax/fileLibraryUpload.php [new file with mode: 0644]
models/admin/fileLibrary/index.php [new file with mode: 0644]
setup/adminMenus.php
setup/databaseScripts/create_database_V1.1.32.sql [deleted file]
setup/databaseScripts/create_database_V1.1.33.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/drop_database_V1.1.32.sql [deleted file]
setup/databaseScripts/drop_database_V1.1.33.sql [new file with mode: 0644]
setup/databaseScripts/update_database_V1.1.33.sql [new file with mode: 0644]
setup/validActions.php
views/admin/fileLibrary/index.html [new file with mode: 0644]
views/admin/management/index.html