WP-Plugins/glm-member-db-registrations.git
7 years agowrapping location details in the reg list in a conditional for the icons
Anthony Talarico [Fri, 29 Dec 2017 21:29:52 +0000 (16:29 -0500)]
wrapping location details in the reg list in a conditional for the icons

icons showing even if there is no reg event data

7 years agoFixed bug when creating a reg event that caused default parameters to be wrong.
Chuck Scott [Fri, 29 Dec 2017 15:46:15 +0000 (10:46 -0500)]
Fixed bug when creating a reg event that caused default parameters to be wrong.

fixed query in add/edit reg event where adding a new event.
Updated default values in dataRegEvent.php (which are actually not used currently)

7 years agochanging text in the reg events setting admin page
Anthony Talarico [Fri, 29 Dec 2017 15:34:37 +0000 (10:34 -0500)]
changing text in the reg events setting admin page

changing account. terms  and payment options text for the reg event admin settings page

7 years agoFix save address for new attendees
Steve Sutton [Fri, 29 Dec 2017 15:24:42 +0000 (10:24 -0500)]
Fix save address for new attendees

Setup the storing of the address for the new attendee.

7 years agomoving registrations active checkbox above admin active checkbox
Anthony Talarico [Fri, 29 Dec 2017 14:48:28 +0000 (09:48 -0500)]
moving registrations active checkbox above admin active checkbox

moving the registrations active checkbox and adding indicator text

7 years agoremoving stackable jquery plugin that made it's way in from the feature branch
Anthony Talarico [Fri, 29 Dec 2017 14:42:17 +0000 (09:42 -0500)]
removing stackable jquery plugin that made it's way in from the feature branch

jquery plugin not being used, stackable, removing it

7 years agoRemove some fields from edit even reg page.
Steve Sutton [Fri, 29 Dec 2017 14:10:12 +0000 (09:10 -0500)]
Remove some fields from edit even reg page.

Removing these fields:
"Multiple Attendees per Submission"
"Maximum # of Attendees"

7 years agoRemoved duplicatge "Billing Information" line.
Chuck Scott [Thu, 28 Dec 2017 21:55:45 +0000 (16:55 -0500)]
Removed duplicatge "Billing Information" line.

7 years agoFixed checkout page. Now chekcing for billing information only. Forced certain fields...
Chuck Scott [Thu, 28 Dec 2017 21:51:56 +0000 (16:51 -0500)]
Fixed checkout page. Now chekcing for billing information only. Forced certain fields to required.

7 years agoRemove the print_r
Steve Sutton [Thu, 28 Dec 2017 21:25:27 +0000 (16:25 -0500)]
Remove the print_r

for the registrant count

7 years agoUpdates for the admin registration list page for regEvent
Steve Sutton [Thu, 28 Dec 2017 21:22:26 +0000 (16:22 -0500)]
Updates for the admin registration list page for regEvent

Adding to registration list page:
* Set default sort order last then first name.
* Option to show only completed registrations.
* Add pagination to the registration list.
* Add search form with name search. (Searches first and last name).
* Add link for each registrant to their "Account" dashboard.

7 years agomoving the required fields text below the billing title
Anthony Talarico [Thu, 28 Dec 2017 21:00:17 +0000 (16:00 -0500)]
moving the required fields text below the billing title

moving required fields indicator below the billing fields title

7 years agopushing the terms and conditions in checkout to the left
Anthony Talarico [Thu, 28 Dec 2017 20:22:18 +0000 (15:22 -0500)]
pushing the terms and conditions in checkout to the left

removing max width and justifying the terms and conditions checkout section
to the left

7 years agofixing broken margin between the icons for the reg detail view
Anthony Talarico [Thu, 28 Dec 2017 20:18:44 +0000 (15:18 -0500)]
fixing broken margin between the icons for the reg detail view

registration detail page had icons that were missing margin for spacing

7 years agoadding read more buttons to the event descriptions based on char count
Anthony Talarico [Thu, 28 Dec 2017 20:17:05 +0000 (15:17 -0500)]
adding read more buttons to the event descriptions based on char count

hiding the rest of the descr if over a certain char count, adding styled
button for read more

7 years agoUpdate for terms in view file.
Steve Sutton [Wed, 27 Dec 2017 20:28:51 +0000 (15:28 -0500)]
Update for terms in view file.

