WP-Plugins/glm-member-db.git
7 years agoMerge branch 'develop' into feature/CSVImport
Steve Sutton [Fri, 16 Jun 2017 20:15:54 +0000 (16:15 -0400)]
Merge branch 'develop' into feature/CSVImport

7 years agoMerge tag 'v2.9.19' into develop
Steve Sutton [Fri, 16 Jun 2017 19:25:22 +0000 (15:25 -0400)]
Merge tag 'v2.9.19' into develop

Version 2.9.19

7 years agoMerge branch 'release/2.9.19' v2.9.19
Steve Sutton [Fri, 16 Jun 2017 19:25:15 +0000 (15:25 -0400)]
Merge branch 'release/2.9.19'

7 years agorelease 2.9.19
Steve Sutton [Fri, 16 Jun 2017 19:24:47 +0000 (15:24 -0400)]
release 2.9.19

7 years agoFixed incorrect reference to memberID that should have been memberInfoID for function...
Chuck Scott [Fri, 16 Jun 2017 19:09:38 +0000 (15:09 -0400)]
Fixed incorrect reference to memberID that should have been memberInfoID for function call to clear categories.

7 years agoMore updates for the member import
Steve Sutton [Fri, 16 Jun 2017 18:51:20 +0000 (14:51 -0400)]
More updates for the member import

Working on short description. Removing it from the csv files.
Short description will be generated from the descr field.

7 years agoMerge branch 'develop' into feature/CSVImport
Steve Sutton [Fri, 16 Jun 2017 12:33:04 +0000 (08:33 -0400)]
Merge branch 'develop' into feature/CSVImport

7 years agoUpdate one more for primary key issues
Steve Sutton [Thu, 15 Jun 2017 17:54:52 +0000 (13:54 -0400)]
Update one more for primary key issues

Updating the cache table primary key to be not null.

7 years agoOne more update for primary key
Steve Sutton [Thu, 15 Jun 2017 17:49:05 +0000 (13:49 -0400)]
One more update for primary key

Found another table mysql 5.7 doesn't like.

7 years agoOne for for primary key update
Steve Sutton [Thu, 15 Jun 2017 17:26:50 +0000 (13:26 -0400)]
One for for primary key update

Need to get all fields in this primary key

7 years agoUpdate create script to have primary keys not null.
Steve Sutton [Thu, 15 Jun 2017 17:10:34 +0000 (13:10 -0400)]
Update create script to have primary keys not null.

Mysql 5.7 is complaining about this.

7 years agoWorking on breaking up member file processing
Steve Sutton [Thu, 15 Jun 2017 17:09:24 +0000 (13:09 -0400)]
Working on breaking up member file processing

breaking up into 20 members at a time.

7 years agoBreak up file processing.
Steve Sutton [Wed, 14 Jun 2017 14:32:59 +0000 (10:32 -0400)]
Break up file processing.

First process the amenity,category,region,county,city files.
Then process the members file.
Still have to break up the processing of members into smaller groups.
This will be so there's no timeout issues.

7 years agoMerge branch 'develop' into feature/CSVImport
Steve Sutton [Mon, 12 Jun 2017 18:30:26 +0000 (14:30 -0400)]
Merge branch 'develop' into feature/CSVImport

7 years agoMerge tag 'v2.9.18' into develop
Steve Sutton [Mon, 12 Jun 2017 16:36:40 +0000 (12:36 -0400)]
Merge tag 'v2.9.18' into develop

Version 2.9.18

7 years agoMerge branch 'hotfix/2.9.18' v2.9.18
Steve Sutton [Mon, 12 Jun 2017 16:36:32 +0000 (12:36 -0400)]
Merge branch 'hotfix/2.9.18'

7 years agoFix an issue where the google map info id may be incorrect.
Steve Sutton [Mon, 12 Jun 2017 16:35:25 +0000 (12:35 -0400)]
Fix an issue where the google map info id may be incorrect.

Id used in markup and the javascript code synced so they use the same
id. Both now using the m.id in the view template.

