summaryrefslogtreecommitdiff
path: root/app/Validator/TaskValidator.php
AgeCommit message (Collapse)Author
2018-04-12Adjust field size to keep compatibility with MySQL 5.6Frédéric Guillot
2018-04-11Increase text fields length in several tablesFrédéric Guillot
2017-11-17Add the possibility to send tasks and comments to multiple recipientsFrederic Guillot
2017-11-15Solve conflict in PR #3113Frederic Guillot
2017-11-09Check if the start date is before due dateFrederic Guillot
2017-11-03Use task description templates in bulk task creationFrederic Guillot
2017-03-16changed date_started to the same behaviour as date_dueThomas Andres
2017-03-12Changed TaskValidator to accept all date/time formats for date_startedThomas Andres
The TaskValidator did only accept the date/time format defined in the application configuration.
2017-02-18Send tasks by emailFrederic Guillot
2017-02-18Remove default swimlaneFrederic Guillot
2017-01-24Fix wrong datetime formatting when task form shows validation errorsFrederic Guillot
2016-10-08Restrict task complexity to a specific range to avoid integer overflowFrederic Guillot
2016-06-24Remove dropdown menus that are now available with task edit formFrederic Guillot
2016-06-05Changed DateParser to use only user format and ISO-8601Frederic Guillot
2016-05-28Rename base validator classFrederic Guillot
2016-05-13Add tasks in bulk from the boardFrederic Guillot
2016-02-06The date time format can be chosen in application settingsFrederic Guillot
2016-01-24Add configurable task priorityFrederic Guillot
2016-01-11Move TaskValidator classFrederic Guillot