WP-Plugins/glm-member-db.git
6 years agoDetail takeback mini button transition better, and padding improved
Laury GvR [Tue, 20 Nov 2018 21:06:18 +0000 (16:06 -0500)]
Detail takeback mini button transition better, and padding improved

6 years agoTakeback button hover adjusted to be reliant on padding rather than width (safer)
Laury GvR [Tue, 20 Nov 2018 21:03:11 +0000 (16:03 -0500)]
Takeback button hover adjusted to be reliant on padding rather than width (safer)

6 years agoAdd map button padding and featured img centering for member detail pages
Laury GvR [Tue, 20 Nov 2018 20:45:22 +0000 (15:45 -0500)]
Add map button padding and featured img centering for member detail pages

6 years agoMember detail button style fixes
Laury GvR [Tue, 20 Nov 2018 20:14:46 +0000 (15:14 -0500)]
Member detail button style fixes

6 years agoImage height overflow fixed for front member list view
Laury GvR [Tue, 20 Nov 2018 19:11:49 +0000 (14:11 -0500)]
Image height overflow fixed for front member list view

6 years agoAdd glma-foundation and convert front detail and list viewfiles to utilize it
Laury GvR [Tue, 20 Nov 2018 17:15:00 +0000 (12:15 -0500)]
Add glma-foundation and convert front detail and list viewfiles to utilize it

6 years agoMerge branch 'develop' into feature/listMerge
Laury GvR [Fri, 16 Nov 2018 22:00:08 +0000 (17:00 -0500)]
Merge branch 'develop' into feature/listMerge

6 years agoAdjust list styles to maximize map display when map view is enabled
Laury [Fri, 16 Nov 2018 21:57:13 +0000 (16:57 -0500)]
Adjust list styles to maximize map display when map view is enabled

6 years agoFront member list map gesture handling added based on Lakesideclub
Laury GvR [Fri, 16 Nov 2018 21:22:26 +0000 (16:22 -0500)]
Front member list map gesture handling added based on Lakesideclub

6 years agoUpdate what data is being retrieved for the itinerary.
Steve Sutton [Fri, 16 Nov 2018 21:07:07 +0000 (16:07 -0500)]
Update what data is being retrieved for the itinerary.

Need more data for the member list.

6 years agoLogic fix for map initialization in front list view
Laury GvR [Fri, 16 Nov 2018 21:06:06 +0000 (16:06 -0500)]
Logic fix for map initialization in front list view

6 years agoFront list view changes based on discoverkalamazoo
Laury GvR [Fri, 16 Nov 2018 21:00:14 +0000 (16:00 -0500)]
Front list view changes based on discoverkalamazoo

6 years agoUpdating member plugin with City Weather
Steve Sutton [Fri, 9 Nov 2018 15:18:19 +0000 (10:18 -0500)]
Updating member plugin with City Weather

Adding icons from NOAA.
City weather shortcode created to fetch the city weather using lat lon
from each city.
Updating shortcode description.
Removing extra end table tag from description.

6 years agoUpdate for filter to grab member data
Steve Sutton [Thu, 8 Nov 2018 16:30:56 +0000 (11:30 -0500)]
Update for filter to grab member data

Grab lat lon for the member data  for trip planner.

6 years agoUpdates for interactive map
Steve Sutton [Thu, 8 Nov 2018 15:49:42 +0000 (10:49 -0500)]
Updates for interactive map

Apply bounds if in shortcode.
Import for county field from the old city table.

6 years agoUpdate for adding county into the member city table.
Steve Sutton [Wed, 7 Nov 2018 20:42:11 +0000 (15:42 -0500)]
Update for adding county into the member city table.

Also more updates for the interactive map.
Adding shortcode attributes for bounds and marker colors.

6 years agoBring in functionality for city zoom
Steve Sutton [Tue, 6 Nov 2018 20:41:52 +0000 (15:41 -0500)]
Bring in functionality for city zoom

Will need work on main plugin to add counties into the cities table.

6 years agoAdd county search into the shortcode.
Steve Sutton [Mon, 5 Nov 2018 16:11:34 +0000 (11:11 -0500)]
Add county search into the shortcode.

Can now add county into shortcode.

6 years agoWork on Interactive map
Steve Sutton [Fri, 2 Nov 2018 20:32:12 +0000 (16:32 -0400)]
Work on Interactive map

Bringing in Uptra's interactive maps.

6 years agoAdd filter for trip planner member data
Steve Sutton [Thu, 1 Nov 2018 17:35:43 +0000 (13:35 -0400)]
Add filter for trip planner member data

