Commit Graph

107 Commits

Author SHA1 Message Date
merdan 85a316591f home page mobile changed 2020-03-28 20:22:55 +05:00
merdan bd9baa65f2 booking fee and instagram 2020-02-26 18:46:20 +05:00
merdan 2b8858f045 mobile version render homepage 2020-02-13 20:20:40 +05:00
merdan d102919289 starting mobile version 2020-02-12 16:00:54 +05:00
merdan 1256d09101 booking fee env config 2020-01-21 18:05:04 +05:00
merdan 43db12b739 payment api env 2020-01-21 17:31:05 +05:00
merdan 43e2613b75 order invoice fix 2020-01-08 15:58:08 +05:00
merdan 25f74cfe7d booking fee 1 manat 2020-01-08 15:04:05 +05:00
merdan c5473c40ff close admin registration 2019-11-30 11:19:32 +05:00
merdan 8c80dfa7f5 localization 2019-11-27 18:42:01 +05:00
merdan f9dd77daf2 test ticket 2019-11-27 17:47:54 +05:00
merdan afe7061fdc event update venu_name bug fix 2019-11-26 12:36:32 +05:00
merdan f7d905c425 localization bug fix2 2019-11-25 16:51:07 +05:00
merdan 451b3bd37b localization bug fix 2019-11-25 11:52:41 +05:00
ilmedova ef3a76500d localization problems not fixed 2019-11-16 16:26:11 +05:00
merdiano 885a1926ae new branch for seat selection 2019-11-02 15:32:23 +05:00
merdiano c7a550939c bug fixes home page and category events limit 2019-10-04 19:36:54 +05:00
merdiano 5ad10a79ee admin login 2019-10-04 17:49:19 +05:00
merdiano 553aa710b1 preparing for frontend pull3 2019-10-02 19:08:07 +05:00
merdiano 9670b5c373 working on checkout page 2019-09-18 06:26:39 +05:00
merdiano 1dcc5dfa2e included breadcrumbs tnt scout for searchibng 2019-09-18 06:26:38 +05:00
merdiano 0fcc39b49e sales volume 2019-09-18 06:25:39 +05:00
merdiano 4ac8cb2e60 payment configured 2019-09-18 06:25:38 +05:00
merdiano 9f41e3e4b0 added categoriesSeeder to databaseSeeder
permissionmanager configed to use App/User
2018-12-28 16:59:41 +05:00
merdiano 9e53bf694d backpack installed addons permission manager, settings, backups, pages
Created Events,Categories, Countries CRUD
2018-12-18 11:55:20 +05:00
merdiano 7d8c24e911 backpack installed addons permission manager, settings, backups, pages
Created Events,Categories, Countries CRUD
2018-12-15 16:45:08 +05:00
merdiano 8c26fa6489 backpack base and crud installed 2018-12-15 12:51:31 +05:00
merdiano 71a0f4d326 Localization turkmen added and needs translation 2018-12-10 12:31:47 +05:00
Jeremy Quinton 62f379bac3
Merge pull request #483 from publicarray/customize-date
Customize date
2018-11-11 10:43:32 +02:00
Cristian Deluxe 07b03a1dad Spanish views 2018-11-07 21:20:43 +01:00
Sebastian Schmidt 7d1c1a1e6a
Allow configurable date formats 2018-11-06 08:10:32 +11:00
Jeremy Quinton 87352b06f4 Merge pull request #486 from etalab/fr_translation
Add french translation
2018-10-17 08:46:38 +02:00
Jeremy Quinton 31820bcf68 Merge pull request #471 from publicarray/improve-upstream
Improve upstream
2018-10-16 20:49:52 +02:00
Bastien 30fbd67bd6 Enable fr locale 2018-10-07 09:42:52 +02:00
Jeremy Quinton 4e15d1e85d fixes #470
Fixes the forgotten password link
2018-10-02 17:29:57 +02:00
johanricher a2da46ce5a setup to start translation 2018-10-01 16:58:08 +02:00
Sebastian Schmidt c991941ef3 Update session preferences from upstream 2018-09-22 13:03:19 +10:00
Sebastian Schmidt 9365d74567 Cleanup and http -> https 2018-09-22 13:03:19 +10:00
Jeremy Quinton 7404c4701a removed the Laravel Localization helper
This library is no longer being supported and only supports Laravel up to 5.5. This prevents us from upgrading to Laravel 5.6.
Will consider adding it back if someone starts maintaining the actual library again.
2018-08-17 09:38:15 +02:00
Jeremy Quinton ac5ff98f61 Removed migs and coinbase as default payment gateways
Going forward Attendize will only support Stripe and Paypal as defaults. In future we will add instructions on customising Attendize with your own payment gateway.
2018-08-16 15:50:12 +02:00
Jeremy Quinton 8d51cd348f Upgrading to Laravel 5.6
1) Changed method call from lists to pluck.
2) Use set put instead of session set.
3) Removed references to artisan optimize command.
4) Added additionl check to base controller if auth user not set redirect to login.
5) Flush the session on logout.
6) Updated Event and Route service providers to work with Laravel 5.6.
7) Added new default logging config file.
8) Bump PHP versions from 7.0.30 to 7.1.20.
9) Added missing translations.
10) Fixed some issues with the templates.
2018-08-15 13:26:10 +02:00
Jeremy Quinton 8cb7c92efb added default config option
1) added configuration option to enable dummy payment gateways
2018-07-05 17:22:29 +02:00
Jeremy Quinton 338afaedb3 Added dummy payment gateway
1) Dummy payment gateway added. When enable allows someone testing or developing on the software to go through the flow end to end without odd errors.
2018-07-05 17:20:59 +02:00
Jeremy Quinton d97dfdfb17 fixed incorrect typo 2018-06-29 18:49:56 +02:00
Jeremy Quinton 9f3f3fd450 changed the default db adapter
In the docker compose file we are using Postgres as the DB but the
default adapter is set to use MySQL so trying to create the default app
out the box does not work.
2018-06-29 18:44:34 +02:00
Sukeesh 256e419809 port variable set twice
port variable in mysql has been set twice. So, removed the redundant var.
2018-06-16 21:17:34 +05:30
Sam Bell 89969e1b68 Merged pull request with localisation 2018-06-04 17:28:21 +01:00
Sam Bell d2180ea92b Merge pull request #380 from samdb/master
Addition of tax options
2018-06-04 17:03:47 +01:00
Sam Bell 6b1867be89 Option to set DB port 2018-05-06 12:41:58 +01: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