Age | Commit message (Expand) | Author |
2016-07-09 | Fix a couple of bugs in PR #2424 | Frederic Guillot |
2016-07-05 | Hide tasks within specific columns in dashboard (#2424) | Busfreak |
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 | Force sorting order in SQL for Postgres | 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 | Improve ICal export | Frederic Guillot |
2016-06-26 | Added application and project roles validation for API procedure calls | Frederic Guillot |
2016-06-24 | Added tag modification from the user interface | Frederic Guillot |
2016-06-24 | Added unit test when updating tags for a task | Frederic Guillot |
2016-06-24 | Expose tags to the user interface (first prototype) | Frederic Guillot |
2016-06-24 | Added filter class for tags | Frederic Guillot |
2016-06-24 | Associate tags to tasks in BoardFormatter | Frederic Guillot |
2016-06-24 | Use BoardFormatter to generate the board | Frederic Guillot |
2016-06-23 | Added models for tags | Frederic Guillot |
2016-06-09 | Add total sum of tasks per project in dashboard | Lev Lazinskiy |
2016-06-05 | Minor fixes | Frederic Guillot |
2016-06-01 | Added mail helper | Frederic Guillot |
2016-05-28 | Improve base FileModel class | Frederic Guillot |
2016-05-28 | Minor fixes | Frederic Guillot |
2016-05-28 | Rename all models | Frederic Guillot |
2016-05-28 | Remove model base class | Frederic Guillot |
2016-05-26 | Mark notification as read when clicking on it | Frederic Guillot |
2016-05-24 | Clean up unit tests | Frederic Guillot |
2016-05-24 | Merge pull-request #2261 | Frederic Guillot |
2016-05-24 | Do not send notifications to disabled users | Frederic Guillot |
2016-05-23 | Adds task column in 'my tasks' table on dasboard | Sébastien Kergreis |
2016-05-17 | Added the possibility to convert a subtask to a task | Frederic Guillot |
2016-05-11 | Replace static::TABLE by a new abstract method | Frederic Guillot |
2016-05-11 | Duplicate project metadata when duplicating project (#2074) | Busfreak |
2016-05-07 | Added support for language LDAP attribute | Frederic Guillot |
2016-05-07 | Added support for LDAP user photo profile | Frederic Guillot |
2016-05-05 | Allow a project owner to manage his own public project | Frederic Guillot |
2016-05-05 | Fixed PHP warning when removing a user with no Avatar image | Frederic Guillot |
2016-05-04 | Added automated action to change task color based on the priority | Frederic Guillot |
2016-05-04 | Unify task drop-down menu between different views | Frederic Guillot |
2016-05-03 | Improve LDAP user group membership synchronization | Frederic Guillot |
2016-04-29 | Fix bug: closing all tasks by column, also update closed tasks | Frederic Guillot |
2016-04-29 | Fixed wrong task link generation within Markdown text | Frederic Guillot |
2016-04-21 | Added API procedure "getMemberGroups" | Frederic Guillot |
2016-04-20 | Accidentally acced iCal function when merging Priority display, putting it back. | Justin C. Klein Keane |
2016-04-20 | Add sortable Priority column on overview table interface | Justin C. Klein Keane |
2016-04-11 | Removed PHP notices in comment suppression view | Frederic Guillot |