WP-Plugins/glm-member-db-packaging.git
6 years agoMerge tag 'v1.2.21' into develop
Steve Sutton [Tue, 20 Nov 2018 13:11:14 +0000 (08:11 -0500)]
Merge tag 'v1.2.21' into develop

Version 1.2.21

6 years agoMerge branch 'hotfix/1.2.21' v1.2.21
Steve Sutton [Tue, 20 Nov 2018 13:09:51 +0000 (08:09 -0500)]
Merge branch 'hotfix/1.2.21'

6 years agoFix bad commit to master branch
Steve Sutton [Tue, 20 Nov 2018 13:09:19 +0000 (08:09 -0500)]
Fix bad commit to master branch

Fixing a bad commit

6 years agoMerge tag 'v1.2.20' into develop
Steve Sutton [Tue, 20 Nov 2018 13:04:51 +0000 (08:04 -0500)]
Merge tag 'v1.2.20' into develop

Version 1.2.20

6 years agoMerge branch 'hotfix/1.2.20' v1.2.20
Steve Sutton [Tue, 20 Nov 2018 12:53:59 +0000 (07:53 -0500)]
Merge branch 'hotfix/1.2.20'

6 years agoOrder for the position was backwards.
Steve Sutton [Tue, 20 Nov 2018 12:53:32 +0000 (07:53 -0500)]
Order for the position was backwards.

Should be ASC not DESC

6 years agoAdded call to search add-on filter to index packaging page when any package is updated.
Chuck Scott [Thu, 26 Jul 2018 15:45:18 +0000 (11:45 -0400)]
Added call to search add-on filter to index packaging page when any package is updated.

Also some work for migration of plugin names to GLM Associate

6 years agoMerge tag 'v1.2.19' into develop
Steve Sutton [Fri, 1 Jun 2018 14:31:04 +0000 (10:31 -0400)]
Merge tag 'v1.2.19' into develop

Version 1.2.19

6 years agoMerge branch 'hotfix/1.2.19' v1.2.19
Steve Sutton [Fri, 1 Jun 2018 14:30:14 +0000 (10:30 -0400)]
Merge branch 'hotfix/1.2.19'

6 years agoTrim each email before validating it.
Steve Sutton [Fri, 1 Jun 2018 14:29:30 +0000 (10:29 -0400)]
Trim each email before validating it.

An empty space in email won't allow it to be valid.
Still ok to send out that way.

7 years agoMinor clarification to comment on pseudo-random package list code
Laury GvR [Fri, 30 Mar 2018 19:17:31 +0000 (15:17 -0400)]
Minor clarification to comment on pseudo-random package list code

7 years agoPseudo-random sort order for package list added
Laury GvR [Fri, 30 Mar 2018 15:25:40 +0000 (11:25 -0400)]
Pseudo-random sort order for package list added

Pseudo-random sort ordering will order the list differently for
each session (not each page refresh) by using a random seed and a
cookie. The database now contains the package_list_order field,
and management for package list has a dropdown for this setting.

The default is still Alpha-Numeric, and the config values used are
the ones in the Member DB plugin.ini file.

7 years agoAdded untested (commented out) code sample for doing pseudo-random ordering of packag...
Chuck Scott [Fri, 2 Mar 2018 18:19:20 +0000 (13:19 -0500)]
Added untested (commented out) code sample for doing pseudo-random ordering of packaging at line 220

7 years agoMerge tag 'v1.2.18' into develop
Steve Sutton [Wed, 21 Feb 2018 20:30:13 +0000 (15:30 -0500)]
Merge tag 'v1.2.18' into develop

Version 1.2.18

7 years agoMerge branch 'release/1.2.18' v1.2.18
Steve Sutton [Wed, 21 Feb 2018 20:27:42 +0000 (15:27 -0500)]
Merge branch 'release/1.2.18'

7 years agoBump version number and update readme.txt
Steve Sutton [Wed, 21 Feb 2018 20:27:09 +0000 (15:27 -0500)]
Bump version number and update readme.txt

Update readme text.
bump version number.

7 years agoRemove for db updates
Steve Sutton [Wed, 21 Feb 2018 19:54:39 +0000 (14:54 -0500)]
Remove for db updates

Updates done

