WP-Plugins/glm-member-db.git
6 years agoAdded PayPal Account Setup proceedures
Chuck Scott [Tue, 5 Jun 2018 14:58:27 +0000 (10:58 -0400)]
Added PayPal Account Setup proceedures

6 years agoPayPal integration code moved to "Saved" directory, use approach in "READ_ME_FIRST...
Chuck Scott [Mon, 4 Jun 2018 18:03:39 +0000 (14:03 -0400)]
PayPal integration code moved to "Saved" directory, use approach in "READ_ME_FIRST" file instead.

7 years agoAdded admin management crons list with proper sorting.
Chuck Scott [Thu, 26 Apr 2018 19:52:13 +0000 (15:52 -0400)]
Added admin management crons list with proper sorting.

7 years agoAdded Management "Crons" tab to display a sorted lsit of GLM Cron requests
Chuck Scott [Thu, 26 Apr 2018 14:27:23 +0000 (10:27 -0400)]
Added Management "Crons" tab to display a sorted lsit of GLM Cron requests

7 years agoAdded GLM Associate Cron - See bottom of index.php for details.
Chuck Scott [Tue, 24 Apr 2018 17:50:28 +0000 (13:50 -0400)]
Added GLM Associate Cron - See bottom of index.php for details.

7 years agoChange drop_database script name to reflect new db version
Laury GvR [Wed, 18 Apr 2018 20:53:08 +0000 (16:53 -0400)]
Change drop_database script name to reflect new db version

7 years agoAdded more info regarding where and when a memory or time report occurs with Front...
Chuck Scott [Thu, 12 Apr 2018 13:57:31 +0000 (09:57 -0400)]
Added more info regarding where and when a memory or time report occurs with Front Debug.

7 years agoRemoved one test line from time/memory profiling code in controller.
Chuck Scott [Thu, 12 Apr 2018 13:43:54 +0000 (09:43 -0400)]
Removed one test line from time/memory profiling code in controller.

7 years agoSetting errors to E_ALL when front debug is on.
Chuck Scott [Thu, 12 Apr 2018 13:42:35 +0000 (09:42 -0400)]
Setting errors to E_ALL when front debug is on.

7 years agoNow adding E_NOTICE to error reporting for controller then restoring - When Front...
Chuck Scott [Thu, 12 Apr 2018 13:26:36 +0000 (09:26 -0400)]
Now adding E_NOTICE to error reporting for controller then restoring - When Front Debug

7 years agoConverted files with CR/LF to LF only.
Chuck Scott [Tue, 10 Apr 2018 15:45:27 +0000 (11:45 -0400)]
Converted files with CR/LF to LF only.

7 years agoMerge tag 'v2.10.29' into develop
Chuck Scott [Mon, 9 Apr 2018 18:01:04 +0000 (14:01 -0400)]
Merge tag 'v2.10.29' into develop

Fixed problems with map bubble data.

7 years agoMerge branch 'release/2.10.29' v2.10.29
Chuck Scott [Mon, 9 Apr 2018 18:00:48 +0000 (14:00 -0400)]
Merge branch 'release/2.10.29'

7 years agoUpdated to new version
Chuck Scott [Mon, 9 Apr 2018 18:00:17 +0000 (14:00 -0400)]
Updated to new version

7 years agoMinor fix to member name parameter in map bubbles.
Chuck Scott [Mon, 9 Apr 2018 17:56:53 +0000 (13:56 -0400)]
Minor fix to member name parameter in map bubbles.

7 years agoFixed incorrect table prefix for query to get map bubble data.
Chuck Scott [Mon, 9 Apr 2018 17:32:54 +0000 (13:32 -0400)]
Fixed incorrect table prefix for query to get map bubble data.

7 years agoMerge tag 'v2.10.28' into develop
Chuck Scott [Fri, 6 Apr 2018 17:25:00 +0000 (13:25 -0400)]
Merge tag 'v2.10.28' into develop

Payment Processors and Member List performance

7 years agoMerge branch 'release/2.10.28' v2.10.28
Chuck Scott [Fri, 6 Apr 2018 17:24:31 +0000 (13:24 -0400)]
Merge branch 'release/2.10.28'

