WP-Plugins/glm-member-db-packaging.git
8 years agoMerge branch 'hotfix/1.1.11' v1.1.11
Laury GvR [Tue, 16 Aug 2016 20:44:05 +0000 (16:44 -0400)]
Merge branch 'hotfix/1.1.11'

8 years agoHopefully fixed the packages link for member list
Laury GvR [Tue, 16 Aug 2016 20:42:47 +0000 (16:42 -0400)]
Hopefully fixed the packages link for member list

Changed the variable in the front views for the list and detail
links to packaging, so that the right member slug is used.

8 years agoMerge branch 'hotfix/1.1.10' v1.1.10
Chuck Scott [Thu, 11 Aug 2016 16:00:50 +0000 (12:00 -0400)]
Merge branch 'hotfix/1.1.10'

8 years agoMerge conflict got into last hotfix in frontHooks.php. Fixed
Chuck Scott [Thu, 11 Aug 2016 16:00:07 +0000 (12:00 -0400)]
Merge conflict got into last hotfix in frontHooks.php. Fixed

8 years agoMerge branch 'hotfix/1.1.9' v1.1.9
Chuck Scott [Thu, 11 Aug 2016 15:35:46 +0000 (11:35 -0400)]
Merge branch 'hotfix/1.1.9'

8 years agoFixed problem when member contact added a package that the package slug was not updated.
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.

8 years agoMerge branch 'release/1.1.8' v1.1.8
Steve Sutton [Mon, 25 Jul 2016 17:47:17 +0000 (13:47 -0400)]
Merge branch 'release/1.1.8'

8 years agoFor release of 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.

8 years agoFIxed reference to package detail member logo image
Laury GvR [Fri, 8 Jul 2016 19:45:51 +0000 (15:45 -0400)]
FIxed reference to package detail member logo image

8 years agoAdded settings conditionals for whether to show package image on package detail page
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

8 years agoBeat Yoast SEO once again. This time with page titles.
Chuck Scott [Fri, 8 Jul 2016 18:51:28 +0000 (14:51 -0400)]
Beat Yoast SEO once again. This time with page titles.

8 years agoMerge tag 'v1.1.7' into develop
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

8 years agoMerge branch 'hotfix/1.1.7' v1.1.7
Chuck Scott [Fri, 8 Jul 2016 15:07:00 +0000 (11:07 -0400)]
Merge branch 'hotfix/1.1.7'

8 years agoSet database version correect for current master branch - 1.1.0
Chuck Scott [Fri, 8 Jul 2016 15:06:33 +0000 (11:06 -0400)]
Set database version correect for current master branch - 1.1.0

8 years agoAdded package title as page title to package detail page.
Chuck Scott [Fri, 8 Jul 2016 14:59:35 +0000 (10:59 -0400)]
Added package title as page title to package detail page.

8 years agoAdded code to frontHooks.php for canonical page fix.
Chuck Scott [Thu, 7 Jul 2016 15:34:19 +0000 (11:34 -0400)]
Added code to frontHooks.php for canonical page fix.

8 years agoChanged Author on Index.php and updated shortcode descriptions layout.
Chuck Scott [Thu, 7 Jul 2016 14:56:30 +0000 (10:56 -0400)]
Changed Author on Index.php and updated shortcode descriptions layout.

8 years agoAdded border-radius to member logo image on package list
Laury GvR [Wed, 6 Jul 2016 20:12:03 +0000 (16:12 -0400)]
Added border-radius to member logo image on package list

8 years agoHad some duplicate lines in a db update script
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..

8 years agoChanged database scripts to use right syntax
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.

8 years agoPackage detail link to member goes to member
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.

8 years agoPackagelist viewfile now allows sidebar on left
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.

8 years agoDetail and list views updated, settings for list
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.

8 years agoPackaging detail restyle, packaging settings added
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.

8 years agoBug fix: fixing php error from foreach not having an array
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.

8 years agoCommented out filters for packages list. Will need future enhancement
Chuck Scott [Tue, 21 Jun 2016 19:08:07 +0000 (15:08 -0400)]
Commented out filters for packages list. Will need future enhancement

8 years agoReworked how we're checking for our rewrite rules and flusing the cache.
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.

