Cleaned up parentheses in require and include statements.
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 29 Aug 2016 17:44:12 +0000 (13:44 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 29 Aug 2016 17:44:12 +0000 (13:44 -0400)
commit7899cba95e391533443727b63e6a49939a476fec
treee7881f132eee27cffd5552424ffc197fc5474f1a
parent8b67b968db390ceed1cb5041b4232006b6aafe01
Cleaned up parentheses in require and include statements.
* Fixed member search on members dashboard page. Checked for other similar issues.
* Removed old form content from member edit template. No longer used.
* Comented out editing of credit cards and front-end display of credit cards. Management fields related to credit cards still remain.
* Added ability to set a minimum value for the top of the Y axis on graphs.
* Set a minimum Y axis top for bandwidth a click-through/detail views graphs.
* Removed mouseover effects for images in the member info edit page. Could not get I.E. to behave with this.
43 files changed:
activate.php
classes/glmMemberInfoClone.php
controllers/admin.php
controllers/front.php
deactivate.php
index.php
js/imageUpload/imageUpload.js
lib/phpgraphlib-master/phpgraphlib.php
lib/smartyTemplateSupport.php
models/admin/ajax/memberClickThrough.php
models/admin/ajax/memberDetailClick.php
models/admin/ajax/memberGraphs.php
models/admin/ajax/membersListExport.php
models/admin/dashboardWidget/index.php
models/admin/management/development.php
models/admin/management/import.php.OLD
models/admin/management/import/memberImages.php
models/admin/management/index.php
models/admin/management/terms.php
models/admin/management/theme.php
models/admin/management/videos.php
models/admin/member/index.php
models/admin/member/memberEdit.php
models/admin/member/memberInfo.php
models/admin/members/index.php
models/admin/members/list.php
models/admin/pages/shortcode.php
models/admin/settings/categories.php
models/admin/settings/cities.php
models/admin/settings/index.php
models/admin/settings/regions.php
models/front/members/detail.php
setup/frontHooks.php
uninstall.php
views/admin/error/badAction.html
views/admin/error/index.html
views/admin/member/memberEdit.html
views/admin/member/memberInfo.html
views/admin/members/index.html
views/front/error/badAction.html
views/front/error/index.html
views/front/members/detail.html
views/front/members/list.html