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

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 tag 'v2.9.12' into develop
Steve Sutton [Thu, 30 Mar 2017 15:40:27 +0000 (11:40 -0400)]
Merge tag 'v2.9.12' into develop

Version 2.9.12

8 years agoMerge branch 'hotfix/2.9.12' v2.9.12
Steve Sutton [Thu, 30 Mar 2017 15:40:19 +0000 (11:40 -0400)]
Merge branch 'hotfix/2.9.12'

8 years agoFixing some php errors when there's no member to list.
Steve Sutton [Thu, 30 Mar 2017 15:38:48 +0000 (11:38 -0400)]
Fixing some php errors when there's no member to list.

Also fix when setting up plugin capabilities to allow admin users to
manage the members.

8 years agoStarting DB Version update
Steve Sutton [Wed, 29 Mar 2017 20:41:41 +0000 (16:41 -0400)]
Starting DB Version update

For version 1.1.27

8 years agoAdd hooks and filters for custom fields
Steve Sutton [Tue, 28 Mar 2017 18:00:47 +0000 (14:00 -0400)]
Add hooks and filters for custom fields

Adding filters to display the custom field in the member info form.
Adding hooks for updating the custom fields on insert and save.

8 years agoMake enqueu ssl
Steve Sutton [Thu, 23 Mar 2017 12:58:38 +0000 (08:58 -0400)]
Make enqueu ssl

use // for http or https

8 years agoMerge tag 'v2.9.11' into develop
Chuck Scott [Thu, 16 Mar 2017 20:30:31 +0000 (16:30 -0400)]
Merge tag 'v2.9.11' into develop

Member listing maps updates.

Conflicts:
index.php

8 years agoMerge branch 'hotfix/2.9.11' v2.9.11
Chuck Scott [Thu, 16 Mar 2017 20:27:42 +0000 (16:27 -0400)]
Merge branch 'hotfix/2.9.11'

8 years agoFixed problem with map not including all selected members on members list page. hotfix/2.9.11
Chuck Scott [Thu, 16 Mar 2017 20:21:40 +0000 (16:21 -0400)]
Fixed problem with map not including all selected members on members list page.
Added additional items to be returned for getSimpleMemberInfoList() when $forMapInfo is true in dataMemberInfo.php
Fixed member info clonw to properly copy over the member name to the info record in glmMemberInfoCLone.php
Moved memberDataByLatLon.php class to the classes directory from models.
Updated the plugin update client code in index.php.
Updated members/list.php to build an array of all members for the map even when paging is on.
Updated adminHooks.php to properly point to the memberDataByLatLon.php file now in classes directory
Updated member list template to use new member info data for maps.

8 years agoadding glm grid for testing with obits database
Anthony Talarico [Wed, 15 Mar 2017 20:28:23 +0000 (16:28 -0400)]
adding glm grid for testing with obits database

8 years agoContiuing work on Update Server support
Chuck Scott [Wed, 8 Mar 2017 21:38:22 +0000 (16:38 -0500)]
Contiuing work on Update Server support

8 years agoMerge tag 'v2.9.10' into develop
Steve Sutton [Wed, 8 Mar 2017 21:03:28 +0000 (16:03 -0500)]
Merge tag 'v2.9.10' into develop

Version 2.9.10

8 years agoMerge branch 'hotfix/2.9.10' v2.9.10
Steve Sutton [Wed, 8 Mar 2017 21:03:21 +0000 (16:03 -0500)]
Merge branch 'hotfix/2.9.10'

8 years agoBump version number
Steve Sutton [Wed, 8 Mar 2017 21:03:00 +0000 (16:03 -0500)]
Bump version number

2.9.10

8 years agoMerge tag 'v2.9.9' into develop
Steve Sutton [Wed, 8 Mar 2017 15:51:34 +0000 (10:51 -0500)]
Merge tag 'v2.9.9' into develop

Version 2.9.9