7 years agoAdd cc_type
Steve Sutton [Mon, 12 Jun 2017 16:27:18 +0000 (12:27 -0400)]
Add cc_type

Not sure if this will help out an issue I'm having with the member map.

7 years agoAdding tables for clear data
Steve Sutton [Mon, 12 Jun 2017 15:29:30 +0000 (11:29 -0400)]
Adding tables for clear data

Adding categories cities to be emptied when they select the clear data
checkbox on member csv importing.

7 years agoUpdates for member import
Steve Sutton [Wed, 7 Jun 2017 17:47:27 +0000 (13:47 -0400)]
Updates for member import

I have these going into the database now:
Amenities
Categories
Cities
Counties
Regions
Members and profile data (w/amenities and categories)

7 years agoWIP member and member_info import
Steve Sutton [Wed, 7 Jun 2017 14:11:40 +0000 (10:11 -0400)]
WIP member and member_info import

Working on import of member and profile data.

7 years agoWIP working on imports
Steve Sutton [Tue, 6 Jun 2017 19:11:56 +0000 (15:11 -0400)]
WIP working on imports

city import
county import
region import
working on member and profile import.

7 years agoWIP file upload and validation
Steve Sutton [Mon, 5 Jun 2017 20:23:59 +0000 (16:23 -0400)]
WIP file upload and validation

Upload test files.
Validating them from their headers.

7 years agoMerge branch 'develop' into feature/CSVImport
Steve Sutton [Mon, 5 Jun 2017 16:38:42 +0000 (12:38 -0400)]
Merge branch 'develop' into feature/CSVImport

7 years agoMerge tag 'v2.9.17' into develop
Chuck Scott [Thu, 1 Jun 2017 18:22:20 +0000 (14:22 -0400)]
Merge tag 'v2.9.17' into develop

Fixed permissions issues with login contacts.

Conflicts:
readme.txt

7 years agoMerge branch 'hotfix/2.9.17' v2.9.17
Chuck Scott [Thu, 1 Jun 2017 18:20:42 +0000 (14:20 -0400)]
Merge branch 'hotfix/2.9.17'

7 years agoFixed problem with not retrieving plugin configuration parameters in some cases. hotfix/2.9.17
Chuck Scott [Thu, 1 Jun 2017 18:18:28 +0000 (14:18 -0400)]
Fixed problem with not retrieving plugin configuration parameters in some cases.

7 years agoCleaned up readme a bit
Chuck Scott [Thu, 25 May 2017 20:45:47 +0000 (16:45 -0400)]
Cleaned up readme a bit

7 years agoAdded changelog to readme
Chuck Scott [Thu, 25 May 2017 20:44:42 +0000 (16:44 -0400)]
Added changelog to readme

7 years agoMerge tag 'v2.9.16' into develop
Steve Sutton [Thu, 25 May 2017 15:38:27 +0000 (11:38 -0400)]
Merge tag 'v2.9.16' into develop

Version 2.9.16

7 years agoMerge branch 'release/2.9.16' v2.9.16
Steve Sutton [Thu, 25 May 2017 15:38:14 +0000 (11:38 -0400)]
Merge branch 'release/2.9.16'

7 years agoBump version number
Steve Sutton [Thu, 25 May 2017 15:37:53 +0000 (11:37 -0400)]
Bump version number

For new release

7 years agoAdded function to clear shortcode cache.
Chuck Scott [Tue, 23 May 2017 19:19:20 +0000 (15:19 -0400)]
Added function to clear shortcode cache.
Placed that function in all models that add, delete, or update member data.

7 years agoChanged cache time to 30 Days.
Chuck Scott [Tue, 23 May 2017 17:01:30 +0000 (13:01 -0400)]
Changed cache time to 30 Days.

7 years agoFixed cache logic not checking for the shortcode name when processing shortcode list...
Chuck Scott [Tue, 23 May 2017 15:54:36 +0000 (11:54 -0400)]
Fixed cache logic not checking for the shortcode name when processing shortcode list looking for cache control data.

