Age | Commit message (Expand) | Author |
2016-10-09 | Improve task status filter | Frederic Guillot |
2016-10-09 | Add filter tag:none | Frederic Guillot |
2016-10-08 | Restrict task complexity to a specific range to avoid integer overflow | Frederic Guillot |
2016-10-07 | Add restriction to disable task drag and drop for a project | Frederic Guillot |
2016-09-19 | Add new automatic action to close task based on date moved | Frederic Guillot |
2016-09-19 | Change column move restriction behavior | Frederic Guillot |
2016-09-18 | Add column restrictions to custom project roles | Frederic Guillot |
2016-09-11 | Improve column restrictions | Frederic Guillot |
2016-09-11 | Add project restrictions for custom roles | Frederic Guillot |
2016-09-10 | Define only what is allowed for column restrictions | Frederic Guillot |
2016-09-10 | Add ui to create new custom project roles and column restrictions | Frederic Guillot |
2016-09-08 | Apply column restrictions to the board | Frederic Guillot |
2016-09-08 | Custom project roles inherit from project members | Frederic Guillot |
2016-09-07 | Add new models ColumnMoveRestrictionModel and ProjectRoleModel | Frederic Guillot |
2016-09-03 | Support version operators for plugin directory: >= and > | Frederic Guillot |
2016-09-03 | Improve TaskExport class | Frederic Guillot |
2016-08-31 | Time spent for subtasks are not rounded too the nearest quarter anymore | Frederic Guillot |
2016-08-31 | Fix wrong project date format (shown as 01/01/1970) | Frederic Guillot |
2016-08-28 | Add the possibility to move tasks without drag and drop | Frederic Guillot |
2016-08-23 | Merge pull-request #2587 | Frederic Guillot |
2016-08-22 | Store board collapsed mode user preference in the database | Frederic Guillot |
2016-08-22 | Unit Test Issues Resolved | dalmond |
2016-08-21 | Store comment sorting direction in user metadata | Frederic Guillot |
2016-08-21 | Add FileCache driver | Frederic Guillot |
2016-08-17 | Corrected Unit Test | dalmond |
2016-08-17 | New Automatic Actions: Colour by Swimlane and Priority by Swimlane | dalmond |
2016-08-15 | Fix PHP notice when sending overdue notifications | Frederic Guillot |
2016-08-14 | Update test case, ChangeLog and contributors | Frederic Guillot |
2016-08-13 | Replace SQL query by a PicoDB query | Frederic Guillot |
2016-08-13 | Add the possibility to attach template hooks with a callback | Frederic Guillot |
2016-08-13 | Add the possibility to attach template hooks with local variables | Frederic Guillot |
2016-08-13 | Add reference hooks | Frederic Guillot |
2016-07-31 | Cleanup events and stuff before processing job in worker | Frederic Guillot |
2016-07-28 | Allow users to see inactive projects | Frederic Guillot |
2016-07-27 | ADD: TaskMovedDateFilter | Christopher Geelen |
2016-07-24 | Remove method UserModel::getFullname() | Frederic Guillot |
2016-07-24 | Move dashboard pagination into separate classes | Frederic Guillot |
2016-07-23 | Simplify mail subject for notifications | Frederic Guillot |
2016-07-23 | Remove SubtaskTimeTrackingSubscriber | Frederic Guillot |
2016-07-23 | Create new class SubtaskStatusModel | Frederic Guillot |
2016-07-23 | Create new class SubtaskTaskConversionModel | Frederic Guillot |
2016-07-23 | Create new class SubtaskPositionModel | Frederic Guillot |
2016-07-23 | Add unit test RecurringTaskSubscriber | Frederic Guillot |
2016-07-23 | Add unit test for ProjectMetricJob | Frederic Guillot |
2016-07-23 | Add new automatic action to move the task to another column when not moved | Frederic Guillot |
2016-07-23 | Add new automatic action to move a task to another column when closed | Frederic Guillot |
2016-07-23 | Added a new automatic action to set due date | Frederic Guillot |
2016-07-23 | NotificationModel refactoring | Frederic Guillot |
2016-07-23 | Added internal task links to activity stream | Frederic Guillot |
2016-07-20 | Rename CommentModel::EVENT_REMOVE to CommentModel::EVENT_DELETE | Frederic Guillot |