Steve Sutton [Wed, 27 Feb 2019 19:26:47 +0000 (14:26 -0500)]
Rename for newer version of db
for new version
Steve Sutton [Wed, 27 Feb 2019 19:24:50 +0000 (14:24 -0500)]
Create json export for members.
Needed for uptravel
Steve Sutton [Wed, 27 Feb 2019 19:24:02 +0000 (14:24 -0500)]
Add fax and new option for members
Adding Fax number to member info.
Adding new option for full text search.
Steve Sutton [Tue, 26 Feb 2019 21:17:17 +0000 (16:17 -0500)]
Setup the detail view from settings.
Use the detail view file from settings.
Steve Sutton [Tue, 26 Feb 2019 21:04:07 +0000 (16:04 -0500)]
DB Updates - alternate view files for list,grid,detail pages.
Setting up initial set of default view files for list grid and detail
pages. These will be for the different themes we have. Trying to pull
the theme view files over into the main plugin.
Chuck Scott [Tue, 26 Feb 2019 19:27:57 +0000 (14:27 -0500)]
Fixed incorrect default value for #thisInstance['listQuery'] - set to false.
Steve Sutton [Tue, 26 Feb 2019 15:15:23 +0000 (10:15 -0500)]
Update for wordpress searching
setup wpSearch variable.
Steve Sutton [Fri, 22 Feb 2019 21:48:51 +0000 (16:48 -0500)]
Working on update member data from csv import files
Updating the import script to also do member and member info updates
Laury GvR [Thu, 21 Feb 2019 20:27:15 +0000 (15:27 -0500)]
Fix settings check for entities shown on front list views
Steve Sutton [Thu, 21 Feb 2019 15:43:09 +0000 (10:43 -0500)]
Updating filesize in file page too.
Looks like they need to be the same for the limit to work.
Steve Sutton [Thu, 21 Feb 2019 15:16:48 +0000 (10:16 -0500)]
Update image tab page
Redoing indents.
Trying to update the max size.
Steve Sutton [Wed, 20 Feb 2019 21:24:36 +0000 (16:24 -0500)]
Adding state and enable_weather to cities.
Also adding the lat lon into the data class and fetching lat lon with
nomnatim database.
Steve Sutton [Wed, 20 Feb 2019 19:15:16 +0000 (14:15 -0500)]
Add new fields to city table.
Adding for city weather.
Steve Sutton [Tue, 19 Feb 2019 18:46:25 +0000 (13:46 -0500)]
Update js live call to on
Replacing live call with on.
Steve Sutton [Mon, 18 Feb 2019 13:29:18 +0000 (08:29 -0500)]
Remove extra alpha links set
Some how got duplicated.
Steve Sutton [Sat, 16 Feb 2019 11:24:09 +0000 (06:24 -0500)]
Merge tag 'v2.11.2' into develop
Version 2.11.2
Steve Sutton [Sat, 16 Feb 2019 11:17:44 +0000 (06:17 -0500)]
Merge branch 'hotfix/2.11.2'
Steve Sutton [Sat, 16 Feb 2019 11:17:10 +0000 (06:17 -0500)]
Fix for is_page
Can just call the wordpress function instead of apply_filter.
Steve Sutton [Fri, 15 Feb 2019 21:14:19 +0000 (16:14 -0500)]
Merge tag 'v2.11.1' into develop
Version 2.11.1
Steve Sutton [Fri, 15 Feb 2019 21:12:59 +0000 (16:12 -0500)]
Merge branch 'hotfix/2.11.1'
Steve Sutton [Fri, 15 Feb 2019 21:12:39 +0000 (16:12 -0500)]
Fixing bug in view files
Smarty error
Laury GvR [Fri, 15 Feb 2019 16:46:31 +0000 (11:46 -0500)]
Add Entities Found and Entities Shown settings for customizing front list displays
Laury GvR [Fri, 15 Feb 2019 14:56:30 +0000 (09:56 -0500)]
Correct the latest database update file to have Four dashes instead of Two
Laury GvR [Fri, 15 Feb 2019 00:55:48 +0000 (19:55 -0500)]
Add option to show header text on member lists. Rename sidebar area column
Laury GvR [Thu, 14 Feb 2019 20:49:44 +0000 (15:49 -0500)]
minor: Fix tab spacing
Laury GvR [Thu, 14 Feb 2019 19:49:54 +0000 (14:49 -0500)]
Minor changes to latest db create for sidebar area, and checking showsettings on front list for it
Laury GvR [Thu, 14 Feb 2019 19:11:33 +0000 (14:11 -0500)]
Re-capitalize Control keyword in front member list during initMap
Laury GvR [Thu, 14 Feb 2019 17:54:17 +0000 (12:54 -0500)]
Add setting to create sidebar area on front listing
Steve Sutton [Thu, 14 Feb 2019 13:34:11 +0000 (08:34 -0500)]
Change text on enable_counties option
Not just for members now in events.
Steve Sutton [Wed, 13 Feb 2019 19:32:00 +0000 (14:32 -0500)]
Update data option for blank
Blank not needed because it is in the view file. Having it in data
abstract causes it to output two empty options.
Steve Sutton [Wed, 13 Feb 2019 16:55:14 +0000 (11:55 -0500)]
Updating member list model (again)
Redoing code that was somehow removed from the merge of the ajaxSearch
branch. Also adding one for city drop down so it will check for the
county-search in shorcode also.
Steve Sutton [Tue, 12 Feb 2019 20:18:44 +0000 (15:18 -0500)]
Update for trip planner images
Use trip planner in list and grid views.
Laury GvR [Tue, 12 Feb 2019 18:39:56 +0000 (13:39 -0500)]
Remove test echo statements
Laury GvR [Tue, 12 Feb 2019 18:18:00 +0000 (13:18 -0500)]
Add filter to allow member info fields to be individually queried
Steve Sutton [Tue, 12 Feb 2019 17:35:07 +0000 (12:35 -0500)]
Remove each() calls
Replacing them with foreach. This is faster and each is being
deprecated.
Chuck Scott [Tue, 12 Feb 2019 14:21:40 +0000 (09:21 -0500)]
Merge tag 'v2.11.0' into develop
Minor updates
Chuck Scott [Tue, 12 Feb 2019 14:21:27 +0000 (09:21 -0500)]
Merge branch 'release/2.11.0'
Chuck Scott [Tue, 12 Feb 2019 14:20:23 +0000 (09:20 -0500)]
Database update locks, Google Maps fix, Dialog box issues fixed and others.
Laury GvR [Mon, 11 Feb 2019 22:58:38 +0000 (17:58 -0500)]
Fix Map view list missing, map view styles
After changes to list view files, map view was no longer taken
into account as a possible display option for the listing. Map
view now shows the listing again, and several styles have been
fixed for it.
Steve Sutton [Tue, 5 Feb 2019 16:28:30 +0000 (11:28 -0500)]
Update script to check for error from Imagick
use try catch to catch errors that are thrown.
Chuck Scott [Tue, 5 Feb 2019 16:24:22 +0000 (11:24 -0500)]
Added setting permissions to created media directories, added fileLibrary directory also.
Chuck Scott [Fri, 25 Jan 2019 18:47:40 +0000 (13:47 -0500)]
Fixed incorrect indentation.
Steve Sutton [Fri, 25 Jan 2019 14:15:22 +0000 (09:15 -0500)]
Remove console from script
Updating the member list view file.
Steve Sutton [Fri, 25 Jan 2019 14:09:25 +0000 (09:09 -0500)]
Reformatting the view file
Getting rid of the extra indents.
Steve Sutton [Thu, 24 Jan 2019 21:44:35 +0000 (16:44 -0500)]
Update the list view for loading through ajax call
Call correct view file.
Chuck Scott [Thu, 24 Jan 2019 20:53:06 +0000 (15:53 -0500)]
Merge branch 'feature/ajaxSearch' into develop
Chuck Scott [Thu, 24 Jan 2019 20:43:40 +0000 (15:43 -0500)]
Completed work on permitting separating sections for glm-members-list shortcode
Optimized processing to prevent duplicate work for multiple section.
Updated glm-member-list shortcode attributes list.
Cleared up various undefined parameter issues.
Steve Sutton [Wed, 23 Jan 2019 20:12:43 +0000 (15:12 -0500)]
Adding County list to the category list for drop down.
Passing in the county assignment from shortcode. So the search form
filter has the correct counties.
Steve Sutton [Fri, 18 Jan 2019 15:46:09 +0000 (10:46 -0500)]
Replacement of each() deprecated function calls.
Replacing each each() line with proper foreach.
Steve Sutton [Fri, 18 Jan 2019 14:12:14 +0000 (09:12 -0500)]
Merge branch 'develop' into feature/ajaxSearch
Steve Sutton [Fri, 18 Jan 2019 13:53:30 +0000 (08:53 -0500)]
Replacement of deprecated each() calls.
Found some occurrences of each() function calls. Replacing them with
proper foreach calls.
Steve Sutton [Thu, 17 Jan 2019 19:15:48 +0000 (14:15 -0500)]
Merge branch 'develop' into feature/ajaxSearch
Steve Sutton [Thu, 17 Jan 2019 14:12:27 +0000 (09:12 -0500)]
Fix comment
Update comment so it doesn't break the script
Chuck Scott [Wed, 16 Jan 2019 17:27:53 +0000 (12:27 -0500)]
New ability to show multiple shortcodes for search,map,list with parts separated.
Steve Sutton [Tue, 15 Jan 2019 13:24:12 +0000 (08:24 -0500)]
Update member list model
Adding the countySearch.
If model finds $_REQUEST['countySearch'] it will set the list to pull
only matching records with that county
Steve Sutton [Fri, 11 Jan 2019 20:43:33 +0000 (15:43 -0500)]
Merging view flies for ajax pagination
Bring in develop stuff
Steve Sutton [Fri, 11 Jan 2019 19:26:55 +0000 (14:26 -0500)]
Merge branch 'develop' into feature/ajaxSearch
Steve Sutton [Mon, 7 Jan 2019 14:17:08 +0000 (09:17 -0500)]
More db updates
Adding more to general settings.
Ajax pagination checkbox
City search checkbox
Steve Sutton [Fri, 4 Jan 2019 21:12:20 +0000 (16:12 -0500)]
Bring in updates from wmta theme
For search (wmta)
Chuck Scott [Fri, 4 Jan 2019 21:07:20 +0000 (16:07 -0500)]
Data Abstract now looks in $_REQUEST for all input data
Steve Sutton [Fri, 11 Jan 2019 19:21:29 +0000 (14:21 -0500)]
Adding city search to member list view.
Checks for city search flag and show the city drop down.
Steve Sutton [Thu, 10 Jan 2019 19:22:48 +0000 (14:22 -0500)]
Merge tag 'v2.10.48' into develop
Version 2.10.48
Steve Sutton [Thu, 10 Jan 2019 19:21:51 +0000 (14:21 -0500)]
Merge branch 'hotfix/2.10.48'
Steve Sutton [Thu, 10 Jan 2019 19:21:32 +0000 (14:21 -0500)]
enqueue css
for glm foundation
Steve Sutton [Thu, 10 Jan 2019 19:08:57 +0000 (14:08 -0500)]
Merge tag 'v2.10.47' into develop
version 2.10.47
Steve Sutton [Thu, 10 Jan 2019 19:07:04 +0000 (14:07 -0500)]
Merge branch 'hotfix/2.10.47'
Laury GvR [Thu, 20 Dec 2018 22:42:43 +0000 (17:42 -0500)]
Add glma- prefix to a few more glma-foundation styles
Steve Sutton [Tue, 8 Jan 2019 20:28:55 +0000 (15:28 -0500)]
Update for new member form (contact)
Contact role update.
Setting to Entity Manager
Steve Sutton [Mon, 7 Jan 2019 14:17:08 +0000 (09:17 -0500)]
More db updates
Adding more to general settings.
Ajax pagination checkbox
City search checkbox
Steve Sutton [Fri, 4 Jan 2019 21:12:20 +0000 (16:12 -0500)]
Bring in updates from wmta theme
For search (wmta)
Chuck Scott [Fri, 4 Jan 2019 21:07:20 +0000 (16:07 -0500)]
Data Abstract now looks in $_REQUEST for all input data
Steve Sutton [Fri, 4 Jan 2019 17:53:56 +0000 (12:53 -0500)]
Merge branch 'develop' into feature/ajaxSearch
Steve Sutton [Fri, 4 Jan 2019 16:55:04 +0000 (11:55 -0500)]
Fix php notices
get rid of undefined notices
Steve Sutton [Fri, 4 Jan 2019 15:32:43 +0000 (10:32 -0500)]
Updating ajaxQuery params
These need to be added to urls
Steve Sutton [Thu, 3 Jan 2019 15:31:11 +0000 (10:31 -0500)]
Update text on email send to user after new member form
Remove event text from email.
Steve Sutton [Thu, 3 Jan 2019 15:10:03 +0000 (10:10 -0500)]
Update for the intro message
on the top of the new membership form.
Steve Sutton [Thu, 3 Jan 2019 14:01:56 +0000 (09:01 -0500)]
Setting and email notice for new member signup form.
Implementing the setting for new member signup form.
Steve Sutton [Wed, 2 Jan 2019 19:21:27 +0000 (14:21 -0500)]
DB updates
Adding new fields for the management/setting of the new member signup
form.
Steve Sutton [Wed, 2 Jan 2019 13:54:15 +0000 (08:54 -0500)]
Update for memberSearch variable
Should be set only from searching. The categories are set in shortcodes.
Chuck Scott [Fri, 28 Dec 2018 19:47:22 +0000 (14:47 -0500)]
Updated member map directions process and other fixes.
Updated what we send to Google Maps when providing driving directions to include user's current location.
Added fix for problems with dialog box titles when Bootstrap is loaded.
Laury GvR [Thu, 27 Dec 2018 15:37:00 +0000 (10:37 -0500)]
Improve efficiency of area map dropdown category selection
Laury GvR [Thu, 27 Dec 2018 15:15:35 +0000 (10:15 -0500)]
Area map category box retains 'selected' class when any subcat dropdown item is selected
Chuck Scott [Fri, 21 Dec 2018 21:12:14 +0000 (16:12 -0500)]
Added locking for add-on database updates and new option to glmMembersConfigArraySetup() in glmPluginSupport.
Laury GvR [Thu, 20 Dec 2018 22:42:43 +0000 (17:42 -0500)]
Add glma- prefix to a few more glma-foundation styles
Laury GvR [Thu, 20 Dec 2018 20:30:30 +0000 (15:30 -0500)]
Add glma- prefix to zf collapse and expanded classes in glma-foundation
Laury GvR [Thu, 20 Dec 2018 19:50:41 +0000 (14:50 -0500)]
Interactive map category block now also loses 'open' class when 'Close' button is pressed
Laury GvR [Thu, 20 Dec 2018 19:44:17 +0000 (14:44 -0500)]
Apply open class to interactive map's categoryBox, and adjust style
Laury GvR [Thu, 20 Dec 2018 19:40:18 +0000 (14:40 -0500)]
Add an open class to the interactive map tab that's open
Laury GvR [Thu, 20 Dec 2018 18:21:48 +0000 (13:21 -0500)]
New default city weather styles
Steve Sutton [Thu, 20 Dec 2018 15:29:58 +0000 (10:29 -0500)]
Update with county-search
Adding county-search from shortcode.
Laury GvR [Wed, 19 Dec 2018 21:30:18 +0000 (16:30 -0500)]
Stylefixes for the interactive map viewfile
Laury GvR [Wed, 19 Dec 2018 21:13:25 +0000 (16:13 -0500)]
Ending div tag fixed for interactive map viewfile
Laury GvR [Wed, 19 Dec 2018 20:19:06 +0000 (15:19 -0500)]
New styles/view for city weather display
Steve Sutton [Thu, 13 Dec 2018 19:35:44 +0000 (14:35 -0500)]
Update shortcode text
For documentation
Steve Sutton [Thu, 13 Dec 2018 19:33:13 +0000 (14:33 -0500)]
Adding shortcode for new member form
Signup form for just member/contact.
Laury GvR [Thu, 13 Dec 2018 14:06:44 +0000 (09:06 -0500)]
Small fix for front listing image responsiveness
Steve Sutton [Wed, 12 Dec 2018 18:18:20 +0000 (13:18 -0500)]
Updating the city and region list for members.
Passing in actionData so it can properly retrieve only the needed cities
for the shortcode categories.
Laury GvR [Tue, 11 Dec 2018 14:09:50 +0000 (09:09 -0500)]
Minor fix; city weather style reference to a bg image
Laury GvR [Tue, 11 Dec 2018 14:01:07 +0000 (09:01 -0500)]
City weather styles more presentable out of the box
Laury GvR [Fri, 7 Dec 2018 19:17:05 +0000 (14:17 -0500)]
Remove duplicate initMap() function call from front list view file