8 years agoMerge branch 'hotfix/2.9.9' v2.9.9
Steve Sutton [Wed, 8 Mar 2017 15:51:27 +0000 (10:51 -0500)]
Merge branch 'hotfix/2.9.9'

8 years agoAdding reservation URL
Steve Sutton [Wed, 8 Mar 2017 15:50:04 +0000 (10:50 -0500)]
Adding reservation URL

This will add the reservation url for the member info record.

8 years agoMerge tag 'v2.9.8' into develop
Steve Sutton [Mon, 27 Feb 2017 19:50:23 +0000 (14:50 -0500)]
Merge tag 'v2.9.8' into develop

Version 2.9.8

8 years agoMerge branch 'hotfix/2.9.8' v2.9.8
Steve Sutton [Mon, 27 Feb 2017 19:48:33 +0000 (14:48 -0500)]
Merge branch 'hotfix/2.9.8'

8 years agoBump version number
Steve Sutton [Mon, 27 Feb 2017 19:48:02 +0000 (14:48 -0500)]
Bump version number

Adding filter for is moderated

8 years agoAdd filter for moderated checks
Steve Sutton [Mon, 27 Feb 2017 19:33:41 +0000 (14:33 -0500)]
Add filter for moderated checks

Adding filter to tell if the member is moderated and also call the
contact filter to see if the contact is moderated.

8 years agoFixed gramatical errors in error pages. :)
Chuck Scott [Fri, 24 Feb 2017 16:42:37 +0000 (11:42 -0500)]
Fixed gramatical errors in error pages.  :)

8 years agoWorking on using Update Server. Still not working so code is bypassed at bottom of...
Chuck Scott [Thu, 23 Feb 2017 15:59:49 +0000 (10:59 -0500)]
Working on using Update Server. Still not working so code is bypassed at bottom of index.php.

8 years agoMerge tag 'v2.9.7' into develop feature/moderatedFilter
Steve Sutton [Wed, 22 Feb 2017 16:43:05 +0000 (11:43 -0500)]
Merge tag 'v2.9.7' into develop

Version 2.9.7

8 years agoMerge branch 'hotfix/2.9.7' v2.9.7
Steve Sutton [Wed, 22 Feb 2017 16:42:57 +0000 (11:42 -0500)]
Merge branch 'hotfix/2.9.7'

8 years agoUpdating the phone filter.
Steve Sutton [Wed, 22 Feb 2017 16:39:11 +0000 (11:39 -0500)]
Updating the phone filter.

Moving the phone format into function call to the glmPluginSupport.php
Still using the frontHook add action but having it call the support
function. Adding this action to the adminHooks also.

8 years agoFixing various messages that were copied from other files and not updated.
Chuck Scott [Mon, 20 Feb 2017 14:19:11 +0000 (09:19 -0500)]
Fixing various messages that were copied from other files and not updated.

8 years agoAdded View File Standards Document.
Chuck Scott [Mon, 6 Feb 2017 21:34:57 +0000 (16:34 -0500)]
Added View File Standards Document.

8 years agoMerge tag 'v2.9.6' into develop
Steve Sutton [Thu, 2 Feb 2017 16:49:02 +0000 (11:49 -0500)]
Merge tag 'v2.9.6' into develop

Version 2.9.6

8 years agoMerge branch 'release/2.9.6' v2.9.6
Steve Sutton [Thu, 2 Feb 2017 16:48:50 +0000 (11:48 -0500)]
Merge branch 'release/2.9.6'

8 years agoAdding Phone Format output option
Steve Sutton [Thu, 2 Feb 2017 16:47:33 +0000 (11:47 -0500)]
Adding Phone Format output option

This is for the member list grid and detail pages.
Management option is added for phone number format.

8 years agoMerge branch 'feature/phoneNumberFormat' into develop
Steve Sutton [Thu, 2 Feb 2017 16:39:40 +0000 (11:39 -0500)]
Merge branch 'feature/phoneNumberFormat' into develop

8 years agoSetting up the phone number format filter to get settings
Steve Sutton [Thu, 2 Feb 2017 16:36:46 +0000 (11:36 -0500)]
Setting up the phone number format filter to get settings

