WP-Plugins/glm-member-db.git
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.

8 years agoNew feature branch for adding management option
Steve Sutton [Wed, 12 Apr 2017 19:46:30 +0000 (15:46 -0400)]
New feature branch for adding management option

Management option for having multiple active profiles.

8 years agoFix the clone member info feature for amenities.
Steve Sutton [Wed, 12 Apr 2017 18:54:54 +0000 (14:54 -0400)]
Fix the clone member info feature for amenities.

Need to clone the member info amenities.

8 years agoadding files output to the front details model, still need to add it to the base...
Anthony Talarico [Wed, 12 Apr 2017 16:35:11 +0000 (12:35 -0400)]
adding files output to the front details model, still need to add it to the base detail view

8 years agoAdding do_action for custom field clone
Steve Sutton [Wed, 12 Apr 2017 16:26:43 +0000 (12:26 -0400)]
Adding do_action for custom field clone

This is so the custom fields plugin can hook into the clone function for
member info records.

8 years agoSetting up the cloning for the member info files.
Steve Sutton [Wed, 12 Apr 2017 15:56:20 +0000 (11:56 -0400)]
Setting up the cloning for the member info files.

Need to clone the files with member info.

8 years agoCheck for memberType in request
Steve Sutton [Tue, 11 Apr 2017 20:11:40 +0000 (16:11 -0400)]
Check for memberType in request

This will override the type from the shortcode.

8 years agoRemove debug
Steve Sutton [Tue, 11 Apr 2017 18:27:30 +0000 (14:27 -0400)]
Remove debug

used for debug snmarty

8 years agoCheck for memb_info_location flag
Steve Sutton [Tue, 11 Apr 2017 18:25:48 +0000 (14:25 -0400)]
Check for memb_info_location flag

Checking for the member info location to be on before showing list of
bad map data members.