7 years agoMoved payment processing library here - Improved performance of data collection for...
Chuck Scott [Fri, 6 Apr 2018 17:22:54 +0000 (13:22 -0400)]
Moved payment processing library here - Improved performance of data collection for member list maps.

7 years agoFixed performace issue with collection of data for member list map data.
Chuck Scott [Fri, 6 Apr 2018 16:52:39 +0000 (12:52 -0400)]
Fixed performace issue with collection of data for member list map data.

Added $optionProhibitListOptions class variable to DataAbstract.php that will completely squash the added lists of data.
Chaged members/list.php from using the by lat/lon method to simlified member data for getting map data - cuts overhead.
Changed dataMemberInfo get simplified to use a fast query for getting map data rather than going through the Data Abstract for that data - Huge improvement.
Updated list.html to use the simplified data for the map objects. Also commented out categories and now useing short descrption.

7 years agoAdding in missing vendor directory
Chuck Scott [Fri, 6 Apr 2018 14:55:51 +0000 (10:55 -0400)]
Adding in missing vendor directory

7 years agoMinor required updates
Chuck Scott [Thu, 5 Apr 2018 20:26:08 +0000 (16:26 -0400)]
Minor required updates

Changed last member ID storage from WP option to cookie.
Added time profiling debug output to front controller.
Minor update to Authorize.net payment gateway class to remove status code from status text in response data.

7 years agoMerge branch 'feature/markerClusterer' into develop
Steve Sutton [Wed, 4 Apr 2018 20:02:12 +0000 (16:02 -0400)]
Merge branch 'feature/markerClusterer' into develop

7 years agoAdd the setting for marker cluster into member list view.
Steve Sutton [Wed, 4 Apr 2018 20:00:56 +0000 (16:00 -0400)]
Add the setting for marker cluster into member list view.

Also adding to shortcode the marker-clusters show option.

7 years agoMerge branch 'develop' into feature/markerClusterer
Steve Sutton [Wed, 4 Apr 2018 19:23:57 +0000 (15:23 -0400)]
Merge branch 'develop' into feature/markerClusterer

7 years agoAdded Payment Processer Classes - Added configuration options
Chuck Scott [Tue, 3 Apr 2018 21:07:37 +0000 (17:07 -0400)]
Added Payment Processer Classes - Added configuration options

Fixed problem with checking status of capabilities in glmPluginSupport.php
Added settings for reCAPTCHA and Cluster Margers to Management and Database
Added lib/paymentProcessors directory with payment processor classes and test code.
Updated Authorize.net payment processor class to new API and added stored payment profiles.

7 years agoStart with marker clusterer
Steve Sutton [Tue, 3 Apr 2018 19:12:18 +0000 (15:12 -0400)]
Start with marker clusterer

Add markerclusterer from nearme to member map.

7 years agoRemoved old test line.
Chuck Scott [Mon, 2 Apr 2018 20:13:06 +0000 (16:13 -0400)]
Removed old test line.

7 years agoMoved Payment Processors Class to main plugin
Chuck Scott [Mon, 2 Apr 2018 20:09:20 +0000 (16:09 -0400)]
Moved Payment Processors Class to main plugin

Updated Authorize.net SDK for new API.
Added enhanced paymentProcessorsTest.php file to test and demostrate the new Authorize.net features
Added ability to create a customer payment profile from a completed transaction
Added ability to charge using a stored customer payment profile with Authorize.net

7 years agoUpdate spacing in template data
Steve Sutton [Tue, 20 Mar 2018 15:32:44 +0000 (11:32 -0400)]
Update spacing in template data

Needed a space.

7 years agoUpdate the city search part
Steve Sutton [Tue, 20 Mar 2018 15:16:43 +0000 (11:16 -0400)]
Update the city search part

Need to check if it exists before trying to check for a value.

7 years agoMerge tag 'v2.10.27' into develop
Steve Sutton [Tue, 20 Mar 2018 12:47:26 +0000 (08:47 -0400)]
Merge tag 'v2.10.27' into develop

Version 2.10.27

7 years agoMerge branch 'hotfix/2.10.27' v2.10.27
Steve Sutton [Tue, 20 Mar 2018 12:47:16 +0000 (08:47 -0400)]
Merge branch 'hotfix/2.10.27'