8 years agorevert flush_rules change
Chuck Scott [Fri, 17 Jun 2016 14:13:22 +0000 (10:13 -0400)]
revert flush_rules change

8 years agoMerge branch 'develop' of cvs2:WP-Plugins/glm-member-db-packaging into develop
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

8 years agoCommented out flush_rules() as it was clearing rewrite rules - need to investigate
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

8 years agoMerge tag 'v1.1.5' into develop
Laury GvR [Wed, 15 Jun 2016 16:51:40 +0000 (12:51 -0400)]
Merge tag 'v1.1.5' into develop

v1.1.5

8 years agoMerge branch 'hotfix/1.1.5' v1.1.5
Laury GvR [Wed, 15 Jun 2016 16:51:36 +0000 (12:51 -0400)]
Merge branch 'hotfix/1.1.5'

8 years agoRemoved pretty print helper function
Laury GvR [Wed, 15 Jun 2016 16:51:33 +0000 (12:51 -0400)]
Removed pretty print helper function

8 years agoMerge tag 'v1.1.4' into develop
Laury GvR [Fri, 27 May 2016 13:10:55 +0000 (09:10 -0400)]
Merge tag 'v1.1.4' into develop

v1.1.4

8 years agoMerge branch 'hotfix/1.1.4' v1.1.4
Laury GvR [Fri, 27 May 2016 13:10:47 +0000 (09:10 -0400)]
Merge branch 'hotfix/1.1.4'

8 years agoVersion number bump
Laury GvR [Fri, 27 May 2016 13:10:41 +0000 (09:10 -0400)]
Version number bump

8 years agoChange package class to be more specific, fixed display issue on package listing...
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

8 years agoMerge tag 'v1.1.3' into develop
Laury GvR [Thu, 26 May 2016 18:57:29 +0000 (14:57 -0400)]
Merge tag 'v1.1.3' into develop

v1.1.3

8 years agoMerge branch 'release/1.1.3' v1.1.3
Laury GvR [Thu, 26 May 2016 18:57:24 +0000 (14:57 -0400)]
Merge branch 'release/1.1.3'

8 years agoVersion number bumping:
Laury GvR [Thu, 26 May 2016 18:57:16 +0000 (14:57 -0400)]
Version number bumping:

8 years agoDebuged issues with packages in member listings.
Chuck Scott [Thu, 26 May 2016 18:42:06 +0000 (14:42 -0400)]
Debuged issues with packages in member listings.

8 years agoMerge branch 'develop' of cvs2:WP-Plugins/glm-member-db-packaging into develop
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

8 years agoFixed confusion between member ID and member Info ID
Chuck Scott [Thu, 26 May 2016 17:51:22 +0000 (13:51 -0400)]
Fixed confusion between member ID and member Info ID

8 years agoPackage link and list updates
laury [Thu, 26 May 2016 16:58:25 +0000 (12:58 -0400)]
Package link and list updates

8 years agoPackaging link views edited and added
laury [Tue, 24 May 2016 19:02:00 +0000 (15:02 -0400)]
Packaging link views edited and added

8 years agoPackages -> packages & deals
laury [Fri, 20 May 2016 13:13:50 +0000 (09:13 -0400)]
Packages -> packages & deals

8 years agoFixed up permissions to permit member users to create packages
Chuck Scott [Wed, 18 May 2016 18:05:01 +0000 (14:05 -0400)]
Fixed up permissions to permit member users to create packages

8 years agoFixed access by logged in member
Chuck Scott [Tue, 17 May 2016 16:27:54 +0000 (12:27 -0400)]
Fixed access by logged in member

8 years agoChange 'name' to 'title'
laury [Mon, 16 May 2016 13:30:30 +0000 (09:30 -0400)]
Change 'name' to 'title'

8 years agoList for member detail fixed and relocated, restyled
laury [Mon, 16 May 2016 13:00:05 +0000 (09:00 -0400)]
List for member detail fixed and relocated, restyled

9 years agoRequired pages re-enabled
laury [Fri, 13 May 2016 14:23:18 +0000 (10:23 -0400)]
Required pages re-enabled

9 years agoRequired pages edits, and view edits
laury [Thu, 12 May 2016 14:45:56 +0000 (10:45 -0400)]
Required pages edits, and view edits

