Commit Graph

142 Commits

Author SHA1 Message Date
bretto36 7f19499d7b Added event attendees tests 2016-06-15 22:06:27 -04:00
bretto36 1a7716b677 Remvoed debugging 2016-06-15 21:37:23 -04:00
bretto36 30362dcc16 Added Tests and numerous fixes 2016-06-15 21:36:09 -04:00
Dave Earley 3e79c2c5cc Users are now directed to the Organiser Events page instead of the Dashboard after they create an organiser. 2016-06-15 14:14:50 +01:00
Dave Earley 00f574da27 Fix bug which prevented the check-in QR scanner from working (closes #126) 2016-06-15 13:48:35 +01:00
Dave Earley 6bd4947fd8 Updated / Refactoring of PDF ticket mailers/jobs 2016-06-15 13:34:12 +01:00
Dave Earley 39fb757926 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	app/Http/Controllers/EventCheckoutController.php
2016-06-15 11:23:32 +01:00
Dave Earley 140cc130a8 Refactoring & updating of jobs and mailers. 2016-06-15 11:14:27 +01:00
Dave Earley 9d9ba51832 Merge pull request #127 from bretto36/controller-clean-up
Controller clean up
2016-06-15 10:53:51 +01:00
Dave Earley 1f485b79b9 Merge pull request #124 from JapSeyz/refunds
Allow Refunds of individual tickets
2016-06-15 10:53:23 +01:00
bretto36 f9c031f0d0 Controller clean up 2016-06-14 22:31:24 -04:00
JapSeyz 82242bb262 Fixes Laravel issue with Cookie Middleware 2016-06-14 15:51:33 +02:00
JapSeyz 2daa2e1b99 Allow Refunds of individual tickets
Fixed use statement

Fixed a spelling mistake
2016-06-14 14:23:31 +02:00
Dave Earley fb5d872005 Add back delete Mailer file 2016-06-09 13:20:46 +01:00
Dave Earley 31d992dcf4 Work on refactoring 2016-06-09 13:19:53 +01:00
Dave Earley c61f1bcb1e Delete unused file 2016-06-09 12:29:17 +01:00
Dave Earley c552b5742e Limit the number of past events to 10 public organiser pages 2016-06-09 12:27:46 +01:00
Dave Earley a1f2356eab Deleted unused file 2016-06-07 14:29:32 +01:00
Dave Earley 4f05292f08 Added feature to preview organiser profiles styles from the backend 2016-06-07 14:28:45 +01:00
Dave Earley e8e5e4ac9c Fix incorrect property name from PR #117 2016-05-31 16:27:51 +01:00
Dave Earley 880bf2c789 Merge remote-tracking branch 'origin/master' 2016-05-31 11:48:27 +01:00
Yoann Lecuyer 5ce0711da3 Change create attendee to invite 2016-05-30 11:34:57 -05:00
Yoann Lecuyer fc2ee7244c ticket refactoring 2016-05-30 11:05:28 -05:00
Dave Earley 74ad9351ff All routes now redirect to the signup page if no account has been created 2016-05-28 23:19:02 +01:00
Dave Earley 15de38ab91 Added DB transaction to the checkout page 2016-05-28 09:28:53 +01:00
Dave Earley f7327c4859 Fix bug where disabled attendee questions causing checkout to fail 2016-05-28 09:20:15 +01:00
Dave Earley 8914cb63fd Added 'Is Enabled' scope to Question model 2016-05-28 09:16:44 +01:00
Dave Earley d45d0a39e5 Normalized attendees reference in attendees table (closes #106) 2016-05-26 01:40:49 +01:00
Dave Earley 6e3ad53f93 Begin implementing transactions 2016-05-25 13:20:26 +01:00
Yoann Lecuyer 628efc43b2 Fixes #107 2016-05-21 23:20:25 -05:00
Dave Earley 48be489f61 Merge pull request #103 from ylecuyer/installer
Fixed installer
2016-05-21 22:17:03 +01:00
Yoann Lecuyer eb3d1b6123 Fixed installer 2016-05-21 13:23:18 -05:00
Dave Earley 9e29a7fc22 Working on custom event questions 2016-05-21 18:37:15 +01:00
Dave Earley fe2c5d6223 Fixed issue where CSS was not being passed to the ticket view 2016-05-21 00:09:34 +01:00
Dave Earley cc911f7344 worked on implementing custom attendee questions 2016-05-20 23:56:47 +01:00
Dave Earley acbeffb0ef Updated mass messaging to work with the queue system 2016-05-13 10:55:15 +01:00
Dave Earley d719a0c5a5 Merge remote-tracking branch 'origin/master' 2016-05-13 10:30:19 +01:00
Yoann Lecuyer fed1cde69d Fix mass messaging (#99) 2016-05-13 10:30:11 +01:00
Dave Earley dccdd9c276 Started work on exporting survey answers 2016-05-12 23:33:23 +01:00
Dave Earley d256fecaf8 Fixed bug where PDF ticket generation would fail when no logo was passed (closes #97) 2016-05-12 13:33:34 +01:00
Dave Earley f689ff3b1e Fixed bug where incorrect currency symbol was showing on organiser dashbaord. 2016-05-12 11:44:42 +01:00
Dave Earley 25b1b03b68 Removed unnecessary use statement in logout controller (closes #96) 2016-05-12 11:19:12 +01:00
Dave Earley 4b9dd02a3d removed unsed attendees json from check-in page 2016-05-12 00:42:19 +01:00
Yoann Lecuyer 6198b4925d Postgresql compatibility (#91) 2016-05-12 00:15:30 +01:00
Yoann Lecuyer cd155f4571 Standalone ticket generator (#93) 2016-05-12 00:14:58 +01:00
Dave Earley 84b0a11203 Rewrote the Check-In page in VueJs and upgraded the UI 2016-05-12 00:07:57 +01:00
Dave Earley 4b2e6059f9 Merge branch 'master' into vue_checkin
# Conflicts:
#	resources/views/ManageEvent/Modals/CreateQuestion.blade.php
2016-05-09 17:47:22 +01:00
Dave Earley becea4395c Fixed 'Undefined Variable' related to the calendar_events array on the Organiser Dashboard controller. 2016-05-08 16:36:26 +01:00
Dave Earley e4f6e8cb26 Fixed bug where checkout questions with multiple selections were not being saved + small checkout bug fixes 2016-05-06 00:18:52 +01:00
Dave Earley 49b0fac0f5 Removed the instructions field for event questions 2016-05-05 21:33:26 +01:00