Use terms in the registration page when possible.

7 years agoRemoving extra margin at checkboxes in checkout page
laury [Wed, 27 Dec 2017 19:09:31 +0000 (14:09 -0500)]
Removing extra margin at checkboxes in checkout page

7 years agoPlease fix your editor and don't put lines with only empty spaces.
Steve Sutton [Wed, 27 Dec 2017 18:58:12 +0000 (13:58 -0500)]
Please fix your editor and don't put lines with only empty spaces.

Removing lines with only spaces. (trailing spaces)

7 years agoAdded list of attendees, small changes in the cart summary
laury [Wed, 27 Dec 2017 18:57:56 +0000 (13:57 -0500)]
Added list of attendees, small changes in the cart summary

7 years agomoving the conditional wrapped around the dates and times for the reg details
Anthony Talarico [Wed, 27 Dec 2017 14:33:52 +0000 (09:33 -0500)]
moving the conditional wrapped around the dates and times for the reg details

conditional around the date and time was wrapping around the cost field as well

7 years agoonly showing icons if the event has the relevant information in the reg detail page
Anthony Talarico [Wed, 27 Dec 2017 14:25:55 +0000 (09:25 -0500)]
only showing icons if the event has the relevant information in the reg detail page

icons were showing up even if there was no data next to the event info

7 years agoWIP for adding attendees
Steve Sutton [Fri, 22 Dec 2017 20:03:47 +0000 (15:03 -0500)]
WIP for adding attendees

try to solve the slowness effecting the adding of attendees.

7 years agoFixed some button hover colors, removed loginWidget file (unused)
laury [Fri, 22 Dec 2017 19:38:29 +0000 (14:38 -0500)]
Fixed some button hover colors, removed loginWidget file (unused)

7 years agoTurn of the wail: true for adding to registrants collection
Steve Sutton [Thu, 21 Dec 2017 21:46:52 +0000 (16:46 -0500)]
Turn of the wail: true for adding to registrants collection

I see where adding an attendee and if you open another add attendee form
while the model gets added to the collection it will re-render the
regTime.

7 years agoUpdate call to create registrant
Steve Sutton [Thu, 21 Dec 2017 21:09:37 +0000 (16:09 -0500)]
Update call to create registrant

adding {wait:true} to the create call when adding a new attendee so it
will wait until done before closing the form.

7 years agoSetup popup for login
Steve Sutton [Thu, 21 Dec 2017 20:56:01 +0000 (15:56 -0500)]
Setup popup for login

Tried setting up ui theme but getting strange results.

7 years agoAccountheader styles, checkout page billing/account switched
laury [Thu, 21 Dec 2017 19:39:09 +0000 (14:39 -0500)]
Accountheader styles, checkout page billing/account switched

Accountheader has been gutted and restyled, now only having 3
sections.
Checkout page has had the billing and account sections switched
and asterisks added for required fields.
Minor adjustment to the spacing of the icons on the registration
list.

7 years agoreducing padding from the terms and conditions
Anthony Talarico [Thu, 21 Dec 2017 18:51:59 +0000 (13:51 -0500)]
reducing padding from the terms and conditions

added too much padding to terms and conditions

7 years agoadding padding to the terms and conditions box
Anthony Talarico [Thu, 21 Dec 2017 18:50:55 +0000 (13:50 -0500)]
adding padding to the terms and conditions box

terms and conditions needed more padding along the top and bottom

7 years agoAdded custom form data to cart summary view. Now respecting priority flags.
Chuck Scott [Thu, 21 Dec 2017 17:40:28 +0000 (12:40 -0500)]
Added custom form data to cart summary view. Now respecting priority flags.

7 years agoadding max width and centering the terms and conditions
Anthony Talarico [Thu, 21 Dec 2017 16:57:22 +0000 (11:57 -0500)]
adding max width and centering the terms and conditions

centering the terms and conditions and constraining width

7 years agoadding background to terms and conditions
Anthony Talarico [Thu, 21 Dec 2017 16:43:27 +0000 (11:43 -0500)]
adding background to terms and conditions

adding white background to the terms and conditions area

