summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2016-12-17Handle username with dots in user mentionsFrederic Guillot
2016-12-04Make sure user mention events are serialized before to push in queueFrederic Guillot
2016-12-03Add missing service provider for plugin testsFrederic Guillot
2016-12-03Add personal API access tokenFrederic Guillot
2016-12-03Add suggest menu for task IDFrederic Guillot
2016-12-02Fix field too small for application settingsFrederic 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-11-27Add suggest menu for user mentions in text editorFrederic Guillot
2016-11-15Do not load translations from a relative pathFrederic Guillot
When the application is installed outside of the document root, loading translations will not work.
2016-11-06Improve unit test for translation filesFrederic Guillot
2016-11-01Add ExternalTaskManager classFrederic Guillot
2016-10-09Accept more file types for FileLinkProviderFrederic Guillot
2016-10-09Improve task status filterFrederic Guillot
2016-10-09Add filter tag:noneFrederic Guillot
2016-10-08Restrict task complexity to a specific range to avoid integer overflowFrederic Guillot
2016-10-07Add restriction to disable task drag and drop for a projectFrederic Guillot
2016-09-19Add new automatic action to close task based on date movedFrederic 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-09-07Add new models ColumnMoveRestrictionModel and ProjectRoleModelFrederic Guillot
2016-09-03Support version operators for plugin directory: >= and >Frederic Guillot
2016-09-03Improve TaskExport classFrederic Guillot
2016-08-31Time spent for subtasks are not rounded too the nearest quarter anymoreFrederic Guillot
2016-08-31Fix wrong project date format (shown as 01/01/1970)Frederic Guillot
2016-08-28Add the possibility to move tasks without drag and dropFrederic Guillot
2016-08-23Merge pull-request #2587Frederic Guillot
2016-08-22Fix undefined constant in config example fileFrederic Guillot
2016-08-22Store board collapsed mode user preference in the databaseFrederic Guillot
2016-08-22Unit Test Issues Resolveddalmond
2016-08-21Store comment sorting direction in user metadataFrederic Guillot
2016-08-21Add FileCache driverFrederic Guillot
2016-08-17Corrected Unit Testdalmond
2016-08-17New Automatic Actions: Colour by Swimlane and Priority by Swimlanedalmond
2016-08-15Fix PHP notice when sending overdue notificationsFrederic Guillot
2016-08-14Update test case, ChangeLog and contributorsFrederic Guillot
2016-08-13Replace SQL query by a PicoDB queryFrederic 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-13Add reference hooksFrederic Guillot
2016-07-31Move API calls for task metadata to a separate classFrederic Guillot
2016-07-31Fix PHP error in PR #2535Frederic Guillot
2016-07-31Merge pull-request #2535Frederic Guillot
2016-07-31Cleanup events and stuff before processing job in workerFrederic Guillot