WP-Plugins/glm-member-db-packaging.git
8 years agoUpdate the view file for the detail package page.
Steve Sutton [Fri, 24 Feb 2017 20:30:35 +0000 (15:30 -0500)]
Update the view file for the detail package page.

Use nl2br call to get description to hold hard returns.

8 years agoMerge branch 'develop' of cvs2:WP-Plugins/glm-member-db-packaging into develop
Chuck Scott [Fri, 24 Feb 2017 16:58:30 +0000 (11:58 -0500)]
Merge branch 'develop' of cvs2:WP-Plugins/glm-member-db-packaging into develop

8 years agoFixed issues with hooksHelp not properly reporting
Chuck Scott [Fri, 24 Feb 2017 16:58:18 +0000 (11:58 -0500)]
Fixed issues with hooksHelp not properly reporting

8 years agoUpdate the check for if user is moderated.
Steve Sutton [Fri, 24 Feb 2017 16:56:39 +0000 (11:56 -0500)]
Update the check for if user is moderated.

Use the filter in main plugin to see if user is moderated.

8 years agoMerge tag 'v1.2.7' into develop
Steve Sutton [Tue, 21 Feb 2017 20:14:16 +0000 (15:14 -0500)]
Merge tag 'v1.2.7' into develop

Version 1.2.7

8 years agoMerge branch 'hotfix/1.2.7' v1.2.7
Steve Sutton [Tue, 21 Feb 2017 20:14:08 +0000 (15:14 -0500)]
Merge branch 'hotfix/1.2.7'

8 years agoUpdate the phone output to use phone filter.
Steve Sutton [Tue, 21 Feb 2017 20:12:49 +0000 (15:12 -0500)]
Update the phone output to use phone filter.

Phone filter from the glm-member-db plugin to format the phone numbers
better.

8 years agoUpdate import for new status field.
Steve Sutton [Mon, 13 Feb 2017 20:19:29 +0000 (15:19 -0500)]
Update import for new status field.

If the imported package is pending then mark the status 20 (pending)
If it is not then mark the status as active 10.

8 years agoMerge tag 'v1.2.6' into develop
Steve Sutton [Mon, 13 Feb 2017 20:14:38 +0000 (15:14 -0500)]
Merge tag 'v1.2.6' into develop

Version 1.2.6

8 years agoMerge branch 'release/1.2.6' v1.2.6
Steve Sutton [Mon, 13 Feb 2017 20:14:30 +0000 (15:14 -0500)]
Merge branch 'release/1.2.6'

8 years agoRelease for pending package feature
Steve Sutton [Mon, 13 Feb 2017 20:13:02 +0000 (15:13 -0500)]
Release for pending package feature

Adding status to packages for active pending.
When members edit packages and they are moderated the package will goto
a pending status. If member is not moderated then packages are updated
with out going to pending status.

8 years agoDb script correction for update to status.
Steve Sutton [Mon, 13 Feb 2017 19:52:17 +0000 (14:52 -0500)]
Db script correction for update to status.

Erroneous i was in script.

8 years agoAdding the status column to member package tag (list packages)
Steve Sutton [Thu, 9 Feb 2017 21:27:47 +0000 (16:27 -0500)]
Adding the status column to member package tag (list packages)

Added the status column to display what the status is of member
packages.

8 years agoUpdate the package listing page for member and member manager.
Steve Sutton [Thu, 9 Feb 2017 19:40:51 +0000 (14:40 -0500)]
Update the package listing page for member and member manager.

The package page now has a pending filter to show all pending packages.
It also won't show the detail page for package that is not active.
I removed the "View Package" link from all packages not active.

8 years agoStart work for pending packages
Steve Sutton [Thu, 9 Feb 2017 18:54:52 +0000 (13:54 -0500)]
Start work for pending packages

Updating the database table for management (packaging) to have three new fields.
Originally named them to_email,from_email,email_notification. Had to rename them
in my database and update the create and update script to add a prefix of
package_ to these names. As they were conflicting with the events ones.

