Chuck Scott [Tue, 25 Oct 2016 20:13:02 +0000 (16:13 -0400)]
Added Regions to member list filters and have that limiting categories to those with members matching the selected region.
Added to getListSortedParentChild() in dataCategories to also filter by region selected
Also not returning parents of categories with matching active members.
Added getListForSearch() to dataRegions to be able to select by active members.
Added code to members/list.php to handle regiona search and filtering of categories when regions are selected.
Updated update_database_V1.1.22 to change region filter default to false.
Updated members/list.html to include region pick-list.
Chuck Scott [Tue, 25 Oct 2016 13:57:56 +0000 (09:57 -0400)]
Replace incorrect litteral reference to table prefix with correct define.
Chuck Scott [Tue, 25 Oct 2016 13:39:17 +0000 (09:39 -0400)]
Added two general list options - Show member Logo for Mobile & Reagion Search
Added Options to dataSettingsGeneral.php
Updated database version in index.php
Added new options to create_database
Moved create_database and drop_database to V1.1.22
Updated dbVersions with new database version entry
Updated view for Member List Options to include new options
Chuck Scott [Mon, 24 Oct 2016 18:17:38 +0000 (14:17 -0400)]
Merge tag 'v2.8.0' into develop
Version 2.8.0
Chuck Scott [Mon, 24 Oct 2016 18:17:28 +0000 (14:17 -0400)]
Merge branch 'release/2.8.0'
Chuck Scott [Mon, 24 Oct 2016 18:15:06 +0000 (14:15 -0400)]
Release 2.8.0
Steve Sutton [Mon, 24 Oct 2016 18:10:35 +0000 (14:10 -0400)]
Add add_filter for getting member name and id list.
Need for event plugin front end add event form.
Chuck Scott [Fri, 21 Oct 2016 19:59:20 +0000 (15:59 -0400)]
Merge branch 'develop' of cvs2:WP-Plugins/glm-member-db into develop
Chuck Scott [Fri, 21 Oct 2016 19:51:59 +0000 (15:51 -0400)]
Now only member categories that are used by active member data are listed in the category search pick-list.
Added a second parameter, $forActiveMembers, to getListSortedParentChild() that returns an organized list of member categories.
Added a "WHERE" clause that is used to select categories when $forActiveMembers is true that limit the category list to those used in active members info records.
Added "true" as the $forActiveMembers parameter in the members "list.php" where getListSortedParentChild() is used to get categories for the filter picklist.
Anthony Talarico [Fri, 21 Oct 2016 19:35:44 +0000 (15:35 -0400)]
removing all console log statements
Anthony Talarico [Fri, 21 Oct 2016 19:32:54 +0000 (15:32 -0400)]
fixing shortcode builder code to recognize attributes in any order on page load so that the active boxes are populated with the respective attributes
Chuck Scott [Fri, 21 Oct 2016 18:33:15 +0000 (14:33 -0400)]
Merge branch 'develop' of cvs2:WP-Plugins/glm-member-db into develop
Chuck Scott [Fri, 21 Oct 2016 18:31:32 +0000 (14:31 -0400)]
Added enable_members test to member related warnings in dashboard widget.
Change is near "Critical Warnings" in views/admin/dashboardWidget/index.html
Anthony Talarico [Fri, 21 Oct 2016 17:38:59 +0000 (13:38 -0400)]
fixing shortcode builder's intial check for shortcodes in the page editor so that it doesn't matter which sc attribute is already added
Chuck Scott [Fri, 21 Oct 2016 17:11:19 +0000 (13:11 -0400)]
Added code to enable/dissable member related data in GLM Associate widget in the WorkPress dashboard.
Added test for $settings.enable_members in conditional at top of page.
Steve Sutton [Fri, 21 Oct 2016 14:22:13 +0000 (10:22 -0400)]
Setting up the admin menus and dashboard for member enable flag.
Hiding member items if enable_member is not set.
This effects the settings and main dashboard and list pages.
Chuck Scott [Thu, 20 Oct 2016 20:50:30 +0000 (16:50 -0400)]
Merge branch 'develop' of cvs2:WP-Plugins/glm-member-db into develop
Conflicts:
index.php
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V1.1.20.sql
Chuck Scott [Thu, 20 Oct 2016 20:29:29 +0000 (16:29 -0400)]
Merge branch 'feature/PseudoRandom' into develop
Chuck Scott [Thu, 20 Oct 2016 20:28:00 +0000 (16:28 -0400)]
Added Pseudo-Random Sort odering for members and an option to dissable members in the main plugin.
Added List Sort Order arrays to glm-member-db plugin.ini.
Added Member List Order selection to Member list Options in Management (list_order_list).
Added "Enable Members" option to Misc Settings in Management (enable_members).
Added list_order_list and "enable_members" fields to settings_general table in create_database.sql.
Created update_database_V1.1.20.sql file to add list_order_list and enable_members to settings_general.
Updated create_database and drop_database in databaseScripts to the new database version 1.1.20.
Added list_order_list and enable_members fields to dataSettingsGeneral.php Data Class.
Added "Mmeber List Order" option to Member List options tab in Management - General Settings.
Added "Enable Member" option to Misc Settings tab in Management - General Settings.
Updated front-end members list model front/members/list.php to check the list_order_list setting to determine sort order.
Laury GvR [Wed, 19 Oct 2016 16:58:45 +0000 (12:58 -0400)]
Remove test echo
Laury GvR [Wed, 19 Oct 2016 16:58:04 +0000 (12:58 -0400)]
Add 'view member' link to the member list
Steve Sutton [Wed, 19 Oct 2016 13:39:42 +0000 (09:39 -0400)]
Merge tag 'v2.7.0' into develop
Version 2.7.0
Steve Sutton [Wed, 19 Oct 2016 13:39:32 +0000 (09:39 -0400)]
Merge branch 'release/2.7.0'
Steve Sutton [Wed, 19 Oct 2016 13:38:28 +0000 (09:38 -0400)]
Bump version number
Going to version 1.7.0
New features
Dashboard
Shortcode builder now has regions
new option for web cam in list view
Chuck Scott [Tue, 18 Oct 2016 21:03:54 +0000 (17:03 -0400)]
Added pseudo-random sort order to member list results. Still need to consider implementing paging.
Steve Sutton [Tue, 18 Oct 2016 16:22:54 +0000 (12:22 -0400)]
Merge branch 'feature/memberDashboard' into develop
Steve Sutton [Tue, 18 Oct 2016 16:22:15 +0000 (12:22 -0400)]
Merge branch 'develop' into feature/memberDashboard
Laury GvR [Tue, 18 Oct 2016 14:15:17 +0000 (10:15 -0400)]
Removed test code
Laury GvR [Tue, 18 Oct 2016 14:11:48 +0000 (10:11 -0400)]
Option for webcam on list, markup conditional fix
List view and Grid view both were not checking entirely correctly
for whether the webcam had a good URL. Also added a live_cam
display option to the admin settings that is now checked against.
Steve Sutton [Fri, 14 Oct 2016 19:14:23 +0000 (15:14 -0400)]
Merge branch 'develop' into feature/memberDashboard
Chuck Scott [Fri, 14 Oct 2016 14:30:35 +0000 (10:30 -0400)]
Minor updates to URL Click-through and Daily Page View graphs.
Also removed import of daily clicks and views from legacy sites due to that data not being available.
Chuck Scott [Thu, 13 Oct 2016 20:28:31 +0000 (16:28 -0400)]
Merge branch 'feature/ImportClicksViews' into develop
Conflicts:
views/admin/member/index.html
Chuck Scott [Thu, 13 Oct 2016 20:09:54 +0000 (16:09 -0400)]
Removed a test line from glmMembersUserCan()
Chuck Scott [Thu, 13 Oct 2016 20:05:46 +0000 (16:05 -0400)]
Added a function plugin support to test for existing capabilities and their setting.
Chuck Scott [Thu, 13 Oct 2016 15:37:15 +0000 (11:37 -0400)]
Added code to support updates - Temporatily commented out code added to index.php for now.
Chuck Scott [Tue, 11 Oct 2016 20:32:50 +0000 (16:32 -0400)]
Added graph date selection and export to member click and view counts.
Updated datetimepicker
Steve Sutton [Tue, 11 Oct 2016 14:09:39 +0000 (10:09 -0400)]
Merge branch 'develop' into feature/memberDashboard
Anthony Talarico [Thu, 6 Oct 2016 20:00:36 +0000 (16:00 -0400)]
removing test glm-row classes to fix content from being hidden in mobile views for the member detail pages
Anthony Talarico [Thu, 6 Oct 2016 18:28:21 +0000 (14:28 -0400)]
added regions to the shortcode builder, fixed issues between visual and text mode operations.
Steve Sutton [Wed, 5 Oct 2016 20:33:53 +0000 (16:33 -0400)]
Updating the member admin client user dashboard widget
Listing out the pending member profiles.
Laury GvR [Tue, 4 Oct 2016 18:06:25 +0000 (14:06 -0400)]
Merge tag 'v2.6.6' into develop
v2.6.6
Laury GvR [Tue, 4 Oct 2016 18:06:20 +0000 (14:06 -0400)]
Merge branch 'hotfix/2.6.6'
Laury GvR [Tue, 4 Oct 2016 18:06:15 +0000 (14:06 -0400)]
Always filled in http on livecam submission, even when empty
Laury GvR [Tue, 4 Oct 2016 18:01:41 +0000 (14:01 -0400)]
Merge tag 'v2.6.5' into develop
v2.6.5
Laury GvR [Tue, 4 Oct 2016 18:01:37 +0000 (14:01 -0400)]
Merge branch 'hotfix/2.6.5'
Laury GvR [Tue, 4 Oct 2016 18:01:32 +0000 (14:01 -0400)]
Incorrect function call corrected.
Anthony Talarico [Tue, 4 Oct 2016 16:16:28 +0000 (12:16 -0400)]
removing all glm-grid styles until they are worked on further
Laury GvR [Tue, 4 Oct 2016 15:09:44 +0000 (11:09 -0400)]
Merge tag 'v2.6.4' into develop
v2.6.4
Laury GvR [Tue, 4 Oct 2016 15:09:36 +0000 (11:09 -0400)]
Merge branch 'hotfix/2.6.4'
Laury GvR [Tue, 4 Oct 2016 15:08:47 +0000 (11:08 -0400)]
Proper commenting data class, version bump
Some data class entries for dataMemberInfo were not properly
labeled with a comment. Also bumped the version number.
Laury GvR [Tue, 4 Oct 2016 15:06:51 +0000 (11:06 -0400)]
Merge tag 'v2.6.3' into develop
v2.6.3
Laury GvR [Tue, 4 Oct 2016 15:06:02 +0000 (11:06 -0400)]
Merge branch 'hotfix/2.6.3'
Laury GvR [Tue, 4 Oct 2016 15:05:07 +0000 (11:05 -0400)]
Commented out shortcode override function
This function was causing the shortcode to be overridden in the
sidebar. The function itself is deprecated and has now been
disabled.
Laury GvR [Tue, 4 Oct 2016 15:03:13 +0000 (11:03 -0400)]
Webcam links on member list fixed
The webcam links were not properly sending people to the image
(if a url was selected) or the member page (if image was selected)
It will now also check whether a link has http prefix and add it
if not.
Chuck Scott [Tue, 4 Oct 2016 14:42:27 +0000 (10:42 -0400)]
Merge branch 'develop' of cvs2:WP-Plugins/glm-member-db into develop
Chuck Scott [Tue, 4 Oct 2016 14:41:56 +0000 (10:41 -0400)]
Cleaned up shortcode attributes list and included missing options.
Steve Sutton [Tue, 4 Oct 2016 14:14:28 +0000 (10:14 -0400)]
Merge branch 'develop' into feature/memberDashboard
Steve Sutton [Tue, 4 Oct 2016 14:12:08 +0000 (10:12 -0400)]
Setting up the dashboard widget sections for the main client admin.
If user can edit all members then they'll get dashboard widgets.
Steve Sutton [Mon, 3 Oct 2016 19:37:12 +0000 (15:37 -0400)]
Merge tag 'v2.6.2' into develop
Version 2.6.2
Steve Sutton [Mon, 3 Oct 2016 19:37:05 +0000 (15:37 -0400)]
Merge branch 'hotfix/2.6.2'
Steve Sutton [Mon, 3 Oct 2016 19:35:37 +0000 (15:35 -0400)]
Bump version number for plugin
version 2.6.2
Steve Sutton [Mon, 3 Oct 2016 19:34:56 +0000 (15:34 -0400)]
Update member category list in shortcode builder.
Alpha order for member categories.
Steve Sutton [Mon, 3 Oct 2016 15:14:19 +0000 (11:14 -0400)]
Update views
Remove the span tags around the button
Steve Sutton [Mon, 3 Oct 2016 14:57:43 +0000 (10:57 -0400)]
Update view file
Make the font size bigger for h2.
Put the add button into the Header area.
Anthony Talarico [Fri, 30 Sep 2016 15:01:02 +0000 (11:01 -0400)]
changing the member detail photos grid structure based on the version of foundation
Laury GvR [Wed, 28 Sep 2016 20:47:26 +0000 (16:47 -0400)]
Featured member wrapper moved from Theme into view
Featured member wrapper was still showing a little area when there
was no featured member selected.
Laury GvR [Wed, 28 Sep 2016 18:42:59 +0000 (14:42 -0400)]
Ensure a featured member exists before displaying
Laury GvR [Wed, 28 Sep 2016 18:41:21 +0000 (14:41 -0400)]
Featured members styles and markup
Steve Sutton [Wed, 28 Sep 2016 14:57:34 +0000 (10:57 -0400)]
Remove p tag
not sure why it's here.
Steve Sutton [Tue, 27 Sep 2016 20:15:04 +0000 (16:15 -0400)]
Taking out the last update column
Making the list too long.
Steve Sutton [Tue, 27 Sep 2016 20:11:30 +0000 (16:11 -0400)]
Merge branch 'develop' into feature/memberDashboard
Laury GvR [Tue, 27 Sep 2016 19:28:51 +0000 (15:28 -0400)]
Minor edit fixing MembOnly css applying
When the given page is a child of Members Only, even if the
glm-members-only-template.php is not the selected template, then
apply the Member DB front styles.
Steve Sutton [Tue, 27 Sep 2016 15:43:02 +0000 (11:43 -0400)]
Updates to the dashboard for profile widget.
Remove the duplicate text.
Remove the created column.
Remove p tag on the add button.
Laury GvR [Tue, 27 Sep 2016 15:42:35 +0000 (11:42 -0400)]
Member detail view stripped of left/right class
The 'left' and 'right' class added styling through foundation
which was no longer necessary or desired. This is now replaced by
actual css and our new glm-grid styles.
Laury GvR [Tue, 27 Sep 2016 15:36:01 +0000 (11:36 -0400)]
Helper functions for themes added
One can now get_member_name and is_member from the theme. These
functions are self-explanatory.
Laury GvR [Tue, 27 Sep 2016 15:32:40 +0000 (11:32 -0400)]
GLM-grid coding, not yet implemented
These are the styles for our new glm-grid, intended to make us
independent from Foundation, but still giving us the ability to
use equivalent functionality on our view files.
Steve Sutton [Tue, 27 Sep 2016 14:14:44 +0000 (10:14 -0400)]
Merge branch 'develop' into feature/memberDashboard
Anthony Talarico [Tue, 27 Sep 2016 13:27:04 +0000 (09:27 -0400)]
changing include to include_once in the filter for member categories in fronthooks.php
Anthony Talarico [Mon, 26 Sep 2016 14:10:42 +0000 (10:10 -0400)]
removing unnecessary console.log command from list.html
Anthony Talarico [Mon, 26 Sep 2016 13:38:56 +0000 (09:38 -0400)]
adding filter to get member categories for use in the theme's search
Anthony Talarico [Fri, 23 Sep 2016 15:05:50 +0000 (11:05 -0400)]
Merge branch 'feature/gulp' into develop
Anthony Talarico [Fri, 23 Sep 2016 15:05:11 +0000 (11:05 -0400)]
adding glm-grid-css compiled from sass file
Anthony Talarico [Fri, 23 Sep 2016 14:20:03 +0000 (10:20 -0400)]
removin test styles from the scss file
Anthony Talarico [Fri, 23 Sep 2016 14:19:08 +0000 (10:19 -0400)]
enqueuing glm-grid.css styles in member db
Anthony Talarico [Fri, 23 Sep 2016 14:16:27 +0000 (10:16 -0400)]
setting up gulp and sass in the member db
Chuck Scott [Thu, 22 Sep 2016 21:03:45 +0000 (17:03 -0400)]
Merge tag 'v2.6.1' into develop
Hotfix for 2 errors that crept into project.
Chuck Scott [Thu, 22 Sep 2016 21:03:21 +0000 (17:03 -0400)]
Merge branch 'release/2.6.1'
Chuck Scott [Thu, 22 Sep 2016 21:01:49 +0000 (17:01 -0400)]
Updated version
Chuck Scott [Thu, 22 Sep 2016 20:56:49 +0000 (16:56 -0400)]
Fixed changes of $m. to $member. in Script for map pointers that was causing positioning failure.
Chuck Scott [Thu, 22 Sep 2016 20:47:42 +0000 (16:47 -0400)]
Merge branch 'develop' of cvs2:WP-Plugins/glm-member-db into develop
Chuck Scott [Thu, 22 Sep 2016 20:47:08 +0000 (16:47 -0400)]
Fixed state not being selected correctly in pick list for member info locations.
Steve Sutton [Thu, 22 Sep 2016 17:34:56 +0000 (13:34 -0400)]
Merge tag 'v2.6.0' into develop
Version 2.6.0
Steve Sutton [Thu, 22 Sep 2016 17:34:47 +0000 (13:34 -0400)]
Merge branch 'release/2.6.0'
Steve Sutton [Thu, 22 Sep 2016 17:31:30 +0000 (13:31 -0400)]
bump version number
for new feature of web cam url
Laury GvR [Thu, 22 Sep 2016 02:25:26 +0000 (22:25 -0400)]
Updated member view markup. Made hooks for theme.
Made a hook to get the member's name and slug on the front end.
Chuck Scott [Tue, 20 Sep 2016 20:46:06 +0000 (16:46 -0400)]
Fixed minor SQL error for updating terms with default Webcam text
Chuck Scott [Tue, 20 Sep 2016 20:25:17 +0000 (16:25 -0400)]
Changed Live Cam to include the ability to use it as an off-site link to a Webcam (or whatever) page.
Chuck Scott [Tue, 20 Sep 2016 15:06:12 +0000 (11:06 -0400)]
Uncommented admin member info "Live Camera" section for testing.
Steve Sutton [Mon, 19 Sep 2016 18:08:55 +0000 (14:08 -0400)]
Merge tag 'v2.5.6' into develop
Version 2.5.6
Steve Sutton [Mon, 19 Sep 2016 18:08:47 +0000 (14:08 -0400)]
Merge branch 'release/2.5.6'