Laury GvR [Mon, 17 Apr 2017 18:39:24 +0000 (14:39 -0400)]
Merging develop back into this branch
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.
Steve Sutton [Fri, 14 Apr 2017 20:50:03 +0000 (16:50 -0400)]
Remove print_r statement
Remove debug thing
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.
Chuck Scott [Fri, 14 Apr 2017 20:04:11 +0000 (16:04 -0400)]
Cleaning up some issues with rewrites.
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.
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.
Steve Sutton [Fri, 14 Apr 2017 16:48:53 +0000 (12:48 -0400)]
Combining with above check for rewrite
Don't flush twice
Chuck Scott [Fri, 14 Apr 2017 16:01:38 +0000 (12:01 -0400)]
Added clarification to the smarty template debug setting
Chuck Scott [Thu, 13 Apr 2017 21:29:07 +0000 (17:29 -0400)]
Updated update server support code.
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.
Chuck Scott [Thu, 13 Apr 2017 17:25:16 +0000 (13:25 -0400)]
Temporarily reversing changes for plugin update checker.
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.
Laury GvR [Thu, 13 Apr 2017 14:57:11 +0000 (10:57 -0400)]
Added parent_id to the memberinfo category data
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.
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.
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.
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.
Steve Sutton [Thu, 13 Apr 2017 13:15:23 +0000 (09:15 -0400)]
Merge branch 'feature/multipleProfiles' into develop
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.
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.
Steve Sutton [Wed, 12 Apr 2017 19:49:18 +0000 (15:49 -0400)]
Merge branch 'develop' into feature/multipleProfiles
Steve Sutton [Wed, 12 Apr 2017 19:48:27 +0000 (15:48 -0400)]
For db update
Will be adding new 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.
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.
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
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.
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.
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.
Steve Sutton [Tue, 11 Apr 2017 18:27:30 +0000 (14:27 -0400)]
Remove debug
used for debug snmarty
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.
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.
Steve Sutton [Mon, 10 Apr 2017 20:56:41 +0000 (16:56 -0400)]
Update brewbakers import script
Update to fix the brands.
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.
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
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.
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
Laury GvR [Mon, 10 Apr 2017 12:46:19 +0000 (08:46 -0400)]
Merge branch 'develop' into feature/lauryAdminPolishing
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.
Laury GvR [Fri, 7 Apr 2017 19:14:02 +0000 (15:14 -0400)]
Improving the layout of the Files tab
Steve Sutton [Fri, 7 Apr 2017 18:44:00 +0000 (14:44 -0400)]
Change db connection
Use ds4 instead of localhost.
Steve Sutton [Fri, 7 Apr 2017 18:21:14 +0000 (14:21 -0400)]
Merge branch 'develop' into brewbakers
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.
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.
Laury GvR [Fri, 7 Apr 2017 13:23:21 +0000 (09:23 -0400)]
Merge branch 'develop' into feature/lauryAdminPolishing
Laury GvR [Thu, 6 Apr 2017 20:15:09 +0000 (16:15 -0400)]
Added alpha links to the member list
Chuck Scott [Thu, 6 Apr 2017 18:00:04 +0000 (14:00 -0400)]
Fixed some issues with database update messages in admin.
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.
Steve Sutton [Wed, 5 Apr 2017 18:02:53 +0000 (14:02 -0400)]
Merge branch 'develop' into brewbakers
Steve Sutton [Wed, 5 Apr 2017 12:43:22 +0000 (08:43 -0400)]
Merge tag 'v2.9.14' into develop
Version 2.9.14
Steve Sutton [Wed, 5 Apr 2017 12:43:13 +0000 (08:43 -0400)]
Merge branch 'release/2.9.14'
Steve Sutton [Wed, 5 Apr 2017 12:42:04 +0000 (08:42 -0400)]
Bump version number
For release.
DB updates for counties and files.
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.
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.
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.
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.
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
Steve Sutton [Mon, 3 Apr 2017 16:17:59 +0000 (12:17 -0400)]
Remove db update file
db version update is complete.
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
Steve Sutton [Mon, 3 Apr 2017 13:26:30 +0000 (09:26 -0400)]
Fixing the file position
Files can now be ordered correctly.
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.
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.
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.
Steve Sutton [Tue, 4 Apr 2017 20:18:14 +0000 (16:18 -0400)]
Merge branch 'develop' into brewbakers
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.
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
Steve Sutton [Tue, 4 Apr 2017 19:00:33 +0000 (15:00 -0400)]
Work on categories
Setup category import sql
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.
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.
Steve Sutton [Tue, 4 Apr 2017 13:10:16 +0000 (09:10 -0400)]
Merge branch 'develop' into brewbakers
Steve Sutton [Mon, 3 Apr 2017 19:20:07 +0000 (15:20 -0400)]
Import script for brewbakers
Chuck Scott [Mon, 3 Apr 2017 19:09:27 +0000 (15:09 -0400)]
Merge tag 'v2.9.13' into develop
Fixed bitmap data missing
Chuck Scott [Mon, 3 Apr 2017 19:09:13 +0000 (15:09 -0400)]
Merge branch 'hotfix/2.9.13'
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.
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
Steve Sutton [Mon, 3 Apr 2017 16:17:59 +0000 (12:17 -0400)]
Remove db update file
db version update is complete.
Steve Sutton [Mon, 3 Apr 2017 16:16:56 +0000 (12:16 -0400)]
Merge branch 'feature/filesAndCounties' into develop
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
Steve Sutton [Mon, 3 Apr 2017 13:26:30 +0000 (09:26 -0400)]
Fixing the file position
Files can now be ordered correctly.
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.
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.
Laury GvR [Thu, 30 Mar 2017 19:40:39 +0000 (15:40 -0400)]
Merge branch 'develop' into feature/lauryAdminPolishing
Laury GvR [Thu, 30 Mar 2017 19:38:42 +0000 (15:38 -0400)]
Adding padding to member edit media images, changing the order of columns in members list table
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.
Steve Sutton [Thu, 30 Mar 2017 15:40:27 +0000 (11:40 -0400)]
Merge tag 'v2.9.12' into develop
Version 2.9.12
Steve Sutton [Thu, 30 Mar 2017 15:40:19 +0000 (11:40 -0400)]
Merge branch 'hotfix/2.9.12'
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.
Steve Sutton [Wed, 29 Mar 2017 20:41:41 +0000 (16:41 -0400)]
Starting DB Version update
For version 1.1.27
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.
Laury GvR [Tue, 28 Mar 2017 18:54:51 +0000 (14:54 -0400)]
Fixing a display issue on the uploading of images
Laury GvR [Tue, 28 Mar 2017 18:52:19 +0000 (14:52 -0400)]
Changing the Images/Media layout markup as part of the revamp
Laury GvR [Tue, 28 Mar 2017 17:52:17 +0000 (13:52 -0400)]
Lighten the offensive color of the edit active profile button on the member list
Laury GvR [Tue, 28 Mar 2017 17:48:27 +0000 (13:48 -0400)]
Cut the extra width of the 'edit active profile' button on the member list
Laury GvR [Tue, 28 Mar 2017 17:42:53 +0000 (13:42 -0400)]
Changed checkbox label css reference, was misspelled
Laury GvR [Tue, 28 Mar 2017 17:39:00 +0000 (13:39 -0400)]
Changing member edit & member info
Part of revmping the member db admin side. Switch from table structure
to glm grid.
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