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'
Steve Sutton [Mon, 19 Sep 2016 18:06:46 +0000 (14:06 -0400)]
Bump the version number for release
There are some feature changes but they're being hidden for now until
we can test them further.
Chuck Scott [Mon, 19 Sep 2016 17:00:29 +0000 (13:00 -0400)]
Merge remote-tracking branch 'origin/develop' into feature/ImportClicksViews
Chuck Scott [Mon, 19 Sep 2016 16:50:14 +0000 (12:50 -0400)]
Commented out live camera tab in member info edit page till further review.
Chuck Scott [Mon, 19 Sep 2016 16:33:11 +0000 (12:33 -0400)]
Initial Import Click Throughs and Detail Page views code.
Laury GvR [Mon, 19 Sep 2016 15:50:53 +0000 (11:50 -0400)]
Added top-margin to liveCam descr field mem detail
Added top-margin to the live Cam section's description field on
the member detail pages. Just like the video description margin.
Laury GvR [Mon, 19 Sep 2016 15:43:44 +0000 (11:43 -0400)]
Added live cam code, admin & view
Live cam fields have been added to the database and all that
entails. Plugin version numbers updated accordingly. Member detail
front view, and admin management view, and admin member view, all
updated to reflect new possible changes.
Disabled "stream" because we're just going with images for now.
Steve Sutton [Fri, 16 Sep 2016 19:51:06 +0000 (15:51 -0400)]
Working on styles for the dashboard items.
Adding media queries for these containers to be full width when screen
size is below 1200px.
Steve Sutton [Fri, 16 Sep 2016 15:47:18 +0000 (11:47 -0400)]
Fix error from undefined statusPending.
Bring in the Status Pending to setup the template.
Steve Sutton [Fri, 16 Sep 2016 15:40:38 +0000 (11:40 -0400)]
Take care of undefined
Remove the dot from assignment. (admin hook)
Remove also the undefined variable (dashboard index)
Steve Sutton [Thu, 15 Sep 2016 16:06:17 +0000 (12:06 -0400)]
Update the region-search actionData so it can be multiple id's
Using example from the category one to apply the same algorithm to the
region-search arg in shortcode.
Chuck Scott [Fri, 9 Sep 2016 20:28:42 +0000 (16:28 -0400)]
Cleaned up adminHooks.php formatting.
Removed include/require parens.
Steve Sutton [Fri, 9 Sep 2016 19:18:00 +0000 (15:18 -0400)]
Merge branch 'develop' into feature/memberDashboard
Steve Sutton [Fri, 9 Sep 2016 19:15:00 +0000 (15:15 -0400)]
Update view file for member glm dashboards
So admin user sees proper section for each member.
Chuck Scott [Fri, 9 Sep 2016 19:02:25 +0000 (15:02 -0400)]
Added code to block everyone except Administrators from the main WordPress admin Dashboard.
Redirects them to the main GLM Associate menu when they do get to the main admin Dashboard.