Commit Graph

34 Commits

Author SHA1 Message Date
German e943e7865b
Fixing feedback URL 2019-02-20 08:55:11 +01:00
Gautier Pelloux-Prayer da8ede9f3b License URL should be license.html not licence.html 2018-11-18 11:48:50 +01:00
Sebastian Schmidt b1a4b66da6 Secure external resourses with RSI
* Specify language in html tag
* Remove an empty script tag (when no google analytics )
2018-10-02 21:21:22 +10:00
Sebastian Schmidt 9365d74567 Cleanup and http -> https 2018-09-22 13:03:19 +10:00
Jeremy Quinton c604d08e8d Fixed license references throughout codebase 2018-11-04 21:12:11 +02:00
Jeremy Quinton 1c7c8be8f7 Finalised Charging V.A.T
1) Added Javascript partial so display and hide of the Charge Tax functionality can be shared.
2) Moved @yield head for the the master without menus layout to the correct place. Using jQuery functionality @head anywhere wouldn't work as the library was included afterwards.
3) Moved the question for organisers about Tax and the labels for tax fields to the language file.
2018-07-11 19:51:11 +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 ca87dd602d Updated twitter widget so a widget ID is no longer required 2016-07-01 16:10:59 +01:00
Dave Earley d45d0a39e5 Normalized attendees reference in attendees table (closes #106) 2016-05-26 01:40:49 +01:00
Dave Earley 7322b3886c Merge branch 'organiser_page' 2016-05-21 22:17:25 +01:00
Dave Earley a0b0ead633 Started on redesign of organiser page 2016-05-21 22:16:26 +01:00
Yoann Lecuyer eb3d1b6123 Fixed installer 2016-05-21 13:23:18 -05:00
Dave Earley 765f6c9914 Updating path to jQuery in views 2016-05-21 00:18:46 +01:00
Dave Earley 586d3dff8e Changed the color of the power by link 2016-05-04 23:26:52 +01:00
Dave Earley c13b1a885a Working on UI update
Changed logo
2016-04-24 16:25:08 +01:00
Dave a5a94790e7 Minor bug fixes
Updated global JS
Added feedback/bug fix button
2016-04-17 21:12:38 +01:00
Dave 3ef62fd8a2 Work on Qr Scanner check-in
Work on global JS
Minor tweaks and fixes
2016-04-17 21:12:38 +01:00
Dave bc730c959c Work on QR code checkin
Minor style changes to login / signup pages
2016-04-17 21:12:38 +01:00
Dave 380a48114b Cleaned up Email views 2016-04-17 21:12:38 +01:00
Dave 6127084c36 Working on surveys/attendee questions
Working on attendee check-in page
2016-04-17 21:12:38 +01:00
Honore Hounwanou f275210756 Add QRCode Scanning 2016-03-29 21:37:38 -04:00
Dave 0baa62580d -Work on organiser profile design / settings page 2016-03-25 13:02:02 +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
Mark Walet 1c05b50419 Some more validation fixes 2016-03-16 16:50:22 +01:00
Mark Walet 56de2fe28a Validated and updated html5 markup by validator.w3.org 2016-03-16 16:12:35 +01:00
Mark Walet 1a059ad2d4 Icon class update 2016-03-16 12:48:38 +01:00
brettninja 999d1b8394 Added formatting updates to blade views
- Removed empty class names
 - Removed superfluous blank spaces in class attributes
 - Normalised quotes on Blade files
 - Fixed indenting
 - Normalised some css
2016-03-09 23:41:10 -05:00
Mark Walet 05ea434349 Fixed url for Global Meta file 2016-03-09 18:32:02 +01: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 df2cfa7c39 - Preparing for open source 2016-03-03 01:06:19 +00:00
Dave 6af8a787bd - Removed unused files
- Inlined email css styles
- Minor bug fixes
2016-03-02 11:55:41 +00:00
Dave a3320dd598 - First commit 2016-02-29 15:59:39 +00:00