7 years agoRemove the wmta search stuff from main member plugin.
Steve Sutton [Tue, 20 Mar 2018 12:46:32 +0000 (08:46 -0400)]
Remove the wmta search stuff from main member plugin.

Moving this part into wmta theme. They want it to search for city names.

7 years agoFixed checkbox issue in Data Abstract and used Terms value instead of literal text.
Chuck Scott [Fri, 9 Mar 2018 16:34:06 +0000 (11:34 -0500)]
Fixed checkbox issue in Data Abstract and used Terms value instead of literal text.

Data abstract was changed to use the "strict" flag in in_array() when testing checkbox input.
Added a string '1' in addition to the numeric 1 to catch both situations.
Replaced litteral text if File Library index.html with a settings term.

7 years agoMerge tag 'v2.10.26' into develop
Anthony Talarico [Thu, 8 Mar 2018 21:13:02 +0000 (16:13 -0500)]
Merge tag 'v2.10.26' into develop

blocking users from adding new cities in member profile edit pages unless they are admin or have capabilities

7 years agoMerge branch 'hotfix/2.10.26' v2.10.26
Anthony Talarico [Thu, 8 Mar 2018 21:12:40 +0000 (16:12 -0500)]
Merge branch 'hotfix/2.10.26'

7 years agoadding locked to member check for users in member profile edit pages
Anthony Talarico [Thu, 8 Mar 2018 21:11:28 +0000 (16:11 -0500)]
adding locked to member check for users in member profile edit pages

making it so users can't add cities unless they are admin or have capabilities

7 years agoMerge tag 'v2.10.25' into develop
Steve Sutton [Thu, 1 Mar 2018 22:06:11 +0000 (17:06 -0500)]
Merge tag 'v2.10.25' into develop

Version 2.10.25

7 years agoMerge branch 'release/2.10.25' v2.10.25
Steve Sutton [Thu, 1 Mar 2018 22:06:02 +0000 (17:06 -0500)]
Merge branch 'release/2.10.25'

7 years agoBump version number
Steve Sutton [Thu, 1 Mar 2018 22:05:50 +0000 (17:05 -0500)]
Bump version number

7 years agoFix permission check
Steve Sutton [Thu, 1 Mar 2018 22:03:57 +0000 (17:03 -0500)]
Fix permission check

when searching the user caps it should look for isset and not the
!isset.

7 years agoMove the bubbles out of blankstart condition
Steve Sutton [Thu, 1 Mar 2018 20:54:11 +0000 (15:54 -0500)]
Move the bubbles out of blankstart condition

Need to move how the bubble data is output to get those to work.

7 years agoShow info bubble data for mapItems
Steve Sutton [Thu, 1 Mar 2018 20:50:20 +0000 (15:50 -0500)]
Show info bubble data for mapItems

Use mapItems array instead of haveMembers for this part.

7 years agoUpdate the member maps to show blank start is set
Steve Sutton [Thu, 1 Mar 2018 20:40:55 +0000 (15:40 -0500)]
Update the member maps to show blank start is set

If blank start is set we still need to show the member markers on the
map.

7 years agoRemove extra s at the end of term
Steve Sutton [Thu, 1 Mar 2018 15:45:13 +0000 (10:45 -0500)]
Remove extra s at the end of term

Don't need extra s here.

7 years agoAdd reservation url for member import
Steve Sutton [Tue, 27 Feb 2018 19:59:30 +0000 (14:59 -0500)]
Add reservation url for member import

Adding the member reservation url for the member import.

7 years agoNow not adding http:// to empty URLs.
Chuck Scott [Tue, 27 Feb 2018 19:17:15 +0000 (14:17 -0500)]
Now not adding http:// to empty URLs.

7 years agoFixed undefined index when reservation_url not available.
Chuck Scott [Mon, 26 Feb 2018 19:44:37 +0000 (14:44 -0500)]
Fixed undefined index when reservation_url not available.

7 years agoAdded post processing to dataMemberInfo.php to force http:// to the beginning of...
Chuck Scott [Mon, 26 Feb 2018 18:04:52 +0000 (13:04 -0500)]
Added post processing to dataMemberInfo.php to force  to the beginning of URLs.

Also started adding page top text capability - not outputting yet.