Used in the trip planner listings.

6 years agoFixed bad parameter "has_no_profile" when generating featured members output.
Chuck Scott [Mon, 29 Oct 2018 17:42:26 +0000 (13:42 -0400)]
Fixed bad parameter "has_no_profile" when generating featured members output.

The data has no "has_no_profile" parameter. Removed test for that.

6 years agoAdd fulltext search to member_name
Steve Sutton [Mon, 29 Oct 2018 17:01:12 +0000 (13:01 -0400)]
Add fulltext search to member_name

Redoing wmta search for members.

6 years agoMinor update to message displayed when address is found without using city name.
Chuck Scott [Fri, 26 Oct 2018 14:55:22 +0000 (10:55 -0400)]
Minor update to message displayed when address is found without using city name.

Nominatim dosn't check the "preferred" city name from the US ZIP database,
but can often find the address without the city name.

6 years agoAdded second check when maping address to a location without city name if with city...
Chuck Scott [Thu, 25 Oct 2018 20:59:46 +0000 (16:59 -0400)]
Added second check when maping address to a location without city name if with city fails.

6 years agoMoved controler start, stop, and memory debug messages to DEBUG_VERBOSE.
Chuck Scott [Thu, 25 Oct 2018 15:23:05 +0000 (11:23 -0400)]
Moved controler start, stop, and memory debug messages to DEBUG_VERBOSE.

6 years agoNote at top of updateRequiredPages() to add documentation for the function.
Chuck Scott [Thu, 25 Oct 2018 14:54:04 +0000 (10:54 -0400)]
Note at top of updateRequiredPages() to add documentation for the function.

6 years agoCheck for menu before trying to use it as object.
Steve Sutton [Thu, 25 Oct 2018 14:48:43 +0000 (10:48 -0400)]
Check for menu before trying to use it as object.

Use only if $menu is there.

6 years agoUpdating import csv scripts.
Steve Sutton [Tue, 23 Oct 2018 14:07:35 +0000 (10:07 -0400)]
Updating import csv scripts.

Adding lat lon to city file.
Adding member type file.
Adjusting script to deal with the member types.

6 years agoMerge tag 'v2.10.45' into develop
Steve Sutton [Tue, 16 Oct 2018 18:02:23 +0000 (14:02 -0400)]
Merge tag 'v2.10.45' into develop

Version 2.10.45

6 years agoMerge branch 'release/2.10.45' v2.10.45
Steve Sutton [Tue, 16 Oct 2018 18:02:15 +0000 (14:02 -0400)]
Merge branch 'release/2.10.45'

6 years agoUpdate version number
Steve Sutton [Tue, 16 Oct 2018 18:01:54 +0000 (14:01 -0400)]
Update version number

new version 2.10.45

6 years agoJodie request change of the link name for status.
Steve Sutton [Tue, 16 Oct 2018 17:26:18 +0000 (13:26 -0400)]
Jodie request change of the link name for status.

Changing to Current if status is Active. Full link is Edit Current
Profile.

6 years agoAdding new management option for single member profiles only.
Steve Sutton [Mon, 15 Oct 2018 18:27:46 +0000 (14:27 -0400)]
Adding new management option for single member profiles only.

Hides the add and clone member profile links for members (own entity)

6 years agoColor change to the default box shadow of front featured member list
Laury GvR [Fri, 12 Oct 2018 19:03:46 +0000 (15:03 -0400)]
Color change to the default box shadow of front featured member list

6 years agoMore sensible default colors to front list featured member grid
Laury GvR [Fri, 12 Oct 2018 17:10:11 +0000 (13:10 -0400)]
More sensible default colors to front list featured member grid

6 years agoDefault styles changed for the featured grid.
Laury GvR [Fri, 12 Oct 2018 14:44:53 +0000 (10:44 -0400)]
Default styles changed for the featured grid.

6 years agoWorking on database updates
Steve Sutton [Fri, 12 Oct 2018 12:48:41 +0000 (08:48 -0400)]
Working on database updates

Will be adding new options to settings.