8 years agoAdded management options to turn on/off Member Info edit tabs.
Chuck Scott [Tue, 11 Apr 2017 15:58:18 +0000 (11:58 -0400)]
Added management options to turn on/off Member Info edit tabs.
Added tests for those options in the Member Info edit views.
Added teste for those options in necessary data classes to avoid problems with related data not being submitted.
Added tests to front/members/list.php model to avoid problems with that data not being submitted.
Added "blankStart" URL op[tion for member lists that can override the "blank-start' shortcode option.
Fixed issues in the list.php code when overriding blank-start.

8 years agoUpdate brewbakers import script
Steve Sutton [Mon, 10 Apr 2017 20:56:41 +0000 (16:56 -0400)]
Update brewbakers import script

Update to fix the brands.

8 years agoAdded code to members list to support multiple category selection by the user in...
Chuck Scott [Mon, 10 Apr 2017 18:21:59 +0000 (14:21 -0400)]
Added code to members list to support multiple category selection by the user in the fileters search box.
See front/members/list.html for a commented out example of how to enable that.

8 years agoUpdate the apply filters part for member list model.
Steve Sutton [Mon, 10 Apr 2017 18:19:55 +0000 (14:19 -0400)]
Update the apply filters part for member list model.

To get the correct whereSep

8 years agoAdded shortcode option "type" for member types.
Chuck Scott [Mon, 10 Apr 2017 16:24:31 +0000 (12:24 -0400)]
Added shortcode option "type" for member types.
Added ID column to member types admin list.
Added "type" option to shortcode help info.

8 years agoChanging the markup/styles for the progress window on the files tab
Laury GvR [Mon, 10 Apr 2017 14:35:49 +0000 (10:35 -0400)]
Changing the markup/styles for the progress window on the files tab

8 years agoMerge branch 'develop' into feature/lauryAdminPolishing
Laury GvR [Mon, 10 Apr 2017 12:46:19 +0000 (08:46 -0400)]
Merge branch 'develop' into feature/lauryAdminPolishing

8 years agoCheck for regionData here
Steve Sutton [Fri, 7 Apr 2017 21:17:28 +0000 (17:17 -0400)]
Check for regionData here

Need to check for the regionData before trying to foreach it.

8 years agoImproving the layout of the Files tab
Laury GvR [Fri, 7 Apr 2017 19:14:02 +0000 (15:14 -0400)]
Improving the layout of the Files tab

8 years agoChange db connection
Steve Sutton [Fri, 7 Apr 2017 18:44:00 +0000 (14:44 -0400)]
Change db connection

Use ds4 instead of localhost.

8 years agoMerge branch 'develop' into brewbakers brewbakers
Steve Sutton [Fri, 7 Apr 2017 18:21:14 +0000 (14:21 -0400)]
Merge branch 'develop' into brewbakers

8 years agoUpdate fileUpload class and the file upload styles.
Steve Sutton [Fri, 7 Apr 2017 18:19:25 +0000 (14:19 -0400)]
Update fileUpload class and the file upload styles.

Update the style from the imageUploader on the file.
Update the file upload class so it works with url's also.

8 years agoUpdating the brewakers import scripts.
Steve Sutton [Fri, 7 Apr 2017 18:11:37 +0000 (14:11 -0400)]
Updating the brewakers import scripts.

Wrapping up the import scripts for files and the images.
Fix for one of the custom field types. When the boolean field is pulled
it's t or f have to translate that to Yes and No.

8 years agoMerge branch 'develop' into feature/lauryAdminPolishing
Laury GvR [Fri, 7 Apr 2017 13:23:21 +0000 (09:23 -0400)]
Merge branch 'develop' into feature/lauryAdminPolishing

8 years agoAdded alpha links to the member list
Laury GvR [Thu, 6 Apr 2017 20:15:09 +0000 (16:15 -0400)]
Added alpha links to the member list

8 years agoFixed some issues with database update messages in admin.
Chuck Scott [Thu, 6 Apr 2017 18:00:04 +0000 (14:00 -0400)]
Fixed some issues with database update messages in admin.

8 years agoWorked on member import
Steve Sutton [Wed, 5 Apr 2017 21:03:13 +0000 (17:03 -0400)]
Worked on member import

Have member categories, amenities and member types setup.
Working on member record.

8 years agoMerge branch 'develop' into brewbakers
Steve Sutton [Wed, 5 Apr 2017 18:02:53 +0000 (14:02 -0400)]
Merge branch 'develop' into brewbakers

8 years agoMerge tag 'v2.9.14' into develop
Steve Sutton [Wed, 5 Apr 2017 12:43:22 +0000 (08:43 -0400)]
Merge tag 'v2.9.14' into develop

Version 2.9.14

8 years agoMerge branch 'release/2.9.14' v2.9.14
Steve Sutton [Wed, 5 Apr 2017 12:43:13 +0000 (08:43 -0400)]
Merge branch 'release/2.9.14'

8 years agoBump version number
Steve Sutton [Wed, 5 Apr 2017 12:42:04 +0000 (08:42 -0400)]
Bump version number

For release.
DB updates for counties and files.

8 years agoHiding the files until the detail output is complete.
Steve Sutton [Wed, 5 Apr 2017 12:39:30 +0000 (08:39 -0400)]
Hiding the files until the detail output is complete.

I also have some more styling to do with the file upload pop up.

8 years agoSetup enable counties to false.
Steve Sutton [Wed, 5 Apr 2017 12:34:01 +0000 (08:34 -0400)]
Setup enable counties to false.

Most member setups won't be using counties.
Setting default to false.

8 years agoWorking on getting categories setup
Steve Sutton [Wed, 5 Apr 2017 12:16:41 +0000 (08:16 -0400)]
Working on getting categories setup

Building categories from Brand Manufacture and Class tables.

8 years agoForcing bitmap types in data abstract to output select data to fix problem caused...
Chuck Scott [Mon, 3 Apr 2017 19:08:01 +0000 (15:08 -0400)]
Forcing bitmap types in data abstract to output select data to fix problem caused when trimming that data in certain situations when list is called.

8 years agoUpdated to have page re-display at location in page where a table has been clicked.
Chuck Scott [Mon, 3 Apr 2017 17:09:02 +0000 (13:09 -0400)]
Updated to have page re-display at location in page where a table has been clicked.
Fixed undefined parameter in view for development page: $import

8 years agoRemove db update file
Steve Sutton [Mon, 3 Apr 2017 16:17:59 +0000 (12:17 -0400)]
Remove db update file

db version update is complete.

8 years agoMove county field around in member edit page.
Steve Sutton [Mon, 3 Apr 2017 15:40:04 +0000 (11:40 -0400)]
Move county field around in member edit page.

Ordering:
City
State
County
Region
Zip
Country

8 years agoFixing the file position
Steve Sutton [Mon, 3 Apr 2017 13:26:30 +0000 (09:26 -0400)]
Fixing the file position

Files can now be ordered correctly.

8 years agoCreate file page from ImageGallery
Steve Sutton [Fri, 31 Mar 2017 12:29:33 +0000 (08:29 -0400)]
Create file page from ImageGallery

Using Image Gallery as example I'm creating a page in the member info
that will be for files.

8 years agoAdd Counties
Steve Sutton [Thu, 30 Mar 2017 20:42:22 +0000 (16:42 -0400)]
Add Counties

Adding Counties table.
Adding Counties into Settings.
Adding County to member info record.

8 years agoWorking on adding Files and Counties
Steve Sutton [Thu, 30 Mar 2017 17:09:36 +0000 (13:09 -0400)]
Working on adding Files and Counties

Adding new table for Counties.
Adding the File edit page.
Using the Image edit page as example.
Adding new functions to the js and ajax model for files to be processed differently.

8 years agoMerge branch 'develop' into brewbakers
Steve Sutton [Tue, 4 Apr 2017 20:18:14 +0000 (16:18 -0400)]
Merge branch 'develop' into brewbakers

8 years agoUpdating Counties.
Steve Sutton [Tue, 4 Apr 2017 20:01:51 +0000 (16:01 -0400)]
Updating Counties.

Check if enable_counties is turned on.
If it is off then take care of the member info edit screen with hidden
field.
If it is on then show the setting tab for counties.

8 years agoAdded warnings for no counties to members dashboard and main dashboard GLM Associate...
Chuck Scott [Tue, 4 Apr 2017 19:33:32 +0000 (15:33 -0400)]
Added warnings for no counties to members dashboard and main dashboard GLM Associate widget

8 years agoWork on categories
Steve Sutton [Tue, 4 Apr 2017 19:00:33 +0000 (15:00 -0400)]
Work on categories

Setup category import sql

8 years agoAdded county enable/dissable to dataSettingsGenera and management misc settings.
Chuck Scott [Tue, 4 Apr 2017 19:00:31 +0000 (15:00 -0400)]
Added county enable/dissable to dataSettingsGenera and management misc settings.
Added county to terms and set various places where that term is referenced to use those.
Updated database with enable_counties in settings_general and various county terms in settings_terms.
Started adding test for counties to Members dashboard.

8 years agoGet member data from homes rvs amenities
Steve Sutton [Tue, 4 Apr 2017 17:09:52 +0000 (13:09 -0400)]
Get member data from homes rvs amenities

Getting member data for import.

8 years agoMerge branch 'develop' into brewbakers
Steve Sutton [Tue, 4 Apr 2017 13:10:16 +0000 (09:10 -0400)]
Merge branch 'develop' into brewbakers

8 years agoImport script for brewbakers
Steve Sutton [Mon, 3 Apr 2017 19:20:07 +0000 (15:20 -0400)]
Import script for brewbakers

8 years agoMerge tag 'v2.9.13' into develop
Chuck Scott [Mon, 3 Apr 2017 19:09:27 +0000 (15:09 -0400)]
Merge tag 'v2.9.13' into develop

Fixed bitmap data missing

8 years agoMerge branch 'hotfix/2.9.13' v2.9.13
Chuck Scott [Mon, 3 Apr 2017 19:09:13 +0000 (15:09 -0400)]
Merge branch 'hotfix/2.9.13'

8 years agoForcing bitmap types in data abstract to output select data to fix problem caused...
Chuck Scott [Mon, 3 Apr 2017 19:08:01 +0000 (15:08 -0400)]
Forcing bitmap types in data abstract to output select data to fix problem caused when trimming that data in certain situations when list is called.

8 years agoUpdated to have page re-display at location in page where a table has been clicked.
Chuck Scott [Mon, 3 Apr 2017 17:09:02 +0000 (13:09 -0400)]
Updated to have page re-display at location in page where a table has been clicked.
Fixed undefined parameter in view for development page: $import

8 years agoRemove db update file
Steve Sutton [Mon, 3 Apr 2017 16:17:59 +0000 (12:17 -0400)]
Remove db update file

db version update is complete.

8 years agoMerge branch 'feature/filesAndCounties' into develop
Steve Sutton [Mon, 3 Apr 2017 16:16:56 +0000 (12:16 -0400)]
Merge branch 'feature/filesAndCounties' into develop

8 years agoMove county field around in member edit page.
Steve Sutton [Mon, 3 Apr 2017 15:40:04 +0000 (11:40 -0400)]
Move county field around in member edit page.

Ordering:
City
State
County
Region
Zip
Country

8 years agoFixing the file position
Steve Sutton [Mon, 3 Apr 2017 13:26:30 +0000 (09:26 -0400)]
Fixing the file position

Files can now be ordered correctly.

8 years agoCreate file page from ImageGallery
Steve Sutton [Fri, 31 Mar 2017 12:29:33 +0000 (08:29 -0400)]
Create file page from ImageGallery

Using Image Gallery as example I'm creating a page in the member info
that will be for files.