index
:
kanban
master
Custom fork of https://github.com/kanboard/kanboard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
Validator
/
TaskValidator.php
Age
Commit message (
Expand
)
Author
2018-04-12
Adjust field size to keep compatibility with MySQL 5.6
Frédéric Guillot
2018-04-11
Increase text fields length in several tables
Frédéric Guillot
2017-11-17
Add the possibility to send tasks and comments to multiple recipients
Frederic Guillot
2017-11-15
Solve conflict in PR #3113
Frederic Guillot
2017-11-09
Check if the start date is before due date
Frederic Guillot
2017-11-03
Use task description templates in bulk task creation
Frederic Guillot
2017-03-16
changed date_started to the same behaviour as date_due
Thomas Andres
2017-03-12
Changed TaskValidator to accept all date/time formats for date_started
Thomas Andres
2017-02-18
Send tasks by email
Frederic Guillot
2017-02-18
Remove default swimlane
Frederic Guillot
2017-01-24
Fix wrong datetime formatting when task form shows validation errors
Frederic Guillot
2016-10-08
Restrict task complexity to a specific range to avoid integer overflow
Frederic Guillot
2016-06-24
Remove dropdown menus that are now available with task edit form
Frederic Guillot
2016-06-05
Changed DateParser to use only user format and ISO-8601
Frederic Guillot
2016-05-28
Rename base validator class
Frederic Guillot
2016-05-13
Add tasks in bulk from the board
Frederic Guillot
2016-02-06
The date time format can be chosen in application settings
Frederic Guillot
2016-01-24
Add configurable task priority
Frederic Guillot
2016-01-11
Move TaskValidator class
Frederic Guillot