7 years agoInitial Test of Shortcode Caching
Chuck Scott [Tue, 23 May 2017 15:40:04 +0000 (11:40 -0400)]
Initial Test of Shortcode Caching
Added cache control logig to front controller
Moved enqueueing of scropts from the members list.php script to the controller
Added a cache table to the database
Added cache control options to shortcodes list.

7 years agoStart WIP for CSV Import
Steve Sutton [Thu, 18 May 2017 17:57:12 +0000 (13:57 -0400)]
Start WIP for CSV Import

Creating menu, model and view.
Adding to valid actions

7 years agoUpdate for the member only menu
Steve Sutton [Wed, 17 May 2017 14:31:00 +0000 (10:31 -0400)]
Update for the member only menu

The get option needs to use the Constant and not the string. Putting a
check for the define first before creating the menu.

7 years agoMoved activate/deactivate, require support files, and user logged in hook from glmChe...
Chuck Scott [Tue, 16 May 2017 16:19:32 +0000 (12:19 -0400)]
Moved activate/deactivate, require support files, and user logged in hook from glmCheckDatabase call success block.
This solves support files not being loaded if a database doesn't check properly under certain situations.

7 years agoFixed links to add needed member types from members areas.
Chuck Scott [Tue, 16 May 2017 14:33:47 +0000 (10:33 -0400)]
Fixed links to add needed member types from members areas.

7 years agoCLeaned up and resturctured the plugin Readme file.
Chuck Scott [Tue, 16 May 2017 14:23:23 +0000 (10:23 -0400)]
CLeaned up and resturctured the plugin Readme file.

7 years agoFixed bad link on Dashboard Widget for "No Member Types Listed" link.
Chuck Scott [Tue, 16 May 2017 13:54:44 +0000 (09:54 -0400)]
Fixed bad link on Dashboard Widget for "No Member Types Listed" link.

8 years agoUpdating shortcode builder tool.
Steve Sutton [Fri, 12 May 2017 16:15:40 +0000 (12:15 -0400)]
Updating shortcode builder tool.

Don't show the shortcode builder if member aren't enabled.
Getting rid of an error because no count variable was set for the
shortcode. Now passing this into the template.

8 years agoMembers only page ID option retrieved correctly
Laury GvR [Thu, 11 May 2017 19:26:01 +0000 (15:26 -0400)]
Members only page ID option retrieved correctly

The option for the members only page ID tried to use a constant
where it should have used a string, causing an error on plugin
activation.

8 years agoAdding the Files tab to member detail viewfile
Laury GvR [Thu, 11 May 2017 13:17:12 +0000 (09:17 -0400)]
Adding the Files tab to member detail viewfile

8 years agoMerge branch 'feature/latlonFilter' into develop
Steve Sutton [Thu, 4 May 2017 17:41:32 +0000 (13:41 -0400)]
Merge branch 'feature/latlonFilter' into develop

8 years agoAdding comment on filter
Steve Sutton [Thu, 4 May 2017 17:41:07 +0000 (13:41 -0400)]
Adding comment on filter

For lat lot to dms

8 years agoFilter start for lat lon to DMS
Steve Sutton [Thu, 4 May 2017 17:32:22 +0000 (13:32 -0400)]
Filter start for lat lon to DMS

adding a filter for lat lon to DMS

8 years agoMerge tag 'v2.9.15' into develop
Steve Sutton [Tue, 2 May 2017 19:22:45 +0000 (15:22 -0400)]
Merge tag 'v2.9.15' into develop

Version 2.9.15

8 years agoMerge branch 'release/2.9.15' v2.9.15
Steve Sutton [Tue, 2 May 2017 19:22:37 +0000 (15:22 -0400)]
Merge branch 'release/2.9.15'

8 years agoRelease 2.9.15
Steve Sutton [Tue, 2 May 2017 19:22:00 +0000 (15:22 -0400)]
Release 2.9.15

New styled member admin.

8 years agoMerge branch 'feature/lauTestAdminMap' into develop
Laury GvR [Tue, 2 May 2017 18:59:11 +0000 (14:59 -0400)]
Merge branch 'feature/lauTestAdminMap' into develop