7 years agoRemove debug
Steve Sutton [Wed, 21 Feb 2018 18:34:37 +0000 (13:34 -0500)]
Remove debug

no debug now

7 years agoReplace hard coded Member(s) with terms
Steve Sutton [Wed, 21 Feb 2018 18:33:48 +0000 (13:33 -0500)]
Replace hard coded Member(s) with terms

Use the terms for member or members.

7 years agoEdit to Edits
Steve Sutton [Wed, 21 Feb 2018 18:30:43 +0000 (13:30 -0500)]
Edit to Edits

Reads bettor.

7 years agoUpdate title
Steve Sutton [Wed, 21 Feb 2018 18:29:41 +0000 (13:29 -0500)]
Update title

Update text to say Members Moderated

7 years agoAdding text for new fields
Steve Sutton [Wed, 21 Feb 2018 18:27:43 +0000 (13:27 -0500)]
Adding text for new fields

Adding some text to explain the new fields.

7 years agoUse wpautp for message instead of nl2br
Steve Sutton [Wed, 21 Feb 2018 18:01:35 +0000 (13:01 -0500)]
Use wpautp for message instead of nl2br

The field now has wp_editor.

7 years agoAdding new flags and member message to management.
Steve Sutton [Wed, 21 Feb 2018 17:54:59 +0000 (12:54 -0500)]
Adding new flags and member message to management.

In management area we now have a flag for overriding the moderation of
packages. If checked all package edits by members are pending and need
to be approved. Also theres a member message text area that if enabled
will output above the member package add edit page.

7 years agoUpdating db tables
Steve Sutton [Wed, 21 Feb 2018 17:09:39 +0000 (12:09 -0500)]
Updating db tables

Adding fields for member message and all moderated flag.

7 years agoFilter placing packages in custom locations in custom viewfiles
Laury GvR [Fri, 26 Jan 2018 20:51:20 +0000 (15:51 -0500)]
Filter placing packages in custom locations in custom viewfiles

Added a filter to add packages in a custom location on custom
member detail viewfiles. Normally packages are placed in the member
detail using the descriptionAfter filter.

7 years agoMinor change to deactivate.php and removed old debug code from footer.
Chuck Scott [Fri, 26 Jan 2018 15:29:46 +0000 (10:29 -0500)]
Minor change to deactivate.php and removed old debug code from footer.

7 years agoMerge tag 'v1.2.17' into develop
Laury GvR [Tue, 16 Jan 2018 21:57:57 +0000 (16:57 -0500)]
Merge tag 'v1.2.17' into develop

v1.2.17

7 years agoMerge branch 'hotfix/1.2.17' v1.2.17
Laury GvR [Tue, 16 Jan 2018 21:57:50 +0000 (16:57 -0500)]
Merge branch 'hotfix/1.2.17'

7 years agoMember detail packaging; descriptions more cohesive part of whole
Laury GvR [Tue, 16 Jan 2018 21:50:30 +0000 (16:50 -0500)]
Member detail packaging; descriptions more cohesive part of whole

Package descriptions were floating below the package containers,
and visually seemed to be different from the package or associated
with the package below it. A background colour was added and a
"overflow: hidden" style applied to the package parent which has
somehow fixed it (just like on the member list).

7 years agoMerge tag 'v1.2.16' into develop
Steve Sutton [Wed, 20 Dec 2017 13:09:42 +0000 (08:09 -0500)]
Merge tag 'v1.2.16' into develop

Version 1.2.16

7 years agoMerge branch 'release/1.2.16' v1.2.16
Steve Sutton [Wed, 20 Dec 2017 13:09:35 +0000 (08:09 -0500)]
Merge branch 'release/1.2.16'

7 years agoPlugin release for version 1.2.16
Steve Sutton [Wed, 20 Dec 2017 13:09:16 +0000 (08:09 -0500)]
Plugin release for version 1.2.16

updates to version numbers and readme.txt

7 years agoUpdate style for packages
Steve Sutton [Fri, 15 Dec 2017 16:32:13 +0000 (11:32 -0500)]
Update style for packages

Need to see all of the package description.

7 years agoUpdate member detail packages to have description open / close
Steve Sutton [Fri, 15 Dec 2017 14:40:49 +0000 (09:40 -0500)]
Update member detail packages to have description open / close

