- Apr 19, 2019
-
-
Thomas Citharel authored
Upgrade composer.lock deps See merge request framasoft/framadate/framadate!398
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
fix(create_poll): don't send emails in case of DB transaction errors See merge request framasoft/framadate/framadate!384
-
Thomas Citharel authored
Extract poll update notification mails into smarty templates See merge request framasoft/framadate/framadate!390
-
Thomas Citharel authored
Cleanup/dependencies See merge request framasoft/framadate/framadate!397
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Liquidsoul authored
-
Liquidsoul authored
-
Liquidsoul authored
-
Liquidsoul authored
-
Thomas Citharel authored
[Big] Move displaying dates from libc to PHP-intl / ICU See merge request framasoft/framadate/framadate!396
-
Thomas Citharel authored
* Make sure we always work only with DateTimes * Support slots again under SQLite * Small fixes Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Paul B authored
This commit adds an error message in the STEP 3 of the poll creation form in case there is a DB transactions error. It also makes sure to not send emails in case of those DB transaction errors.
-
Liquidsoul authored
-
Thomas Citharel authored
Add diff option to the linter to see errors/fixes See merge request framasoft/framadate/framadate!394
-
Thomas Citharel authored
Refactorisation of the creation poll service See merge request framasoft/framadate/framadate!383
-
Thomas Citharel authored
Use Symfony/Translation and use the .po files directly in the repo and app See merge request framasoft/framadate/framadate!389
-
Nicolas Bouilleaud authored
The msgid actually used in yyyy-mm-dd-for-humans, not year-month-day.
-
Paul B authored
The last confirmation step during poll creation flow is identical between date polls and classical polls. This commit moves the code in the `PollService` to be used in both creation poll controllers.
-
Paul B authored
The `use_smtp` configuration key really means: Are emails enabled? Indeed the 'smtp' naming is here for legacy reasons. (cf #425)
-
Paul B authored
Instead of manually removing entries in the SESSION object, let the SessionService do the work in creating poll controllers.
-
Paul B authored
The last action of creatin a poll is the same code between classical and date polls. This commit backports the minor refactoring to have the exact same code. (done with ediff to make sure the code was similar)
-
Liquidsoul authored
-
Nicolas Bouilleaud authored
* Use the actually found locale for $locale in the rest of the app
-
Nicolas Bouilleaud authored
* Use the DEFAULT_LANGUAGE as the default in locale_lookup. * Initialise the translators explicitly.
-
Nicolas Bouilleaud authored
Use the DEFAULT_LANGUAGE as the default in locale_lookup.
-
Nicolas Bouilleaud authored
* remove useless is_string check * use the DEFAULT_LANGUAGE when Accept-Language is invalid.
-
Nicolas Bouilleaud authored
-
Nicolas Bouilleaud authored
-
Nicolas Bouilleaud authored
-
Nicolas Bouilleaud authored
-
Nicolas Bouilleaud authored
-
Nicolas Bouilleaud authored
-
Nicolas Bouilleaud authored
-
Nicolas Bouilleaud authored
-
Nicolas Bouilleaud authored
Reimplement the __() and __f() functions using Symfony.
-
Thomas Citharel authored
ci: some cleanup of the gitlab-ci file and testing migrations on MySQL See merge request framasoft/framadate/framadate!388
-
PaulR authored
This commit splits the `test` job into three separate jobs: - test - lint - db:migrate It also factorise some code, and remove useless use of git checkout
-
Thomas Citharel authored
Update pot after !387 See merge request framasoft/framadate/framadate!392
-
Thomas Citharel authored
(also make sure it's pushed to Zanata) Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-