7 years agoadding border around terms and conditions
Anthony Talarico [Thu, 21 Dec 2017 16:38:33 +0000 (11:38 -0500)]
adding border around terms and conditions

boxing in the checkout terms and conditions and adding padding to the checkbox sections

7 years agoadding more button bg colors to green
Anthony Talarico [Wed, 20 Dec 2017 21:52:31 +0000 (16:52 -0500)]
adding more button bg colors to green

changing the continue buttons to green

7 years agochanging button colors to green
Anthony Talarico [Wed, 20 Dec 2017 21:36:16 +0000 (16:36 -0500)]
changing button colors to green

changing the continue buttons and add attendee buttons to green

7 years agoincreasing padding in detail view to accommodate icons in mobile
Anthony Talarico [Wed, 20 Dec 2017 21:11:10 +0000 (16:11 -0500)]
increasing padding in detail view to accommodate icons in mobile

mobile view had icons cut off due to padding issues, increasing detail
view image width

7 years agoadding registrations and event details headers
Anthony Talarico [Wed, 20 Dec 2017 18:27:44 +0000 (13:27 -0500)]
adding registrations and event details headers

adding headers to the events and registrations detail sections

7 years agoUpdate the required fields in the add update attendee forms.
Steve Sutton [Wed, 20 Dec 2017 17:02:42 +0000 (12:02 -0500)]
Update the required fields in the add update attendee forms.

Use the glm-reg-required class.

7 years agoUpdate for saving custom fields when updating attendees.
Steve Sutton [Wed, 20 Dec 2017 16:40:18 +0000 (11:40 -0500)]
Update for saving custom fields when updating attendees.

Adding , {wait: true} to the model.save call for the saving of the
registrant data. This makes backbone wait until the server responds to
render the view again.
Updating style for cancel to be buttons with spacing.

7 years agomoving directions and view map link to profile details
Anthony Talarico [Wed, 20 Dec 2017 16:38:02 +0000 (11:38 -0500)]
moving directions and view map link to profile details

moving the view map and directions to the event registration profile section

7 years agoadding icons and new data to the event reg list view
Anthony Talarico [Wed, 20 Dec 2017 15:38:05 +0000 (10:38 -0500)]
adding icons and new data to the event reg list view

adding cost and time to the event reg list, adding icons instead of text

7 years agoWIP working on the update registrant
Steve Sutton [Tue, 19 Dec 2017 21:48:45 +0000 (16:48 -0500)]
WIP working on the update registrant

Trying to get the custom field data to refresh when saved.
It is saving the new field data just doesn't want to refresh to the
registrant.

7 years agoNeeded fields for registrant
Steve Sutton [Tue, 19 Dec 2017 20:10:22 +0000 (15:10 -0500)]
Needed fields for registrant

These need to be passed through when updating registrant.

7 years agoFix issue with calls to RegRequestRegistrant in wrong view files.
Steve Sutton [Tue, 19 Dec 2017 19:01:23 +0000 (14:01 -0500)]
Fix issue with calls to RegRequestRegistrant in wrong view files.

RegRequestRegistrant should only be called in the regTime or the
regRequestRegistrant view files.

7 years agoHave attendees adding with same email.
Steve Sutton [Tue, 19 Dec 2017 18:06:20 +0000 (13:06 -0500)]
Have attendees adding with same email.

It will now create a new account if the email and names are different.
Names are required fields and now are marked as being required.

7 years agoAdded more fields from main event record to registrations page view data.
Chuck Scott [Tue, 19 Dec 2017 17:47:10 +0000 (12:47 -0500)]
Added more fields from main event record to registrations page view data.

7 years agoFixed problem when session has a cart ID but the reg_request record doesn't exist.
Chuck Scott [Tue, 19 Dec 2017 13:46:30 +0000 (08:46 -0500)]
Fixed problem when session has a cart ID but the reg_request record doesn't exist.

7 years agoUpdate for when backbone is calling render in regTime view.
Steve Sutton [Tue, 19 Dec 2017 13:41:56 +0000 (08:41 -0500)]
Update for when backbone is calling render in regTime view.

Removing render call on addOne and deleteOne and calling render when the
model changes instead.

7 years agoUpdate the styles for the logout and logged in as button.
Steve Sutton [Tue, 19 Dec 2017 13:25:01 +0000 (08:25 -0500)]
Update the styles  for the logout and logged in as button.

