Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-08 | Rename methods to render fields in TaskHelper and SubtaskHelper | Frederic Guillot | |
2017-01-02 | Refactoring/rewrite of modal boxes handling | Frederic Guillot | |
2016-11-13 | Replace SimpleMDE with custom Markdown editor | Frederic Guillot | |
2016-11-05 | Add the possibility to create external tasks | Frederic Guillot | |
2016-08-14 | Merge pull-request #2539 | Frederic Guillot | |
2016-08-13 | Improve form helpers and add more hooks | Frederic Guillot | |
2016-08-07 | Reduce number of font size | Frederic Guillot | |
2016-08-01 | Display priority changes in board view for inverted priority ranges | Rys Sommefeldt | |
Similar to allowing update of priorities when `priority_end` is greater than `priority_start`, to support inverted priority ranges, allow that change to propagate into `formatPriority` and display in the board view. | |||
2016-08-01 | Allow priority changes when start and end differ | Rys Sommefeldt | |
It's common to want an 'inverted' priority range, for example where P0 is the highest. The task helper logic would hide priority editing when priority_end was larger than priority_start. This logic change allows it by checking that priority_start and priority_end are different. | |||
2016-07-15 | Fixed Markdown editor auto-grow on the task form | Frederic Guillot | |
2016-07-02 | Make sure that tags are duplicated for recurring tasks | Frederic Guillot | |
2016-07-02 | Do not create empty tags and remove tags only when necessary | Frederic Guillot | |
2016-06-28 | Expose task reference field to the user interface | Frederic Guillot | |
2016-06-24 | Use the same task form layout everywhere | Frederic Guillot | |
2016-06-24 | Expose tags to the user interface (first prototype) | Frederic Guillot | |
2016-05-28 | Minor fixes | Frederic Guillot | |
2016-05-28 | Rename all models | Frederic Guillot | |
2016-03-04 | Helper refactoring | Frederic Guillot | |