- Apr 17, 2019
-
-
Thomas Citharel authored
Following !373 Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Prevent leaving in case of vote started or comment written but not submitted See merge request framasoft/framadate/framadate!373
-
- Apr 16, 2019
-
-
Thomas Citharel authored
Limit end date when updating poll (#336) See merge request framasoft/framadate/framadate!372
-
Thomas Citharel authored
Improvement/better default domain with docker See merge request framasoft/framadate/framadate!371
-
Clermonté authored
-
Clermonté authored
-
Paul B authored
This is the commit of the suggestion I made here: https://framagit.org/framasoft/framadate/framadate/merge_requests/344/diffs#note_399810
-
Marc Karassev authored
Made docker-compose generate a configuration forcing the domain to be set to $_SERVER['SERVER_NAME'] in order to properly get assets while accessing the website from another device.
-
Thomas Citharel authored
Fix missing locales (again…) See merge request framasoft/framadate/framadate!370
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Marc Karassev authored
Now the bahavior matches the comments in config.php: // Fully qualified domain name of your webserver. // If this is unset or empty, the servername is determined automatically. // You *have to set this* if you are running Framadate behind a reverse proxy. // const APP_URL = '<www.mydomain.fr>';
-
Antonin authored
-
Thomas Citharel authored
Fix line breaks in mails text part See merge request framasoft/framadate/framadate!368
-
Thomas Citharel authored
i18n: adds a check on missing translation keys in locale/*.json file See merge request framasoft/framadate/framadate!369
-
Paul B authored
This commit adds a script to check all keys from translation files to make sure no missing keys / no translation files are incorrect. Even if missing keys should not happen (because we use a script to add keys automatically) this script made helped to understand that all three `ar`, `eo` and `fr_FR` translation files were completly off compared to the `en.json` file. I believe we can safely delete `ar`, `eo` and `fr_FR` locales from Zanata (because those languages are not set in the ALLOWED_LANGUAGES config array).
⚠️ this needs to be check in the production `config.php` file⚠️ . Deleting the `fr_FR` locale file should solve both !358 and #395 closes !358 #395 -
Liquidsoul authored
-
Thomas Citharel authored
Pull locales from Zanata See merge request framasoft/framadate/framadate!367
-
Thomas Citharel authored
Including changes from !366 Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Add version in the pages footer See merge request framasoft/framadate/framadate!366
-
Liquidsoul authored
-
Liquidsoul authored
-
Mindiell authored
-
Thomas Citharel authored
CSV export: add UTF-8 BOM header See merge request framasoft/framadate/framadate!365
-
Thomas Citharel authored
Fix email issues Closes #419 et #416 See merge request framasoft/framadate/framadate!364
-
Cyril Roelandt authored
When exporting a poll to CSV, no BOM character is written. Most applications can properly detect the required encoding, but some do not, and might find it helpful to be able to read a BOM character. -- Comment added 2019-04-16, nico@bou.io: The issue is specifically with Excel that assumes Latin-1 by default, but switches to utf-8 if a BOM is present. On the other hand, LibreOffice and other apps seem to behave correctly with a BOM.
-
- Apr 15, 2019
-
-
Paul B authored
The current `html2text` function from the PHPMailer library strips all html tags and only keeps the inner html. In the case of <a> tags we need to share the `href` attribute to the user when he reads his mail in plain text format. Fixes #419
-
Nicolas Bouilleaud authored
-
Paul B authored
This includes a small security fix (in v6.0.6) and keeps us up-to-date with the vendor PHPMailer library.
-
Nicolas Bouilleaud authored
msgHTML builds the text/plain part by converting the passed html to text in the current CharSet; the default Charset being iso-8859-1, most non-ascii characters are lost. fixes #416
-
Thomas Citharel authored
refacto(logService): add a new logEntries method to the log service See merge request framasoft/framadate/framadate!363
-
Paul B authored
As a followup to #362 this is a small addition to the log service when we want to log a list of entries into a single message. The log service can itself make sure to escape commas instead of expecting callers to do so.
-
Thomas Citharel authored
fix(admin/add_column): stop modifying user input in stored data Closes #384 See merge request framasoft/framadate/framadate!362
-
Paul B authored
An [earlier change](https://framagit.org/framasoft/framadate/framadate/commit/892fa11373bd0781b7916a6c97d7f354ba51f428) modifed the user's input when creating new columns in an existing Poll. Indeed all `,` comma were replaced by `-` dashes and the user inputs was saved as such. It seems the rational behind it was to keep the existing "formatting" of log messages where different elements were separated by commas. This commit makes sure to not strip the users' data but only the logged message. Fixes #384
-
Thomas Citharel authored
Remove the “disabled” class from fin_sondage_autre See merge request framasoft/framadate/framadate!361
-
Nicolas Bouilleaud authored
Currently, the button still looks disabled even when more than one choice is filled. In classic_poll.js, the disabled *property* is set/unset according to isSubmitChoicesAvalaible(). The disabled *class* is not changed after being set in the template. In the bootstrap css, either the disabled class or the disabled gray out the button. Let’s just use the disabled property.
-
Thomas Citharel authored
Update german translation Closes #368 See merge request framasoft/framadate/framadate!351
-
- Feb 21, 2019
-
-
Thomas Citharel authored
Add new file (breton translation for bootstrap-datepicker) See merge request framasoft/framadate/framadate!357
-
- Feb 20, 2019
-
-
Florent Grouin authored
-
- Jan 07, 2019
-
-
JosephK authored
-
- Nov 30, 2018
-
-
Thomas Citharel authored
Allow overriding HTTPS See merge request framasoft/framadate/framadate!346
-