Remove the hand cursor for non link button.

7 years agoFixed displaying wrong color for new aciive event time in event reg dashboard.
Chuck Scott [Mon, 18 Dec 2017 21:59:51 +0000 (16:59 -0500)]
Fixed displaying wrong color for new aciive event time in event reg dashboard.

7 years agoCheck for custom fields to be active.
Steve Sutton [Mon, 18 Dec 2017 21:51:38 +0000 (16:51 -0500)]
Check for custom fields to be active.

Need to check for custom fields to be active before calling the ajax.

7 years agoWIP for add attendee custom field form
Steve Sutton [Mon, 18 Dec 2017 20:08:15 +0000 (15:08 -0500)]
WIP for add attendee custom field form

Trying to get the custom form field into view file.

7 years agoAdding accountheader to forgot and login viewfiles
laury [Mon, 18 Dec 2017 19:00:36 +0000 (14:00 -0500)]
Adding accountheader to forgot and login viewfiles

7 years agoRemove debug for formData
Steve Sutton [Mon, 18 Dec 2017 18:51:41 +0000 (13:51 -0500)]
Remove debug for formData

Remove the console.log for formData

7 years agoDisable the email field on edit attendee forms.
Steve Sutton [Mon, 18 Dec 2017 16:25:02 +0000 (11:25 -0500)]
Disable the email field on edit attendee forms.

Need to control the email for editing.

7 years agoSettup up the custom field so they get updated.
Steve Sutton [Mon, 18 Dec 2017 15:51:31 +0000 (10:51 -0500)]
Settup up the custom field so they get updated.

When updating the registrant or attendee it will save the custom fields.

7 years agoGet rid of php notices for undefined variables.
Steve Sutton [Mon, 18 Dec 2017 15:24:01 +0000 (10:24 -0500)]
Get rid of php notices for undefined variables.

Adding needed variables to the account Header template.

7 years agoMerge branch 'feature/steveCustomFields' into develop
Steve Sutton [Mon, 18 Dec 2017 14:49:39 +0000 (09:49 -0500)]
Merge branch 'feature/steveCustomFields' into develop

7 years agoI have the custom fields being saved now.
Steve Sutton [Mon, 18 Dec 2017 14:47:37 +0000 (09:47 -0500)]
I have the custom fields being saved now.

Calling the apply_filters for the submit of custom fields when the
registrant is being added or updated by way of ajax.

7 years agoworking on getting custom field data to save. feature/steveCustomFields
Steve Sutton [Sun, 17 Dec 2017 20:03:30 +0000 (15:03 -0500)]
working on getting custom field data to save.

so far not working using the apply_filters.

7 years agoTrying to get added registrants to show up
Steve Sutton [Fri, 15 Dec 2017 21:50:06 +0000 (16:50 -0500)]
Trying to get added registrants to show up

for some reason it's not rendering correctly now.

7 years agoUpdating things for the custom fields.
Steve Sutton [Fri, 15 Dec 2017 21:32:56 +0000 (16:32 -0500)]
Updating things for the custom fields.

Trying to get the models and views to have better garbage collection.
Need to remove the model and view that is used for the add forms after
it creates the new model in the collection.

7 years agoFixed problems with payment list on checkout page.
Chuck Scott [Fri, 15 Dec 2017 20:18:40 +0000 (15:18 -0500)]
Fixed problems with payment list on checkout page.

Now properly checks for default payment option and tries to display that option.
Now checks for management settings for which payment options are enabled.
Now checks events in the cart to determine which available payment methods are enabled for all events in the cart.
Minor update to admin custom fields page for events to support new fields.

7 years agoadding margin bottom to the progress bar
Anthony Talarico [Fri, 15 Dec 2017 20:19:56 +0000 (15:19 -0500)]
adding margin bottom to the progress bar

progress in 3 reg pages needed more margin below it

7 years agoAdding accountheader to register page.
laury [Fri, 15 Dec 2017 19:40:06 +0000 (14:40 -0500)]
Adding accountheader to register page.

7 years agofixing registration page progress bar
Anthony Talarico [Fri, 15 Dec 2017 19:50:42 +0000 (14:50 -0500)]
fixing registration page progress bar

