Working on adding Files and Counties
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 30 Mar 2017 17:09:36 +0000 (13:09 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 4 Apr 2017 20:32:05 +0000 (16:32 -0400)
commit94f3e9898eae78a814298ac62ec2218f4daf30bc
treedac258ae8fc80663830a543bcab09dbb849ae48d
parentdd9a12cd5f96cab6a17a47954723cd8947861b2e
Working on adding Files and Counties

Adding new table for Counties.
Adding the File edit page.
Using the Image edit page as example.
Adding new functions to the js and ajax model for files to be processed differently.
20 files changed:
classes/data/dataFiles.php [new file with mode: 0644]
classes/data/dataMemberInfo.php
css/admin.css
index.php
js/imageUpload/imageUpload.css
js/imageUpload/imageUpload.js
models/admin/ajax/fileUpload.php [new file with mode: 0644]
models/admin/management/import/members.php
models/admin/member/memberInfo.php
setup/databaseScripts/create_database_V1.1.26.sql [deleted file]
setup/databaseScripts/create_database_V1.1.27.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/drop_database_V1.1.24.sql [deleted file]
setup/databaseScripts/drop_database_V1.1.27.sql [new file with mode: 0644]
setup/databaseScripts/update_database_V1.1.27.sql [new file with mode: 0644]
setup/validActions.php
views/admin/member/memberInfo.html
views/admin/member/memberInfo/editFiles.html [new file with mode: 0644]
views/admin/member/memberInfo/editStatus.html [new file with mode: 0644]
views/front/members/detail.html