summaryrefslogtreecommitdiff
path: root/app/Helper
AgeCommit message (Collapse)Author
2017-01-08Rename methods to render fields in TaskHelper and SubtaskHelperFrederic Guillot
2017-01-08Display project analytics in modal boxFrederic Guillot
2017-01-08Make icons clickable in menusFrederic Guillot
2017-01-02Refactoring/rewrite of modal boxes handlingFrederic Guillot
2016-12-20Offer the possibility to override internal formatter objects from pluginsFrederic Guillot
2016-12-19Avoid code duplication in PR #2891Frederic Guillot
2016-12-13Implement feature #2843phecho
2016-12-09Fix typoGuan Shiliang
BoardViewController doesn't have the "save" method.
2016-12-03Fix regression in checkbox form helperFrederic Guillot
2016-12-03Add suggest menu for task IDFrederic Guillot
2016-12-01Avoid double encoding in text editorFrederic Guillot
2016-11-27Make autofocus works in text editorFrederic Guillot
2016-11-27Improve tabindex for project settings formsFrederic Guillot
2016-11-27Add suggest menu for user mentions in text editorFrederic Guillot
2016-11-21Use components to render chartsFrederic Guillot
2016-11-21Replace calendar component by vanilla javascriptFrederic Guillot
2016-11-21Rewrite markdown editor in vanilla JavascriptFrederic Guillot
2016-11-13Replace SimpleMDE with custom Markdown editorFrederic Guillot
2016-11-05Add the possibility to create external tasksFrederic Guillot
2016-10-09Restrict search to active projectsFrederic Guillot
2016-10-08Send absolute links in email notificationsFrederic Guillot
2016-10-07Add restriction to disable task drag and drop for a projectFrederic Guillot
2016-09-19Change column move restriction behaviorFrederic Guillot
2016-09-18Add column restrictions to custom project rolesFrederic Guillot
2016-09-11Improve column restrictionsFrederic Guillot
2016-09-11Add project restrictions for custom rolesFrederic Guillot
2016-09-10Define only what is allowed for column restrictionsFrederic Guillot
2016-09-10Add ui to create new custom project roles and column restrictionsFrederic Guillot
2016-09-08Apply column restrictions to the boardFrederic Guillot
2016-09-08Custom project roles inherit from project membersFrederic Guillot
2016-08-29Add missing HTML escaping for textareaFrederic Guillot
2016-08-22Store board collapsed mode user preference in the databaseFrederic Guillot
2016-08-14Merge pull-request #2539Frederic Guillot
2016-08-13Fix PHP 5.3 compatibility issueFrederic Guillot
2016-08-13Add the possibility to attach template hooks with a callbackFrederic Guillot
2016-08-13Add the possibility to attach template hooks with local variablesFrederic 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-24Improve project page titlesFrederic Guillot
2016-07-24Remove method UserModel::getFullname()Frederic Guillot
2016-07-23Added internal task links to activity streamFrederic Guillot
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-07-01Fixed PHP error in UserHelper when having no user sessionFrederic 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