registration progress bar fixing the active node for that page

7 years agoRestyling account header for mobile/tablet view
laury [Fri, 15 Dec 2017 19:31:34 +0000 (14:31 -0500)]
Restyling account header for mobile/tablet view

7 years agofixing progress bar for checkout page
Anthony Talarico [Fri, 15 Dec 2017 19:42:15 +0000 (14:42 -0500)]
fixing progress bar for checkout page

having the progress highlight the checkout node

7 years agoadding progress bar to the list page
Anthony Talarico [Fri, 15 Dec 2017 19:37:25 +0000 (14:37 -0500)]
adding progress bar to the list page

adding progress steps indicator to the reg list page

7 years agochanging the markup for the progress bar on all three pages
Anthony Talarico [Fri, 15 Dec 2017 19:18:41 +0000 (14:18 -0500)]
changing the markup for the progress bar on all three pages

changing progress bar markup on the 3 registration pages

7 years agoremoving steps text from the list page
Anthony Talarico [Fri, 15 Dec 2017 19:05:50 +0000 (14:05 -0500)]
removing steps text from the list page

reg list page had the steps progress text, removing it

7 years agoadding more margin around progress bar
Anthony Talarico [Fri, 15 Dec 2017 19:03:40 +0000 (14:03 -0500)]
adding more margin around progress bar

adding padding around the progress bar

7 years agoincreasing progress bar font size
Anthony Talarico [Fri, 15 Dec 2017 19:01:59 +0000 (14:01 -0500)]
increasing progress bar font size

increasing the progress bar font size

7 years agoremoving steps text
Anthony Talarico [Fri, 15 Dec 2017 18:58:41 +0000 (13:58 -0500)]
removing steps text

removing the text for the steps on each registration page

7 years agoadding progress bar to the checkout, registration and cart pages
Anthony Talarico [Fri, 15 Dec 2017 18:42:41 +0000 (13:42 -0500)]
adding progress bar to the checkout, registration and cart pages

adding a progress bar to the 3 registration pages

7 years agoAdd custom fields into edit form for attendee
Steve Sutton [Fri, 15 Dec 2017 18:23:52 +0000 (13:23 -0500)]
Add custom fields into edit form for attendee

Also adding form tag around where the custom field will go.

7 years agoPull in form custom fields in attendee form
Steve Sutton [Fri, 15 Dec 2017 18:05:59 +0000 (13:05 -0500)]
Pull in form custom fields in attendee form

Pulling in the custom fields into the add attendee form.

7 years agoadding progress bar css
Anthony Talarico [Fri, 15 Dec 2017 18:12:42 +0000 (13:12 -0500)]
adding progress bar css

adding a pre built status bar that we can start with for now

7 years agoadding glm-row to the warning messages in the cart page
Anthony Talarico [Fri, 15 Dec 2017 17:57:06 +0000 (12:57 -0500)]
adding glm-row to the warning messages in the cart page

cart page had text going off to the side because it was a missing class

7 years agoincreasing width of new reg box in reg page
Anthony Talarico [Fri, 15 Dec 2017 17:55:36 +0000 (12:55 -0500)]
increasing width of new reg box in reg page

the new attendee box is too narrow, increasing to 450px in large view

7 years agoRemoved the unnecessary payment text display
laury [Fri, 15 Dec 2017 17:40:22 +0000 (12:40 -0500)]
Removed the unnecessary payment text display

7 years agoAdded summaryClass6Col
laury [Fri, 15 Dec 2017 17:36:50 +0000 (12:36 -0500)]
Added summaryClass6Col

7 years agoResponsive/style fixes on registration, cart, checkout, summary
laury [Fri, 15 Dec 2017 17:32:17 +0000 (12:32 -0500)]
Responsive/style fixes on registration, cart, checkout, summary

7 years agoincrease button font sizes, changing total charged text
Anthony Talarico [Fri, 15 Dec 2017 17:17:58 +0000 (12:17 -0500)]
increase button font sizes, changing total charged text

increasing button font sizes

7 years agoCorrected hook name conflicts for customfields plugin (conflicted with "fields" plugin)
Chuck Scott [Fri, 15 Dec 2017 16:46:27 +0000 (11:46 -0500)]
Corrected hook name conflicts for customfields plugin (conflicted with "fields" plugin)