I added the new field for status and updated the member edit and the member
manager edit package page to use the status. To have it marked pending when
the member edits the package.  Need to test this out though for member that is
not moderated.  I added the notification class from the events and coupon
that I used there and I'm setting it up for the email notifications.
Testing right now the email for admin.
Emails working currently.

8 years agoMerge tag 'v1.2.5' into develop
Steve Sutton [Tue, 10 Jan 2017 19:40:18 +0000 (14:40 -0500)]
Merge tag 'v1.2.5' into develop

Version 1.2.5

8 years agoMerge branch 'hotfix/1.2.5' v1.2.5
Steve Sutton [Tue, 10 Jan 2017 19:40:10 +0000 (14:40 -0500)]
Merge branch 'hotfix/1.2.5'

8 years agoUpdate edit page Date Verbiage
Steve Sutton [Tue, 10 Jan 2017 19:39:17 +0000 (14:39 -0500)]
Update edit page Date Verbiage

Updating the text for the date fields on the edit page.

8 years agoUpdate styles for the h3.
Steve Sutton [Tue, 27 Dec 2016 14:50:32 +0000 (09:50 -0500)]
Update styles for the h3.

Was causing the image to go above the package.

8 years agoUpdate styles for short descr and description.
Steve Sutton [Tue, 27 Dec 2016 14:44:09 +0000 (09:44 -0500)]
Update styles for short descr and description.

Setup the markup so it applies current css styles.

8 years agoUpdating template for the package list for order other than member.
Steve Sutton [Tue, 27 Dec 2016 14:36:01 +0000 (09:36 -0500)]
Updating template for the package list for order other than member.

If other than member, sorting done by package title or dates, move
member info down to bottom of the package and add in short description.

8 years agoMerge tag 'v1.2.4' into develop
Steve Sutton [Wed, 21 Dec 2016 14:45:14 +0000 (09:45 -0500)]
Merge tag 'v1.2.4' into develop

Version 1.2.4

8 years agoMerge branch 'release/1.2.4' v1.2.4
Steve Sutton [Wed, 21 Dec 2016 14:45:06 +0000 (09:45 -0500)]
Merge branch 'release/1.2.4'

8 years agoBump version number
Steve Sutton [Wed, 21 Dec 2016 14:44:36 +0000 (09:44 -0500)]
Bump version number

Release for 1.2.4

8 years agoNew layout for packaging when it is not in default order.
Steve Sutton [Fri, 16 Dec 2016 21:15:57 +0000 (16:15 -0500)]
New layout for packaging when it is not in default order.

For other than member order need to list packages separately with their
member data in them.

8 years agoMerge tag 'v1.2.3' into develop
Steve Sutton [Fri, 16 Dec 2016 20:16:41 +0000 (15:16 -0500)]
Merge tag 'v1.2.3' into develop

Version 1.2.3

8 years agoMerge branch 'hotfix/1.2.3' v1.2.3
Steve Sutton [Fri, 16 Dec 2016 20:16:33 +0000 (15:16 -0500)]
Merge branch 'hotfix/1.2.3'

8 years agoUpdating how the member sort is done.
Steve Sutton [Fri, 16 Dec 2016 20:15:03 +0000 (15:15 -0500)]
Updating how the member sort is done.

Using the member field instead of the member_name field. Sometimes the
member_name field would be empty. One such case was when the member info
record was cloned.

8 years agoMerge tag 'v1.2.2' into develop
Steve Sutton [Tue, 15 Nov 2016 20:08:18 +0000 (15:08 -0500)]
Merge tag 'v1.2.2' into develop

Version 1.2.2

8 years agoMerge branch 'release/1.2.2' v1.2.2
Steve Sutton [Tue, 15 Nov 2016 20:08:09 +0000 (15:08 -0500)]
Merge branch 'release/1.2.2'

8 years agoBump version number
Steve Sutton [Tue, 15 Nov 2016 20:07:35 +0000 (15:07 -0500)]
Bump version number

