Laury GvR [Tue, 28 Mar 2017 17:38:40 +0000 (13:38 -0400)]
Merge branch 'develop' into feature/lauryAdminPolishing
Laury GvR [Tue, 28 Mar 2017 14:41:04 +0000 (10:41 -0400)]
Style/markup revamp for member edit admin
Admin view for member editing has been significantly overhauled,
using our glm grid instead of tables to allow responsiveness, and
taking things out of 100% page width, contracting row width. Colors
of buttons and table areas further changed. Combined several member
info sections into fewer parent sections.
Steve Sutton [Thu, 23 Mar 2017 12:58:38 +0000 (08:58 -0400)]
Make enqueu ssl
use // for http or https
Laury GvR [Mon, 20 Mar 2017 13:10:24 +0000 (09:10 -0400)]
Merge branch 'develop' into feature/lauryAdminPolishing
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
Chuck Scott [Thu, 16 Mar 2017 20:27:42 +0000 (16:27 -0400)]
Merge branch '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.
Anthony Talarico [Wed, 15 Mar 2017 20:28:23 +0000 (16:28 -0400)]
adding glm grid for testing with obits database
Chuck Scott [Wed, 8 Mar 2017 21:38:22 +0000 (16:38 -0500)]
Contiuing work on Update Server support
Steve Sutton [Wed, 8 Mar 2017 21:03:28 +0000 (16:03 -0500)]
Merge tag 'v2.9.10' into develop
Version 2.9.10
Steve Sutton [Wed, 8 Mar 2017 21:03:21 +0000 (16:03 -0500)]
Merge branch 'hotfix/2.9.10'
Steve Sutton [Wed, 8 Mar 2017 21:03:00 +0000 (16:03 -0500)]
Bump version number
2.9.10
Laury GvR [Wed, 8 Mar 2017 20:52:14 +0000 (15:52 -0500)]
Made the member profile page more streamlined and prettier
Laury GvR [Wed, 8 Mar 2017 19:51:08 +0000 (14:51 -0500)]
Disabling the unused theme settings tab in the settings
Laury GvR [Wed, 8 Mar 2017 19:48:03 +0000 (14:48 -0500)]
Merge branch 'develop' into feature/lauryAdminPolishing
Steve Sutton [Wed, 8 Mar 2017 15:51:34 +0000 (10:51 -0500)]
Merge tag 'v2.9.9' into develop
Version 2.9.9
Steve Sutton [Wed, 8 Mar 2017 15:51:27 +0000 (10:51 -0500)]
Merge branch 'hotfix/2.9.9'
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.
Steve Sutton [Mon, 27 Feb 2017 19:50:23 +0000 (14:50 -0500)]
Merge tag 'v2.9.8' into develop
Version 2.9.8
Steve Sutton [Mon, 27 Feb 2017 19:48:33 +0000 (14:48 -0500)]
Merge branch 'hotfix/2.9.8'
Steve Sutton [Mon, 27 Feb 2017 19:48:02 +0000 (14:48 -0500)]
Bump version number
Adding filter for is moderated
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.
Chuck Scott [Fri, 24 Feb 2017 16:42:37 +0000 (11:42 -0500)]
Fixed gramatical errors in error pages. :)
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.
Steve Sutton [Wed, 22 Feb 2017 16:43:05 +0000 (11:43 -0500)]
Merge tag 'v2.9.7' into develop
Version 2.9.7
Steve Sutton [Wed, 22 Feb 2017 16:42:57 +0000 (11:42 -0500)]
Merge branch 'hotfix/2.9.7'
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.
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.
Chuck Scott [Mon, 6 Feb 2017 21:34:57 +0000 (16:34 -0500)]
Added View File Standards Document.
Steve Sutton [Thu, 2 Feb 2017 16:49:02 +0000 (11:49 -0500)]
Merge tag 'v2.9.6' into develop
Version 2.9.6
Steve Sutton [Thu, 2 Feb 2017 16:48:50 +0000 (11:48 -0500)]
Merge branch 'release/2.9.6'
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.
Steve Sutton [Thu, 2 Feb 2017 16:39:40 +0000 (11:39 -0500)]
Merge branch 'feature/phoneNumberFormat' into develop
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.
Steve Sutton [Thu, 2 Feb 2017 16:07:05 +0000 (11:07 -0500)]
Merge branch 'develop' into feature/phoneNumberFormat
Steve Sutton [Thu, 2 Feb 2017 13:46:57 +0000 (08:46 -0500)]
Merge tag 'v2.9.5' into develop
Version 2.9.5
Steve Sutton [Thu, 2 Feb 2017 13:46:49 +0000 (08:46 -0500)]
Merge branch 'release/2.9.5'
Steve Sutton [Thu, 2 Feb 2017 13:46:21 +0000 (08:46 -0500)]
New release
Mainly bug fixes for login issues.
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.
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.
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
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.
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
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
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 *.
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.
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.
Chuck Scott [Wed, 25 Jan 2017 18:44:19 +0000 (13:44 -0500)]
Removed comment junk for testing that was left in the file.
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.
Steve Sutton [Wed, 25 Jan 2017 13:15:32 +0000 (08:15 -0500)]
Revert "Update style for grid view images."
This reverts commit
4f2811cb04cb6afa7dfc7875a8e66c0408e61986.
Steve Sutton [Tue, 24 Jan 2017 16:02:39 +0000 (11:02 -0500)]
Update style for grid view images.
Bigger images and no stretching.
Steve Sutton [Tue, 24 Jan 2017 15:03:37 +0000 (10:03 -0500)]
Merge tag 'v2.9.4' into develop
Version 2.9.4
Steve Sutton [Tue, 24 Jan 2017 15:03:29 +0000 (10:03 -0500)]
Merge branch 'hotfix/2.9.4'
Steve Sutton [Tue, 24 Jan 2017 15:03:04 +0000 (10:03 -0500)]
Bump version number
Forgot to bump version number for last hotfix
Steve Sutton [Tue, 24 Jan 2017 13:56:51 +0000 (08:56 -0500)]
Merge tag 'v2.9.3' into develop
Version 2.9.3
Steve Sutton [Tue, 24 Jan 2017 13:56:44 +0000 (08:56 -0500)]
Merge branch 'hotfix/2.9.3'
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
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.
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.
Steve Sutton [Tue, 17 Jan 2017 17:31:15 +0000 (12:31 -0500)]
Merge tag 'v2.9.2' into develop
Version 2.9.2
Steve Sutton [Tue, 17 Jan 2017 17:31:07 +0000 (12:31 -0500)]
Merge branch 'release/2.9.2'
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.
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.
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
Laury GvR [Thu, 12 Jan 2017 21:19:52 +0000 (16:19 -0500)]
Merge tag 'v2.9.1' into develop
v2.9.1
Laury GvR [Thu, 12 Jan 2017 21:19:45 +0000 (16:19 -0500)]
Merge branch 'release/2.9.1'
Laury GvR [Thu, 12 Jan 2017 21:19:24 +0000 (16:19 -0500)]
Merging changes into master
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.
Chuck Scott [Mon, 9 Jan 2017 20:18:11 +0000 (15:18 -0500)]
Merge tag 'v2.9.0' into develop
dateTimePicker updates
Chuck Scott [Mon, 9 Jan 2017 20:17:50 +0000 (15:17 -0500)]
Merge branch 'release/2.9.0'
Chuck Scott [Mon, 9 Jan 2017 20:16:47 +0000 (15:16 -0500)]
New release including updates to dateTimePicker js code.
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
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.
Steve Sutton [Wed, 4 Jan 2017 19:24:54 +0000 (14:24 -0500)]
Moving the drop db script.
Needs to have same version as create script.
Steve Sutton [Tue, 3 Jan 2017 19:12:30 +0000 (14:12 -0500)]
Merge tag 'v2.8.5' into develop
Version 2.8.5
Steve Sutton [Tue, 3 Jan 2017 19:12:19 +0000 (14:12 -0500)]
Merge branch 'release/2.8.5'
Steve Sutton [Tue, 3 Jan 2017 19:10:35 +0000 (14:10 -0500)]
New release v2.8.5
Bump version number in the index.php file.
Done in this release.
Mailing Addresses are added to member info contact tab.
Mailing Addresses are added to the member export.
Pagination that Chuck has worked on is now being released.
Steve Sutton [Tue, 3 Jan 2017 18:55:57 +0000 (13:55 -0500)]
Check for array $regionData
Was not checking first that $regionData was an array before it was
trying to use it.
Steve Sutton [Tue, 3 Jan 2017 18:24:53 +0000 (13:24 -0500)]
Add Management for List Pagination.
Adding two new management options.
list_pagination Boolean (enable/disable) pagination on member list.
list_pagination_count smallint - Number of records to display per page.
Steve Sutton [Thu, 29 Dec 2016 20:46:01 +0000 (15:46 -0500)]
Add to member import option for getting mailing addresses.
Add option from the mailing addresses from their old database.
Steve Sutton [Thu, 29 Dec 2016 18:59:16 +0000 (13:59 -0500)]
Adding mailing fields into the export
Add the 5 mailing fields into the member export.
Steve Sutton [Thu, 29 Dec 2016 18:38:52 +0000 (13:38 -0500)]
Update the member info contact part for new mailing fields.
Adding the mailing address fields into the view files and adding new
mailing city into javascript parts and the model.
Steve Sutton [Thu, 29 Dec 2016 17:13:36 +0000 (12:13 -0500)]
Adding mailing address fields
Adding new fields to the member info table.
Chuck Scott [Fri, 30 Dec 2016 20:40:32 +0000 (15:40 -0500)]
Changed default permission so Members managers do not have access to management menu.
Added additional filter locations to member dashboard so the contact member selection can be added in via a filter.
Chuck Scott [Fri, 16 Dec 2016 20:56:13 +0000 (15:56 -0500)]
Added pagenation to front-end members list
models/front/members/list.php - added code to support the data abstract pagenation feature
views/front/members/list.html - added next and previous buttons and display progress of pagenation "nn to nn of nnnn"
models/admin/management/import/members.php - also pulled a couple lines of unused code unrelated to pagenation
lib/GlmDataAbstract/DataAbstract.php - fixed one problem with pagenationm feature that would miss one per page if using PseudoRandom ordering
Chuck Scott [Tue, 13 Dec 2016 21:45:49 +0000 (16:45 -0500)]
Removed invalid second parameter for delete_option() call.
Chuck Scott [Tue, 13 Dec 2016 21:38:50 +0000 (16:38 -0500)]
Added image data options clearing to initial member import model.
Chuck Scott [Tue, 13 Dec 2016 21:33:17 +0000 (16:33 -0500)]
Uncommented two lines that are supposed to delete the image data WordPress options when import step 2 is started.
Chuck Scott [Tue, 13 Dec 2016 18:31:10 +0000 (13:31 -0500)]
Merge branch 'develop' of cvs2:WP-Plugins/glm-member-db into develop
Chuck Scott [Tue, 13 Dec 2016 18:26:13 +0000 (13:26 -0500)]
Added support for Near Me searches
adminHooks has hook to return quick lat/lon and text search results
memberDataByLatLon.php model added to do these searches
Added the following libraries to js directory
googMapsMarkerClusterer
js-cookie-master for cookie management from JAVAScript
js-storage-master for browser data storage from JAVAScript
Added map icon sets to assets directory
Steve Sutton [Mon, 12 Dec 2016 18:53:07 +0000 (13:53 -0500)]
Update on the member grid template.
Add apply_filters and style for adding a coupon ribbon in css.
Steve Sutton [Thu, 1 Dec 2016 15:31:39 +0000 (10:31 -0500)]
Update for config checks on adminHook and shortcode
Use $config instead of $this->config.
Was getting error messages about undefined indexes when activating the
member plugin.
Laury GvR [Fri, 18 Nov 2016 18:34:31 +0000 (13:34 -0500)]
Merge branch 'develop' into feature/lauryAdminPolishing
Steve Sutton [Tue, 15 Nov 2016 19:07:54 +0000 (14:07 -0500)]
Merge tag 'v2.8.4' into develop
Version 2.8.4
Steve Sutton [Tue, 15 Nov 2016 19:07:46 +0000 (14:07 -0500)]
Merge branch 'release/2.8.4'
Steve Sutton [Tue, 15 Nov 2016 19:07:13 +0000 (14:07 -0500)]
Bump version number
New version for the release.
Steve Sutton [Tue, 15 Nov 2016 19:02:49 +0000 (14:02 -0500)]
Setting up yoast filters for open graph and twitter.
Set the title and description for open graph and twitter within the
yoast filters.
Chuck Scott [Tue, 15 Nov 2016 18:47:39 +0000 (13:47 -0500)]
Fixed use of litteral database name to use defined prefix
Steve Sutton [Mon, 14 Nov 2016 16:49:23 +0000 (11:49 -0500)]
Merge tag 'v2.8.3' into develop
Version 2.8.3
Steve Sutton [Mon, 14 Nov 2016 16:49:15 +0000 (11:49 -0500)]
Merge branch 'release/2.8.3'