summaryrefslogtreecommitdiff
path: root/app/Helper/TaskHelper.php
AgeCommit message (Collapse)Author
2017-01-08Rename methods to render fields in TaskHelper and SubtaskHelperFrederic Guillot
2017-01-02Refactoring/rewrite of modal boxes handlingFrederic Guillot
2016-11-13Replace SimpleMDE with custom Markdown editorFrederic Guillot
2016-11-05Add the possibility to create external tasksFrederic Guillot
2016-08-14Merge pull-request #2539Frederic Guillot
2016-08-13Improve form helpers and add more hooksFrederic Guillot
2016-08-07Reduce number of font sizeFrederic Guillot
2016-08-01Display priority changes in board view for inverted priority rangesRys 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-01Allow priority changes when start and end differRys 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-15Fixed Markdown editor auto-grow on the task formFrederic Guillot
2016-07-02Make sure that tags are duplicated for recurring tasksFrederic Guillot
2016-07-02Do not create empty tags and remove tags only when necessaryFrederic Guillot
2016-06-28Expose task reference field to the user interfaceFrederic Guillot
2016-06-24Use the same task form layout everywhereFrederic Guillot
2016-06-24Expose tags to the user interface (first prototype)Frederic Guillot
2016-05-28Minor fixesFrederic Guillot
2016-05-28Rename all modelsFrederic Guillot
2016-03-04Helper refactoringFrederic Guillot