- Apr 19, 2019
-
-
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>
-
Thomas Citharel authored
i18n: localize the date format placeholders See merge request framasoft/framadate/framadate!387
-
Thomas Citharel authored
Add development SMTP server in docker-compose See merge request framasoft/framadate/framadate!391
-
Liquidsoul authored
-
- Apr 18, 2019
-
-
Pierre de La Morinerie authored
-
Pierre de La Morinerie authored
For instance, when using French, display the date input placeholder as "jj/mm/aaaa" (instead of "dd/mm/yyyy"). This doesn't change the way dates are actually parsed – only what is displayed to the user changes.
-
Thomas Citharel authored
Add locales for !385 See merge request framasoft/framadate/framadate!386
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
locales: fix missing "Expiry date" key See merge request framasoft/framadate/framadate!385
-
Pierre de La Morinerie authored
-
Thomas Citharel authored
Extract mail content creation and sending into the NotificationService See merge request framasoft/framadate/framadate!382
-
- Apr 17, 2019
-
-
Liquidsoul authored
-
Liquidsoul authored
-
Liquidsoul authored
-
Liquidsoul authored
-
Liquidsoul authored
-
Liquidsoul authored
-
Thomas Citharel authored
Fix date format See merge request framasoft/framadate/framadate!381
-
Thomas Citharel authored
Parsing and displaying Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Fix already selected days not being highlighted Closes #361 See merge request framasoft/framadate/framadate!380
-
m authored
-
Thomas Citharel authored
Workaround the datepicker appearing below the add_days modal on Safari See merge request framasoft/framadate/framadate!379
-
Thomas Citharel authored
scripts: fix translations See merge request framasoft/framadate/framadate!377
-
Nicolas Bouilleaud authored
The correct solution would probably be to upgrade the version of bootstrap and bootstrap-datepicker that we use My understandng of the bug is: * bootstrap-datepicker finds the first ancestor whose z-index isn’t auto, and sets its own z-index to the found elemenents z-index + 10. * On Firefox and Chrome, the modal element is returned (its z-index is 1050) * On Safari, the modal-dialog element is found. Its z-index is auto, but Safari reports this as '0', which makes the z-index of the datepicker 10.
-
Pierre de La Morinerie authored
-
Pierre de La Morinerie authored
Translations with a comma in the key are rewritten to be on a single line. But this failed when the comma was just preceded by a dot (like in `etc.,`). Fix the script so that it works even in those cases.
-
Thomas Citharel authored
Update locales See merge request framasoft/framadate/framadate!376
-