8 years agoFunctions to update the map when clicking View Map on the admin member edit page...
Laury GvR [Tue, 2 May 2017 18:58:08 +0000 (14:58 -0400)]
Functions to update the map when clicking View Map on the admin member edit page were called incorrectly

8 years agoFunction to update map also ran when View Map button is clicked on member info edit...
Laury GvR [Tue, 2 May 2017 18:16:08 +0000 (14:16 -0400)]
Function to update map also ran when View Map button is clicked on member info edit page

8 years agoRemoving extraneous Main Dashboard title on admin side, causing display issues.
Laury GvR [Mon, 1 May 2017 15:08:38 +0000 (11:08 -0400)]
Removing extraneous Main Dashboard title on admin side, causing display issues.

8 years agoReversed test for use of location tab with fields in selected data. That should not...
Chuck Scott [Thu, 27 Apr 2017 18:24:25 +0000 (14:24 -0400)]
Reversed test for use of location tab with fields in selected data. That should not have been added here.

8 years agoadding fronthooks filter to get active member info data
Anthony Talarico [Wed, 26 Apr 2017 13:36:56 +0000 (09:36 -0400)]
adding fronthooks filter to get active member info data

added filter to retrieve categories and other member info fields based on a provided
argument to get only the fields that are part of active member profiles. adding separate
where clauses based on whether or not the field is a category, which can accept a parent
or if it is a column from the member info table

8 years agoAdding abstract file type to special case for copy of file for clone
Steve Sutton [Tue, 25 Apr 2017 15:59:45 +0000 (11:59 -0400)]
Adding abstract file type to special case for copy of file for clone

When cloning the entry it needs to check for file types also.
Coping the logic for the images and use for file type.
With the exception of the folders for sizes which is not needed for
files.

8 years agoUpdate trailmaps files.
Steve Sutton [Fri, 21 Apr 2017 17:56:14 +0000 (13:56 -0400)]
Update trailmaps files.

The view file needs the correct next files link.

8 years agoAdd in the file import for trailmaps.
Steve Sutton [Fri, 21 Apr 2017 17:32:06 +0000 (13:32 -0400)]
Add in the file import for trailmaps.

This is setup to import files from the current member db.
Could be used then for other member databases that use this version of
member database.

8 years agoAdding import script for trail maps.
Steve Sutton [Fri, 21 Apr 2017 16:59:05 +0000 (12:59 -0400)]
Adding import script for trail maps.

This will import the custom fields and counties.

8 years agoMade the font size for anchors in the admin member dashboard widgets slightly larger...
Laury GvR [Thu, 20 Apr 2017 15:21:50 +0000 (11:21 -0400)]
Made the font size for anchors in the admin member dashboard widgets slightly larger for better readability

8 years agoReduced Anchor size of the glm admin dashboard widget links to fit it better in 1200p...
Laury GvR [Thu, 20 Apr 2017 15:19:49 +0000 (11:19 -0400)]
Reduced Anchor size of the glm admin dashboard widget links to fit it better in 1200px layout

8 years agoAdjusted styles on the glm admin widget dashboard to better fit with a 1200px width...
Laury GvR [Thu, 20 Apr 2017 15:16:48 +0000 (11:16 -0400)]
Adjusted styles on the glm admin widget dashboard to better fit with a 1200px width constraint

8 years agoChanged member import to use member_contact_email rather than process_email for main...
Chuck Scott [Thu, 20 Apr 2017 15:15:43 +0000 (11:15 -0400)]
Changed member import to use member_contact_email rather than process_email for main E_Mail address.

8 years agoOnly show Counties on member info if enabled in Management
Laury GvR [Thu, 20 Apr 2017 14:52:59 +0000 (10:52 -0400)]
Only show Counties on member info if enabled in Management

8 years agoAdmin side category/amenities select on member profile edit had to float left to...
Laury GvR [Thu, 20 Apr 2017 14:31:49 +0000 (10:31 -0400)]
Admin side category/amenities select on member profile edit had to float left to grow with internal items

