Added contact list and contact/county search
authorLaury GvR <laury@gaslightmedia.com>
Thu, 12 Jan 2017 15:33:09 +0000 (10:33 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 12 Jan 2017 15:33:09 +0000 (10:33 -0500)
commit0c4e241786501211901ef0f3f2bbec8db9f42ab8
tree55f0c8c3bc897bce7a2260b03833c549534bbb6d
parentb9d6392608a857239c6303616c1ac36628fa1aef
Added contact list and contact/county search

This plugin now has a shortcode for displaying the contact list and
a contact search above it, and a county search to its side.
27 files changed:
classes/data/dataContacts.php
css/front.css [new file with mode: 0644]
defines.php
index.php
models/admin/contacts/index.php
models/admin/contacts/list.php [new file with mode: 0644]
models/admin/member/contacts.php
models/front/contacts/list.php [new file with mode: 0644]
models/front/readme.txt [new file with mode: 0644]
setup/databaseScripts/create_database_V0.0.2.sql [deleted file]
setup/databaseScripts/create_database_V0.0.3.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/drop_database_V0.0.2.sql [deleted file]
setup/databaseScripts/drop_database_V0.0.3.sql [new file with mode: 0644]
setup/databaseScripts/update_database_V0.0.2.sql
setup/databaseScripts/update_database_V0.0.3.sql [new file with mode: 0644]
setup/frontHooks.php [new file with mode: 0644]
setup/hooksHelp.html
setup/shortcodes.php [new file with mode: 0644]
setup/validActions.php
views/admin/contacts/edit.html
views/front/contacts/header.html [new file with mode: 0644]
views/front/contacts/list.html [new file with mode: 0644]
views/front/error/badAction.html [new file with mode: 0644]
views/front/error/header.html [new file with mode: 0644]
views/front/error/index.html [new file with mode: 0644]
views/front/footer.html [new file with mode: 0644]