Commit Graph

92 Commits

Author SHA1 Message Date
Frederic Guillot
8477da2643 Rename File controller to TaskFile 2016-02-14 15:49:59 -05:00
David Norris
21d9c80b73 Task Menu Edit recurrence icon not consistent with board icons.
Updated Edit recurrence icon from fa-clock to fa-refresh fa-rotate-90 to
match icons used in the board.
2016-02-07 21:55:22 -05:00
Frederic Guillot
07dd8882e8 Fix subtask redirection 2016-02-07 09:34:05 -05:00
Frederic Guillot
58cef28967 The date time format can be chosen in application settings 2016-02-06 18:08:41 -05:00
Frederic Guillot
e0f925d298 Update plugin hooks doc 2016-02-05 20:51:19 -05:00
Frederic Guillot
de5fa17d60 Add task dropdown menu on listing pages 2016-02-05 20:30:54 -05:00
Frederic Guillot
9840fa8e07 Fix pagination on task time tracking page 2016-02-05 19:19:39 -05:00
Frederic Guillot
e2181612b9 Remove time form on task summary page and move that to task edit form 2016-02-05 19:00:40 -05:00
Frederic Guillot
a683c17fa7 Move template recurrence_info 2016-02-05 18:39:41 -05:00
Frederic Guillot
0f2b46dd6a Do not refresh the whole page when changing subtask status (work in progress) 2016-02-04 21:38:53 -05:00
Frederic Guillot
346151e103 Add dropdown menu with inline popup for all task actions 2016-02-03 20:53:07 -05:00
Frederic Guillot
91200ddcde Change sidebar style 2016-02-03 18:27:45 -05:00
Frederic Guillot
6727d53e68 Improve task summary layout 2016-02-02 22:41:24 -05:00
Frederic Guillot
5eb4b570a1 Show subtask modification forms in inline popup 2016-02-02 21:28:07 -05:00
Frederic Guillot
26492aba7e Simplify layout and templates generation 2016-01-31 21:44:49 -05:00
Frederic Guillot
bb040cfb78 Simplify code to handle ajax popover and redirects 2016-01-30 22:25:16 -05:00
Frederic Guillot
5c92f46786 Add external links for tasks with plugin api 2016-01-30 20:38:20 -05:00
Frederic Guillot
051bf1c9db Add configurable task priority 2016-01-24 20:38:39 -05:00
Frederic Guillot
abcfd02067 Split project edition into multiple pages 2016-01-24 18:15:21 -05:00
Frederic Guillot
9ff0abd8d6 Update active menu in sidebars 2015-12-24 15:34:50 +01:00
Frederic Guillot
f0651c48c1 Restrict actions for project viewers 2015-12-06 17:39:21 -05:00
Frederic Guillot
e9fedf3e5c Rewrite of the authentication and authorization system 2015-12-05 20:31:27 -05:00
Frederic Guillot
8c532efd5f Run php-cs-fixer on the code base 2015-10-17 10:09:03 -04:00
Frederic Guillot
9c9ed02cd7 Change namespace to add Kanboard as prefix 2015-10-13 22:19:17 -04:00
Frederic Guillot
ffe615d201 Add comments sorting 2015-10-11 18:21:54 -04:00
Frederic Guillot
2021dccc5a Move subtask forecast to a plugin
Plugin repo: https://github.com/kanboard/plugin-subtask-forecast
2015-09-20 15:53:28 -04:00
Frederic Guillot
a6a00a0040 First draft for plugins system 2015-09-13 14:07:56 -04:00
Frederic Guillot
c62e14f1cc Replace color dropdown by color picker in task forms 2015-09-05 18:24:46 -04:00
Frederic Guillot
57bd53847c Improve sidebar menus 2015-08-19 20:59:05 -04:00
Frederic Guillot
357102dc6e Fix potential issue with json_encode() in templates 2015-08-14 17:25:25 -04:00
Frederic Guillot
b2cce5a3a1 Add new role Project Administrator 2015-08-14 15:43:08 -04:00
Frederic Guillot
401b0bdfb1 Split task controller into smaller classes 2015-07-19 18:14:20 -04:00
Frederic Guillot
fcdd71af2c Prompt user when moving or duplicate a task to another project 2015-07-19 17:03:06 -04:00
Frederic Guillot
9eeb7d1820 Improve quick-add subtasks form 2015-07-19 13:53:33 -04:00
Frederic Guillot
1bce737243 Add icon to hide/show sidebar 2015-07-18 18:21:48 -04:00
Frederic Guillot
c104d86658 Remove edit recurrence from the task menu 2015-07-12 11:11:10 -04:00
Frederic Guillot
61fb47bf3a Do not set anchor for the default swimlane on the link back to board 2015-07-08 19:38:52 -04:00
Frederic Guillot
4807f3e8a0 Add icon to set automatically the start date 2015-07-07 19:29:39 -04:00
Frederic Guillot
58297ca3b1 Add datetime picker for start date 2015-07-07 19:15:53 -04:00
Frederic Guillot
663a1c20e6 Add new analytic page: Average time spent into each column 2015-07-05 21:22:31 -04:00
Frederic Guillot
bb8b4c0e36 Add task analytics 2015-07-05 16:07:21 -04:00
Frederic Guillot
37c1b79bdd Do not allow closed tasks to move on the board 2015-07-04 12:39:43 -04:00
Frederic Guillot
554500aa49 Refactoring to implement new layout with filters: board/calendar/list views (work in progress) 2015-07-04 11:14:21 -04:00
Frederic Guillot
b6b733b22f Close all subtasks when a task is closed 2015-06-20 16:50:52 -04:00
Frederic Guillot
9ba3daca66 Improve pull-request #907 2015-06-18 22:33:24 -04:00
Frederic Guillot
308dda3ac4 Merge pull-request #907 2015-06-18 22:22:58 -04:00
Frederic Guillot
9b399951f4 Improve activity stream/notification for task update events and add new notification for swimlane change 2015-06-14 11:50:31 -04:00
Frederic Guillot
a964350a64 UI: Improve tabindex for task forms 2015-06-13 16:08:59 -04:00
Fábio Hideki
efc7c13563 adding time estimated in de task footer and swimlanes' name in the task details 2015-06-04 21:55:43 -03:00
Frederic Guillot
599b6624dd Improve project navigation 2015-05-31 17:57:02 -04:00