Required page auto-creation, shortcodes, settings, views for list/detail
authorlaury <laury@gaslightmedia.com>
Thu, 12 May 2016 14:40:41 +0000 (10:40 -0400)
committerlaury <laury@gaslightmedia.com>
Thu, 12 May 2016 14:40:41 +0000 (10:40 -0400)
commit36c6947b877e54f42893a9a0ffaa6d87e73dccc4
treef3c7be2f1aa6c2de6935da34aad27fa78d375fa2
parent3a6d4b44e727329783018d32bb30cbdad1121427
Required page auto-creation, shortcodes, settings, views for list/detail

Pages are no longer duplicated upon auto-creation if it finds a slug
corresponding to the given page name: it will instead replace the option.
Required pages given a different admin management display, can no longer
edit ID or slug, which are instead derived through the page name. (this
is not yet functional though!)
Views for List and Detail have been updated. List has a new view file
called 'grid' which can be selected in the options and through a shortcode.
Map and search filters can now be auto-opened on page load or not dependent
on an option or shortcode.
Database scripts updated to suit new options.
30 files changed:
assets/filler.gif [new file with mode: 0644]
assets/filler_s.gif [new file with mode: 0644]
assets/no-image.jpg [new file with mode: 0644]
classes/data/settings/dataSettingsGeneral.php
config/plugin.ini
controllers/admin.php
css/front.css
defines.php
index.php
js/front.js
js/shortcodeBuilder.js
models/admin/management/index.php
models/front/members/list.php
nbproject/private/private.properties [new file with mode: 0644]
nbproject/project.properties [new file with mode: 0644]
nbproject/project.xml [new file with mode: 0644]
setup/databaseScripts/create_database_V1.1.4.sql [deleted file]
setup/databaseScripts/create_database_V1.1.5.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/drop_database_V1.1.4.sql [deleted file]
setup/databaseScripts/drop_database_V1.1.5.sql [new file with mode: 0644]
setup/databaseScripts/update_database_V1.1.5.sql [new file with mode: 0644]
setup/frontHooks.php
setup/requiredPages.php
setup/shortcodes.php
setup/standardTemplateParams.php
views/admin/management/index.html
views/front/members/detail.html
views/front/members/grid.html [new file with mode: 0644]
views/front/members/list.html