WP-Plugins/glm-member-db.git
6 years agoMerge from develop
Laury GvR [Tue, 5 Feb 2019 18:38:47 +0000 (13:38 -0500)]
Merge from develop

6 years agoUpdate script to check for error from Imagick
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.

6 years agoAdded setting permissions to created media directories, added fileLibrary directory...
Chuck Scott [Tue, 5 Feb 2019 16:24:22 +0000 (11:24 -0500)]
Added setting permissions to created media directories, added fileLibrary directory also.

6 years agoadding filtering for text search in the list view
Anthony Talarico [Sun, 3 Feb 2019 03:28:56 +0000 (22:28 -0500)]
adding filtering for text search in the list view

6 years agoFixed incorrect indentation. feature/adminDocs
Chuck Scott [Fri, 25 Jan 2019 18:47:40 +0000 (13:47 -0500)]
Fixed incorrect indentation.

6 years agoRemove console from script
Steve Sutton [Fri, 25 Jan 2019 14:15:22 +0000 (09:15 -0500)]
Remove console from script

Updating the member list view file.

6 years agoReformatting the 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.

6 years agoUpdate the list view for loading through ajax call
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.

6 years agoMerge branch 'feature/ajaxSearch' into develop
Chuck Scott [Thu, 24 Jan 2019 20:53:06 +0000 (15:53 -0500)]
Merge branch 'feature/ajaxSearch' into develop

6 years agoCompleted work on permitting separating sections for glm-members-list shortcode feature/ajaxSearch
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.

6 years agoAdding County list to the category list for drop down.
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.

6 years agoopening flyout for member edit from the dashboard widgets, working on filtering the...
Anthony Talarico [Tue, 22 Jan 2019 15:18:18 +0000 (10:18 -0500)]
opening flyout for member edit from the dashboard widgets, working on filtering the member list from the textsearch filter in the member list

6 years agoReplacement of each() deprecated function calls.
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.

6 years agoMerge branch 'develop' into feature/ajaxSearch
Steve Sutton [Fri, 18 Jan 2019 14:12:14 +0000 (09:12 -0500)]
Merge branch 'develop' into feature/ajaxSearch

6 years agoReplacement of deprecated each() calls.
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.

6 years agoMerge branch 'develop' into feature/ajaxSearch
Steve Sutton [Thu, 17 Jan 2019 19:15:48 +0000 (14:15 -0500)]
Merge branch 'develop' into feature/ajaxSearch

6 years agoFix comment
Steve Sutton [Thu, 17 Jan 2019 14:12:27 +0000 (09:12 -0500)]
Fix comment

Update comment so it doesn't break the script

6 years agoNew ability to show multiple shortcodes for search,map,list with parts separated.
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.

6 years agoMerge branch 'develop' into feature/adminRevamp
Laury GvR [Tue, 15 Jan 2019 13:44:10 +0000 (08:44 -0500)]
Merge branch 'develop' into feature/adminRevamp

6 years agoUpdate member list model
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

6 years agoMerging view flies for ajax pagination
Steve Sutton [Fri, 11 Jan 2019 20:43:33 +0000 (15:43 -0500)]
Merging view flies for ajax pagination

Bring in develop stuff

6 years agoMerge branch 'develop' into feature/ajaxSearch
Steve Sutton [Fri, 11 Jan 2019 19:26:55 +0000 (14:26 -0500)]
Merge branch 'develop' into feature/ajaxSearch

6 years agoMore db updates
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

6 years agoBring in updates from wmta theme
Steve Sutton [Fri, 4 Jan 2019 21:12:20 +0000 (16:12 -0500)]
Bring in updates from wmta theme

For search (wmta)

6 years agoData Abstract now looks in $_REQUEST for all input data
Chuck Scott [Fri, 4 Jan 2019 21:07:20 +0000 (16:07 -0500)]
Data Abstract now looks in $_REQUEST for all input data

6 years agoAdding city search to member list view.
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.

6 years agoMerge tag 'v2.10.48' into develop
Steve Sutton [Thu, 10 Jan 2019 19:22:48 +0000 (14:22 -0500)]
Merge tag 'v2.10.48' into develop

Version 2.10.48

6 years agoMerge branch 'hotfix/2.10.48' v2.10.48
Steve Sutton [Thu, 10 Jan 2019 19:21:51 +0000 (14:21 -0500)]
Merge branch 'hotfix/2.10.48'

