Honore Hounwanou
9708f601e8
Remove unnecessary code from webqr.js and qrcode template
2016-03-30 00:57:08 -04:00
Honore Hounwanou
f275210756
Add QRCode Scanning
2016-03-29 21:37:38 -04:00
Dave
61e18f01de
Added option to hide organiser page from public view
2016-03-28 00:19:30 +01:00
Dave Earley
e7b29cf6d8
Merge pull request #60 from G0dLik3/implementAttendeesQuestions
...
Made a start on implementing the 'Attendees Question' feature.
2016-03-27 20:46:48 +01:00
marian
01bbeb975e
Made a start on implementing the 'Attendees Question' feature.
...
- Created a migration (based on @daveearley 's migration) to add the
question_types, questions, question_options, event_question and
question_ticket tables.
- Created a seeder for the question_types table.
- Implemented event question add modal.
- Done a bit of refactoring to the ajax form submission error handling.
- Questions are now displayed on the event customization page, under the
Order form tab.
2016-03-27 16:40:34 +03:00
Dave
0baa62580d
-Work on organiser profile design / settings page
2016-03-25 13:02:02 +00:00
Dave
780d7917fe
- Version bump
...
- Add missing use statement
2016-03-24 12:59:06 +00:00
Dave
310521fff8
Fix issue where checkout would fail if there were no payment gateways set.
2016-03-23 01:09:44 +00:00
Dave
87429f84db
L5 updates
2016-03-22 15:31:18 +00:00
Dave
20b7361178
Fix bug where non-Stripe refunds were failing
2016-03-22 15:24:31 +00:00
Dave
aa7251e1e6
- updated RRSSB lib and ChartJs
...
- Created migration to add social_show_whatsapp to the events table
2016-03-22 02:14:50 +00:00
Luis Carneiro
be25664247
Issue 7: Organiser page initial version
2016-03-21 19:10:40 +00:00
Dave
6b13bca3b9
- Fix issue where free tickets were displaying '€0.00' instead of 'FREE'
2016-03-21 17:43:58 +00:00
Dave
c94c91d18d
- Updated order process so order session is cleared before we queue jobs. Prevents double orders in some cases.
2016-03-21 16:39:36 +00:00
Dave
8668b580d2
- Updating Wkhtml2PDF config (checkouts were failing when debug=true)
2016-03-21 16:36:40 +00:00
brettninja
511f864db8
Migration clean ups to ensure rollbacks work correctly.
...
- correctly removed foreign keys before removing columns
- turned off foreign key checks in initial migration to allow tables to
be dropped
2016-03-20 21:47:59 -04:00
Dave
6844c10cdb
- Adding coinbase payment gateway and removing bitpay
2016-03-21 00:05:25 +00:00
Dave
588f5012d6
Merge remote-tracking branch 'github/master'
...
# Conflicts:
# composer.lock
2016-03-20 16:07:16 +00:00
Dave
8e8adaae1b
- Added the ability to support multiple payment gateways (Stripe, PayPal so far)
2016-03-20 16:01:50 +00:00
YMHuang
5a7d906f00
Correct spelling error
2016-03-18 10:00:12 +08:00
Dave
bcced0ee16
- Fix method missing error when changing social settings
2016-03-16 16:54:01 +00:00
Dave Earley
1785b128c4
Merge pull request #44 from markwalet/view_update
...
View update
2016-03-16 16:44:25 +00:00
Mark Walet
e1bbc0a176
Refactored ticket edit modal
2016-03-16 15:32:17 +01:00
Mark Walet
7fa69e5a0f
Refactor of Ticket index view
2016-03-16 15:25:14 +01:00
Dave
a5b40e10df
- L5 update work
...
- Adding comments
- Removing unused method in event dashboard model
2016-03-16 12:51:36 +00:00
Mark Walet
7566986124
Update event customize view
2016-03-16 12:50:34 +01:00
Dave
6cdfd6c9e7
- L5 work
...
- Adding comments
2016-03-16 01:13:49 +00:00
Dave Earley
456fc574d0
Merge pull request #37 from bretto36/remove-duplicate-code
...
Removed duplicate refund code when issuing a partial refund
2016-03-14 19:08:23 +00:00
jncampbell
c6f01728be
Adds docblocks to models
2016-03-14 16:37:38 +00:00
brettninja
cd2466d969
Updates, added rounding to fix float comparisons
2016-03-14 03:27:31 -04:00
brettninja
a915aa5401
Removed duplicate refund code
2016-03-14 03:14:19 -04:00
Dave
f53ea9bf75
- Changed the 'Resend ticket' functionality slightly so attendees only receive their ticket, and not every ticket on the order.
2016-03-11 15:51:39 +00:00
Dave
aa1789166d
- Fix bug where affiliate stat updates were applying to multiple events
2016-03-11 12:33:45 +00:00
Dave
5be206aaa3
- L5 updates
...
- Minor Changes
2016-03-11 12:17:49 +00:00
brettninja
461c6132b2
Resend Ticket Email
...
- Added routes
- Changed Attendees.blade to add a button group instead of just the
message button. Added message button to button group
2016-03-10 23:25:15 -05:00
Dave
011c67a78b
- Using more Laravel 5 in the Attendee controller
2016-03-11 01:03:33 +00:00
Dave
afaf6b8877
- Updated installer to check if the user content directories are writable (issue #26 )
2016-03-10 22:59:34 +00:00
Dave
2a84357bec
- Started work on customizable ticket design (issue #18 )
2016-03-10 00:41:34 +00:00
Mark Walet
b318a9dd23
Update for Signup and Login
2016-03-09 23:05:39 +01:00
Attendize
cb83b43b76
Applied fixes from StyleCI
2016-03-08 23:47:19 +00:00
Dave
ce50408b7e
- Removed Stripe libs from composer requirements
...
- Checkout and refunds now use Omnipay
2016-03-07 17:18:55 +00:00
Dave
b4efd67257
- Started work on added Omnipay
...
- Updated the checkout to use Omipay instead of Stripes own lib
2016-03-06 23:10:35 +00:00
Attendize
b3f33a38e8
Applied fixes from StyleCI
2016-03-04 19:18:10 -05:00
Dave
4598b8e8ed
- Created an attendize config file and remove the constants
...
- Bumped the version of Laravel to 5.1.20
2016-03-04 23:27:13 +00:00
Dave
4afcbee9c2
- Fixed bug where logout link would 404 if Attendize is installed in a sub folder.
2016-03-04 17:42:47 +00:00
Dave
8796163f28
- Finished CLI install - php artisan attendize:install now works
...
- Added public/vendor to git
2016-03-04 12:44:31 +00:00
Dave
c73ed7f500
- Work on CLI installer
2016-03-04 01:34:23 +00:00
Dave
9b86abe583
- Work on CLI installer
2016-03-04 01:33:54 +00:00
Dave
99da1dc159
- Work on CLI installer
2016-03-04 01:28:39 +00:00
Dave
eab808b367
- Reverting accidental delete
...
- Work on CLI install
2016-03-03 21:39:28 +00:00