summaryrefslogtreecommitdiff
path: root/tests/units/Helper
AgeCommit message (Collapse)Author
2018-07-25Exclude task links and user mentions from nestingcl0ne
2018-04-20Rewrite tooltips code without jQueryFrédéric Guillot
2017-12-12Store PHP sessions in the databaseFrédéric Guillot
2017-04-05Add new project restriction to block assignee changeFrederic Guillot
2017-04-05Add new project role restriction to block task suppressionFrederic Guillot
2017-02-26Project priority is always rendered nowFrederic Guillot
2017-02-23Add helper method to use implode() with HTML escapingFrederic Guillot
2017-02-05Remove method getMailboxHash()Frederic Guillot
2017-02-05Improve filterSubject() helper methodFrederic Guillot
2017-02-04Do not try to format size if 0Frederic Guillot
2017-01-08Rename methods to render fields in TaskHelper and SubtaskHelperFrederic Guillot
2016-12-19Avoid code duplication in PR #2891Frederic Guillot
2016-12-17Handle username with dots in user mentionsFrederic Guillot
2016-12-03Add suggest menu for task IDFrederic Guillot
2016-12-01Make user mentions great againFrederic Guillot
2016-11-30Fix link generation when user mention is followed by a punctuation markFrederic Guillot
2016-09-19Change column move restriction behaviorFrederic Guillot
2016-09-18Add column restrictions to custom project rolesFrederic Guillot
2016-09-11Add project restrictions for custom rolesFrederic Guillot
2016-09-10Define only what is allowed for column restrictionsFrederic Guillot
2016-09-08Apply column restrictions to the boardFrederic Guillot
2016-09-08Custom project roles inherit from project membersFrederic Guillot
2016-08-14Update test case, ChangeLog and contributorsFrederic 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-07-24Remove method UserModel::getFullname()Frederic Guillot
2016-07-01Fixed PHP error in UserHelper when having no user sessionFrederic Guillot
2016-06-05Conifgure email settings through user interfaceFrederic Guillot
2016-06-02Expose to the user interface the email sender addressFrederic Guillot
2016-06-01Added mail helperFrederic Guillot
2016-05-30Added some unit tests for avatar letter with UTF-8Frederic Guillot
2016-05-28Rename all modelsFrederic Guillot
2016-05-28Split board controller into multiple classesFrederic Guillot
2016-05-28Rename controllersFrederic Guillot
2016-05-26Rename task view controllerFrederic Guillot
2016-05-25Rename ProjectEdit controllerFrederic Guillot
2016-05-16Update test caseFrederic Guillot
2016-05-15User creation forms are now displayed with inline popupFrederic Guillot
2016-05-15Added task creation menu for all projects viewsFrederic Guillot
2016-05-04Unify task drop-down menu between different viewsFrederic Guillot
2016-04-29Fixed improper Markdown escaping for some tooltipsFrederic Guillot
2016-04-29Fixed wrong task link generation within Markdown textFrederic Guillot
2016-04-10Refactor ProjectActivity model to use Filter and Formatter interfaceFrederic Guillot
2016-03-27Improve UserHelper::getInitials()Frederic Guillot
2016-03-04Helper refactoringFrederic Guillot
2016-02-29Add unit test for transition modelFrederic Guillot
2016-02-16Add file preview for Markdown and text filesFrederic Guillot
2016-02-16Add file attachements to projectsFrederic Guillot
2016-02-06The date time format can be chosen in application settingsFrederic Guillot
2016-02-05Category label is broken on the board if there's a url in the descriptionFrederic Guillot