6 years agoenqueue css hotfix/2.10.48
Steve Sutton [Thu, 10 Jan 2019 19:21:32 +0000 (14:21 -0500)]
enqueue css

for glm foundation

6 years agoMerge tag 'v2.10.47' into develop
Steve Sutton [Thu, 10 Jan 2019 19:08:57 +0000 (14:08 -0500)]
Merge tag 'v2.10.47' into develop

version 2.10.47

6 years agoMerge branch 'hotfix/2.10.47' v2.10.47
Steve Sutton [Thu, 10 Jan 2019 19:07:04 +0000 (14:07 -0500)]
Merge branch 'hotfix/2.10.47'

6 years agoAdd glma- prefix to a few more glma-foundation styles 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

6 years agoUpdate for new member form (contact)
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

6 years agoMerge branch 'develop' into feature/adminRevamp
Laury GvR [Mon, 7 Jan 2019 14:22:51 +0000 (09:22 -0500)]
Merge branch 'develop' into feature/adminRevamp

6 years agoconsolidating member functions in the Glma object to manageMember
Anthony Talarico [Mon, 7 Jan 2019 14:19:39 +0000 (09:19 -0500)]
consolidating member functions in the Glma object to manageMember

6 years agoMore db updates
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

6 years agoMerge branch 'develop' into feature/adminRevamp
Laury GvR [Fri, 4 Jan 2019 22:00:30 +0000 (17:00 -0500)]
Merge branch 'develop' into feature/adminRevamp

6 years agorefactoring javascript, testing edit form submission
Anthony Talarico [Fri, 4 Jan 2019 21:19:03 +0000 (16:19 -0500)]
refactoring javascript, testing edit form submission

6 years agoBring in updates from wmta theme
Steve Sutton [Fri, 4 Jan 2019 21:12:20 +0000 (16:12 -0500)]
Bring in updates from wmta theme

For search (wmta)

6 years agoMerge branch 'develop' into feature/adminRevamp
Laury GvR [Fri, 4 Jan 2019 21:10:44 +0000 (16:10 -0500)]
Merge branch 'develop' into feature/adminRevamp

6 years agoData Abstract now looks in $_REQUEST for all input data
Chuck Scott [Fri, 4 Jan 2019 21:07:20 +0000 (16:07 -0500)]
Data Abstract now looks in $_REQUEST for all input data

6 years agoMerge branch 'develop' into feature/ajaxSearch
Steve Sutton [Fri, 4 Jan 2019 17:53:56 +0000 (12:53 -0500)]
Merge branch 'develop' into feature/ajaxSearch

6 years agoFix php notices
Steve Sutton [Fri, 4 Jan 2019 16:55:04 +0000 (11:55 -0500)]
Fix php notices

get rid of undefined notices

6 years agomoving javascript into a separate file, there is now an issue with the dashboard...
Anthony Talarico [Fri, 4 Jan 2019 16:35:36 +0000 (11:35 -0500)]
moving javascript into a separate file, there is now an issue with the dashboard widgets

6 years agoUpdating ajaxQuery params
Steve Sutton [Fri, 4 Jan 2019 15:32:43 +0000 (10:32 -0500)]
Updating ajaxQuery params

These need to be added to urls

6 years agoSearchheader view & members manageDashboard model now properly check for existence...
Laury GvR [Fri, 4 Jan 2019 14:54:42 +0000 (09:54 -0500)]
Searchheader view & members manageDashboard model now properly check for existence of vars before checking their value.

6 years agotesting search text dropdown click handlers
Anthony Talarico [Thu, 3 Jan 2019 21:05:48 +0000 (16:05 -0500)]
testing search text dropdown click handlers

6 years agoAdd textSearch to manageDashboard to get autocomplete-based member info opening to...
Laury GvR [Thu, 3 Jan 2019 20:53:16 +0000 (15:53 -0500)]
Add textSearch to manageDashboard to get autocomplete-based member info opening to work (it is not)

6 years agofixing list results table, working on issue with member info submissions not working
Anthony Talarico [Thu, 3 Jan 2019 20:18:28 +0000 (15:18 -0500)]
fixing list results table, working on issue with member info submissions not working

6 years agoadding write_log to the support class
Anthony Talarico [Thu, 3 Jan 2019 16:12:19 +0000 (11:12 -0500)]
adding write_log to the support class

6 years agoUpdate text on email send to user after new member form
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.