9 years agosetting the default values for packaing dropdown lists
Anthony Talarico [Tue, 10 May 2016 15:22:17 +0000 (11:22 -0400)]
setting the default values for packaing dropdown lists

9 years agoMerge branch 'develop' of cvs2:WP-Plugins/glm-member-db-packaging into develop
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

9 years agoFix packaging for member detail
Chuck Scott [Mon, 9 May 2016 21:07:54 +0000 (17:07 -0400)]
Fix packaging for member detail

9 years agoadded member options to member dropdown list for shortcode options
Anthony Talarico [Mon, 9 May 2016 20:45:01 +0000 (16:45 -0400)]
added member options to member dropdown list for shortcode options

9 years agocommenting out the packages attributes currently until I can get all of the values...
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

9 years agoMerge branch 'develop' of cvs2:WP-Plugins/glm-member-db-packaging into develop
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

9 years agoLast changes before initial deployment
Chuck Scott [Wed, 4 May 2016 19:20:34 +0000 (15:20 -0400)]
Last changes before initial deployment

9 years agoMember page creation & management, members only section
Laury GvR [Wed, 4 May 2016 13:34:17 +0000 (09:34 -0400)]
Member page creation & management, members only section

9 years agoadding shortcodeBuilder page for the html mark up specific to packaging
Anthony Talarico [Thu, 28 Apr 2016 20:12:32 +0000 (16:12 -0400)]
adding shortcodeBuilder page for the html mark up specific to packaging

9 years agoFixed the shortcodes
Laury GvR [Thu, 28 Apr 2016 20:00:40 +0000 (16:00 -0400)]
Fixed the shortcodes

9 years agoAdding required pages for auto-creation
Laury GvR [Thu, 28 Apr 2016 19:49:41 +0000 (15:49 -0400)]
Adding required pages for auto-creation

9 years agoFixed tab missing for Packaging Management
Chuck Scott [Fri, 22 Apr 2016 20:15:41 +0000 (16:15 -0400)]
Fixed tab missing for Packaging Management

9 years agoNow using member terms.
Chuck Scott [Fri, 22 Apr 2016 17:53:34 +0000 (13:53 -0400)]
Now using member terms.

9 years agoEvents nearly ready, menu restructure
Chuck Scott [Wed, 20 Apr 2016 21:16:32 +0000 (17:16 -0400)]
Events nearly ready, menu restructure

9 years agoCleaned up incompatible template references to URL/Url.
Chuck Scott [Tue, 1 Mar 2016 16:35:54 +0000 (11:35 -0500)]
Cleaned up incompatible template references to URL/Url.

9 years agoMinor updates to permissions
Chuck Scott [Mon, 29 Feb 2016 18:11:26 +0000 (13:11 -0500)]
Minor updates to permissions

9 years agoMerge branch 'develop' of cvs2.gaslightmedia.com:WP-Plugins/glm-member-db-packaging...
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

9 years agoReorganized again.
Chuck Scott [Fri, 19 Feb 2016 19:48:36 +0000 (14:48 -0500)]
Reorganized again.

9 years agoChange titles h2 to h4
Laury GvR [Thu, 18 Feb 2016 21:11:29 +0000 (16:11 -0500)]
Change titles h2 to h4

9 years agoChanges to deal with updates to main member db tables
Chuck Scott [Tue, 16 Feb 2016 15:30:40 +0000 (10:30 -0500)]
Changes to deal with updates to main member db tables

9 years agoMerge tag 'v1.1.2' into develop
Laury GvR [Tue, 9 Feb 2016 16:49:31 +0000 (11:49 -0500)]
Merge tag 'v1.1.2' into develop

v1.1.2

9 years agoMerge branch 'hotfix/1.1.2' v1.1.2
Laury GvR [Tue, 9 Feb 2016 16:49:12 +0000 (11:49 -0500)]
Merge branch 'hotfix/1.1.2'

9 years agoAdd takemeback btn, re-classed container
Laury GvR [Tue, 9 Feb 2016 16:49:06 +0000 (11:49 -0500)]
Add takemeback btn, re-classed container

9 years agoMerge tag 'v1.1.1' into develop
Laury GvR [Tue, 9 Feb 2016 16:32:04 +0000 (11:32 -0500)]
Merge tag 'v1.1.1' into develop

v1.1.1