6 years agoRemoved debug text (1's) from getGitBranch() and an echo in admin controller.
Chuck Scott [Thu, 27 Sep 2018 19:01:51 +0000 (15:01 -0400)]
Removed debug text (1's) from getGitBranch() and an echo in admin controller.

6 years agoCleaned up glmMembersConfigArraySetup() in glmPluginSupport.php.
Chuck Scott [Thu, 27 Sep 2018 17:42:35 +0000 (13:42 -0400)]
Cleaned up glmMembersConfigArraySetup() in glmPluginSupport.php.

This function is now useable.

6 years agoFeatured member list now responsive with only 1 or 2 items on a row
Laury GvR [Thu, 27 Sep 2018 15:53:51 +0000 (11:53 -0400)]
Featured member list now responsive with only 1 or 2 items on a row

6 years agoAdd min-height to featured grid list images
Laury GvR [Thu, 27 Sep 2018 14:50:19 +0000 (10:50 -0400)]
Add min-height to featured grid list images

6 years agoUpgraded styles for front member list featured tags
Laury GvR [Tue, 25 Sep 2018 21:07:21 +0000 (17:07 -0400)]
Upgraded styles for front member list featured tags

6 years agoNew featured tag display
Laury GvR [Tue, 25 Sep 2018 19:04:06 +0000 (15:04 -0400)]
New featured tag display

6 years agoAdd padding to front featured entity list description
Laury GvR [Tue, 25 Sep 2018 18:42:00 +0000 (14:42 -0400)]
Add padding to front featured entity list description

6 years agoFront featured item list improved and styled
Laury GvR [Tue, 25 Sep 2018 18:35:43 +0000 (14:35 -0400)]
Front featured item list improved and styled

6 years agoUpdate for images in connections
Steve Sutton [Tue, 25 Sep 2018 17:47:04 +0000 (13:47 -0400)]
Update for images in connections

Bring any missing images in to the member info

6 years agoFix sql error for images
Steve Sutton [Tue, 25 Sep 2018 17:30:18 +0000 (13:30 -0400)]
Fix sql error for images

For check images script

6 years agoUpdate for connections
Steve Sutton [Tue, 25 Sep 2018 17:23:33 +0000 (13:23 -0400)]
Update for connections

check logo's

6 years agoAdded Featured Members to top of members list page
Chuck Scott [Tue, 25 Sep 2018 16:11:15 +0000 (12:11 -0400)]
Added Featured Members to top of members list page

Updated Data Abstract to provide true random ordering.
Updated database to include management parameters for Featured Members list
Added code to produce Featured member list to list.php
Added sample code to list view to show how to display featured members list
Added managment input fields for Featured Members list
Updated Data Abstract documentation

6 years agoAdded "Random" option to getList() in data abstract
Chuck Scott [Mon, 24 Sep 2018 17:58:15 +0000 (13:58 -0400)]
Added "Random" option to getList() in data abstract

Cleaned up description for glmCron.php
Fixed Undefined index in front-end members list.

6 years agoMerge tag 'v2.10.44' into develop
Steve Sutton [Fri, 14 Sep 2018 17:11:11 +0000 (13:11 -0400)]
Merge tag 'v2.10.44' into develop

Version 2.10.44

6 years agoMerge branch 'hotfix/2.10.44' v2.10.44
Steve Sutton [Fri, 14 Sep 2018 17:10:14 +0000 (13:10 -0400)]
Merge branch 'hotfix/2.10.44'

6 years agoSet width of the leaflet map hotfix/2.10.44
Steve Sutton [Fri, 14 Sep 2018 17:07:55 +0000 (13:07 -0400)]
Set width of the leaflet map

Setting the width to 100% so it will respond better to smaller screen
sizes.

Bump version number.

6 years agoMember Detail Auto-expand option, featured class
Laury GvR [Wed, 12 Sep 2018 13:05:45 +0000 (09:05 -0400)]
Member Detail Auto-expand option, featured class

Management now has an option that when checked will auto-expand the
sections on the member detail pages. Featured class is now also
added to a member container on the member list if a member is
featured

6 years agoMerge tag 'v2.10.43' into develop
Chuck Scott [Tue, 11 Sep 2018 17:59:12 +0000 (13:59 -0400)]
Merge tag 'v2.10.43' into develop

Country no longer required for Authorize.net

6 years agoMerge branch 'hotfix/2.10.43' v2.10.43
Chuck Scott [Tue, 11 Sep 2018 17:58:48 +0000 (13:58 -0400)]
Merge branch 'hotfix/2.10.43'

6 years agoCountry no longer required for Authorize.net payment gateway unless international...
Chuck Scott [Tue, 11 Sep 2018 17:57:48 +0000 (13:57 -0400)]
Country no longer required for Authorize.net payment gateway unless international payment.

6 years agoRemoved glmgrid from the member listing, fixed file formatting
Laury GvR [Fri, 7 Sep 2018 21:46:05 +0000 (17:46 -0400)]
Removed glmgrid from the member listing, fixed file formatting

6 years agoAdded container for list view pagination, to allow styling
Laury GvR [Thu, 30 Aug 2018 18:41:17 +0000 (14:41 -0400)]
Added container for list view pagination, to allow styling

6 years agoRemove extra validity checks of prev/next list links
Laury GvR [Thu, 30 Aug 2018 18:19:52 +0000 (14:19 -0400)]
Remove extra validity checks of prev/next list links

6 years agoOnly show previous/next links on list if such pages exist
Laury GvR [Thu, 30 Aug 2018 18:18:09 +0000 (14:18 -0400)]
Only show previous/next links on list if such pages exist

6 years agoAuto-expand the Detail view takeback button in small windows
Laury GvR [Thu, 30 Aug 2018 17:23:32 +0000 (13:23 -0400)]
Auto-expand the Detail view takeback button in small windows

6 years agoMerge tag 'v2.10.42' into develop
Steve Sutton [Thu, 30 Aug 2018 16:52:02 +0000 (12:52 -0400)]
Merge tag 'v2.10.42' into develop

Version 2.10.42

6 years agoMerge branch 'hotfix/2.10.42' v2.10.42
Steve Sutton [Thu, 30 Aug 2018 16:51:54 +0000 (12:51 -0400)]
Merge branch 'hotfix/2.10.42'

6 years agoMissing br tag after region
Steve Sutton [Thu, 30 Aug 2018 16:50:21 +0000 (12:50 -0400)]
Missing br tag after region

if region is there it needs a br tag at the end

6 years agoMerge tag 'v2.10.41' into develop
Steve Sutton [Thu, 30 Aug 2018 15:44:08 +0000 (11:44 -0400)]
Merge tag 'v2.10.41' into develop

Version 2.10.41

6 years agoMerge branch 'hotfix/2.10.41' v2.10.41
Steve Sutton [Thu, 30 Aug 2018 15:43:56 +0000 (11:43 -0400)]
Merge branch 'hotfix/2.10.41'

6 years agoUpdates again for map popups.
Steve Sutton [Thu, 30 Aug 2018 15:43:15 +0000 (11:43 -0400)]
Updates again for map popups.

Chuck only meant for descr to be removed not short one.

6 years agoMerge tag 'v2.10.40' into develop
Steve Sutton [Thu, 30 Aug 2018 14:00:27 +0000 (10:00 -0400)]
Merge tag 'v2.10.40' into develop

Version 2.10.40

6 years agoMerge branch 'hotfix/2.10.40' v2.10.40
Steve Sutton [Thu, 30 Aug 2018 14:00:20 +0000 (10:00 -0400)]
Merge branch 'hotfix/2.10.40'

6 years agoUpdate for css in member list
Steve Sutton [Thu, 30 Aug 2018 13:59:45 +0000 (09:59 -0400)]
Update for css in member list

Map needs to have underline anchors in the map popups. per Jodie.

6 years agoMerge tag 'v2.10.39' into develop
Steve Sutton [Wed, 29 Aug 2018 20:41:42 +0000 (16:41 -0400)]
Merge tag 'v2.10.39' into develop

Version 2.10.39

6 years agoMerge branch 'release/2.10.39' v2.10.39
Steve Sutton [Wed, 29 Aug 2018 20:41:35 +0000 (16:41 -0400)]
Merge branch 'release/2.10.39'

6 years agoBump version number
Steve Sutton [Wed, 29 Aug 2018 20:40:21 +0000 (16:40 -0400)]
Bump version number

v2.10.39

6 years agoUpdate for the map info section
Steve Sutton [Wed, 29 Aug 2018 20:16:29 +0000 (16:16 -0400)]
Update for the map info section

Place url below the rest.
Adding More Info link

6 years agoStyle updates for maps
Steve Sutton [Wed, 29 Aug 2018 20:11:37 +0000 (16:11 -0400)]
Style updates for maps

Updating the Map popups

6 years agoStyle updates for member list view.
Steve Sutton [Wed, 29 Aug 2018 20:04:08 +0000 (16:04 -0400)]
Style updates for member list view.

underline links.

6 years agoUpdate spacing for map popup info section
Steve Sutton [Wed, 29 Aug 2018 19:30:26 +0000 (15:30 -0400)]
Update spacing for map popup info section

For the section that has the phone and website url add some line-height.

6 years agoFix conflict in list view
Steve Sutton [Wed, 29 Aug 2018 15:54:27 +0000 (11:54 -0400)]
Fix conflict in list view

on develop branch

6 years agoMerge tag 'v2.10.38' into develop
Steve Sutton [Wed, 29 Aug 2018 14:22:03 +0000 (10:22 -0400)]
Merge tag 'v2.10.38' into develop

Version 2.10.38

6 years agoMerge branch 'hotfix/2.10.38' v2.10.38
Steve Sutton [Wed, 29 Aug 2018 14:20:38 +0000 (10:20 -0400)]
Merge branch 'hotfix/2.10.38'

6 years agoBump version
Steve Sutton [Wed, 29 Aug 2018 14:19:40 +0000 (10:19 -0400)]
Bump version

For hotfix release

6 years agoChanged to using OpenStreetMaps Nominatim for geolocation services whe using Leaflet...
Chuck Scott [Mon, 27 Aug 2018 17:53:27 +0000 (13:53 -0400)]
Changed to using OpenStreetMaps Nominatim for geolocation services whe using Leaflet for maps.

6 years agoChange Web site to Website.
Steve Sutton [Mon, 27 Aug 2018 14:54:14 +0000 (10:54 -0400)]
Change Web site to Website.

For the map popups in list view.

6 years agoUpdate for drop and upload image files.
Steve Sutton [Wed, 29 Aug 2018 14:13:53 +0000 (10:13 -0400)]
Update for drop and upload image files.

If file has a ' in it, it's breaking sql.

6 years agoAdded max width and height calculations to the pop-up.
Chuck Scott [Mon, 27 Aug 2018 19:43:48 +0000 (15:43 -0400)]
Added max width and height calculations to the pop-up.

6 years agoAdd tel anchor to toll-free
Steve Sutton [Mon, 27 Aug 2018 19:02:17 +0000 (15:02 -0400)]
Add tel anchor to toll-free

Adding anchor for the phone numbers.

6 years agoUpdate main map container
Steve Sutton [Mon, 27 Aug 2018 18:57:53 +0000 (14:57 -0400)]
Update main map container

Set width to 90%

6 years agoUpdate list view
Steve Sutton [Mon, 27 Aug 2018 18:01:45 +0000 (14:01 -0400)]
Update list view

Set option for no map movement on wheelscroll.

6 years agoChanged to using OpenStreetMaps Nominatim for geolocation services whe using Leaflet...
Chuck Scott [Mon, 27 Aug 2018 17:53:27 +0000 (13:53 -0400)]
Changed to using OpenStreetMaps Nominatim for geolocation services whe using Leaflet for maps.

6 years agoChange Web site to Website.
Steve Sutton [Mon, 27 Aug 2018 14:54:14 +0000 (10:54 -0400)]
Change Web site to Website.

For the map popups in list view.

6 years agoMerge tag 'v2.10.37' into develop
Steve Sutton [Thu, 23 Aug 2018 15:24:25 +0000 (11:24 -0400)]
Merge tag 'v2.10.37' into develop

Version 2.10.37

6 years agoMerge branch 'release/2.10.37' v2.10.37
Steve Sutton [Thu, 23 Aug 2018 15:24:16 +0000 (11:24 -0400)]
Merge branch 'release/2.10.37'

6 years agoBump version numbers
Steve Sutton [Thu, 23 Aug 2018 15:21:33 +0000 (11:21 -0400)]
Bump version numbers

This is for a new release.

6 years agoNow checking marker clustering flag.
Chuck Scott [Mon, 20 Aug 2018 21:12:25 +0000 (17:12 -0400)]
Now checking marker clustering flag.

6 years agoFixed View/Hide map not working and double name on map bubble
Chuck Scott [Mon, 20 Aug 2018 18:30:56 +0000 (14:30 -0400)]
Fixed View/Hide map not working and double name on map bubble

6 years agoMerge branch 'Leaflet' into develop
Steve Sutton [Mon, 20 Aug 2018 17:16:50 +0000 (13:16 -0400)]
Merge branch 'Leaflet' into develop

6 years agoAdded Leaflet Loading feature, member detail maps, and updated map key code. Leaflet
Chuck Scott [Mon, 20 Aug 2018 17:00:19 +0000 (13:00 -0400)]
Added Leaflet Loading feature, member detail maps, and updated map key code.

6 years agoAdded Leaflet and Tile Server support and database update for managing tile server...
Chuck Scott [Fri, 17 Aug 2018 16:38:49 +0000 (12:38 -0400)]
Added Leaflet and Tile Server support and database update for managing tile server settings.

6 years agoRemove wip file
Steve Sutton [Tue, 14 Aug 2018 17:45:50 +0000 (13:45 -0400)]
Remove wip file

not doing update now