Steve Sutton [Tue, 16 Aug 2016 17:14:23 +0000 (13:14 -0400)]
Remove reset for member package data
Not working right now so comment out.
Steve Sutton [Tue, 16 Aug 2016 17:11:40 +0000 (13:11 -0400)]
Setting up member packaging import script.
This will pull all member packages from the old site and insert them.
Chuck Scott [Mon, 15 Aug 2016 14:44:35 +0000 (10:44 -0400)]
The text search window was vulnerable to double-quote marks in the package names.
Now filtering those out from the list.
Chuck Scott [Thu, 11 Aug 2016 16:01:06 +0000 (12:01 -0400)]
Merge tag 'v1.1.10' into develop
Fixed merge conflict that made it into hotfix.
Chuck Scott [Thu, 11 Aug 2016 16:00:50 +0000 (12:00 -0400)]
Merge branch 'hotfix/1.1.10'
Chuck Scott [Thu, 11 Aug 2016 16:00:07 +0000 (12:00 -0400)]
Merge conflict got into last hotfix in frontHooks.php. Fixed
Chuck Scott [Thu, 11 Aug 2016 15:36:16 +0000 (11:36 -0400)]
Merge tag 'v1.1.9' into develop
Fixed problems with contact members adding packages that don't have a slug.
Chuck Scott [Thu, 11 Aug 2016 15:35:46 +0000 (11:35 -0400)]
Merge branch 'hotfix/1.1.9'
Chuck Scott [Thu, 11 Aug 2016 15:34:03 +0000 (11:34 -0400)]
Fixed problem when member contact added a package that the package slug was not updated.
Also fixed errant display that a member contact is editing a "multi-member" package, which they can't do.
Steve Sutton [Mon, 25 Jul 2016 17:47:24 +0000 (13:47 -0400)]
Merge tag 'v1.1.8' into develop
Version 1.1.8
Steve Sutton [Mon, 25 Jul 2016 17:47:17 +0000 (13:47 -0400)]
Merge branch 'release/1.1.8'
Steve Sutton [Mon, 25 Jul 2016 17:46:08 +0000 (13:46 -0400)]
For release of 1.1.8
Added settings conditionals for whether to show package image on
package.
Beat Yoast SEO once again with page titles.
Laury GvR [Fri, 8 Jul 2016 19:45:51 +0000 (15:45 -0400)]
FIxed reference to package detail member logo image
Laury GvR [Fri, 8 Jul 2016 19:44:02 +0000 (15:44 -0400)]
Added settings conditionals for whether to show package image on package detail page
Chuck Scott [Fri, 8 Jul 2016 18:51:28 +0000 (14:51 -0400)]
Beat Yoast SEO once again. This time with page titles.
Chuck Scott [Fri, 8 Jul 2016 16:00:52 +0000 (12:00 -0400)]
Merge tag 'v1.1.7' into develop
Added package title as page title to package detail page.
Conflicts:
index.php
setup/frontHooks.php
Chuck Scott [Fri, 8 Jul 2016 15:07:00 +0000 (11:07 -0400)]
Merge branch 'hotfix/1.1.7'
Chuck Scott [Fri, 8 Jul 2016 15:06:33 +0000 (11:06 -0400)]
Set database version correect for current master branch - 1.1.0
Chuck Scott [Fri, 8 Jul 2016 14:59:35 +0000 (10:59 -0400)]
Added package title as page title to package detail page.
Chuck Scott [Thu, 7 Jul 2016 15:34:19 +0000 (11:34 -0400)]
Added code to frontHooks.php for canonical page fix.
Chuck Scott [Thu, 7 Jul 2016 14:56:30 +0000 (10:56 -0400)]
Changed Author on Index.php and updated shortcode descriptions layout.
Laury GvR [Wed, 6 Jul 2016 20:12:03 +0000 (16:12 -0400)]
Added border-radius to member logo image on package list
Laury GvR [Wed, 6 Jul 2016 20:07:27 +0000 (16:07 -0400)]
Had some duplicate lines in a db update script
They're removed..
Laury GvR [Wed, 6 Jul 2016 20:01:54 +0000 (16:01 -0400)]
Changed database scripts to use right syntax
Update scripts were using some wrong syntax for altering tables.
Laury GvR [Wed, 6 Jul 2016 19:01:02 +0000 (15:01 -0400)]
Package detail link to member goes to member
Package detail link below the image in the left side to the member
was using the member name for its href, not the slug to the
associated member detail page.
Laury GvR [Wed, 6 Jul 2016 18:54:53 +0000 (14:54 -0400)]
Packagelist viewfile now allows sidebar on left
There was an error in the markup of the package list view that
caused the footer to appear on top of the center of the page. This
has been resolved, there was a misplaced div ending tag.
Laury GvR [Wed, 6 Jul 2016 17:26:33 +0000 (13:26 -0400)]
Detail and list views updated, settings for list
Both detail and list views now look presentable and fit the new
member db styles. They're similar to the member detail/list pages.
Both detail and list now have a lot of settings that can be set
in the admin management, which have been added to the database.
Laury GvR [Tue, 5 Jul 2016 21:11:44 +0000 (17:11 -0400)]
Packaging detail restyle, packaging settings added
Management options now have packaging display settings for setting
whether you want certain information to be displayed or not on the
package detail pages. Also added an offsite url to be used for
packages. The view file uses markup similar to the existing member
detail view file. A new database script was made to add the new db
entries and update as necessary.
Steve Sutton [Fri, 24 Jun 2016 16:11:33 +0000 (12:11 -0400)]
Bug fix: fixing php error from foreach not having an array
Checking the $packages first to see if it is an array.
Chuck Scott [Tue, 21 Jun 2016 19:08:07 +0000 (15:08 -0400)]
Commented out filters for packages list. Will need future enhancement
Chuck Scott [Fri, 17 Jun 2016 19:31:19 +0000 (15:31 -0400)]
Reworked how we're checking for our rewrite rules and flusing the cache.
Chuck Scott [Fri, 17 Jun 2016 14:13:22 +0000 (10:13 -0400)]
revert flush_rules change
Chuck Scott [Thu, 16 Jun 2016 18:27:58 +0000 (14:27 -0400)]
Merge branch 'develop' of cvs2:WP-Plugins/glm-member-db-packaging into develop
Chuck Scott [Thu, 16 Jun 2016 18:27:51 +0000 (14:27 -0400)]
Commented out flush_rules() as it was clearing rewrite rules - need to investigate
Laury GvR [Wed, 15 Jun 2016 16:51:40 +0000 (12:51 -0400)]
Merge tag 'v1.1.5' into develop
v1.1.5
Laury GvR [Wed, 15 Jun 2016 16:51:36 +0000 (12:51 -0400)]
Merge branch 'hotfix/1.1.5'
Laury GvR [Wed, 15 Jun 2016 16:51:33 +0000 (12:51 -0400)]
Removed pretty print helper function
Laury GvR [Fri, 27 May 2016 13:10:55 +0000 (09:10 -0400)]
Merge tag 'v1.1.4' into develop
v1.1.4
Laury GvR [Fri, 27 May 2016 13:10:47 +0000 (09:10 -0400)]
Merge branch 'hotfix/1.1.4'
Laury GvR [Fri, 27 May 2016 13:10:41 +0000 (09:10 -0400)]
Version number bump
laury [Fri, 27 May 2016 13:01:16 +0000 (09:01 -0400)]
Change package class to be more specific, fixed display issue on package listing for member list
Laury GvR [Thu, 26 May 2016 18:57:29 +0000 (14:57 -0400)]
Merge tag 'v1.1.3' into develop
v1.1.3
Laury GvR [Thu, 26 May 2016 18:57:24 +0000 (14:57 -0400)]
Merge branch 'release/1.1.3'
Laury GvR [Thu, 26 May 2016 18:57:16 +0000 (14:57 -0400)]
Version number bumping:
Chuck Scott [Thu, 26 May 2016 18:42:06 +0000 (14:42 -0400)]
Debuged issues with packages in member listings.
Chuck Scott [Thu, 26 May 2016 17:51:57 +0000 (13:51 -0400)]
Merge branch 'develop' of cvs2:WP-Plugins/glm-member-db-packaging into develop
Chuck Scott [Thu, 26 May 2016 17:51:22 +0000 (13:51 -0400)]
Fixed confusion between member ID and member Info ID
laury [Thu, 26 May 2016 16:58:25 +0000 (12:58 -0400)]
Package link and list updates
laury [Tue, 24 May 2016 19:02:00 +0000 (15:02 -0400)]
Packaging link views edited and added
laury [Fri, 20 May 2016 13:13:50 +0000 (09:13 -0400)]
Packages -> packages & deals
Chuck Scott [Wed, 18 May 2016 18:05:01 +0000 (14:05 -0400)]
Fixed up permissions to permit member users to create packages
Chuck Scott [Tue, 17 May 2016 16:27:54 +0000 (12:27 -0400)]
Fixed access by logged in member
laury [Mon, 16 May 2016 13:30:30 +0000 (09:30 -0400)]
Change 'name' to 'title'
laury [Mon, 16 May 2016 13:00:05 +0000 (09:00 -0400)]
List for member detail fixed and relocated, restyled
laury [Fri, 13 May 2016 14:23:18 +0000 (10:23 -0400)]
Required pages re-enabled
laury [Thu, 12 May 2016 14:45:56 +0000 (10:45 -0400)]
Required pages edits, and view edits
Anthony Talarico [Tue, 10 May 2016 15:22:17 +0000 (11:22 -0400)]
setting the default values for packaing dropdown lists
Chuck Scott [Mon, 9 May 2016 21:08:05 +0000 (17:08 -0400)]
Merge branch 'develop' of cvs2:WP-Plugins/glm-member-db-packaging into develop
Chuck Scott [Mon, 9 May 2016 21:07:54 +0000 (17:07 -0400)]
Fix packaging for member detail
Anthony Talarico [Mon, 9 May 2016 20:45:01 +0000 (16:45 -0400)]
added member options to member dropdown list for shortcode options
Anthony Talarico [Mon, 9 May 2016 14:50:13 +0000 (10:50 -0400)]
commenting out the packages attributes currently until I can get all of the values from config array
Chuck Scott [Wed, 4 May 2016 19:20:50 +0000 (15:20 -0400)]
Merge branch 'develop' of cvs2:WP-Plugins/glm-member-db-packaging into develop
Chuck Scott [Wed, 4 May 2016 19:20:34 +0000 (15:20 -0400)]
Last changes before initial deployment
Laury GvR [Wed, 4 May 2016 13:34:17 +0000 (09:34 -0400)]
Member page creation & management, members only section
Anthony Talarico [Thu, 28 Apr 2016 20:12:32 +0000 (16:12 -0400)]
adding shortcodeBuilder page for the html mark up specific to packaging
Laury GvR [Thu, 28 Apr 2016 20:00:40 +0000 (16:00 -0400)]
Fixed the shortcodes
Laury GvR [Thu, 28 Apr 2016 19:49:41 +0000 (15:49 -0400)]
Adding required pages for auto-creation
Chuck Scott [Fri, 22 Apr 2016 20:15:41 +0000 (16:15 -0400)]
Fixed tab missing for Packaging Management
Chuck Scott [Fri, 22 Apr 2016 17:53:34 +0000 (13:53 -0400)]
Now using member terms.
Chuck Scott [Wed, 20 Apr 2016 21:16:32 +0000 (17:16 -0400)]
Events nearly ready, menu restructure
Chuck Scott [Tue, 1 Mar 2016 16:35:54 +0000 (11:35 -0500)]
Cleaned up incompatible template references to URL/Url.
Chuck Scott [Mon, 29 Feb 2016 18:11:26 +0000 (13:11 -0500)]
Minor updates to permissions
Chuck Scott [Fri, 19 Feb 2016 19:49:32 +0000 (14:49 -0500)]
Merge branch 'develop' of cvs2.gaslightmedia.com:WP-Plugins/glm-member-db-packaging into develop
Chuck Scott [Fri, 19 Feb 2016 19:48:36 +0000 (14:48 -0500)]
Reorganized again.
Laury GvR [Thu, 18 Feb 2016 21:11:29 +0000 (16:11 -0500)]
Change titles h2 to h4
Chuck Scott [Tue, 16 Feb 2016 15:30:40 +0000 (10:30 -0500)]
Changes to deal with updates to main member db tables
Laury GvR [Tue, 9 Feb 2016 16:49:31 +0000 (11:49 -0500)]
Merge tag 'v1.1.2' into develop
v1.1.2
Laury GvR [Tue, 9 Feb 2016 16:49:12 +0000 (11:49 -0500)]
Merge branch 'hotfix/1.1.2'
Laury GvR [Tue, 9 Feb 2016 16:49:06 +0000 (11:49 -0500)]
Add takemeback btn, re-classed container
Laury GvR [Tue, 9 Feb 2016 16:32:04 +0000 (11:32 -0500)]
Merge tag 'v1.1.1' into develop
v1.1.1
Laury GvR [Tue, 9 Feb 2016 16:32:00 +0000 (11:32 -0500)]
Merge branch 'hotfix/1.1.1'
Laury GvR [Tue, 9 Feb 2016 16:31:54 +0000 (11:31 -0500)]
Show word 'website' instead of full url. Similar for email
Laury GvR [Thu, 4 Feb 2016 20:28:30 +0000 (15:28 -0500)]
Merge tag 'v1.1.0' into develop
v1.1.0
Laury GvR [Thu, 4 Feb 2016 20:28:25 +0000 (15:28 -0500)]
Merge branch 'release/1.1.0'
Chuck Scott [Wed, 27 Jan 2016 18:21:21 +0000 (13:21 -0500)]
Fixed hooks help for glm-members_permit_admin_member_packages_tab.
Chuck Scott [Wed, 27 Jan 2016 18:17:17 +0000 (13:17 -0500)]
Fixed using wrong filter for memer tab
Chuck Scott [Wed, 27 Jan 2016 18:15:40 +0000 (13:15 -0500)]
Fixe bad filter name for member Packaging tab
Chuck Scott [Wed, 27 Jan 2016 16:59:29 +0000 (11:59 -0500)]
Merge branch 'feature/FixAddPackageButton' into develop
Conflicts:
views/admin/members/packaging.html
Chuck Scott [Wed, 27 Jan 2016 16:55:24 +0000 (11:55 -0500)]
Updated button to add multi-member packages to be more specifit. Added hover titles to provide help.
Laury GvR [Wed, 27 Jan 2016 15:00:20 +0000 (10:00 -0500)]
Class and ID changes, some styles
Laury GvR [Tue, 26 Jan 2016 17:30:30 +0000 (12:30 -0500)]
Update package add button text to clarify
Laury GvR [Tue, 26 Jan 2016 15:35:15 +0000 (10:35 -0500)]
Fix package detail member title: lost link
Laury GvR [Tue, 26 Jan 2016 15:31:10 +0000 (10:31 -0500)]
Changed views, added hooks, mainly for detail. Lots of css
Chuck Scott [Tue, 26 Jan 2016 13:55:54 +0000 (08:55 -0500)]
Formatting changes
Chuck Scott [Thu, 21 Jan 2016 20:19:10 +0000 (15:19 -0500)]
Merge branch 'feature/PackagesInMembers' into develop
Chuck Scott [Thu, 21 Jan 2016 20:17:02 +0000 (15:17 -0500)]
Added optional template selection for package list output to use in member pages.
Chuck Scott [Thu, 21 Jan 2016 15:44:44 +0000 (10:44 -0500)]
Merge tag 'v1.0.20' into develop
1.0.20
Conflicts:
glm-member-db-packaging.php
Chuck Scott [Thu, 21 Jan 2016 15:38:40 +0000 (10:38 -0500)]
Merge branch 'hotfix/1.0.20'
Chuck Scott [Thu, 21 Jan 2016 15:38:10 +0000 (10:38 -0500)]
Removed errant Z in front of PHP tag
Chuck Scott [Thu, 21 Jan 2016 15:36:58 +0000 (10:36 -0500)]
Interim commit for changes