9 years agoMerge branch 'hotfix/1.1.1' v1.1.1
Laury GvR [Tue, 9 Feb 2016 16:32:00 +0000 (11:32 -0500)]
Merge branch 'hotfix/1.1.1'

9 years agoShow word 'website' instead of full url. Similar for email
Laury GvR [Tue, 9 Feb 2016 16:31:54 +0000 (11:31 -0500)]
Show word 'website' instead of full url. Similar for email

9 years agoMerge tag 'v1.1.0' into develop
Laury GvR [Thu, 4 Feb 2016 20:28:30 +0000 (15:28 -0500)]
Merge tag 'v1.1.0' into develop

v1.1.0

9 years agoMerge branch 'release/1.1.0' v1.1.0
Laury GvR [Thu, 4 Feb 2016 20:28:25 +0000 (15:28 -0500)]
Merge branch 'release/1.1.0'

9 years agoFixed hooks help for glm-members_permit_admin_member_packages_tab.
Chuck Scott [Wed, 27 Jan 2016 18:21:21 +0000 (13:21 -0500)]
Fixed hooks help for glm-members_permit_admin_member_packages_tab.

9 years agoFixed using wrong filter for memer tab
Chuck Scott [Wed, 27 Jan 2016 18:17:17 +0000 (13:17 -0500)]
Fixed using wrong filter for memer tab

9 years agoFixe bad filter name for member Packaging tab
Chuck Scott [Wed, 27 Jan 2016 18:15:40 +0000 (13:15 -0500)]
Fixe bad filter name for member Packaging tab

9 years agoMerge branch 'feature/FixAddPackageButton' into develop
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

9 years agoUpdated button to add multi-member packages to be more specifit. Added hover titles...
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.

9 years agoClass and ID changes, some styles
Laury GvR [Wed, 27 Jan 2016 15:00:20 +0000 (10:00 -0500)]
Class and ID changes, some styles

9 years agoUpdate package add button text to clarify
Laury GvR [Tue, 26 Jan 2016 17:30:30 +0000 (12:30 -0500)]
Update package add button text to clarify

9 years agoFix package detail member title: lost link
Laury GvR [Tue, 26 Jan 2016 15:35:15 +0000 (10:35 -0500)]
Fix package detail member title: lost link

9 years agoChanged views, added hooks, mainly for detail. Lots of css
Laury GvR [Tue, 26 Jan 2016 15:31:10 +0000 (10:31 -0500)]
Changed views, added hooks, mainly for detail. Lots of css

9 years agoFormatting changes
Chuck Scott [Tue, 26 Jan 2016 13:55:54 +0000 (08:55 -0500)]
Formatting changes

9 years agoMerge branch 'feature/PackagesInMembers' into develop
Chuck Scott [Thu, 21 Jan 2016 20:19:10 +0000 (15:19 -0500)]
Merge branch 'feature/PackagesInMembers' into develop

9 years agoAdded optional template selection for package list output to use in member pages.
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.

9 years agoMerge tag 'v1.0.20' into develop
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

9 years agoMerge branch 'hotfix/1.0.20' v1.0.20
Chuck Scott [Thu, 21 Jan 2016 15:38:40 +0000 (10:38 -0500)]
Merge branch 'hotfix/1.0.20'

9 years agoRemoved errant Z in front of PHP tag 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

9 years agoInterim commit for changes
Chuck Scott [Thu, 21 Jan 2016 15:36:58 +0000 (10:36 -0500)]
Interim commit for changes

9 years agoAdded check that wp option matches current plugin version number
Chuck Scott [Thu, 14 Jan 2016 20:22:01 +0000 (15:22 -0500)]
Added check that wp option matches current plugin version number

9 years agoFixed issues with database updates
Chuck Scott [Thu, 14 Jan 2016 19:50:56 +0000 (14:50 -0500)]
Fixed issues with database updates

9 years agoMerge tag 'v1.0.19' into develop
Chuck Scott [Tue, 12 Jan 2016 20:59:48 +0000 (15:59 -0500)]
Merge tag 'v1.0.19' into develop

V 1.0.19

9 years agoMerge branch 'release/1.0.19' v1.0.19
Chuck Scott [Tue, 12 Jan 2016 20:59:39 +0000 (15:59 -0500)]
Merge branch 'release/1.0.19'