Doing a release for packaging plugin.

8 years agoUpdates for yoast seo, preview link and detail page.
Steve Sutton [Tue, 15 Nov 2016 20:05:42 +0000 (15:05 -0500)]
Updates for yoast seo, preview link and detail page.

Preview links now goto the correct canonical url (package-detail).
Yoast Seo filters are now used to redo the og and twitter title and
descriptions.
Detail page undefined variable removed from template.

8 years agoMerge tag 'v1.2.1' into develop
Steve Sutton [Mon, 14 Nov 2016 16:52:51 +0000 (11:52 -0500)]
Merge tag 'v1.2.1' into develop

Version 1.2.1

8 years agoMerge branch 'release/1.2.1' v1.2.1
Steve Sutton [Mon, 14 Nov 2016 16:52:46 +0000 (11:52 -0500)]
Merge branch 'release/1.2.1'

8 years agoBump version number
Steve Sutton [Mon, 14 Nov 2016 16:52:25 +0000 (11:52 -0500)]
Bump version number

New release for 1.2.1

8 years agoPackage titles on member detail page link option
Laury GvR [Thu, 10 Nov 2016 21:58:18 +0000 (16:58 -0500)]
Package titles on member detail page link option

The package list for the member detail will now use the member
list setting on whether to have the package detail name be a link
to the package detail page.

8 years agoAdded option for package lists to link to detail
Laury GvR [Thu, 10 Nov 2016 16:18:28 +0000 (11:18 -0500)]
Added option for package lists to link to detail

Added an option for package names on package lists to link to
package detail pages.

8 years agoAdding the view package link
Laury GvR [Thu, 20 Oct 2016 13:01:09 +0000 (09:01 -0400)]
Adding the view package link

8 years agoMerge tag 'v1.2.0' into develop
Steve Sutton [Wed, 19 Oct 2016 13:43:10 +0000 (09:43 -0400)]
Merge tag 'v1.2.0' into develop

Version 1.2.0

8 years agoMerge branch 'release/1.2.0' v1.2.0
Steve Sutton [Wed, 19 Oct 2016 13:43:02 +0000 (09:43 -0400)]
Merge branch 'release/1.2.0'

8 years agoBump version number
Steve Sutton [Wed, 19 Oct 2016 13:42:37 +0000 (09:42 -0400)]
Bump version number

New feature release
Adding dashboard.

8 years agoMerge branch 'feature/dashboard' into develop
Steve Sutton [Tue, 18 Oct 2016 16:26:30 +0000 (12:26 -0400)]
Merge branch 'feature/dashboard' into develop

8 years agoMerge branch 'develop' into feature/dashboard
Steve Sutton [Fri, 14 Oct 2016 19:16:23 +0000 (15:16 -0400)]
Merge branch 'develop' into feature/dashboard

8 years agoUpdated permissions to use new glmMembersUserCan() function.
Chuck Scott [Thu, 13 Oct 2016 20:12:41 +0000 (16:12 -0400)]
Updated permissions to use new glmMembersUserCan() function.

8 years agoAdded code to support updates - Temporatily commented out code added to index.php...
Chuck Scott [Thu, 13 Oct 2016 15:42:07 +0000 (11:42 -0400)]
Added code to support updates - Temporatily commented out code added to index.php for now.

8 years agoUpdate package list for member manager.
Steve Sutton [Tue, 11 Oct 2016 19:02:48 +0000 (15:02 -0400)]
Update package list for member manager.

make the list not limit to 5. Only get the current packages.

8 years agoUpdate package dashboard
Steve Sutton [Tue, 11 Oct 2016 15:15:40 +0000 (11:15 -0400)]
Update package dashboard

Being added for member manager. Uses same model and view file as member
contact.

8 years agoUpdate view
Steve Sutton [Mon, 3 Oct 2016 15:13:28 +0000 (11:13 -0400)]
Update view

Move add button into header.

8 years agoMove to correct position
Steve Sutton [Wed, 28 Sep 2016 15:01:17 +0000 (11:01 -0400)]
Move to correct position