8 years agoMerge branch 'feature/lauryAdminPolishing' into develop
Laury GvR [Thu, 20 Apr 2017 14:25:08 +0000 (10:25 -0400)]
Merge branch 'feature/lauryAdminPolishing' into develop

8 years agoMerge branch 'develop' into feature/lauryAdminPolishing
Laury GvR [Thu, 20 Apr 2017 14:23:46 +0000 (10:23 -0400)]
Merge branch 'develop' into feature/lauryAdminPolishing

8 years agoAdding margin to the alpha links of the admin member list
Laury GvR [Tue, 18 Apr 2017 15:57:07 +0000 (11:57 -0400)]
Adding margin to the alpha links of the admin member list

8 years agoAlpha filtering on admin list now preserved when clicking 'Next 20 members', and...
Laury GvR [Tue, 18 Apr 2017 15:53:56 +0000 (11:53 -0400)]
Alpha filtering on admin list now preserved when clicking 'Next 20 members', and only then

8 years agoChanged the bad-input class to also change the border-color
Laury GvR [Mon, 17 Apr 2017 20:36:19 +0000 (16:36 -0400)]
Changed the bad-input class to also change the border-color

8 years agoRemoving unnecessary classes, and change active tab font weight, on admin side member...
Laury GvR [Mon, 17 Apr 2017 20:32:20 +0000 (16:32 -0400)]
Removing unnecessary classes, and change active tab font weight, on admin side member info

8 years agoFunction getCredentials was returning false for plugins that never had a license...
Chuck Scott [Mon, 17 Apr 2017 19:37:50 +0000 (15:37 -0400)]
Function getCredentials was returning false for plugins that never had a license key entered. This was breaking key validation. Now returning '';

8 years agoWrapping the overflow of the uploaded image name in the Media tab in admin
Laury GvR [Mon, 17 Apr 2017 19:07:13 +0000 (15:07 -0400)]
Wrapping the overflow of the uploaded image name in the Media tab in admin

8 years agoUsing memb_info_location setting to hide the address instead of just the location...
Laury GvR [Mon, 17 Apr 2017 19:04:48 +0000 (15:04 -0400)]
Using memb_info_location setting to hide the address instead of just the location, as intended

8 years agoAdjusting margin on glm rows in the admin side
Laury GvR [Mon, 17 Apr 2017 18:48:40 +0000 (14:48 -0400)]
Adjusting margin on glm rows in the admin side

8 years agoMerging develop back into this branch
Laury GvR [Mon, 17 Apr 2017 18:39:24 +0000 (14:39 -0400)]
Merging develop back into this branch

8 years agoFixed problem with showing wrong member dashboard widgets when dashboard tab is click...
Chuck Scott [Mon, 17 Apr 2017 15:56:55 +0000 (11:56 -0400)]
Fixed problem with showing wrong member dashboard widgets when dashboard tab is clicked by a logged in member manager.
Fixed ability of a logged in member manager to change the member id on the URL when adding a new member info record.

8 years agoRemove print_r statement
Steve Sutton [Fri, 14 Apr 2017 20:50:03 +0000 (16:50 -0400)]
Remove print_r statement

Remove debug thing

8 years agoSend empty array first
Steve Sutton [Fri, 14 Apr 2017 20:47:58 +0000 (16:47 -0400)]
Send empty array first

This is so it can append to the array.

8 years agoCleaning up some issues with rewrites.
Chuck Scott [Fri, 14 Apr 2017 20:04:11 +0000 (16:04 -0400)]
Cleaning up some issues with rewrites.

8 years agoAdding apply_filters for custom fields admin search
Steve Sutton [Fri, 14 Apr 2017 18:42:50 +0000 (14:42 -0400)]
Adding apply_filters for custom fields admin search

For checboxes only so far.

8 years agoReverted to previous rewrite rules code then added optional parameter for member...
Chuck Scott [Fri, 14 Apr 2017 17:24:18 +0000 (13:24 -0400)]
Reverted to previous rewrite rules code then added optional parameter for member "profile" ID.