7 years agoMerge tag 'v2.10.24' into develop
Steve Sutton [Tue, 20 Feb 2018 18:59:18 +0000 (13:59 -0500)]
Merge tag 'v2.10.24' into develop

Version 2.10.24

7 years agoMerge branch 'hotfix/2.10.24' v2.10.24
Steve Sutton [Tue, 20 Feb 2018 18:59:10 +0000 (13:59 -0500)]
Merge branch 'hotfix/2.10.24'

7 years agoUpdate the custom field form location when adding profile.
Steve Sutton [Tue, 20 Feb 2018 18:57:55 +0000 (13:57 -0500)]
Update the custom field form location when adding profile.

When adding the profile record need to have the table with custom field
surrounding the form. So it is hidden except for when it is showing.

7 years agoMerge tag 'v2.10.23' into develop
Steve Sutton [Tue, 20 Feb 2018 15:55:23 +0000 (10:55 -0500)]
Merge tag 'v2.10.23' into develop

Version 2.10.23

7 years agoMerge branch 'release/2.10.23' v2.10.23
Steve Sutton [Tue, 20 Feb 2018 15:55:14 +0000 (10:55 -0500)]
Merge branch 'release/2.10.23'

7 years agoRelease v2.10.23
Steve Sutton [Tue, 20 Feb 2018 15:54:29 +0000 (10:54 -0500)]
Release v2.10.23

Update files for release.

7 years agoRemove link for custom images
Steve Sutton [Tue, 20 Feb 2018 15:25:58 +0000 (10:25 -0500)]
Remove link for custom images

Was only for wmta.

7 years agoIf wordpress search then only search name
Steve Sutton [Tue, 20 Feb 2018 14:06:05 +0000 (09:06 -0500)]
If wordpress search then only search name

For use in wordpress search like wmta.

7 years agoMerge tag 'v2.10.22' into develop
Laury GvR [Fri, 16 Feb 2018 21:35:33 +0000 (16:35 -0500)]
Merge tag 'v2.10.22' into develop

v2.10.22

7 years agoMerge branch 'hotfix/2.10.22' v2.10.22
Laury GvR [Fri, 16 Feb 2018 21:34:15 +0000 (16:34 -0500)]
Merge branch 'hotfix/2.10.22'

7 years agoFixed vimeo links
Laury GvR [Fri, 16 Feb 2018 21:33:38 +0000 (16:33 -0500)]
Fixed vimeo links

Vimeo links that do not start with www. are now correctly
interpreted on the video sections on Member Detail pages.

7 years agoadding member url filter to front hooks
Anthony Talarico [Wed, 14 Feb 2018 20:33:31 +0000 (15:33 -0500)]
adding member url filter to front hooks

adding a filter in front hooks that generates and returns the member detail url from a
given member id

7 years agoTemp for wmta member custom header images.
Steve Sutton [Tue, 13 Feb 2018 21:53:11 +0000 (16:53 -0500)]
Temp for wmta member custom header images.

Pulling usemeta

7 years agoOnly match textSearch if there's no $_REQUEST['s']
Steve Sutton [Fri, 9 Feb 2018 21:07:35 +0000 (16:07 -0500)]
Only match textSearch if there's no $_REQUEST['s']

If they search website then limit to only name search for textSearch.

7 years agoUpdate link length used for reading in csv files.
Steve Sutton [Fri, 9 Feb 2018 17:35:08 +0000 (12:35 -0500)]
Update link length used for reading in csv files.

Increasing to 100000 characters.

7 years agoMerge tag 'v2.10.21' into develop
Anthony Talarico [Fri, 9 Feb 2018 15:05:10 +0000 (10:05 -0500)]
Merge tag 'v2.10.21' into develop

adding url get params for the member list alpha search results

7 years agoMerge branch 'hotfix/2.10.21' v2.10.21
Anthony Talarico [Fri, 9 Feb 2018 15:01:35 +0000 (10:01 -0500)]
Merge branch 'hotfix/2.10.21'

7 years agoadding url get params for the members list alpha and filter search
Anthony Talarico [Fri, 9 Feb 2018 15:00:32 +0000 (10:00 -0500)]
adding url get params for the members list alpha and filter search

adding url get params so that the page scrolls to the search results of a member list page
when searching by alpha links or filter search