Adding in the package description to the member detail pages when
showing the packages so they can be opened closed like on the new
package listing page.

7 years agoMerge tag 'v1.2.15' into develop
Anthony Talarico [Fri, 17 Nov 2017 19:10:39 +0000 (14:10 -0500)]
Merge tag 'v1.2.15' into develop

fixing package detail page to check for member id before trying to display the details and packages link
in the detail page

7 years agoMerge branch 'hotfix/1.2.15' v1.2.15
Anthony Talarico [Fri, 17 Nov 2017 19:08:43 +0000 (14:08 -0500)]
Merge branch 'hotfix/1.2.15'

7 years agoadding check for packages and details link in the package detail view
Anthony Talarico [Fri, 17 Nov 2017 19:06:41 +0000 (14:06 -0500)]
adding check for packages and details link in the package detail view

ensuring member id exists before trying to display the packages and details link in
packages detail page

7 years agoRemoving references to "addNotice" function in glmPluginSupport that were causing...
Chuck Scott [Thu, 5 Oct 2017 21:03:46 +0000 (17:03 -0400)]
Removing references to "addNotice" function in glmPluginSupport that were causing problems.

7 years agoUpdated check for all common plugin PHP files being called directly and now sending...
Chuck Scott [Fri, 11 Aug 2017 20:33:46 +0000 (16:33 -0400)]
Updated check for all common plugin PHP files being called directly and now sending user to /assets/404.html

7 years agoPackage list jquery, fix the 'collapse' link for description toggle
Laury GvR [Tue, 8 Aug 2017 14:07:49 +0000 (10:07 -0400)]
Package list jquery, fix the 'collapse' link for description toggle

7 years agoPackage list description display changed from nl2br to wpautop
Laury GvR [Tue, 8 Aug 2017 13:54:31 +0000 (09:54 -0400)]
Package list description display changed from nl2br to wpautop

7 years agoFixed jquery to open/close the toggle descriptions on package list pages
Laury GvR [Tue, 8 Aug 2017 13:46:30 +0000 (09:46 -0400)]
Fixed jquery to open/close the toggle descriptions on package list pages

7 years agoAdjusting the styles for the packaging list description toggle section
Laury GvR [Fri, 4 Aug 2017 18:29:43 +0000 (14:29 -0400)]
Adjusting the styles for the packaging list description toggle section

7 years agoAdding collapsible Description dropdown to package list pages
Laury GvR [Thu, 3 Aug 2017 21:04:26 +0000 (17:04 -0400)]
Adding collapsible Description dropdown to package list pages

7 years agoMerge tag 'v1.2.14' into develop
Steve Sutton [Thu, 27 Jul 2017 19:18:29 +0000 (15:18 -0400)]
Merge tag 'v1.2.14' into develop

Version 1.2.14

7 years agoMerge branch 'hotfix/1.2.14' v1.2.14
Steve Sutton [Thu, 27 Jul 2017 19:18:23 +0000 (15:18 -0400)]
Merge branch 'hotfix/1.2.14'

7 years agoUpdate the packaging to packages
Steve Sutton [Thu, 27 Jul 2017 19:18:04 +0000 (15:18 -0400)]
Update the packaging to packages

For member tabs.

7 years agoMerge tag 'v1.2.13' into develop
Steve Sutton [Mon, 24 Jul 2017 14:59:30 +0000 (10:59 -0400)]
Merge tag 'v1.2.13' into develop

Version 1.2.13

7 years agoMerge branch 'hotfix/1.2.13' v1.2.13
Steve Sutton [Mon, 24 Jul 2017 14:58:15 +0000 (10:58 -0400)]
Merge branch 'hotfix/1.2.13'

7 years agoUpdating packaging to Packages. Add member to package dashboard.
Steve Sutton [Mon, 24 Jul 2017 14:55:58 +0000 (10:55 -0400)]
Updating packaging to Packages. Add member to package dashboard.

Adding the member column to the packages dashboard.
Updating the admin navigation name from Packaging to Packages.

7 years agoAdded changelog entry for version 1.2.12
Chuck Scott [Thu, 25 May 2017 19:27:08 +0000 (15:27 -0400)]
Added changelog entry for version 1.2.12

