- Mar 19, 2018
-
-
Thomas Citharel authored
Use own framasoft/framadate-ci image for CI See merge request framasoft/framadate!240
-
Thomas Citharel authored
lang attribute must be a valid IETF language tag See merge request framasoft/framadate!239
-
Pierre Rudloff authored
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Update composer.lock See merge request framasoft/framadate!237
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Release version 1.1.0-alpha.1 See merge request framasoft/framadate!235
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Fix Zanata (https://framagit.org/framasoft/framadate/merge_requests/228#note_194515) Closes #271 and #272 See merge request framasoft/framadate!234
-
https://framagit.org/framasoft/framadate/merge_requests/228#note_194515Thomas Citharel authored
Fix #271 Fix #272 Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Upgrade parsedown Closes #226 See merge request framasoft/framadate!233
-
Thomas Citharel authored
Closes #226 Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
-
Thomas Citharel authored
Fix develop See merge request framasoft/framadate!232
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Closes #276 Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
- Mar 02, 2018
-
-
Thomas Citharel authored
Fix Zanata integration + upgrade locales See merge request framasoft/framadate!228
-
Thomas Citharel authored
Fix $_SERVER['SERVER_PORT'] handling See merge request framasoft/framadate!229
-
Thomas Citharel authored
Update INSTALL.md: typo See merge request framasoft/framadate!230
-
Thomas Citharel authored
fix fork url, update urls from git.framasoft.org to framagit.org (avoid the redirection) See merge request framasoft/framadate!231
-
- Mar 01, 2018
- Feb 28, 2018
-
-
Luc Didry authored
While installing Framadate on Apache, but proxyfied by an Nginx, $_SERVER['SERVER_PORT'] failed to be correctly handled. $_SERVER['SERVER_PORT'] is then a string and not an integer, so it was added in the response of get_server_name() function, breaking all the css/js links. I don't know if there is other situations where the bug appears. Schema of the installation: Nginx (443) -> Apache2 (80) + Framadate Please note that using port 80 on Nginx worked.
-
Luc Didry authored
-
- Feb 27, 2018
-
-
Luc Didry authored
ex: ./push-trad-to-zanata.sh fr_FR
-
Luc Didry authored
-
Luc Didry authored
-
Luc Didry authored
In order to compare actual json files to zanata-backed files, we need to sort the keys and have a 3-spaces indent. This is done with jq: cd locale/ mkdir tmp/ for i in *.json; do jq --indent 3 -S -M '.' < $i > tmp/$i ; done mv tmp/* . rmdir tmp
-
- Feb 26, 2018
-
-
Thomas Citharel authored
Zanata integration (https://trad.framasoft.org) See merge request framasoft/framadate!227
-
Luc Didry authored
-
https://trad.framasoft.orgLuc Didry authored
1. Install zanata-cli on your computer (https://zanata.readthedocs.io/en/latest/client/installation/linux-installation/) 2. Configure zanata-cli (https://zanata.readthedocs.io/en/latest/client/configuration/) 3. Do your stuff, add your new strings to locale/en.json only 4. Push the new locales: make push-locales 5. Translate on https://trad.framasoft.org 6. Pull the new locales: make pull-locales (requires the Perl module JSON, provided by libjson-perl on Debian) 7. Commit and enjoy
-
- Feb 21, 2018
-
-
Thomas Citharel authored
Translate missing italian strings See merge request framasoft/framadate!226
-
Tubia authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
German translation See merge request framasoft/framadate!225
-
Lukas Müller authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Fix php version check See merge request framasoft/framadate!223
-