Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-17 | Fix tabindexes on task creation and modification forms | Rafael de Camargo | |
- Add focus to tags, color and checkboxes fields | |||
2018-04-11 | Increase text fields length in several tables | Frédéric Guillot | |
2017-11-03 | Improve dropdown for task description templates | Frederic Guillot | |
2017-11-02 | Add predefined templates for task descriptions | Frederic Guillot | |
2017-10-18 | Improve external task integration | Frederic Guillot | |
2017-10-12 | Generate a link if the reference is a URL | Frederic Guillot | |
2017-10-12 | Render a dropdown menu for external task providers | Frederic Guillot | |
2017-05-10 | Change Due Date to Due Timestamp fixes #919 (#3249) | Oliver Buchmann | |
2017-04-05 | Add new project restriction to block assignee change | Frederic Guillot | |
2017-02-26 | Project priority is always rendered now | Frederic Guillot | |
2017-02-18 | Remove default swimlane | Frederic Guillot | |
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 | |