date.chapril.org-framadate/app/classes/Framadate
Paul B dc164c4d79
fix(admin/add_column): stop modifying user input in stored data
An [earlier
change](892fa11373)
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
2019-04-15 15:05:26 +02:00
..
Exception Check that conditions on valueMax are acceptable before adding the vote 2018-02-20 16:47:10 +01:00
Migrations Add a missing migration back 2018-05-25 15:18:56 +02:00
Repositories Modification collect_users_mail de bool à int (MAJ de la création d'un sondage) 2018-05-25 11:39:28 +02:00
Security Run php-cs-fixer with a custom config. This may break a lot of things 2018-02-19 19:43:30 +01:00
Services fix(admin/add_column): stop modifying user input in stored data 2019-04-15 15:05:26 +02:00
AbstractMigration.php Make Framadate compatible with PostgreSQL and great again ! 2018-04-22 18:37:53 +02:00
Choice.php Run php-cs-fixer with a custom config. This may break a lot of things 2018-02-19 19:43:30 +01:00
CollectMail.php Small fixes 2018-05-25 12:36:18 +02:00
Editable.php Run php-cs-fixer with a custom config. This may break a lot of things 2018-02-19 19:43:30 +01:00
Form.php Small fixes 2018-05-25 12:36:18 +02:00
Message.php Run php-cs-fixer with a custom config. This may break a lot of things 2018-02-19 19:43:30 +01:00
Utils.php Removed redundant truth check. 2018-11-30 11:19:50 +01:00