Commit Graph

513 Commits

Author SHA1 Message Date
Dave Earley 5b1336b3d8 Merge pull request #253 from JapSeyz/remove_unused_email_template
Removed non-unique email templates
2016-11-29 21:58:44 +00:00
Dave Earley f690747845 Merge pull request #259 from JapSeyz/organiser_image_fix
Uniform Organiser Image Upload
2016-11-29 21:48:11 +00:00
Dave Earley 90e3644624 Merge pull request #256 from JapSeyz/text_fixes
Simple spelling fix
2016-11-29 21:47:31 +00:00
Dave Earley 4192792274 Merge pull request #261 from MsFoued/patch-2
create CreateDatabase.php
2016-11-29 21:47:06 +00:00
Dave Earley b7d3f617ee Merge pull request #262 from MsFoued/patch-3
Update Kernel.php
2016-11-29 21:45:11 +00:00
Dave Earley 9319031410 Merge pull request #266 from JapSeyz/edit_order_email
Edit an order
2016-11-29 21:20:51 +00:00
Dave Earley 4fae74a929 Merge pull request #267 from JapSeyz/subtract_attendee_from_event_stats_on_cancel
Reflect Attendee cancellation in event stats
2016-11-29 20:30:46 +00:00
JapSeyz bfd3b42e0a Reflect Attendee cancellation in event stats 2016-11-28 13:19:14 +01:00
JapSeyz 477ae5c105 Edit an order
Edit an order [firstname, lastname and Email]
Resend an entrire order (especially useful if someone entered a wrong email which has then beed edited)

Show ticket reference in the order refund modal, so you can quickly refund/cancel multiple tickets in an order
2016-11-26 22:38:54 +01:00
JapSeyz 59a6a6bbf2 Help label 2016-11-25 00:01:03 +01:00
MsFoued 1103e69304 Update Kernel.php 2016-11-20 16:37:35 +01:00
MsFoued 65e5dd631f create CreateDatabase.php 2016-11-20 16:36:20 +01:00
JapSeyz 7e8c785cf4 Unified Fileupload function to prevent different image and locations 2016-11-20 00:19:54 +01:00
JapSeyz 0f3737e02a Uniform Organiser Image Upload
* Preserve Aspect Ratio
* Use the same size no matter where the upload is happening
2016-11-19 22:17:05 +01:00
JapSeyz 5831cd0222 Ticket Text 2016-11-15 21:56:03 +01:00
JapSeyz cc467dfbb9 Removed non-unique email templates 2016-11-15 14:26:37 +01:00
Dave Earley 56556bf05e Merge pull request #243 from jharris70/patch-1
Update EventCheckoutController.php : stripe receipts.
2016-11-14 22:16:38 +00:00
Dave Earley 25c917c31a Make ticket download on download page stand out (closes #244) 2016-11-14 21:07:04 +00:00
jharris70 9460458b5c Update EventCheckoutController.php : stripe receipts.
Added 'receipt_email' to the Stripe charge creation request so customers get a payment receipt as well as their tickets. Also removed a blank line.

I would still like to see the $order->order_reference in the description, but I'm not sure if $order has that property at this point: line 330 of EventCheckoutController.php.
2016-11-09 14:02:42 -08:00
Dave Earley 8afc944fe7 Updating readme 2016-11-06 22:42:16 +00:00
Dave Earley e1956b2da9 Fix issue where widgets would refresh to full site on timeout (closes #235) 2016-11-06 21:56:35 +00:00
Dave Earley f3635841f7 Merge pull request #233 from Flightkick/master
Fixed typo
2016-11-03 21:05:49 +00:00
Dave Earley b06083c6bf Merge pull request #229 from nbdd0121/master
Correctly disable and un-disable fields
2016-11-03 21:05:20 +00:00
Flightkick 88373482a8 Fixed typo
Exipry --> Expiry
2016-10-31 18:03:10 +01:00
Gary Guo 66fea25464 Correctly disable and un-disable fields
when toggle between offline and online payment methods.
2016-10-26 18:13:43 -04:00
Dave Earley 09fa83c7ee Merge pull request #226 from nbdd0121/master
Two bugfixes
2016-10-26 21:17:21 +01:00
Dave Earley 581477fa21 Add callout to designers to readme 2016-10-26 20:43:32 +01:00
Gary Guo 28e124c6de Make tickets be sorted in ASC order
In EventTicketsController::postUpdateTicketsOrder, sort_order is generated in ascending order, however, when displaying tickets, tickets is sorted in descending order. 964e456 tries to solve the issue but it is the other way around.
2016-10-23 19:52:40 -04:00
Gary Guo a1dec16b1e Display as raw HTML after escaping and nl2br 2016-10-23 19:09:43 -04:00
Dave Earley 7f34fefd45 Move Google Analytics code to the head of organiser pages (closes #205) 2016-10-23 22:23:50 +01:00
Dave Earley 964e45688d Change default ticket sort on frontend to correspond with the backend 2016-10-23 18:18:05 +01:00
Dave Earley 6adfb9097a Change default sort order of tickets to 0 2016-10-23 18:11:13 +01:00
Dave Earley 2e73177f6b Fix typo 2016-10-23 18:07:12 +01:00
Dave Earley cc0c22a743 Added ability to order tickets (closes #214) 2016-10-23 17:51:46 +01:00
Dave Earley 16a125ff66 Remove CC number data from POST data during checkout (closes #207) 2016-10-23 16:39:54 +01:00
Dave Earley 98dd9aa71d Added a 503 error view (closes #209) 2016-10-23 00:08:31 +01:00
Dave Earley e6caab8852 Removing unused API related code which was causing errors 2016-10-23 00:02:48 +01:00
Dave Earley f62a6ba000 Add powered by link to embedded widgets 2016-10-22 23:58:45 +01:00
Dave Earley a3d1e946bc Hide tickets on embedded ticket lists (closes #225) 2016-10-22 23:18:36 +01:00
Dave Earley 7bfd12cf80 Remove unused service provider 2016-10-22 23:16:16 +01:00
Dave Earley c5a7bc328a Add ability to hide tickets (closes #218) 2016-10-22 17:06:34 +01:00
Dave Earley a9b06edee7 Merge pull request #222 from jharris70/patch-1
Update Order.php
2016-10-13 22:00:53 +01:00
jharris70 2e5916d603 Update Order.php 2016-10-13 13:57:07 -07:00
Dave Earley 5b2a24e063 Fix issue where all attendees appeared to be checked in in check-in section 2016-10-13 13:57:18 +01:00
Dave Earley 539a0c4fec Merge remote-tracking branch 'origin/master'
# Conflicts:
#	app/Http/Controllers/OrganiserCustomizeController.php
#	app/Models/Account.php
#	app/Models/AccountPaymentGateway.php
#	composer.lock
2016-10-11 21:25:47 +01:00
Dave Earley 852172b9a5 Add about section 2016-10-11 21:23:16 +01:00
Dave Earley 7ab41313cb Merge pull request #211 from jacobcat/master
Fix on MIGS payment gateway
2016-10-09 12:47:14 +01:00
Dave Earley cab32d6e01 Merge pull request #212 from shibby/master
Model FQN written instead of class name string
2016-10-09 12:46:32 +01:00
Dave Earley 6196367064 Merge pull request #210 from defiant/master
Correct typo in Event Model method
2016-10-09 12:45:54 +01:00
shibby c356c6b9f2 fix for wrong FQN 2016-10-08 01:51:04 +03:00