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

8 years agoRevert "Update style for grid view images."
Steve Sutton [Wed, 25 Jan 2017 13:15:32 +0000 (08:15 -0500)]
Revert "Update style for grid view images."

This reverts commit 4f2811cb04cb6afa7dfc7875a8e66c0408e61986.

8 years agoUpdate style for grid view images.
Steve Sutton [Tue, 24 Jan 2017 16:02:39 +0000 (11:02 -0500)]
Update style for grid view images.

Bigger images and no stretching.

8 years agoMerge tag 'v2.9.4' into develop
Steve Sutton [Tue, 24 Jan 2017 15:03:37 +0000 (10:03 -0500)]
Merge tag 'v2.9.4' into develop

Version 2.9.4

8 years agoMerge branch 'hotfix/2.9.4' v2.9.4
Steve Sutton [Tue, 24 Jan 2017 15:03:29 +0000 (10:03 -0500)]
Merge branch 'hotfix/2.9.4'

8 years agoBump version number
Steve Sutton [Tue, 24 Jan 2017 15:03:04 +0000 (10:03 -0500)]
Bump version number

Forgot to bump version number for last hotfix

8 years agoMerge tag 'v2.9.3' into develop
Steve Sutton [Tue, 24 Jan 2017 13:56:51 +0000 (08:56 -0500)]
Merge tag 'v2.9.3' into develop

Version 2.9.3

8 years agoMerge branch 'hotfix/2.9.3' v2.9.3
Steve Sutton [Tue, 24 Jan 2017 13:56:44 +0000 (08:56 -0500)]
Merge branch 'hotfix/2.9.3'

8 years agoFix for correcting the mailing address state
Steve Sutton [Tue, 24 Jan 2017 13:55:07 +0000 (08:55 -0500)]
Fix for correcting the mailing address state

use correct mailing_state field

8 years agoMake js calls work in either http or https
Steve Sutton [Thu, 19 Jan 2017 17:30:30 +0000 (12:30 -0500)]
Make js calls work in either http or https

This is for making sites fully https in future.

8 years agoMember detail region changed to custom term
Laury GvR [Wed, 18 Jan 2017 14:50:53 +0000 (09:50 -0500)]
Member detail region changed to custom term

The member detail page was using the word "region" hardcoded in its
side section but now uses whatever is set as the term in the admin
management.

8 years agoMerge tag 'v2.9.2' into develop
Steve Sutton [Tue, 17 Jan 2017 17:31:15 +0000 (12:31 -0500)]
Merge tag 'v2.9.2' into develop

Version 2.9.2

8 years agoMerge branch 'release/2.9.2' v2.9.2
Steve Sutton [Tue, 17 Jan 2017 17:31:07 +0000 (12:31 -0500)]
Merge branch 'release/2.9.2'

8 years agoRelease 2.9.2 bug fixes
Steve Sutton [Tue, 17 Jan 2017 17:29:34 +0000 (12:29 -0500)]
Release 2.9.2 bug fixes

Chuck fixing bug for datepicker in events.
Name fix for featured member to use the terms.

8 years agoFixed problem with datetimepicker defaulting to the wrong am/pm when displaying the...
Chuck Scott [Tue, 17 Jan 2017 16:53:14 +0000 (11:53 -0500)]
Fixed problem with datetimepicker defaulting to the wrong am/pm when displaying the picklist for times with hour 12.
Poseted a file as a notice that datetimepicker had been updated and to not update unless this is fixed in the new version.
Saved the old version and created a new minimized copy.

8 years agoChanged featured view to use term instead of 'business'
Laury GvR [Fri, 13 Jan 2017 22:10:09 +0000 (17:10 -0500)]
Changed featured view to use term instead of 'business'

The featured view shortcode was using "Featured Business" as a
title and was changed to use the term set in the admin side instead

8 years agoMerge tag 'v2.9.1' into develop
Laury GvR [Thu, 12 Jan 2017 21:19:52 +0000 (16:19 -0500)]
Merge tag 'v2.9.1' into develop

v2.9.1

8 years agoMerge branch 'release/2.9.1' v2.9.1
Laury GvR [Thu, 12 Jan 2017 21:19:45 +0000 (16:19 -0500)]
Merge branch 'release/2.9.1'

8 years agoMerging changes into master
Laury GvR [Thu, 12 Jan 2017 21:19:24 +0000 (16:19 -0500)]
Merging changes into master

8 years agoAdded featured for list, fixed memOnly function
Laury GvR [Thu, 12 Jan 2017 21:09:55 +0000 (16:09 -0500)]
Added featured for list, fixed memOnly function

Members only function had to check for $post existence before using
it. Added 'featured' tag to list view, not just grid view, of
member listing. Added list_show_detail_link check for the 'More'
button which was likewise missing in list over grid.

8 years agoMerge tag 'v2.9.0' into develop
Chuck Scott [Mon, 9 Jan 2017 20:18:11 +0000 (15:18 -0500)]
Merge tag 'v2.9.0' into develop

dateTimePicker updates

8 years agoMerge branch 'release/2.9.0' v2.9.0
Chuck Scott [Mon, 9 Jan 2017 20:17:50 +0000 (15:17 -0500)]
Merge branch 'release/2.9.0'

8 years agoNew release including updates to dateTimePicker js code.
Chuck Scott [Mon, 9 Jan 2017 20:16:47 +0000 (15:16 -0500)]
New release including updates to dateTimePicker js code.

8 years agoMerge branch 'develop' of cvs2:WP-Plugins/glm-member-db into develop
Chuck Scott [Fri, 6 Jan 2017 18:58:38 +0000 (13:58 -0500)]
Merge branch 'develop' of cvs2:WP-Plugins/glm-member-db into develop

8 years agoRemoved unused version and samples for datetimepicker.
Chuck Scott [Fri, 6 Jan 2017 18:56:52 +0000 (13:56 -0500)]
Removed unused version and samples for datetimepicker.
Updated admin controller to use minified datetimepicker code.
Updated full datetimepicker code to use spaces rather than tabs in certain areas.