Chuck Scott [Tue, 5 Feb 2019 17:49:17 +0000 (12:49 -0500)]
Merge branch 'release/1.3.0'
Chuck Scott [Tue, 5 Feb 2019 17:48:33 +0000 (12:48 -0500)]
New minor release with event code improvements.
Chuck Scott [Tue, 5 Feb 2019 17:39:25 +0000 (12:39 -0500)]
Fixed issues with registration by Event Code and other matters
Added more fields to registration events dashboard list.
Added active flag status to specific reg evnet dashboard.
Remvoed local function that is now in main plugin.
Fixed some minor issues with checks as to why a reg event might not show in list.
Chuck Scott [Tue, 29 Jan 2019 20:02:41 +0000 (15:02 -0500)]
Merge tag 'v1.2.4' into develop
Database creation scrpt syntax errors.
Chuck Scott [Tue, 29 Jan 2019 20:02:21 +0000 (15:02 -0500)]
Merge branch 'hotfix/1.2.4'
Chuck Scott [Tue, 29 Jan 2019 20:01:46 +0000 (15:01 -0500)]
Database creation syntax error #4.
Chuck Scott [Tue, 29 Jan 2019 18:51:54 +0000 (13:51 -0500)]
Merge tag 'v1.2.3' into develop
Database Syntax Error #3
Chuck Scott [Tue, 29 Jan 2019 18:51:17 +0000 (13:51 -0500)]
Merge branch 'hotfix/1.2.3'
Chuck Scott [Tue, 29 Jan 2019 18:50:43 +0000 (13:50 -0500)]
Database creation script syntax error #3
Chuck Scott [Tue, 29 Jan 2019 18:33:25 +0000 (13:33 -0500)]
Merge tag 'v1.2.2' into develop
Database creation script syntax error fixed
Chuck Scott [Tue, 29 Jan 2019 18:33:04 +0000 (13:33 -0500)]
Merge branch 'hotfix/1.2.2'
Chuck Scott [Tue, 29 Jan 2019 18:32:15 +0000 (13:32 -0500)]
Fixed anohter database creation script syntax error - extraneous text
Chuck Scott [Tue, 29 Jan 2019 18:26:18 +0000 (13:26 -0500)]
Merge tag 'v1.2.1' into develop
Fixed database creation script syntax
Chuck Scott [Tue, 29 Jan 2019 18:26:02 +0000 (13:26 -0500)]
Merge branch 'hotfix/1.2.1'
Chuck Scott [Tue, 29 Jan 2019 18:25:22 +0000 (13:25 -0500)]
Fixed syntax error in database creation script and updated version numnbers
Chuck Scott [Tue, 29 Jan 2019 17:42:04 +0000 (12:42 -0500)]
Merge tag 'v1.2.0' into develop
Minor release - See readme.txt for all updates.
Chuck Scott [Tue, 29 Jan 2019 17:41:42 +0000 (12:41 -0500)]
Merge branch 'release/1.2.0'
Chuck Scott [Tue, 29 Jan 2019 17:40:41 +0000 (12:40 -0500)]
Minor release - Updated version numbers
Chuck Scott [Mon, 28 Jan 2019 21:14:23 +0000 (16:14 -0500)]
Fixed confused display when no reg event is found in registrations event dashboard.
Chuck Scott [Thu, 10 Jan 2019 21:10:50 +0000 (16:10 -0500)]
Added Stand-Alone Registrations and various other features and fixes
Added sort order for registration classes (levels) - Drag and Drop
Added ability to create a Stand-Alone registrations event (Not tied to event in Events Add-On).
Added ability to hide registration events from front-end lists.
Added ability to select a registrations event by code.
Added ability to specify a registrations event on URL using registration event code rather than ID.
Added ability to go direct to a registrations event front-end page from admin registrations event dashboard.
Added more terms and phrases and updated defaults for those that didn't have them.
Added notification on registrations event dashboard for why a registrations event won't show up on front-end.
More intelligent selection of month initially displayed for calendar in dashboard for a specific event.
Displaying above calendar why the initial month displayed was selected. Hide after month change.
Added reg_bill_info_requested field to management for selection of checkout fields.
Defaulted reg_bill_info_requested field to all on to show all checkout fields by default.
Commented out management selection of checkout fields by payment type temporarily.
New Rate edit form now has default values.
Fixed a range of error log notices regarding undefined variables in models and views.
Removed "data" directory with code to inject original test data.
Fixed non-working "Read More" button on registration page.
Fixed incorrect "Total Charge" at bottom of checkout page when discount codes are applied.
Fixed bad dialog box layout due to CSS from Bootstrap
Fixed incorrect use of href in form tag
Laury GvR [Fri, 21 Dec 2018 16:14:07 +0000 (11:14 -0500)]
Minor typo fixed
Chuck Scott [Tue, 27 Nov 2018 17:39:25 +0000 (12:39 -0500)]
Merge branch 'feature/AdminLevelsRevamp' into develop
Chuck Scott [Mon, 8 Oct 2018 16:30:35 +0000 (12:30 -0400)]
Added database field for making registration classes sortable.
Planning on moving "Registration Levels & Charges" page away from Backbone.
Code for making the page sortable will be in a branch for development.
Chuck Scott [Tue, 27 Nov 2018 17:36:15 +0000 (12:36 -0500)]
Reworked Registration Levels & Charges page including new "Drag to Sort" feature.
Steve Sutton [Mon, 8 Oct 2018 19:42:07 +0000 (15:42 -0400)]
Update width of the dialog for reg is not complete.
Updating the width of the dialog to 350.
Steve Sutton [Mon, 8 Oct 2018 19:24:23 +0000 (15:24 -0400)]
Update text on the reg not complete pop up.
Updating the text for the dialog.
Steve Sutton [Mon, 8 Oct 2018 17:30:56 +0000 (13:30 -0400)]
Updating front end js code for removing alerts
Removing alerts from the front end when adding or editing attendees.
Using inline error messages.
Chuck Scott [Mon, 8 Oct 2018 16:30:35 +0000 (12:30 -0400)]
Added database field for making registration classes sortable.
Planning on moving "Registration Levels & Charges" page away from Backbone.
Code for making the page sortable will be in a branch for development.
Steve Sutton [Mon, 8 Oct 2018 15:07:57 +0000 (11:07 -0400)]
Update for max per request
Update text so it is shorter to fit in mobile. Setup so it is per time.
Steve Sutton [Mon, 8 Oct 2018 14:29:37 +0000 (10:29 -0400)]
Updating the check for max attendees per request.
Change this to inline message. Add text for max number per request if it
is set for the event.
Chuck Scott [Tue, 2 Oct 2018 19:40:59 +0000 (15:40 -0400)]
Merge tag 'v1.1.0' into develop
Front-end and Admin improvements
Chuck Scott [Tue, 2 Oct 2018 19:40:41 +0000 (15:40 -0400)]
Merge branch 'release/1.1.0'
Chuck Scott [Tue, 2 Oct 2018 19:39:38 +0000 (15:39 -0400)]
Updated version number and added release notes to readme.txt
Chuck Scott [Tue, 2 Oct 2018 19:31:19 +0000 (15:31 -0400)]
Updates to list of reqistrants in request dashboard.
Also fixed a front-end link for the reg events list page where a link went nowhere.
Chuck Scott [Tue, 2 Oct 2018 18:23:02 +0000 (14:23 -0400)]
Some cleanup after testing with new admin accounts features.
Also used some updated code from this new feature to improve individual account dashboard
Chuck Scott [Tue, 2 Oct 2018 16:56:24 +0000 (12:56 -0400)]
Added account detail to accounts list in the admin Accounts page.
Laury GvR [Fri, 28 Sep 2018 21:27:57 +0000 (17:27 -0400)]
Fixed spacing of front reg list location icon
Laury GvR [Fri, 28 Sep 2018 21:25:30 +0000 (17:25 -0400)]
Fix spacing of front reg list location & cost icons
Chuck Scott [Fri, 28 Sep 2018 19:21:54 +0000 (15:21 -0400)]
Merge tag 'v1.0.22' into develop
Release of previous development changes
Chuck Scott [Fri, 28 Sep 2018 19:21:38 +0000 (15:21 -0400)]
Merge branch 'release/1.0.22'
Chuck Scott [Fri, 28 Sep 2018 19:20:43 +0000 (15:20 -0400)]
Doing release with previous development updates
Chuck Scott [Fri, 28 Sep 2018 18:08:19 +0000 (14:08 -0400)]
Added list of requests needing attention to Reg Events Dashboard with edit of status.
Removd a couple request status values that are not currently needed.
Chuck Scott [Thu, 27 Sep 2018 16:17:21 +0000 (12:17 -0400)]
Changed display of attendee numbers in dashboard to make more sense.
When displaying attendee numbers, now checking for errors and correcting.
Chuck Scott [Thu, 27 Sep 2018 14:11:59 +0000 (10:11 -0400)]
Fized problem with $haveMessages view parameter.
Chuck Scott [Thu, 27 Sep 2018 14:01:48 +0000 (10:01 -0400)]
Added email address to editing attnedee in admin and fixed event date/time in registration list on front-end.
Steve Sutton [Wed, 26 Sep 2018 16:52:01 +0000 (12:52 -0400)]
update for the attendee delete
Need to pass in the reg_request so it can check the cart status.
Chuck Scott [Tue, 25 Sep 2018 19:32:43 +0000 (15:32 -0400)]
Added checks that request is still in Cart status for registrations, cart, checkout, and checkout process.
Steve Sutton [Tue, 25 Sep 2018 19:21:39 +0000 (15:21 -0400)]
Update select level text and update add registrant
checking registrant cart before update add delete
Steve Sutton [Mon, 24 Sep 2018 20:54:50 +0000 (16:54 -0400)]
Update for the email in attendance
Only validate if email is there
Steve Sutton [Mon, 24 Sep 2018 18:12:30 +0000 (14:12 -0400)]
Take care of missing $
missing $ for template
Steve Sutton [Mon, 24 Sep 2018 18:09:35 +0000 (14:09 -0400)]
Front end changes
Adjust style for View Hide event details.
Update text for popup.
Steve Sutton [Mon, 24 Sep 2018 16:16:05 +0000 (12:16 -0400)]
Merge tag 'v1.0.21' into develop
Version 1.0.21
Steve Sutton [Mon, 24 Sep 2018 16:15:57 +0000 (12:15 -0400)]
Merge branch 'hotfix/1.0.21'
Steve Sutton [Mon, 24 Sep 2018 16:15:07 +0000 (12:15 -0400)]
Adding missing callback function for email notices.
For the attendee notices the function was missing to set the content
type of the email to html.
Chuck Scott [Thu, 13 Sep 2018 20:16:56 +0000 (16:16 -0400)]
Merge tag 'v1.0.20' into develop
Fixed date/time issues on front end and loosing attendees for full event in admin.
Chuck Scott [Thu, 13 Sep 2018 20:13:50 +0000 (16:13 -0400)]
Merge branch 'hotfix/1.0.20'
Chuck Scott [Thu, 13 Sep 2018 20:11:09 +0000 (16:11 -0400)]
Fixed some front-end date issues and one admin problem
Fixed date and time displayed for an event on registration page so it reflects only current or future dates and times.
Fixed time displayed for an event on registration page so it no longer shows a range of times, only the time for the date shown.
Added display of "(see below for other dates/times)" when there are more than the first date/time displayed on the registration page.
Fixed problem where viewing a request from a sold-out event caused the attendees to be removed and the request if there were no attendees.
Steve Sutton [Wed, 12 Sep 2018 15:21:22 +0000 (11:21 -0400)]
Updating step at the top
Changing the view cart to review
Chuck Scott [Tue, 11 Sep 2018 18:35:55 +0000 (14:35 -0400)]
Merge tag 'v1.0.19' into develop
Removed errant "Select" from checkout progres bar
Chuck Scott [Tue, 11 Sep 2018 18:35:34 +0000 (14:35 -0400)]
Merge branch 'hotfix/1.0.19'
Chuck Scott [Tue, 11 Sep 2018 18:34:38 +0000 (14:34 -0400)]
Removed "Select" from progress bar on checkout page that leaked in from development work
Chuck Scott [Tue, 11 Sep 2018 17:32:05 +0000 (13:32 -0400)]
Merge tag 'v1.0.18' into develop
Enhancements to checkout and request and accounts admin
Chuck Scott [Tue, 11 Sep 2018 17:28:57 +0000 (13:28 -0400)]
Merge branch 'hotfix/1.0.18'
Chuck Scott [Tue, 11 Sep 2018 17:26:12 +0000 (13:26 -0400)]
Enhancements and fixes to registrations checkout and requests and accounts dashboard
Now properly formatting checkout failure notices in request Notes field
Added more list filtering and pagenation features to accounts and requests lists
Now not showing requessts that have no attenees in request admin list by default
Adde more debug information to checkout processing
Chuck Scott [Tue, 11 Sep 2018 15:36:28 +0000 (11:36 -0400)]
REverting minor change that's going into hotfix
Change was for adding nl2br to notes field output.
Steve Sutton [Tue, 11 Sep 2018 15:02:39 +0000 (11:02 -0400)]
Add title for select reg level
using terms
Steve Sutton [Tue, 11 Sep 2018 12:10:50 +0000 (08:10 -0400)]
Update front css
Fix image alignment.
Chuck Scott [Mon, 10 Sep 2018 20:47:51 +0000 (16:47 -0400)]
Fixed problem where not having checkout page top text in settings was masking checkout error messages.
Chuck Scott [Mon, 10 Sep 2018 20:48:49 +0000 (16:48 -0400)]
Merge branch 'hotfix/1.0.17'
Chuck Scott [Mon, 10 Sep 2018 20:47:51 +0000 (16:47 -0400)]
Fixed problem where not having checkout page top text in settings was masking checkout error messages.
Steve Sutton [Mon, 10 Sep 2018 20:18:43 +0000 (16:18 -0400)]
Getting leaflet to work
Updating the reg detail page for leaflet.
Chuck Scott [Mon, 10 Sep 2018 20:01:09 +0000 (16:01 -0400)]
Merge tag 'v1.0.16' into develop
Fixed cc exp changing at checkout
Chuck Scott [Mon, 10 Sep 2018 20:00:56 +0000 (16:00 -0400)]
Merge branch 'hotfix/1.0.16'
Chuck Scott [Mon, 10 Sep 2018 20:00:05 +0000 (16:00 -0400)]
Fixed cc expiration date changing when checkout fails
Steve Sutton [Fri, 7 Sep 2018 15:30:59 +0000 (11:30 -0400)]
Update to event reg front end.
Remove the Extra Event Registration Title from the event reg detail page.
Collapse the Event Detail part and have a Click to view event detail link or button.
Give ability to Edit email for an attendee when editing.
Update the Steps at the top to 4 steps
Add Account Page - Require email and fname lname, email and password.
Chuck Scott [Wed, 5 Sep 2018 16:04:36 +0000 (12:04 -0400)]
Fixed flxxy parameter error in requestDashboard and now adding submit error messages to notes in reg_request
Chuck Scott [Tue, 28 Aug 2018 15:12:02 +0000 (11:12 -0400)]
Merge tag 'v1.0.15' into develop
Updated plugin name and fixed database version confusion
Chuck Scott [Tue, 28 Aug 2018 15:09:58 +0000 (11:09 -0400)]
Merge branch 'hotfix/1.0.15'
Chuck Scott [Tue, 28 Aug 2018 15:07:52 +0000 (11:07 -0400)]
Updated name to GLM Associate - Registrations Add-on and fixed database version confusion.
Chuck Scott [Mon, 27 Aug 2018 20:37:03 +0000 (16:37 -0400)]
Merge tag 'v1.0.14' into develop
Fixed issue with PayPal checkout scripting
Chuck Scott [Mon, 27 Aug 2018 20:36:39 +0000 (16:36 -0400)]
Merge branch 'hotfix/1.0.14'
Chuck Scott [Mon, 27 Aug 2018 20:35:21 +0000 (16:35 -0400)]
Fixed problem with names that have an appostrophy causing issues with PayPal checkout scripting
Chuck Scott [Tue, 7 Aug 2018 15:53:55 +0000 (11:53 -0400)]
Merge tag 'v1.0.13' into develop
Fixed not detecting certain credit card payment failures
Chuck Scott [Tue, 7 Aug 2018 15:52:06 +0000 (11:52 -0400)]
Merge branch 'hotfix/1.0.13'
Chuck Scott [Tue, 7 Aug 2018 15:50:57 +0000 (11:50 -0400)]
Fixed problem with not detecting certain credit card payment failures.
Chuck Scott [Thu, 26 Jul 2018 15:47:10 +0000 (11:47 -0400)]
Stared updating plugin names to GLM Associate
Chuck Scott [Thu, 19 Jul 2018 19:32:00 +0000 (15:32 -0400)]
Merge tag 'v1.0.12' into develop
Fixed registratnts paging forgetting status filter.
Chuck Scott [Thu, 19 Jul 2018 19:31:32 +0000 (15:31 -0400)]
Merge branch 'hotfix/1.0.12'
Chuck Scott [Thu, 19 Jul 2018 19:30:49 +0000 (15:30 -0400)]
Fixed problem with paging forgetting status filter setting.
Chuck Scott [Thu, 19 Jul 2018 18:54:36 +0000 (14:54 -0400)]
Merge tag 'v1.0.11' into develop
Better attendee and request lists
Chuck Scott [Thu, 19 Jul 2018 18:54:12 +0000 (14:54 -0400)]
Merge branch 'release/1.0.11'
Chuck Scott [Thu, 19 Jul 2018 18:53:50 +0000 (14:53 -0400)]
Updated to version 1.0.11
Chuck Scott [Thu, 19 Jul 2018 18:04:19 +0000 (14:04 -0400)]
Cleaned up vareious invalid index references.
Chuck Scott [Tue, 17 Jul 2018 19:46:50 +0000 (15:46 -0400)]
Removed duplicate account link from attendees list.
Chuck Scott [Tue, 17 Jul 2018 19:45:17 +0000 (15:45 -0400)]
Additional minor layout in Attendees List
Chuck Scott [Tue, 17 Jul 2018 19:39:08 +0000 (15:39 -0400)]
Fixed minor spacing and layout items.
Chuck Scott [Tue, 17 Jul 2018 19:20:45 +0000 (15:20 -0400)]
Significant usability issues for admin registrations.
Fixed problem with submitting account E-Mail not being available to send message in checkoutUpdateInventoryAndNotify()
Now adding E-Mail address to create account form after checkout
Added sort option to attendee export
Removing 1969 dates (0 timestamp) in "Time Selected" picklist in Event Attendees list.
Reoganized parmeter initialization and view data for admin/registrations/events.php and sub-models. Now with appropriate model.
Added enhanced multi-pick for selection of attnedees by status and other search enhancements to registrants list.
Cleaned up missing parameters due to reorganizing parameters.
Added links from requests list to request detail and if still in cart to front-end cart.
Added links from registrants list to request detail and if still in cart to front-end cart.
Steve Sutton [Thu, 12 Jul 2018 13:14:42 +0000 (09:14 -0400)]
Merge tag 'v1.0.10' into develop
Version 1.0.10
Steve Sutton [Thu, 12 Jul 2018 13:14:36 +0000 (09:14 -0400)]
Merge branch 'release/1.0.10'
Steve Sutton [Thu, 12 Jul 2018 13:14:10 +0000 (09:14 -0400)]
Release for export updates
For release 1.0.10