Added management options to turn on/off Member Info edit tabs.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 11 Apr 2017 15:58:18 +0000 (11:58 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 11 Apr 2017 16:02:52 +0000 (12:02 -0400)
commita8d4e97ea450bb2932e631e909dc7723f7e1a789
tree105724c38c7f6498170da8caa30fb9107cebe147
parent9cf85194fac7118ca095fc0c774481ad6d337319
Added management options to turn on/off Member Info edit tabs.
Added tests for those options in the Member Info edit views.
Added teste for those options in necessary data classes to avoid problems with related data not being submitted.
Added tests to front/members/list.php model to avoid problems with that data not being submitted.
Added "blankStart" URL op[tion for member lists that can override the "blank-start' shortcode option.
Fixed issues in the list.php code when overriding blank-start.
19 files changed:
classes/data/dataFiles.php
classes/data/dataImages.php
classes/data/dataMemberInfo.php
classes/data/settings/dataSettingsGeneral.php
classes/memberDataByLatLon.php
index.php
models/front/members/list.php
setup/databaseScripts/create_database_V1.1.28.sql [deleted file]
setup/databaseScripts/create_database_V1.1.29.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/drop_database_V1.1.28.sql [deleted file]
setup/databaseScripts/drop_database_V1.1.29.sql [new file with mode: 0644]
setup/databaseScripts/update_database_V1.1.28.sql
setup/databaseScripts/update_database_V1.1.29.sql [new file with mode: 0644]
views/admin/management/index.html
views/admin/member/index.html
views/admin/member/memberInfo.html
views/front/members/detail.html
views/front/members/list.html