6 years agoreplacing .click with .on for jquery events
Anthony Talarico [Thu, 3 Jan 2019 15:27:56 +0000 (10:27 -0500)]
replacing .click with .on for jquery events

6 years agochanging dropdowns to be browser default, adding ajax model to populate memberEdit...
Anthony Talarico [Thu, 3 Jan 2019 15:26:15 +0000 (10:26 -0500)]
changing dropdowns to be browser default, adding ajax model to populate memberEdit form

6 years agoUpdate for the intro message
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.

6 years agoSetting and email notice for new member signup 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.

6 years agoDB updates
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.

6 years agoUpdate for memberSearch variable
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.

6 years agomoving init data to the top of the js code
Anthony Talarico [Fri, 28 Dec 2018 21:39:10 +0000 (16:39 -0500)]
moving init data to the top of the js code

6 years agomaking the data objects for ajax defaulted with action data
Anthony Talarico [Fri, 28 Dec 2018 21:36:52 +0000 (16:36 -0500)]
making the data objects for ajax defaulted with action data

6 years agoreworking the ajax methods for list and edit to make them more flexible
Anthony Talarico [Fri, 28 Dec 2018 21:15:54 +0000 (16:15 -0500)]
reworking the ajax methods for list and edit to make them more flexible

6 years agoImprove filter pending on member list, add filter featured & archived
Laury GvR [Fri, 28 Dec 2018 21:10:12 +0000 (16:10 -0500)]
Improve filter pending on member list, add filter featured & archived

6 years agoFilter by pending checkbox filters results of member search by pending
Laury GvR [Fri, 28 Dec 2018 20:59:32 +0000 (15:59 -0500)]
Filter by pending checkbox filters results of member search by pending

6 years agoEnable admin tabs on member flyout through requiring adminTabs.php from each plugin
Laury GvR [Fri, 28 Dec 2018 20:02:51 +0000 (15:02 -0500)]
Enable admin tabs on member flyout through requiring adminTabs.php from each plugin

6 years agoUpdated member map directions process and other fixes.
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.

6 years agomerging adminsearch and membermanagement ajax models
Anthony Talarico [Fri, 28 Dec 2018 17:43:42 +0000 (12:43 -0500)]
merging adminsearch and membermanagement ajax models

6 years agocreating new memberManagement ajax model
Anthony Talarico [Fri, 28 Dec 2018 17:34:11 +0000 (12:34 -0500)]
creating new memberManagement ajax model

6 years agofixing the flyout data for the member index view
Anthony Talarico [Thu, 27 Dec 2018 20:58:44 +0000 (15:58 -0500)]
fixing the flyout data for the member index view

6 years agoadding member index view file to the flyout, adding editMember action and ajax model
Anthony Talarico [Thu, 27 Dec 2018 18:55:40 +0000 (13:55 -0500)]
adding member index view file to the flyout, adding editMember action and ajax model

6 years agoImprove efficiency of area map dropdown category selection
Laury GvR [Thu, 27 Dec 2018 15:37:00 +0000 (10:37 -0500)]
Improve efficiency of area map dropdown category selection

6 years agoImprove efficiency of area map dropdown category selection
Laury GvR [Thu, 27 Dec 2018 15:36:09 +0000 (10:36 -0500)]
Improve efficiency of area map dropdown category selection

6 years agoMerge branch 'develop' into feature/adminRevamp
Laury GvR [Thu, 27 Dec 2018 15:18:23 +0000 (10:18 -0500)]
Merge branch 'develop' into feature/adminRevamp

6 years agoArea map category box retains 'selected' class when any subcat dropdown item is selected
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

6 years agoadding flyout menu for member record
Anthony Talarico [Fri, 21 Dec 2018 21:40:03 +0000 (16:40 -0500)]
adding flyout menu for member record

6 years agoAdded locking for add-on database updates and new option to glmMembersConfigArraySetu...
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.

6 years agoadding loading gif and changing loader overlay background color
Anthony Talarico [Fri, 21 Dec 2018 18:46:59 +0000 (13:46 -0500)]
adding loading gif and changing loader overlay background color

6 years agoadding styles to the members list view. hovera nd row bg colors
Anthony Talarico [Fri, 21 Dec 2018 18:31:00 +0000 (13:31 -0500)]
adding styles to the members list view. hovera nd row bg colors