Needs to be inside the contact class

8 years agoAdd link in header
Steve Sutton [Tue, 27 Sep 2016 20:38:24 +0000 (16:38 -0400)]
Add link in header

To the plugin main page.

8 years agoUpdate add_filter priority
Steve Sutton [Tue, 27 Sep 2016 20:25:34 +0000 (16:25 -0400)]
Update add_filter priority

To rearrange the dashboards

8 years agoAdding list of packages to dashboard
Steve Sutton [Tue, 27 Sep 2016 20:09:55 +0000 (16:09 -0400)]
Adding list of packages to dashboard

List limited to 5 records.

8 years agoMerge branch 'develop' into feature/dashboard
Steve Sutton [Tue, 27 Sep 2016 14:15:08 +0000 (10:15 -0400)]
Merge branch 'develop' into feature/dashboard

8 years agoMerge tag 'v1.1.17' into develop
Steve Sutton [Mon, 19 Sep 2016 18:34:57 +0000 (14:34 -0400)]
Merge tag 'v1.1.17' into develop

Version 1.1.17

8 years agoMerge branch 'release/1.1.17' v1.1.17
Steve Sutton [Mon, 19 Sep 2016 18:34:48 +0000 (14:34 -0400)]
Merge branch 'release/1.1.17'

8 years agoBump version number
Steve Sutton [Mon, 19 Sep 2016 18:34:33 +0000 (14:34 -0400)]
Bump version number

8 years agoTake care of undefined error
Steve Sutton [Fri, 16 Sep 2016 15:38:24 +0000 (11:38 -0400)]
Take care of undefined error

Remove the dot from equals so no complaint about undefined $content.

8 years agoCleaned up include/require parens.
Chuck Scott [Fri, 9 Sep 2016 20:32:26 +0000 (16:32 -0400)]
Cleaned up include/require parens.

8 years agoStart on dashboard for packaging.
Steve Sutton [Thu, 8 Sep 2016 20:52:54 +0000 (16:52 -0400)]
Start on dashboard for packaging.

Adding files to start for the dashboard widget for this plugin.

8 years agoMerge tag 'v1.1.16' into develop
Chuck Scott [Fri, 2 Sep 2016 16:50:16 +0000 (12:50 -0400)]
Merge tag 'v1.1.16' into develop

Version 1.1.16

8 years agoMerge branch 'release/1.1.16' v1.1.16
Chuck Scott [Fri, 2 Sep 2016 16:50:10 +0000 (12:50 -0400)]
Merge branch 'release/1.1.16'

8 years agoRelease 1.1.16
Chuck Scott [Fri, 2 Sep 2016 16:49:53 +0000 (12:49 -0400)]
Release 1.1.16

8 years agoUpdated rewrite rules flush for package detail pages.
Chuck Scott [Fri, 2 Sep 2016 14:36:08 +0000 (10:36 -0400)]
Updated rewrite rules flush for package detail pages.
Fixed an invalid reference in a view file.

8 years agoMerge tag 'v1.1.15' into develop
Chuck Scott [Tue, 30 Aug 2016 17:05:52 +0000 (13:05 -0400)]
Merge tag 'v1.1.15' into develop

Updated to version 1.1.5

8 years agoMerge branch 'release/1.1.15' v1.1.15
Chuck Scott [Tue, 30 Aug 2016 17:05:35 +0000 (13:05 -0400)]
Merge branch 'release/1.1.15'

8 years agoUpdated version to 1.1.15
Chuck Scott [Tue, 30 Aug 2016 17:03:49 +0000 (13:03 -0400)]
Updated version to 1.1.15

8 years agoTesting changes in frontHooks.php to correct intermittant package detail pages.
Chuck Scott [Tue, 30 Aug 2016 16:15:29 +0000 (12:15 -0400)]
Testing changes in frontHooks.php to correct intermittant package detail pages.

