Anthony Talarico [Thu, 18 Jan 2018 16:48:23 +0000 (11:48 -0500)]
Merge branch 'develop' into customFields
Chuck Scott [Thu, 18 Jan 2018 16:40:01 +0000 (11:40 -0500)]
2 Fixes: Database update for file_library, failure during deactivate
Updated database update 1.1.33 to use NULL for DATETIME field for file_library table.
Commented out code in deactivate.php to remove current_user_can() call that can't be run there.
Anthony Talarico [Thu, 18 Jan 2018 16:10:08 +0000 (11:10 -0500)]
Merge branch 'develop' into customFields
Anthony Talarico [Thu, 18 Jan 2018 15:19:27 +0000 (10:19 -0500)]
adding front hook to get active member info id on the front end
needed hook that gets the active member info id in the theme
Chuck Scott [Tue, 16 Jan 2018 17:53:28 +0000 (12:53 -0500)]
Increased upload file size to 40MB for File Library.
Chuck Scott [Tue, 16 Jan 2018 17:16:40 +0000 (12:16 -0500)]
Added "File Library" main Associate menu option.
Updated database with file_library and file_library_categories tables (the later is not yet in use).
Copied code from js/imageUpload to js/fileLibraryUpload and modified to serve for the File Library.
Created models and views to support new feature.
Laury GvR [Fri, 12 Jan 2018 21:37:16 +0000 (16:37 -0500)]
Vimeo videos without 'www' now accepted by member
Vimeo videos now all have a pattern of https://vimeo.com/<video>
but the pattern it was checking against included a 'www.'. This
has now been fixed and vimeo videos can be properly included in
member profiles.
laury [Fri, 12 Jan 2018 20:34:47 +0000 (15:34 -0500)]
Adding filters for contact info and member name and type
Added glma_get_logged_in_contact, glma_get_member_type, and
glma_get_member_name in order for this information to be displayed
more easily on the front end without exposing the config array
(which also contains the user password). This was added in order to
show this info in the MiGCSA header member box.
Steve Sutton [Fri, 12 Jan 2018 18:02:30 +0000 (13:02 -0500)]
Help with too many queries on same thing.
stashing the search array.
Chuck Scott [Fri, 12 Jan 2018 16:44:12 +0000 (11:44 -0500)]
Added "mysql_date" formatted for MySQL to date output array for easy reference.
Chuck Scott [Mon, 1 Jan 2018 18:46:45 +0000 (13:46 -0500)]
Now checking for default value when inserting if no input supplied (only for integer field so far)
Chuck Scott [Wed, 13 Dec 2017 19:11:43 +0000 (14:11 -0500)]
Added glm-required class to css and "ThingsToGetTo.txt" file in the Misc directory.
Anthony Talarico [Mon, 11 Dec 2017 21:38:37 +0000 (16:38 -0500)]
changing the scss files for the glm grid to reduce the width amount for each of the column sizes
testing the reduction of width percentages to calculate column widths in the grid sass file
Chuck Scott [Thu, 7 Dec 2017 17:49:59 +0000 (12:49 -0500)]
Added !is_admin() check where making sure a non admin and non-members manager can access member information.
Steve Sutton [Thu, 7 Dec 2017 16:58:50 +0000 (11:58 -0500)]
Updating the wp_register_script call
Had an extra parameter in there that was messing things up.
Chuck Scott [Tue, 5 Dec 2017 21:32:37 +0000 (16:32 -0500)]
Added some debug output to front controller and attempting to lock user down for a certain defect.
Chuck Scott [Mon, 4 Dec 2017 20:54:15 +0000 (15:54 -0500)]
Set checkbox input comparison using in_array to use strict comparison.
Steve Sutton [Thu, 30 Nov 2017 15:18:27 +0000 (10:18 -0500)]
Updating the call to the google api
Setup the jquery ui styles sheet so it is getting the correct style
version with the loaded jquery ui version.
Steve Sutton [Thu, 30 Nov 2017 14:51:02 +0000 (09:51 -0500)]
Removing extra quote in markup
There was an extra " in the markup for the table tag.
Chuck Scott [Mon, 27 Nov 2017 21:49:31 +0000 (16:49 -0500)]
Added new mask input js add-on and noted where the old one is used in admin controller.
This new mask input code is only used so far for registratrions.
Chuck Scott [Thu, 16 Nov 2017 14:36:14 +0000 (09:36 -0500)]
Fixes for Data Abstract crypt password when no password supplied, source code spacing in front.php, and layout in hooks.help
Anthony Talarico [Fri, 10 Nov 2017 14:17:30 +0000 (09:17 -0500)]
Merge branch 'develop' into customFields
Steve Sutton [Thu, 9 Nov 2017 18:32:52 +0000 (13:32 -0500)]
Merge tag 'v2.10.20' into develop
Version 2.10.20
Steve Sutton [Thu, 9 Nov 2017 18:32:44 +0000 (13:32 -0500)]
Merge branch 'hotfix/2.10.20'
Steve Sutton [Thu, 9 Nov 2017 18:31:55 +0000 (13:31 -0500)]
Update for member search additions.
Check for the back_to_search with isset first.
Check to see if the user has correct permission to see the back to
search button.
Steve Sutton [Thu, 9 Nov 2017 15:58:29 +0000 (10:58 -0500)]
Merge tag 'v2.10.19' into develop
Version 2.10.19
Steve Sutton [Thu, 9 Nov 2017 15:58:21 +0000 (10:58 -0500)]
Merge branch 'hotfix/2.10.19'
Steve Sutton [Thu, 9 Nov 2017 15:57:53 +0000 (10:57 -0500)]
If no session then start one.
This is for saving the search for member list.
Steve Sutton [Thu, 9 Nov 2017 15:31:40 +0000 (10:31 -0500)]
Merge tag 'v2.10.18' into develop
Version 2.10.18
Steve Sutton [Thu, 9 Nov 2017 15:31:30 +0000 (10:31 -0500)]
Merge branch 'hotfix/2.10.18'
Steve Sutton [Thu, 9 Nov 2017 15:29:57 +0000 (10:29 -0500)]
Improving the member search.
Remember last search and add a link to 'Back to Search'.
Saving the search now in php session.
Will reset when the list page is hit again.
Resets for each search.
Now showing the name search back into the field. Fixed issue with quotes
and apostrophes.
Anthony Talarico [Fri, 3 Nov 2017 20:32:31 +0000 (16:32 -0400)]
Merge branch 'develop' into customFields
Anthony Talarico [Fri, 3 Nov 2017 20:31:32 +0000 (16:31 -0400)]
adding size parameter to the get_images filter
allowing user to pick a size to return the full image url from the filter
Anthony Talarico [Fri, 3 Nov 2017 19:54:52 +0000 (15:54 -0400)]
Merge branch 'develop' into customFields
Anthony Talarico [Fri, 3 Nov 2017 19:53:29 +0000 (15:53 -0400)]
fixing member images filter by adding the priorty and number of args
the member images filter wasn't working properly due to missing priority and
args number
Chuck Scott [Fri, 3 Nov 2017 14:35:12 +0000 (10:35 -0400)]
Added glm-strong-warning class
Steve Sutton [Wed, 1 Nov 2017 18:51:19 +0000 (14:51 -0400)]
Merge tag 'v2.10.17' into develop
Version 2.10.17
Steve Sutton [Wed, 1 Nov 2017 18:51:05 +0000 (14:51 -0400)]
Merge branch 'hotfix/2.10.17'
Steve Sutton [Wed, 1 Nov 2017 18:50:17 +0000 (14:50 -0400)]
Fix for member name slug not being generated.
Putting back the updateSlug call for creating the member name slug.
Chuck Scott [Tue, 31 Oct 2017 18:34:03 +0000 (14:34 -0400)]
Merge tag 'v2.10.16' into develop
Fixed version number
Chuck Scott [Tue, 31 Oct 2017 18:33:55 +0000 (14:33 -0400)]
Merge branch 'hotfix/2.10.16'
Chuck Scott [Tue, 31 Oct 2017 18:33:22 +0000 (14:33 -0400)]
Fixed version number in index.php that wasn't updated with last hotfix.
Chuck Scott [Tue, 31 Oct 2017 18:23:03 +0000 (14:23 -0400)]
Merge tag 'v2.10.15' into develop
Proper member handling after adding the member
Chuck Scott [Tue, 31 Oct 2017 18:21:01 +0000 (14:21 -0400)]
Merge branch 'hotfix/2.10.15'
Chuck Scott [Tue, 31 Oct 2017 18:18:36 +0000 (14:18 -0400)]
Commended out call to clear debug notices in plugin support class.
Fixed adding a member so it now sends user to that members dashboard after adding it.
Updated plugin version number to 2.10.15 and documented updates in readme.txt file.
Chuck Scott [Tue, 31 Oct 2017 15:45:12 +0000 (11:45 -0400)]
Changed max width for Associate Admin area from 1024px to 98% to accommodate larger screens.
Added some front-end styles to better support appearance for some add-ons
Removed a potentially problematic word fromt he EasyPassword word list.
Fixed a minor error in a method description in Data Abstract docs.
Anthony Talarico [Tue, 31 Oct 2017 15:09:22 +0000 (11:09 -0400)]
Merge branch 'develop' into customFields
Anthony Talarico [Fri, 27 Oct 2017 20:41:28 +0000 (16:41 -0400)]
adding schema checking for the member db import
adding input field to change the db schema for old sites incase they
aren't members by default
Anthony Talarico [Thu, 26 Oct 2017 20:09:34 +0000 (16:09 -0400)]
adding correct arguments to the form fields being called in member info view
for a new profile, the member info view wasn't calling the custom fields form filter with
the proper number of filters
Steve Sutton [Thu, 26 Oct 2017 16:35:45 +0000 (12:35 -0400)]
Adding id to restrict these styles to our plugins.
These should only apply to our plugins and not every input field.
Steve Sutton [Thu, 26 Oct 2017 15:08:42 +0000 (11:08 -0400)]
Check with isset first
Need to check to see if this exists.
Anthony Talarico [Thu, 26 Oct 2017 14:02:48 +0000 (10:02 -0400)]
fixing issue with the member info profile update
accidentally removed the member profile updated indicator from the model when
adding the custom fields required fields checking
Anthony Talarico [Thu, 26 Oct 2017 13:18:39 +0000 (09:18 -0400)]
adding featured flag to the getGallery method from the images data class
adding filter in fronthooks to get member images or featured image if requested
Anthony Talarico [Thu, 26 Oct 2017 12:03:43 +0000 (08:03 -0400)]
adding fieldFail array to the memberinfo model
fieldfail data is passed from the model to the view which is in turn used by
the fields plugin model when it is called by the controller in the form filter
Anthony Talarico [Tue, 24 Oct 2017 18:27:35 +0000 (14:27 -0400)]
adding glm hide class to the div around the apply filters for the custom field form
the custom fields were showing up in the main members profile table instead of being hidden
initially
Anthony Talarico [Fri, 20 Oct 2017 18:04:01 +0000 (14:04 -0400)]
wrapping the apply filter calls in the member info view file
adding table wrapper to the apply filter calls for the custom fields form in the member info
view file, adding the plugin slug to the model to be passed to the view
Laury GvR [Thu, 19 Oct 2017 20:38:52 +0000 (16:38 -0400)]
Fixed call to custom fields using wrong parameters; content instead of UID
Laury GvR [Thu, 19 Oct 2017 20:26:47 +0000 (16:26 -0400)]
Changes for the custom fields - checking for submission success
Anthony Talarico [Thu, 19 Oct 2017 15:39:17 +0000 (11:39 -0400)]
removing all references to custom fields member info
making the application of actions and filters generic by removing references
to member info
Anthony Talarico [Thu, 19 Oct 2017 14:44:13 +0000 (10:44 -0400)]
changing references and calls to member info specific custom fields methods
changing the names of the custom fields member info method calls in the member info model
Steve Sutton [Tue, 17 Oct 2017 19:56:03 +0000 (15:56 -0400)]
Adding for error logs in admin controller.
Add the name of the model in trigger error.
Add the name of the view in trigger error.
Only shows if admin errors turned on.
Chuck Scott [Tue, 17 Oct 2017 17:28:41 +0000 (13:28 -0400)]
Removed one more legacy debug window reference
Chuck Scott [Tue, 17 Oct 2017 17:27:18 +0000 (13:27 -0400)]
Removed more legacy debug window code.
Chuck Scott [Tue, 17 Oct 2017 17:11:56 +0000 (13:11 -0400)]
Fixed mess in management Misc. Settings table.
Chuck Scott [Tue, 17 Oct 2017 17:00:03 +0000 (13:00 -0400)]
Re-activated management debug flags.
Added debug output for critical items in front controller.
Removed E-Mail feature that was supposed to send an error message from live sites when there was a front controller problem. Didn't work.
Steve Sutton [Tue, 17 Oct 2017 16:06:47 +0000 (12:06 -0400)]
Updating the custom field integration for management.
Update the controller in admin to return output as string if needed.
Chuck Scott [Tue, 17 Oct 2017 15:16:14 +0000 (11:16 -0400)]
Removed more of the legacy debug code from index.php
Fixed incorrect regerences to $m.member in list.html filters that should be using $m.member_pointer ($m.member is a name)
Steve Sutton [Tue, 10 Oct 2017 19:03:18 +0000 (15:03 -0400)]
Merge tag 'v2.10.14' into develop
Version 2.10.14
Steve Sutton [Tue, 10 Oct 2017 19:03:06 +0000 (15:03 -0400)]
Merge branch 'hotfix/2.10.14'
Steve Sutton [Tue, 10 Oct 2017 19:01:46 +0000 (15:01 -0400)]
Update admin member list and how the front check for valid member for 404
For the 404 check also check the member.access for a display member
type. For the admin side need to add the name and value to the input
fields for the filters archived pending and featured for them to get
passed to the next page buttons.
Steve Sutton [Mon, 9 Oct 2017 12:48:52 +0000 (08:48 -0400)]
Merge tag 'v2.10.13' into develop
Version 2.10.13
Steve Sutton [Mon, 9 Oct 2017 12:48:45 +0000 (08:48 -0400)]
Merge branch 'hotfix/2.10.13'
Steve Sutton [Fri, 6 Oct 2017 18:03:46 +0000 (14:03 -0400)]
Add check for status when getting member data for detail pages.
If the member data doesn't exists then send 404.
Update version number for this hotfix/2.10.13
Laury GvR [Fri, 6 Oct 2017 20:50:19 +0000 (16:50 -0400)]
Single quotes were breaking members for cities
The member names are now manually ran through str_replace to fix
single quotes which were broken due to the way the JSON string is
accessed in the viewfile of cities.html
Laury GvR [Fri, 6 Oct 2017 19:38:46 +0000 (15:38 -0400)]
Settings > Cities, stop deletion if used by member
Cities are no longer allowed to be deleted when they are used by
a member, and will notify the user which members this city is in
use with, as well as prove links to said members' profile admin
page.
Steve Sutton [Fri, 6 Oct 2017 18:03:46 +0000 (14:03 -0400)]
Add check for status when getting member data for detail pages.
If the member data doesn't exists then send 404.
Chuck Scott [Thu, 5 Oct 2017 20:01:01 +0000 (16:01 -0400)]
Removing references to "addNotice" function in glmPluginSupport that were causing problems.
Steve Sutton [Wed, 27 Sep 2017 13:13:35 +0000 (09:13 -0400)]
Merge tag 'v2.10.12' into develop
Version 2.10.12
Steve Sutton [Wed, 27 Sep 2017 13:13:27 +0000 (09:13 -0400)]
Merge branch 'release/2.10.12'
Steve Sutton [Wed, 27 Sep 2017 13:12:50 +0000 (09:12 -0400)]
Release for Laury's updates on member photos
Laury updated photo gallery for member detail pages.
Laury GvR [Tue, 26 Sep 2017 14:25:54 +0000 (10:25 -0400)]
Adding image arrows for member detail photo gallery
Fancybox 3 needed a different data tag in the markup for arrows
to show up on the member detail photo gallery.
Steve Sutton [Mon, 25 Sep 2017 13:51:01 +0000 (09:51 -0400)]
Merge tag 'v2.10.11' into develop
Version 2.10.11
Steve Sutton [Mon, 25 Sep 2017 13:50:52 +0000 (09:50 -0400)]
Merge branch 'release/2.10.11'
Steve Sutton [Mon, 25 Sep 2017 13:50:06 +0000 (09:50 -0400)]
Release for main plugin.
Adding search filter for the member types.
Adding check/uncheck option for member export fields.
Steve Sutton [Mon, 25 Sep 2017 13:45:11 +0000 (09:45 -0400)]
Check the url length for csv import also.
Checking the url length. If more than 255 it will fail to import member
info.
Steve Sutton [Tue, 19 Sep 2017 17:12:36 +0000 (13:12 -0400)]
Check length of the member url
If it is longer than 255 then shorten the url.
It will fail to insert the member profile if it is longer than 255.
Chuck Scott [Fri, 15 Sep 2017 16:01:29 +0000 (12:01 -0400)]
Added highligted button classes glm-button-highlighted and glm-button-small-highlighted
Chuck Scott [Thu, 14 Sep 2017 13:57:58 +0000 (09:57 -0400)]
Minor addition to admin css file for use in certain admin areas.
Added check for "setup/commonHooks.php" to provide hooks that are used by both admin and front processes. Sample file in main plugin.
Removed check for "setup/mapHooks.php" which didn't seem to be in use. Can't find any "mapHooks.php" files in any of our plugins.
Steve Sutton [Wed, 13 Sep 2017 19:59:37 +0000 (15:59 -0400)]
Adding option to the member export for check and uncheck all.
This may help clients who want only member name and reporting like click
through and detail reports.
Steve Sutton [Wed, 13 Sep 2017 19:42:10 +0000 (15:42 -0400)]
Add member type filter to list search.
Adding a filter when searching by member types.
Steve Sutton [Tue, 12 Sep 2017 20:35:03 +0000 (16:35 -0400)]
Merge tag 'v2.10.10' into develop
Version 2.10.10
Steve Sutton [Tue, 12 Sep 2017 20:34:57 +0000 (16:34 -0400)]
Merge branch 'release/2.10.10'
Steve Sutton [Tue, 12 Sep 2017 20:33:54 +0000 (16:33 -0400)]
For new release
Bump version number and update readme file.
Steve Sutton [Tue, 12 Sep 2017 20:30:16 +0000 (16:30 -0400)]
Fix for member id
Need to look at the member_pointer id instead of the member info id.
Chuck Scott [Wed, 6 Sep 2017 16:19:33 +0000 (12:19 -0400)]
Started depreciating front and admin debug features.
Removed debug settings from Management Menu
Commented out code used to add content to debug data from plugin support.
Keeping code for now to purge any remainting data from WordPress options where it stored.
If no issues come up, will do a final purge of this code and all calls to save debug information form all other code.
All changes are marked as "Depreciating Debug..."
Steve Sutton [Wed, 30 Aug 2017 19:46:15 +0000 (15:46 -0400)]
Updating the import for members short_descr
Updating how it is getting short_descr. Removing part where it explodes
and implodes based on space.
Chuck Scott [Tue, 29 Aug 2017 19:28:49 +0000 (15:28 -0400)]
Added option to include Clicks and Views when esporting a members list.
Chuck Scott [Thu, 24 Aug 2017 16:42:25 +0000 (12:42 -0400)]
Deleted view files used with old layout for editing profiles. No longer needed.
Steve Sutton [Fri, 25 Aug 2017 14:38:35 +0000 (10:38 -0400)]
Merge tag 'v2.10.9' into develop
Version 2.10.9
Steve Sutton [Fri, 25 Aug 2017 14:38:27 +0000 (10:38 -0400)]
Merge branch 'hotfix/2.10.9'