Dave
2cc3bbd6ae
Removing unused barcode from ticket template
2016-03-27 23:35:34 +01:00
Dave
a8aa0e64b4
Add event question JS to app.js
2016-03-27 21:12:44 +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 Earley
a3b7f407a2
Updated readme
2016-03-25 11:22:51 +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
6fe8346a1b
Fix issue where plain text URL printed on the event dash was causing display issues
2016-03-23 00:53:02 +00:00
Dave
fa584a8611
Update db config to recognize the .env DB_TYPE
2016-03-22 21:54:27 +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 Earley
f82648c1f7
Merge pull request #52 from bretto36/css-update
...
Added css update to make color picker display
2016-03-22 13:58:27 +00:00
brettninja
579a61fe6d
Added css update to make color picker display
2016-03-21 23:37:08 -04:00
Dave
fbf1ccefdb
- added WhatsApp as a share option to event pages
2016-03-22 02:26:16 +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
Dave
5253fd88a3
- remove unused JS from check-in page
2016-03-22 01:59:44 +00:00
Dave
59a8c5153d
Merge branch 'master' of https://github.com/Attendize/Attendize
2016-03-21 23:42:24 +00:00
Dave
f7788db704
- Work on ticket design (issue #18 )
2016-03-21 23:42:11 +00:00
Dave Earley
d955d115bb
Merge pull request #51 from bretto36/recent-change-fixes
...
Fixes for recent changes
2016-03-21 23:09:14 +00:00
brettninja
4a847957ca
Fixes for recent changes
2016-03-21 18:57:10 -04:00
Dave
ff206ba61d
Merge branch 'tugis-ISSUE7_Organiser_Page'
2016-03-21 20:11:06 +00:00
Dave
77e3778c53
- working on ticket design (issue #18 )
2016-03-21 20:11:03 +00:00
Luis Carneiro
33b1a1728b
Issue 7: Changing link attribute to something meaningful
2016-03-21 19:35:20 +00:00
Luis Carneiro
cd4e64c93d
Issue 7: Load FB SDK js on partial; Fix bug on Event page Organiser section
2016-03-21 19:27:41 +00:00
Luis Carneiro
be25664247
Issue 7: Organiser page initial version
2016-03-21 19:10:40 +00:00
Dave
5411a6cdea
- remove multi-line comments from event customize page ( https://github.com/Attendize/Attendize/issues/13#issuecomment-199406482 )
2016-03-21 18:12:43 +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
Dave Earley
7d9e7eb291
Merge pull request #49 from bretto36/migration-fixes
...
Migration clean ups to ensure rollbacks work correctly.
2016-03-21 13:35:14 +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
50d9017b21
- Updating readme
2016-03-21 00:10:36 +00:00
Dave
6844c10cdb
- Adding coinbase payment gateway and removing bitpay
2016-03-21 00:05:25 +00:00
Dave
422560088f
- Wording change on payment page
2016-03-20 21:39:05 +00:00
Dave
50c896e2a3
- layout fix for tickets page
2016-03-20 21:34:44 +00:00
Dave
3be52bb036
- update order view modal to show payment gateway information
2016-03-20 19:26:49 +00:00
Dave
085c8c5060
- update order view modal to show payment gateway information
2016-03-20 17:42:42 +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
Dave Earley
4beaccc818
Merge pull request #46 from ymhuang0808/fix-spelling-error-routes
...
Correct spelling error
2016-03-20 15:58:35 +00:00
Dave Earley
e40d9404fd
Merge pull request #48 from G0dLik3/implementSchemaOrgForEvents
...
Implement schema org for events (closes #4 )
2016-03-20 15:58:19 +00:00
marian
56e73730a1
Merge remote-tracking branch 'refs/remotes/origin/master' into implementSchemaOrgForEvents
2016-03-19 16:48:28 +02:00
marian
89ba64c748
Implemented schema.org for events, tickets and organizer
...
- Implemented the name, start data, end date, description, image,
location (name and address) for the event
- Implemented the name, price currency, price and availability (if it
has one compatible with schema.org) for the tickets
- Implemented the name, logo and description for the organizer
2016-03-19 16:46:45 +02:00
YMHuang
5a7d906f00
Correct spelling error
2016-03-18 10:00:12 +08:00
Dave Earley
abd999fbfa
Merge pull request #45 from jncampbell/add-model-factories
...
Add model factories
2016-03-17 12:11:39 +00:00
jncampbell
aa803b48e4
Adds more model factories
2016-03-17 00:00:44 +00:00
jncampbell
26a0a8e1b7
adds some model factories
2016-03-16 21:23:07 +00:00
Dave
bcced0ee16
- Fix method missing error when changing social settings
2016-03-16 16:54:01 +00:00
Dave
fe612b35cb
Merge branch 'master' of https://github.com/Attendize/Attendize
...
# Conflicts:
# app/Http/Controllers/EventCustomizeController.php
2016-03-16 16:53:19 +00:00