summaryrefslogtreecommitdiff
path: root/tests/units/Model
AgeCommit message (Expand)Author
2016-12-02Fix field too small for application settingsFrederic Guillot
2016-12-01Make user mentions great againFrederic Guillot
2016-11-27Add suggest menu for user mentions in text editorFrederic Guillot
2016-10-07Add restriction to disable task drag and drop for a projectFrederic Guillot
2016-09-18Add column restrictions to custom project rolesFrederic Guillot
2016-09-11Improve column restrictionsFrederic 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-07Add new models ColumnMoveRestrictionModel and ProjectRoleModelFrederic Guillot
2016-08-31Fix wrong project date format (shown as 01/01/1970)Frederic Guillot
2016-08-13Replace SQL query by a PicoDB queryFrederic Guillot
2016-07-28Allow users to see inactive projectsFrederic Guillot
2016-07-24Remove method UserModel::getFullname()Frederic Guillot
2016-07-24Move dashboard pagination into separate classesFrederic Guillot
2016-07-23Remove SubtaskTimeTrackingSubscriberFrederic Guillot
2016-07-23Create new class SubtaskStatusModelFrederic Guillot
2016-07-23Create new class SubtaskTaskConversionModelFrederic Guillot
2016-07-23Create new class SubtaskPositionModelFrederic Guillot
2016-07-23Added internal task links to activity streamFrederic Guillot
2016-07-20Move logic of PR #2496 to GroupModelFrederic Guillot
2016-07-19Refactoring of internal task eventsFrederic Guillot
2016-07-17Subtasks events refactoring and show delete in activity streamFrederic Guillot
2016-07-17Added event for removed comments with some refactoringFrederic Guillot
2016-07-09Fix a couple of bugs in PR #2424Frederic Guillot
2016-07-03Take default swimlane into consideration for SwimlaneModel::getFirstActiveSwi...Frederic Guillot
2016-07-03Added more unit tests for task priority duplicationFrederic Guillot
2016-07-02Handle priority for task and project duplicationFrederic Guillot
2016-07-02Make sure that tags are duplicated for recurring tasksFrederic Guillot
2016-07-02Move Task::duplicate() to class ProjectTaskDuplicationModelFrederic Guillot
2016-07-02Handle project tags duplicationFrederic Guillot
2016-07-02Handle tags and tasks move/duplication to another projectFrederic Guillot
2016-07-02Do not create empty tags and remove tags only when necessaryFrederic Guillot
2016-07-01Fixed empty title for web notification with only one overdue taskFrederic Guillot
2016-06-28Fix field type issue with PostgresFrederic Guillot
2016-06-26Added application and project roles validation for API procedure callsFrederic Guillot
2016-06-24Added unit test when updating tags for a taskFrederic Guillot
2016-06-24Remove dropdown menus that are now available with task edit formFrederic Guillot
2016-06-24Added filter class for tagsFrederic Guillot
2016-06-24Associate tags to tasks in BoardFormatterFrederic Guillot
2016-06-24Use BoardFormatter to generate the boardFrederic Guillot
2016-06-23Added models for tagsFrederic Guillot
2016-06-05Changed DateParser to use only user format and ISO-8601Frederic Guillot
2016-06-01Added mail helperFrederic Guillot
2016-05-28Rename all modelsFrederic Guillot
2016-05-26Mark notification as read when clicking on itFrederic Guillot
2016-05-24Clean up unit testsFrederic Guillot
2016-05-24Do not send notifications to disabled usersFrederic Guillot
2016-05-17Added the possibility to convert a subtask to a taskFrederic Guillot
2016-05-11Added unit test for ProjectMetadata::duplicate()Frederic Guillot
2016-05-11Duplicate project metadata when duplicating project (#2074)Busfreak