7 years agoTimezone settings now affect AJAX calls, File Library basic features now complete.
Chuck Scott [Fri, 2 Feb 2018 20:38:40 +0000 (15:38 -0500)]
Timezone settings now affect AJAX calls, File Library basic features now complete.

7 years agoAlmost done with File Library standard features. Still problem with Update.
Chuck Scott [Thu, 1 Feb 2018 20:26:41 +0000 (15:26 -0500)]
Almost done with File Library standard features. Still problem with Update.

7 years agoRemove the smarty debug
Steve Sutton [Tue, 30 Jan 2018 17:42:06 +0000 (12:42 -0500)]
Remove the smarty debug

Don't need this debug here.

7 years agoAdded Smarty debgug window to output when admin verbose debug enabled.
Chuck Scott [Fri, 26 Jan 2018 15:31:35 +0000 (10:31 -0500)]
Added Smarty debgug window to output when admin verbose debug enabled.

7 years agoAdded a field to always return a city ID along with city name.
Chuck Scott [Thu, 25 Jan 2018 19:44:48 +0000 (14:44 -0500)]
Added a field to always return a city ID along with city name.

7 years agoadding city search function to the dataCities class and the front list model
Anthony Talarico [Thu, 25 Jan 2018 15:47:43 +0000 (10:47 -0500)]
adding city search function to the dataCities class and the front list model

reflecting the region search functionality with the cities to add city search to our
front end member filter

7 years agoAdd video import file.
Steve Sutton [Wed, 24 Jan 2018 19:57:58 +0000 (14:57 -0500)]
Add video import file.

Adding ability to import for the member videos.

7 years agoUpdate for index
Steve Sutton [Tue, 23 Jan 2018 21:24:26 +0000 (16:24 -0500)]
Update for index

typo correction for creating new index.

7 years agoUpdate for import
Steve Sutton [Tue, 23 Jan 2018 21:23:37 +0000 (16:23 -0500)]
Update for import

up it to 40 per member import.

7 years agoMore updates for wmta import using csv.
Steve Sutton [Tue, 23 Jan 2018 19:31:17 +0000 (14:31 -0500)]
More updates for wmta import using csv.

Since we're using old_member_id to match when doing photos have to
update some things for it to get the member info id correctly.

7 years agoFixed problems various tabs now showing in "Settings" and other fixes.
Chuck Scott [Tue, 23 Jan 2018 19:35:24 +0000 (14:35 -0500)]
Fixed problems various tabs now showing in "Settings" and other fixes.

Added filters to commonHooks to say whether members and/or counties are enabled.
Applied those filters in the admin/settings/header.html file instead of view parameters.
Removed code that added $enable_members and $enable_counties view parameters from a number of files.
Added info on new hooks to hooksHelp.html

7 years agoUpdate to old_member_id field and import scripts.
Steve Sutton [Tue, 23 Jan 2018 18:21:26 +0000 (13:21 -0500)]
Update to old_member_id field and import scripts.

Updating the import script for issue with wmta and the remote cdn images
for their logo's.
Update the field column type for the old_member_id and changing it to
TINYTEXT field.

7 years agoMerge branch 'develop' into customFields
Anthony Talarico [Mon, 22 Jan 2018 16:57:03 +0000 (11:57 -0500)]
Merge branch 'develop' into customFields

7 years agoAdded Memory tracking to index and controllers when Debug Verbose is on.
Chuck Scott [Fri, 19 Jan 2018 18:14:41 +0000 (13:14 -0500)]
Added Memory tracking to index and controllers when Debug Verbose is on.

7 years agoRemoved unused code from deactivate.php
Chuck Scott [Thu, 18 Jan 2018 21:46:10 +0000 (16:46 -0500)]
Removed unused code from deactivate.php

7 years agoMerge branch 'develop' into customFields customFields
Anthony Talarico [Thu, 18 Jan 2018 16:48:23 +0000 (11:48 -0500)]
Merge branch 'develop' into customFields

7 years ago2 Fixes: Database update for file_library, failure during deactivate
Chuck Scott [Thu, 18 Jan 2018 16:40:01 +0000 (11:40 -0500)]
2 Fixes: Database update for file_library, failure during deactivate

Updated database update 1.1.33 to use NULL for DATETIME field for file_library table.
Commented out code in deactivate.php to remove current_user_can() call that can't be run there.