7 years agoMerge tag 'v1.2.12' into develop
Chuck Scott [Thu, 25 May 2017 19:13:38 +0000 (15:13 -0400)]
Merge tag 'v1.2.12' into develop

Fix for auto-deactivate

7 years agoMerge branch 'hotfix/1.2.12' v1.2.12
Chuck Scott [Thu, 25 May 2017 19:13:26 +0000 (15:13 -0400)]
Merge branch 'hotfix/1.2.12'

7 years agoFixed problem with auto-deactivate - from when we changed to using index.php
Chuck Scott [Thu, 25 May 2017 19:12:47 +0000 (15:12 -0400)]
Fixed problem with auto-deactivate - from when we changed to using index.php

7 years agoMerge tag 'v1.2.11' into develop
Chuck Scott [Thu, 25 May 2017 19:08:02 +0000 (15:08 -0400)]
Merge tag 'v1.2.11' into develop

Requiring main plugin 2.9.15 now.

7 years agoMerge branch 'hotfix/1.2.11' v1.2.11
Chuck Scott [Thu, 25 May 2017 19:07:40 +0000 (15:07 -0400)]
Merge branch 'hotfix/1.2.11'

7 years agoNow requiring main plugin version to be 2.9.15
Chuck Scott [Thu, 25 May 2017 19:07:00 +0000 (15:07 -0400)]
Now requiring main plugin version to be 2.9.15

7 years agoMerge tag 'v1.2.10' into develop
Steve Sutton [Thu, 25 May 2017 15:41:58 +0000 (11:41 -0400)]
Merge tag 'v1.2.10' into develop

Version 1.2.10

7 years agoMerge branch 'release/1.2.10' v1.2.10
Steve Sutton [Thu, 25 May 2017 15:41:50 +0000 (11:41 -0400)]
Merge branch 'release/1.2.10'

7 years agoBump version number
Steve Sutton [Thu, 25 May 2017 15:41:33 +0000 (11:41 -0400)]
Bump version number

v1.2.10

7 years agoAdded function calls to clear shortcode cashe when packages are added, updated, or...
Chuck Scott [Tue, 23 May 2017 19:21:38 +0000 (15:21 -0400)]
Added function calls to clear shortcode cashe when packages are added, updated, or deleted.

8 years agoCleaning up some issues with rewrites.
Chuck Scott [Fri, 14 Apr 2017 20:06:18 +0000 (16:06 -0400)]
Cleaning up some issues with rewrites.

8 years agoUpdated update server code
Chuck Scott [Thu, 13 Apr 2017 21:34:28 +0000 (17:34 -0400)]
Updated update server code

8 years agoAdded Plugin Update Server Support
Chuck Scott [Tue, 11 Apr 2017 19:22:00 +0000 (15:22 -0400)]
Added Plugin Update Server Support

8 years agoMerge tag 'v1.2.9' into develop
Steve Sutton [Mon, 27 Feb 2017 20:28:41 +0000 (15:28 -0500)]
Merge tag 'v1.2.9' into develop

Version 1.2.9

8 years agoMerge branch 'hotfix/1.2.9' v1.2.9
Steve Sutton [Mon, 27 Feb 2017 20:28:33 +0000 (15:28 -0500)]
Merge branch 'hotfix/1.2.9'

8 years agoFix on update when member contact is editing.
Steve Sutton [Mon, 27 Feb 2017 20:27:50 +0000 (15:27 -0500)]
Fix on update when member contact is editing.

Need to call editEntry again to fix status.

8 years agoMerge tag 'v1.2.8' into develop
Steve Sutton [Mon, 27 Feb 2017 20:19:01 +0000 (15:19 -0500)]
Merge tag 'v1.2.8' into develop

Version 1.2.8

8 years agoMerge branch 'release/1.2.8' v1.2.8
Steve Sutton [Mon, 27 Feb 2017 20:18:51 +0000 (15:18 -0500)]
Merge branch 'release/1.2.8'

8 years agoUpdate for new isModerated Filter
Steve Sutton [Mon, 27 Feb 2017 20:17:55 +0000 (15:17 -0500)]
Update for new isModerated Filter

Use the filter in main plugin that checks member and contact to see if
the user is moderated or not.

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