7 years agoadding billing back to checkout page
Anthony Talarico [Fri, 15 Dec 2017 16:29:21 +0000 (11:29 -0500)]
adding billing back to checkout page

adding billing back to checkout page and making it collapsed by default

7 years agoTemporarily added test form to top of page to demo how to use AJAX custom fields...
Chuck Scott [Fri, 15 Dec 2017 16:05:45 +0000 (11:05 -0500)]
Temporarily added test form to top of page to demo how to use AJAX custom fields form display.

7 years agoincreasing event reg title font size, increasing columns for the
Anthony Talarico [Fri, 15 Dec 2017 15:51:46 +0000 (10:51 -0500)]
increasing event reg title font size, increasing columns for the
reg profile detals in table

setting event image and details to 6 and 6 columns in tablet view

7 years agoadjusting styles for the add attendee section
Anthony Talarico [Fri, 15 Dec 2017 14:53:15 +0000 (09:53 -0500)]
adjusting styles for the add attendee section

fixing bottom border for mobile, removing padding and margin from the new
attendee list in tablet and mobile view

7 years agoadding border to the bottom of the times and rates in registration
Anthony Talarico [Fri, 15 Dec 2017 14:20:48 +0000 (09:20 -0500)]
adding border to the bottom of the times and rates in registration

registration view file, adding bottom separator beneath times and rates

7 years agoadding margin and max-width the reg profile map
Anthony Talarico [Fri, 15 Dec 2017 13:50:07 +0000 (08:50 -0500)]
adding margin and max-width the reg profile map

adding styles to the registration view page google map

7 years agoAdded registrant list output to registrants tab in admin registration event pages.
Chuck Scott [Fri, 15 Dec 2017 02:09:09 +0000 (21:09 -0500)]
Added registrant list output to registrants tab in admin registration event pages.

Added post-processing and function to dataRegRequestRegistrant.php to include more data on a registrant.
Added "registrants" option code to events.php to collect registrant data.
Added template code to eventRegistrants.html

7 years agoReturned to having only one time sent to front-end for registrations page if non...
Chuck Scott [Thu, 14 Dec 2017 22:15:49 +0000 (17:15 -0500)]
Returned to having only one time sent to front-end for registrations page if non-time-specific event.

Time specific events still get all available times but do not get non-time-specific times entries.
Since non-time specific evnets don't get all time entries now, we may need another way to display event times for these events.

7 years agoadding styles for the add attendee box
Anthony Talarico [Thu, 14 Dec 2017 21:44:44 +0000 (16:44 -0500)]
adding styles for the add attendee box

resizing the add attendee box and adding some spacing between the buttons and
links to make things less cluttered

7 years agochanging add attendee edit form to save attendee
Anthony Talarico [Thu, 14 Dec 2017 21:28:49 +0000 (16:28 -0500)]
changing add attendee edit form to save attendee

changing the add attendee text to save attendee

7 years agoremoving print statements and adding styles to the registration page
Anthony Talarico [Thu, 14 Dec 2017 21:24:28 +0000 (16:24 -0500)]
removing print statements and adding styles to the registration page

floating the new registration boxes to the right of the add attendee button

7 years agoAdding comments to front end method for setting up registrants.
Steve Sutton [Thu, 14 Dec 2017 21:20:33 +0000 (16:20 -0500)]
Adding comments to front end method for setting up registrants.

Commenting this so I know what the setRegistrant code is trying to do

7 years agoFixed problems with time editing in admin reg event dashboard and added testing for...
Chuck Scott [Thu, 14 Dec 2017 20:20:21 +0000 (15:20 -0500)]
Fixed problems with time editing in admin reg event dashboard and added testing for registrants with missing times for registation page.

7 years agoFix issue with front end calls for regTime from attendees.
Steve Sutton [Thu, 14 Dec 2017 19:45:24 +0000 (14:45 -0500)]
Fix issue with front end calls for regTime from attendees.

Need to make sure the attendee has proper regTime data first.

7 years agoadding location data and cleaning up the list view, adding year only they are differe...
Anthony Talarico [Thu, 14 Dec 2017 20:09:04 +0000 (15:09 -0500)]
adding location data and cleaning up the list view, adding year only they are different in list view