Fixed problem with map not including all selected members on members list page. hotfix/2.9.11
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 16 Mar 2017 20:21:40 +0000 (16:21 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 16 Mar 2017 20:21:40 +0000 (16:21 -0400)
commitdcc6b9a78e8a390098c34168475a98183a583f9d
treed4e3e08cdc751e9231a6bba28a8b5bb4d62b8805
parent0575a480d45d27f3502e077a0a94438a8fdcbce2
Fixed problem with map not including all selected members on members list page.
Added additional items to be returned for getSimpleMemberInfoList() when $forMapInfo is true in dataMemberInfo.php
Fixed member info clonw to properly copy over the member name to the info record in glmMemberInfoCLone.php
Moved memberDataByLatLon.php class to the classes directory from models.
Updated the plugin update client code in index.php.
Updated members/list.php to build an array of all members for the map even when paging is on.
Updated adminHooks.php to properly point to the memberDataByLatLon.php file now in classes directory
Updated member list template to use new member info data for maps.
classes/data/dataMemberInfo.php
classes/glmMemberInfoClone.php
classes/memberDataByLatLon.php [new file with mode: 0644]
index.php
lib/GlmDataAbstract/DataAbstract.php [changed mode: 0755->0644]
models/front/members/list.php
models/front/members/memberDataByLatLon.php [deleted file]
setup/adminHooks.php
views/front/members/list.html