8 years agoCombining with above check for rewrite
Steve Sutton [Fri, 14 Apr 2017 16:48:53 +0000 (12:48 -0400)]
Combining with above check for rewrite

Don't flush twice

8 years agoAdded clarification to the smarty template debug setting
Chuck Scott [Fri, 14 Apr 2017 16:01:38 +0000 (12:01 -0400)]
Added clarification to the smarty template debug setting

8 years agoUpdated update server support code.
Chuck Scott [Thu, 13 Apr 2017 21:29:07 +0000 (17:29 -0400)]
Updated update server support code.

8 years agoPushing changes for filter for the sort order.
Steve Sutton [Thu, 13 Apr 2017 17:26:24 +0000 (13:26 -0400)]
Pushing changes for filter for the sort order.

Custom field plugin to tie into the sort order.

8 years agoTemporarily reversing changes for plugin update checker.
Chuck Scott [Thu, 13 Apr 2017 17:25:16 +0000 (13:25 -0400)]
Temporarily reversing changes for plugin update checker.

8 years agoFixed Plugin Update code to avoid "Failed to parse" errors if key is not valid for...
Chuck Scott [Thu, 13 Apr 2017 15:48:28 +0000 (11:48 -0400)]
Fixed Plugin Update code to avoid "Failed to parse" errors if key is not valid for plugin.
Changed message at top of wp-admin plugins page from "Plugin is up to date." which is not appropriate if it's a bad key to "No plugin update available."
Updated string in language files but did not translate.

8 years agoAdded parent_id to the memberinfo category data
Laury GvR [Thu, 13 Apr 2017 14:57:11 +0000 (10:57 -0400)]
Added parent_id to the memberinfo category data

8 years agoCheck if the memb_info_location is on before reporting bad map members
Steve Sutton [Thu, 13 Apr 2017 14:18:53 +0000 (10:18 -0400)]
Check if the memb_info_location is on before reporting bad map members

Only report the Bap Map members locations if member location is enabled.

8 years agoRemove debug print_r
Steve Sutton [Thu, 13 Apr 2017 13:26:13 +0000 (09:26 -0400)]
Remove debug print_r

Removing the print_r call to check for correct member info id.

8 years agoMove the drop db script
Steve Sutton [Thu, 13 Apr 2017 13:17:11 +0000 (09:17 -0400)]
Move the drop db script

Need to be the same version as the create script.

8 years agoFinishing the db update.
Steve Sutton [Thu, 13 Apr 2017 13:15:53 +0000 (09:15 -0400)]
Finishing the db update.

Removing the empty file to indicate db update is finished.

8 years agoMerge branch 'feature/multipleProfiles' into develop
Steve Sutton [Thu, 13 Apr 2017 13:15:23 +0000 (09:15 -0400)]
Merge branch 'feature/multipleProfiles' into develop

8 years agoUpdating member detail url's for having multiple active profiles.
Steve Sutton [Thu, 13 Apr 2017 13:12:58 +0000 (09:12 -0400)]
Updating member detail url's for having multiple active profiles.

To use the multiple active profiles we need to know which member info
record they're wanting. We're appending the member info id to the url.

8 years agoImplement management option for having multiple active profiles
Steve Sutton [Thu, 13 Apr 2017 12:26:54 +0000 (08:26 -0400)]
Implement management option for having multiple active profiles

Adding enable_multiple_profiles to data abstract for settingsGeneral.
Updating the database version number to 1.1.30
Add check for enable_multiple_profile to be off before trying to reset
all other member profiles for the member to inactive.
Adding new rewrite rule for appending the member info id to the member
detail url's.

8 years agoMerge branch 'develop' into feature/multipleProfiles
Steve Sutton [Wed, 12 Apr 2017 19:49:18 +0000 (15:49 -0400)]
Merge branch 'develop' into feature/multipleProfiles

8 years agoFor db update
Steve Sutton [Wed, 12 Apr 2017 19:48:27 +0000 (15:48 -0400)]
For db update

Will be adding new management option.