7 years agoMerge branch 'develop' into customFields
Anthony Talarico [Thu, 18 Jan 2018 16:10:08 +0000 (11:10 -0500)]
Merge branch 'develop' into customFields

7 years agoadding front hook to get active member info id on the front end
Anthony Talarico [Thu, 18 Jan 2018 15:19:27 +0000 (10:19 -0500)]
adding front hook to get active member info id on the front end

needed hook that gets the active member info id in the theme

7 years agoIncreased upload file size to 40MB for File Library.
Chuck Scott [Tue, 16 Jan 2018 17:53:28 +0000 (12:53 -0500)]
Increased upload file size to 40MB for File Library.

7 years agoAdded "File Library" main Associate menu option.
Chuck Scott [Tue, 16 Jan 2018 17:16:40 +0000 (12:16 -0500)]
Added "File Library" main Associate menu option.

Updated database with file_library and file_library_categories tables (the later is not yet in use).
Copied code from js/imageUpload to js/fileLibraryUpload and modified to serve for the File Library.
Created models and views to support new feature.

7 years agoVimeo videos without 'www' now accepted by member
Laury GvR [Fri, 12 Jan 2018 21:37:16 +0000 (16:37 -0500)]
Vimeo videos without 'www' now accepted by member

Vimeo videos now all have a pattern of https://vimeo.com/<video>
but the pattern it was checking against included a 'www.'. This
has now been fixed and vimeo videos can be properly included in
member profiles.

7 years agoAdding filters for contact info and member name and type
laury [Fri, 12 Jan 2018 20:34:47 +0000 (15:34 -0500)]
Adding filters for contact info and member name and type

Added glma_get_logged_in_contact, glma_get_member_type, and
glma_get_member_name in order for this information to be displayed
more easily on the front end without exposing the config array
(which also contains the user password). This was added in order to
show this info in the MiGCSA header member box.

7 years agoHelp with too many queries on same thing.
Steve Sutton [Fri, 12 Jan 2018 18:02:30 +0000 (13:02 -0500)]
Help with too many queries on same thing.

stashing the search array.

7 years agoAdded "mysql_date" formatted for MySQL to date output array for easy reference.
Chuck Scott [Fri, 12 Jan 2018 16:44:12 +0000 (11:44 -0500)]
Added "mysql_date" formatted for MySQL to date output array for easy reference.

7 years agoNow checking for default value when inserting if no input supplied (only for integer...
Chuck Scott [Mon, 1 Jan 2018 18:46:45 +0000 (13:46 -0500)]
Now checking for default value when inserting if no input supplied (only for integer field so far)

7 years agoAdded glm-required class to css and "ThingsToGetTo.txt" file in the Misc directory.
Chuck Scott [Wed, 13 Dec 2017 19:11:43 +0000 (14:11 -0500)]
Added glm-required class to css and "ThingsToGetTo.txt" file in the Misc directory.

7 years agochanging the scss files for the glm grid to reduce the width amount for each of the...
Anthony Talarico [Mon, 11 Dec 2017 21:38:37 +0000 (16:38 -0500)]
changing the scss files for the glm grid to reduce the width amount for each of the column sizes

testing the reduction of width percentages to calculate column widths in the grid sass file

7 years agoAdded !is_admin() check where making sure a non admin and non-members manager can...
Chuck Scott [Thu, 7 Dec 2017 17:49:59 +0000 (12:49 -0500)]
Added !is_admin() check where making sure a non admin and non-members manager can access member information.

7 years agoUpdating the wp_register_script call
Steve Sutton [Thu, 7 Dec 2017 16:58:50 +0000 (11:58 -0500)]
Updating the wp_register_script call

Had an extra parameter in there that was messing things up.

7 years agoAdded some debug output to front controller and attempting to lock user down for...
Chuck Scott [Tue, 5 Dec 2017 21:32:37 +0000 (16:32 -0500)]
Added some debug output to front controller and attempting to lock user down for a certain defect.

7 years agoSet checkbox input comparison using in_array to use strict comparison.
Chuck Scott [Mon, 4 Dec 2017 20:54:15 +0000 (15:54 -0500)]
Set checkbox input comparison using in_array to use strict comparison.