8 years agoRemoved all parens from require and include statements.
Chuck Scott [Mon, 29 Aug 2016 18:23:55 +0000 (14:23 -0400)]
Removed all parens from require and include statements.

8 years agoMerge tag 'v1.1.14' into develop
Laury GvR [Mon, 22 Aug 2016 16:34:49 +0000 (12:34 -0400)]
Merge tag 'v1.1.14' into develop

v1.1.14

8 years agoMerge branch 'release/1.1.14' v1.1.14
Laury GvR [Mon, 22 Aug 2016 16:34:45 +0000 (12:34 -0400)]
Merge branch 'release/1.1.14'

8 years agoVersion bump.
Laury GvR [Mon, 22 Aug 2016 16:34:24 +0000 (12:34 -0400)]
Version bump.

8 years agoRemoved unused view file, added checks for terms
Laury GvR [Mon, 22 Aug 2016 15:30:47 +0000 (11:30 -0400)]
Removed unused view file, added checks for terms

Packages sidemenu was no longer used, it is now replaced by
packagesLinkForMemberDetail. That template now reads whether there
is a member detail package link text configured in management, and
if not, it displays Packages & Deals like normal.

8 years agoAdded checks for mem detail price display
Laury GvR [Mon, 22 Aug 2016 14:56:13 +0000 (10:56 -0400)]
Added checks for mem detail price display

Added checks to see whether the package price exists, before
displaying it on the member detail package list. Did so as well
for the expire_date.date (even though that should never be blank).
Max-height for packages on member detail page changed 120 -> 240px

8 years agoLink to packages fixed on package detail, custom term available
laury [Mon, 22 Aug 2016 13:29:04 +0000 (09:29 -0400)]
Link to packages fixed on package detail, custom term available

Package detail page now has the link to packages on member detail
working. Same with package list. Can now also change the text
used for member detail link on left-hand side. (also used for
package detail link)

8 years agoMerge tag 'v1.1.13' into develop
Laury GvR [Fri, 19 Aug 2016 13:27:29 +0000 (09:27 -0400)]
Merge tag 'v1.1.13' into develop

v1.1.13

8 years agoMerge branch 'hotfix/1.1.13' v1.1.13
Laury GvR [Fri, 19 Aug 2016 13:27:24 +0000 (09:27 -0400)]
Merge branch 'hotfix/1.1.13'

8 years agoPlaceholder added for package link text field on admin side, and version bump
Laury GvR [Fri, 19 Aug 2016 13:27:20 +0000 (09:27 -0400)]
Placeholder added for package link text field on admin side, and version bump

8 years agoMerge tag 'v1.1.12' into develop
Laury GvR [Fri, 19 Aug 2016 13:23:21 +0000 (09:23 -0400)]
Merge tag 'v1.1.12' into develop

v1.1.12

Conflicts:
views/admin/management/packaging.html

8 years agoMerge branch 'hotfix/1.1.12' v1.1.12
Laury GvR [Fri, 19 Aug 2016 13:22:39 +0000 (09:22 -0400)]
Merge branch 'hotfix/1.1.12'

8 years agoAdded package link text for member list as setting
Laury GvR [Fri, 19 Aug 2016 13:21:02 +0000 (09:21 -0400)]
Added package link text for member list as setting

The member list now uses a setting in the admin management for
packaging, to decide what term to show in the link list of the
grid view on the front end.

8 years agoMerge tag 'v1.1.11' into develop
Laury GvR [Tue, 16 Aug 2016 20:44:10 +0000 (16:44 -0400)]
Merge tag 'v1.1.11' into develop

v1.1.11

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 agoRemove reset for member package data
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.

8 years agoSetting up member packaging import script.
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.

8 years agoThe text search window was vulnerable to double-quote marks in the package names.
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.

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

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 tag 'v1.1.9' into develop
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.

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 tag 'v1.1.8' into develop
Steve Sutton [Mon, 25 Jul 2016 17:47:24 +0000 (13:47 -0400)]
Merge tag 'v1.1.8' into develop

Version 1.1.8

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'