Grab the setting for the phone number format and apply to the phone.

8 years agoMerge branch 'develop' into feature/phoneNumberFormat
Steve Sutton [Thu, 2 Feb 2017 16:07:05 +0000 (11:07 -0500)]
Merge branch 'develop' into feature/phoneNumberFormat

8 years agoMerge tag 'v2.9.5' into develop
Steve Sutton [Thu, 2 Feb 2017 13:46:57 +0000 (08:46 -0500)]
Merge tag 'v2.9.5' into develop

Version 2.9.5

8 years agoMerge branch 'release/2.9.5' v2.9.5
Steve Sutton [Thu, 2 Feb 2017 13:46:49 +0000 (08:46 -0500)]
Merge branch 'release/2.9.5'

8 years agoNew release
Steve Sutton [Thu, 2 Feb 2017 13:46:21 +0000 (08:46 -0500)]
New release

Mainly bug fixes for login issues.

8 years agoChanges related to proper login/out behavior.
Chuck Scott [Wed, 1 Feb 2017 19:50:42 +0000 (14:50 -0500)]
Changes related to proper login/out behavior.
Removed some code that checked for redirection to various menus on entry.
Now entry assumes starting at main dashboard.
Contacts plugin must also be udated.
Some changes in the theme to remove login/out redirection are also required.

8 years agoSetting up filter for the phone output.
Steve Sutton [Wed, 1 Feb 2017 17:31:21 +0000 (12:31 -0500)]
Setting up filter for the phone output.

Setting up a filter for the phone number to format it.
Does only the (xxx) xxx-xxxx format so far.

8 years agoCommit changes for start of work on phone number format
Steve Sutton [Tue, 31 Jan 2017 21:51:35 +0000 (16:51 -0500)]
Commit changes for start of work on phone number format

Update management option

8 years agoFixed problem when a user is sent to an admin member page with members turned off...
Chuck Scott [Tue, 31 Jan 2017 20:39:49 +0000 (15:39 -0500)]
Fixed problem when a user is sent to an admin member page with members turned off in the main plugin.
Now just sends any user headed to the "Member" menu to the "Members" menu, which is the GLM Associate default.

8 years agoMerge branch 'develop' of cvs2:WP-Plugins/glm-member-db into develop
Chuck Scott [Tue, 31 Jan 2017 17:50:06 +0000 (12:50 -0500)]
Merge branch 'develop' of cvs2:WP-Plugins/glm-member-db into develop

8 years agoFixed issues with visibility of main dashboard based on user role/capabilities
Chuck Scott [Tue, 31 Jan 2017 17:48:51 +0000 (12:48 -0500)]
Fixed issues with visibility of main dashboard based on user role/capabilities

8 years agoSmall code update.
Steve Sutton [Tue, 31 Jan 2017 15:43:33 +0000 (10:43 -0500)]
Small code update.

Lining up array parts and setting up phpdocs with starting ** not *.

8 years agoSetup categories in member export.
Steve Sutton [Thu, 26 Jan 2017 17:02:50 +0000 (12:02 -0500)]
Setup categories in member export.

Giving one column per member category.
Both in html and csv output.

8 years agoUpdate member detail and list for phone labels.
Steve Sutton [Wed, 25 Jan 2017 20:25:31 +0000 (15:25 -0500)]
Update member detail and list for phone labels.

Update the Labels for phone to one Phone.
Remove the javascript for changing non numeric characters to dashes.

8 years agoRemoved comment junk for testing that was left in the file.
Chuck Scott [Wed, 25 Jan 2017 18:44:19 +0000 (13:44 -0500)]
Removed comment junk for testing that was left in the file.

8 years agoAdded text to member info pages to warn user when update could not be completed.
Chuck Scott [Wed, 25 Jan 2017 18:26:02 +0000 (13:26 -0500)]
Added text to member info pages to warn user when update could not be completed.
Fixed use of views in the theme to override views in the plugin/addons.
Added defines for theme name and path.