Fixed events search at top of events list in admin so it works for both member events...
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 2 Dec 2016 15:19:41 +0000 (10:19 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 2 Dec 2016 15:19:41 +0000 (10:19 -0500)
commitf41a9328c2d55065ed6e5ea29e3b3b9002cea5d4
treefc567497938eceeb79c79579decf8a0cb49affa0
parent4a9b23b39d97017f167cbd6b4b10a28e54f35b5a
Fixed events search at top of events list in admin so it works for both member events and all events.
  views/admin/events/list.html
Added support for the NearMe feature.
  models/front/events/eventDataByLatLon.php - Searches for events within a list of lat/lon boxes
  setup/adminHooks.php - Added a hook to provide list to NearMe addOn (or other)
models/front/events/eventDataByLatLon.php [new file with mode: 0644]
setup/adminHooks.php
setup/databaseScripts/create_database_V0.1.1.sql
views/admin/events/list.html