Commit Graph

24 Commits

Author SHA1 Message Date
merdiano 3405b30f3c composer update dependancies 2019-10-04 13:17:57 +05:00
Jeremy Quinton c1f6ce26a5 updating composer dependancies 2019-09-16 11:45:02 +02:00
Jeremy Quinton 19c2ca8a8c Enables Stripe SCA payments 2019-08-29 21:23:05 +02:00
mrlexley db67678b0c Change STR length private_reference_number from 10 to 15 2019-05-06 09:16:22 +02:00
Jeremy Quinton 0d4f035ce4 removing composer lock.
Not including composer lock. Users of attendize can generat there own lock file.
2018-08-21 12:50:21 +02:00
Jeremy Quinton d49934ab07 final lock file for composer 2018-08-21 12:12:30 +02:00
Jeremy Quinton 0c529459d5 moved library to require from require dev so can deploy from master 2018-07-18 15:36:56 +02:00
Jeremy Quinton cfbd3c1674 moved doctrine/dbal to require so that migrations work on master 2018-07-18 15:18:13 +02:00
Jeremy Quinton 65e3bb388f added latest version of lock file. previous version of barryvdh/laravel-ide-helper breaks php artisan clear-compiled 2018-07-18 09:48:34 +02:00
Jeremy Quinton 2a29acd03f updated lock file to match composer.json to avoid problems on deployment 2018-07-18 09:02:45 +02:00
Jacek Marianski 83205555d7 (localization) Several big changes:
1) Added localization components to the package. They allow usage of localized routes, like http://attendize.site/en/login
2) Added English and Polish localization files. They are ugly, repetitive, but mostly true to the original and relevant. It required rewriting several phrases, and certainly required editing most of the views and controllers.
3) Edited routes to accomodate point 1
4) Rewritten several rules regarding dates. In most cases using English notation (with English names for months) is bad in all other languages. I used environment wide date format that is used.
5) Updated installer. Haven't tested it yet, but should work. Rewrites .env.example file instead of creating it from scratch (by concatenating strings).

There are some minor changes that were simple fixes or other funky requirements from my employer that kinda make sense:
1) QR code reader wasn't working in firefox, fixed it. Works in chrome/firefox on mobile on https sites.
2) Added subscript text in some instances: below ticket registration, below ticket. It is kinda dumb, but in most cases is necessary to receive less complaints from clients.
3) Fixed geocoding api by adding api key in env file. At some point in 2016-2017 it was required by google to use API key from developer console and this requirement wasn't challenged in the code.
4) Ticket has been displaying either flyer or site logo on the side. Now displays both (which may affect 1d barcode - it might need some fixin). Regarding the same issue - description of an event contained the flyer image on the side, it was removed, cause it didn't fit in here.
5) Ticket style was updated, because of the above and because it didn't fit longer character strings. Now it's slightly uglier, but works in all cases.
and other.

There are also some inconveniences, like:
1) Unfinished translations. It was impossible for me to create translations based on strings located inside of a database, which I ignored (I think it's only at one place - surveys).
2) Ugly translation files. At some point I thought it is going to be easier to locate when I try translating vased by file name. Later I divided it by topics, and then I segmented it even more. It might require some serious clean-up.
3) Redundancy. In some cases there are several definitions for the same phrase in my localization files. I used it mostly to protect myself from different contexts for the phrase usage in different languages.
4) File division. There are several files that are placed in dedicated language directory (in /view/, like /view/pl/ or /view/en/). These files don't use language phrases, but they are translated as a whole. Mostly because using language phrases would make those view files unreadable.
5) Localzation helper marks some phrases as obsolete (in file "basic"), because they are used in app/Helpers folder (where this plugin doesn't reach)
2018-05-03 23:41:22 +02:00
Dave Earley 9ec1cc20f2 Reformat code 2016-09-06 21:39:27 +01:00
bretto36 3d1ff1455a Merge remote-tracking branch 'upstream/master'
Conflicts:
	composer.lock
2016-06-14 21:06:33 -04:00
bretto36 c2eae8f7f1 removed file 2016-06-14 20:54:43 -04:00
Yoann Lecuyer fc2ee7244c ticket refactoring 2016-05-30 11:05:28 -05:00
Dave Earley f24e80a929 Fixed bug where adding users failed 2016-04-17 23:41:19 +01:00
Dave 99d71ff237 Few minor fixes related to L5.2 update 2016-03-30 14:39:18 +01:00
Honore Hounwanou f275210756 Add QRCode Scanning 2016-03-29 21:37:38 -04:00
Dave 8e8adaae1b - Added the ability to support multiple payment gateways (Stripe, PayPal so far) 2016-03-20 16:01:50 +00: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 011c67a78b - Using more Laravel 5 in the Attendee controller 2016-03-11 01:03:33 +00:00
Mark Walet a99e334065 Added ide-helper dependency 2016-03-10 14:36:51 +01:00
Dave 5e0bd28bdb - Updated composer.lock 2016-03-08 23:47:19 +00: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