Commit Graph

58 Commits

Author SHA1 Message Date
merdan 0d5ad8a24a payment responce errorMessage bug fix 2020-05-15 12:22:05 +05:00
medet97 f3626266ad calendar fixes 2020-05-01 15:43:45 +05:00
medet97 cb8227632a calendar fixes 2020-05-01 15:40:55 +05:00
medet97 5d215dc7c6 calendar fixes 2020-05-01 15:39:45 +05:00
medet97 c305ec0b58 calendar fixes 2020-05-01 15:30:01 +05:00
medet97 adcd5b6093 calendar fixes 2020-05-01 14:57:49 +05:00
medet97 7c6f307b47 calendar fixes 2020-05-01 14:54:18 +05:00
medet97 5caa725b7c calendar fixes 2020-05-01 14:48:38 +05:00
merdan 42850f9914 help desk create view 2020-05-01 14:38:38 +05:00
medet97 3193a69e52 calendar fixes 2020-05-01 14:21:53 +05:00
medet97 07c3520b30 calendar fixes 2020-05-01 14:17:38 +05:00
medet97 dadbbfd330 calendar fixes 2020-05-01 14:11:38 +05:00
medet97 5aa88d86fd calendar fixes 2020-05-01 14:05:31 +05:00
medet97 df2b0e2446 calendar fixes 2020-04-30 20:40:27 +05:00
medet97 80fc01e15c calendar fixes 2020-04-30 20:39:03 +05:00
medet97 dbbbc0f474 calendar fixes 2020-04-30 20:35:54 +05:00
medet97 ce3db50da5 calendar fixes 2020-04-30 17:03:53 +05:00
medet97 9e7b37064c calendar fixes 2020-04-30 16:59:16 +05:00
medet97 ed75b510a3 calendar fixes 2020-04-30 16:11:18 +05:00
medet97 74d07b4d01 calendar fixes 2020-04-30 16:09:22 +05:00
medet97 4cc92bba3f Favicon and instagram iconn 2020-04-27 20:50:06 +05:00
medet97 3766095893 Favicon and instagram icon 2020-04-24 18:00:26 +05:00
medet97 903aaa6e81 Favicon and instagram icon 2020-04-24 17:54:56 +05:00
medet97 05ebbce88c Favicon and instagram icon 2020-04-24 17:53:20 +05:00
medet97 275915864d Favicon and instagram icon 2020-04-24 17:51:11 +05:00
medet97 a9135005a3 Favicon and instagram icon 2020-04-24 17:41:20 +05:00
medet97 0d1a89f6fe Favicon and instagram icon 2020-04-24 17:31:23 +05:00
medet97 80f7d92118 Favicon and instagram icon 2020-04-24 17:23:59 +05:00
merdan b1f20088b0 commit before test last checkout update process 2020-03-19 16:45:51 +05:00
merdan 6bcb07f2e9 dobavit sobitya mobile 2020-03-03 23:55:30 +05:00
merdan f1c8fd7c4b add event fix 2020-03-03 21:55:46 +05:00
merdan 47534f4a50 add event fix 2020-03-03 21:52:29 +05:00
merdan bb31584586 add event fix 2020-03-03 21:28:16 +05:00
merdan c08dd44673 add event fix 2020-03-03 21:20:59 +05:00
merdan 79caef8825 category page mobilee 2020-02-19 17:22:19 +05:00
merdan 3c5cb3a4cf mobile version event detail page 2020-02-18 17:13:32 +05:00
merdan 0eb15cfad2 fixing home slider button3 2020-02-13 19:17:16 +05:00
merdan d102919289 starting mobile version 2020-02-12 16:00:54 +05:00
merdan 9fab9fe068 missing font aws 2020-02-07 20:58:43 +05: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
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 a0b0ead633 Started on redesign of organiser page 2016-05-21 22:16:26 +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