6 years agoMerge in develop changes
Laury GvR [Fri, 21 Dec 2018 16:10:32 +0000 (11:10 -0500)]
Merge in develop changes

6 years agoAdd glma- prefix to a few more glma-foundation styles
Laury GvR [Thu, 20 Dec 2018 22:42:43 +0000 (17:42 -0500)]
Add glma- prefix to a few more glma-foundation styles

6 years agoAdd glma- prefix to zf collapse and expanded classes in glma-foundation
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

6 years agoInteractive map category block now also loses 'open' class when 'Close' button is...
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

6 years agoApply open class to interactive map's categoryBox, and adjust style
Laury GvR [Thu, 20 Dec 2018 19:44:17 +0000 (14:44 -0500)]
Apply open class to interactive map's categoryBox, and adjust style

6 years agoAdd an open class to the interactive map tab that's open
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

6 years agoNew default city weather styles
Laury GvR [Thu, 20 Dec 2018 18:21:48 +0000 (13:21 -0500)]
New default city weather styles

6 years agoUpdate with county-search
Steve Sutton [Thu, 20 Dec 2018 15:29:58 +0000 (10:29 -0500)]
Update with county-search

Adding county-search from shortcode.

6 years agoStylefixes for the interactive map viewfile
Laury GvR [Wed, 19 Dec 2018 21:30:18 +0000 (16:30 -0500)]
Stylefixes for the interactive map viewfile

6 years agoEnding div tag fixed for interactive map viewfile
Laury GvR [Wed, 19 Dec 2018 21:13:25 +0000 (16:13 -0500)]
Ending div tag fixed for interactive map viewfile

6 years agoNew styles/view for city weather display
Laury GvR [Wed, 19 Dec 2018 20:19:06 +0000 (15:19 -0500)]
New styles/view for city weather display

6 years agoUpdate shortcode text
Steve Sutton [Thu, 13 Dec 2018 19:35:44 +0000 (14:35 -0500)]
Update shortcode text

For documentation

6 years agoAdding shortcode for new member form
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.

6 years agoSmall fix for front listing image responsiveness
Laury GvR [Thu, 13 Dec 2018 14:06:44 +0000 (09:06 -0500)]
Small fix for front listing image responsiveness

6 years agoUpdating the city and region list for members.
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.

6 years agoMinor fix; city weather style reference to a bg image
Laury GvR [Tue, 11 Dec 2018 14:09:50 +0000 (09:09 -0500)]
Minor fix; city weather style reference to a bg image

6 years agoCity weather styles more presentable out of the box
Laury GvR [Tue, 11 Dec 2018 14:01:07 +0000 (09:01 -0500)]
City weather styles more presentable out of the box

6 years agoRemove duplicate initMap() function call from front list view file
Laury GvR [Fri, 7 Dec 2018 19:17:05 +0000 (14:17 -0500)]
Remove duplicate initMap() function call from front list view file

6 years agoFixed reference to member_slug after submit failure. Added read-only member_slug...
Chuck Scott [Thu, 6 Dec 2018 21:47:49 +0000 (16:47 -0500)]
Fixed reference to member_slug after submit failure. Added read-only member_slug for Update.

6 years agoFixed SQL error when submitting member info after a failed submit when no counties...
Chuck Scott [Thu, 6 Dec 2018 21:06:28 +0000 (16:06 -0500)]
Fixed SQL error when submitting member info after a failed submit when no counties listed.

6 years agoSwitched Smarty use from smartyBC() to smarty() using new version.
Chuck Scott [Tue, 4 Dec 2018 18:01:28 +0000 (13:01 -0500)]
Switched Smarty use from smartyBC() to smarty() using new version.

Updated all instancess of using {php} in views. All were associated with wp_editor().

6 years agoAdded z-index 1000 to ui-dialog to ensure dialogs overlay maps and such things.
Chuck Scott [Thu, 29 Nov 2018 19:48:36 +0000 (14:48 -0500)]
Added z-index 1000 to ui-dialog to ensure dialogs overlay maps and such things.

6 years agoMinify a section of glma foundation styles
Laury GvR [Tue, 27 Nov 2018 15:16:11 +0000 (10:16 -0500)]
Minify a section of glma foundation styles

6 years agoFix a broken style in glma-foundation destroying non-glma block grids
Laury GvR [Mon, 26 Nov 2018 21:10:57 +0000 (16:10 -0500)]
Fix a broken style in glma-foundation destroying non-glma block grids