Anthony Talarico [Fri, 29 Dec 2017 21:52:29 +0000 (16:52 -0500)]
fixing progress bar styles
foundation 6 was breaking the progress bar styles
Steve Sutton [Fri, 29 Dec 2017 21:47:24 +0000 (16:47 -0500)]
Working on the export function
Adding the dialog for export attendees.
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
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)
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
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.
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
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
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"
Chuck Scott [Thu, 28 Dec 2017 21:55:45 +0000 (16:55 -0500)]
Removed duplicatge "Billing Information" line.
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.
Steve Sutton [Thu, 28 Dec 2017 21:25:27 +0000 (16:25 -0500)]
Remove the print_r
for the registrant count
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.
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
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
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
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
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.
laury [Wed, 27 Dec 2017 19:09:31 +0000 (14:09 -0500)]
Removing extra margin at checkboxes in checkout page
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)
laury [Wed, 27 Dec 2017 18:57:56 +0000 (13:57 -0500)]
Added list of attendees, small changes in the cart summary
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
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
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.
laury [Fri, 22 Dec 2017 19:38:29 +0000 (14:38 -0500)]
Fixed some button hover colors, removed loginWidget file (unused)
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.
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.
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.
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.
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
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
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.
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
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
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
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
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
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
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
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.
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.
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
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
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
laury [Mon, 18 Dec 2017 19:00:36 +0000 (14:00 -0500)]
Adding accountheader to forgot and login viewfiles
Steve Sutton [Mon, 18 Dec 2017 18:51:41 +0000 (13:51 -0500)]
Remove debug for formData
Remove the console.log for formData
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.
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.
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.
Steve Sutton [Mon, 18 Dec 2017 14:49:39 +0000 (09:49 -0500)]
Merge branch 'feature/steveCustomFields' into develop
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.
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.
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.
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.
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.
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
laury [Fri, 15 Dec 2017 19:40:06 +0000 (14:40 -0500)]
Adding accountheader to register page.
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
laury [Fri, 15 Dec 2017 19:31:34 +0000 (14:31 -0500)]
Restyling account header for mobile/tablet view
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
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
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
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
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
Anthony Talarico [Fri, 15 Dec 2017 19:01:59 +0000 (14:01 -0500)]
increasing progress bar font size
increasing the progress bar font size
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
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
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.
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.
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
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
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
laury [Fri, 15 Dec 2017 17:40:22 +0000 (12:40 -0500)]
Removed the unnecessary payment text display
laury [Fri, 15 Dec 2017 17:36:50 +0000 (12:36 -0500)]
Added summaryClass6Col
laury [Fri, 15 Dec 2017 17:32:17 +0000 (12:32 -0500)]
Responsive/style fixes on registration, cart, checkout, summary
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
Chuck Scott [Fri, 15 Dec 2017 16:46:27 +0000 (11:46 -0500)]
Corrected hook name conflicts for customfields plugin (conflicted with "fields" plugin)
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
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.
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
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
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
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
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
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.
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
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
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
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
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.