Age | Commit message (Expand) | Author |
2017-03-12 | Simplify dashboard to use new tasks list view | Frederic Guillot |
2017-03-11 | Change groups list layout | Frederic Guillot |
2017-02-26 | Add toggle button to show/hide subtasks in task list view | Frederic Guillot |
2017-02-26 | Add class SubtaskListFormatter | Frederic Guillot |
2017-02-19 | Redesign task list view | Frederic Guillot |
2017-02-18 | Prevent people to remove swimlanes that contains tasks | Frederic Guillot |
2017-02-18 | Add mandatory argument "project_id" to API method "updateSwimlane()" | Frederic Guillot |
2017-02-18 | Remove default swimlane | Frederic Guillot |
2017-02-08 | Prevent people to remove columns that contains tasks | Frederic Guillot |
2017-02-04 | Add email address field for projects | Frederic Guillot |
2017-01-22 | Add user invitations | Frederic Guillot |
2017-01-22 | Add date_modification to comments (PR #2950) | Lev Lazinskiy |
2016-12-02 | Fix field too small for application settings | Frederic Guillot |
2016-12-01 | Make user mentions great again | Frederic Guillot |
2016-11-27 | Add suggest menu for user mentions in text editor | Frederic Guillot |
2016-10-07 | Add restriction to disable task drag and drop for a project | Frederic Guillot |
2016-09-18 | Add column restrictions to custom project roles | Frederic Guillot |
2016-09-11 | Improve column restrictions | 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-07 | Add new models ColumnMoveRestrictionModel and ProjectRoleModel | Frederic Guillot |
2016-08-31 | Fix wrong project date format (shown as 01/01/1970) | Frederic Guillot |
2016-08-13 | Replace SQL query by a PicoDB query | Frederic Guillot |
2016-07-28 | Allow users to see inactive projects | Frederic Guillot |
2016-07-24 | Remove method UserModel::getFullname() | Frederic Guillot |
2016-07-24 | Move dashboard pagination into separate classes | 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 | Added internal task links to activity stream | Frederic Guillot |
2016-07-20 | Move logic of PR #2496 to GroupModel | Frederic Guillot |
2016-07-19 | Refactoring of internal task events | Frederic Guillot |
2016-07-17 | Subtasks events refactoring and show delete in activity stream | Frederic Guillot |
2016-07-17 | Added event for removed comments with some refactoring | Frederic Guillot |
2016-07-09 | Fix a couple of bugs in PR #2424 | Frederic Guillot |
2016-07-03 | Take default swimlane into consideration for SwimlaneModel::getFirstActiveSwi... | Frederic Guillot |
2016-07-03 | Added more unit tests for task priority duplication | Frederic Guillot |
2016-07-02 | Handle priority for task and project duplication | Frederic Guillot |
2016-07-02 | Make sure that tags are duplicated for recurring tasks | Frederic Guillot |
2016-07-02 | Move Task::duplicate() to class ProjectTaskDuplicationModel | Frederic Guillot |
2016-07-02 | Handle project tags duplication | Frederic Guillot |
2016-07-02 | Handle tags and tasks move/duplication to another project | Frederic Guillot |
2016-07-02 | Do not create empty tags and remove tags only when necessary | Frederic Guillot |
2016-07-01 | Fixed empty title for web notification with only one overdue task | Frederic Guillot |
2016-06-28 | Fix field type issue with Postgres | Frederic Guillot |
2016-06-26 | Added application and project roles validation for API procedure calls | Frederic Guillot |
2016-06-24 | Added unit test when updating tags for a task | Frederic Guillot |
2016-06-24 | Remove dropdown menus that are now available with task edit form | Frederic Guillot |
2016-06-24 | Added filter class for tags | Frederic Guillot |