Commit Graph

155 Commits

Author SHA1 Message Date
Frederic Guillot
de739b22be Merge pull-request #1847 2016-02-16 14:21:36 -05:00
Timo Litzbarski
36d80c5941 fix assignee name for subtask 2016-02-16 08:33:35 +00:00
Frederic Guillot
07e3f51edb Move project header templates to folder project_header 2016-02-14 16:11:55 -05:00
Frederic Guillot
8477da2643 Rename File controller to TaskFile 2016-02-14 15:49:59 -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
de5fa17d60 Add task dropdown menu on listing pages 2016-02-05 20:30:54 -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
1500ff92b2 Templates cleanup 2016-01-31 12:15:26 -05:00
Frederic Guillot
d8e452d375 Move task form elements to Task helper 2016-01-31 11:50:28 -05:00
Frederic Guillot
9570793f68 Add a "Me" button to assignee form element 2016-01-31 11:05:47 -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
Olivier Maridat
648e03a8d0 Update task link tooltip view 2016-01-26 13:32:44 +01:00
Frederic Guillot
051bf1c9db Add configurable task priority 2016-01-24 20:38:39 -05:00
Frederic Guillot
8bb67dc8cb Avoid to send XHR request when a task has not moved after a drag and drop 2016-01-21 22:17:24 -05:00
Frederic Guillot
32b2fd92d3 Show in user interface the saving state of the task 2016-01-17 17:24:09 -05:00
Frederic Guillot
7925000f07 Do not show column dropdown on the public view 2016-01-17 16:38:43 -05:00
Frederic Guillot
d45fa6a33b Add dropdown menu on each board column title to close all tasks 2016-01-17 11:03:33 -05:00
Frederic Guillot
2d85e0fab7 Fix wrong link for category in task footer 2016-01-13 20:47:24 -05: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
41ecb163ee Dropdown menu entry are now clickable outside of the html link 2015-11-21 15:44:25 -05:00
Frederic Guillot
9aca556fc6 Avoid to disable the default swimlane during renaming when there is no other activated swimlane 2015-10-23 20:48:02 -04:00
Frederic Guillot
7303a79b50 Cleanup and minor fixes 2015-10-19 21:05:41 -04: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
f3f438a3ff Repeat column headers for each swimlane 2015-10-06 21:51:10 -04:00
Frederic Guillot
264b552603 Add custom filters (refactoring of pull-request #1312) 2015-10-02 21:58:00 -04:00
xavier.vidal
118f265c11 Merge branch 'master' into project_name_in_task_links
* master:
  ajout captures pour les vues
  essai intégration image
  Append filters instead of replacing value for users and categories dropdowns
  Do not show empty swimlanes in public view
  Show complexity sum across all swimlanes
  Show number of tasks for each column across all swimlanes
  Fix regression (css)
  Change swimlane layout to save space on the screen
  Add the possibility to set/unset max column height (scrolling)
  settings chapter
  Add getPluginHomepage()
  Add page to show the list of plugins
  Do not use preventDefault() with .close-popover when there is no popover opened
  Show "Open this task" in dropdown menu for closed tasks
  Add contributor
  Update app.css
  Update popover.css
  Show assignee on card only when someone is assigned
2015-09-29 09:46:02 +02:00
Frederic Guillot
66514aa530 Do not show empty swimlanes in public view 2015-09-26 21:14:04 -04:00
Frederic Guillot
0b1da8d61c Show complexity sum across all swimlanes 2015-09-26 20:58:13 -04:00
Frederic Guillot
6c03925f23 Show number of tasks for each column across all swimlanes 2015-09-26 20:41:14 -04:00
Frederic Guillot
625a84d174 Fix regression (css) 2015-09-26 19:56:51 -04:00
Frederic Guillot
16e14b76a6 Change swimlane layout to save space on the screen 2015-09-26 19:04:58 -04:00
Frederic Guillot
53f4b41008 Add the possibility to set/unset max column height (scrolling) 2015-09-26 18:10:00 -04:00
Frederic Guillot
02106b4747 Show "Open this task" in dropdown menu for closed tasks 2015-09-26 15:03:15 -04:00
Frederic Guillot
040864863f Show assignee on card only when someone is assigned 2015-09-25 20:12:34 -04:00
xavier.vidal
f6c1984bdd Show project name in task links tooltip 2015-09-25 17:20:06 +02:00
Frederic Guillot
d019eb4d2f Improve icon alignment for dropdown menu 2015-09-20 10:19:38 -04:00
Frederic Guillot
512840fe1d Improve pull-request about swimlane description 2015-09-05 12:03:20 -04:00
Fabiano Pereira
339c990577 #1144 Add description field to swimlane. 2015-09-04 10:17:20 -03:00
Frederic Guillot
ef087f5e22 Add handle to move tasks on touch devices 2015-08-29 15:13:14 -04:00
Frederic Guillot
05fb655347 Move tasks Gantt chart 2015-08-26 22:47:31 -04:00
Frederic Guillot
297c11e48e Improve column hide/show with swimlanes 2015-08-23 11:32:43 -04:00
Frederic Guillot
1f2f5d2c10 Improve file attachments tooltip on the board 2015-08-23 11:09:14 -04:00
Frederic Guillot
b944b44dca Do not force redirect when clicking on task board link 2015-08-22 22:34:33 -04:00
Frederic Guillot
89ca090801 Add milestone marker in board task 2015-08-22 20:30:23 -04:00
Frederic Guillot
7b664afd61 Add users and categories filters on the board 2015-08-21 21:49:53 -04:00
Frederic Guillot
b7092d5e2d Update locales 2015-08-20 22:03:03 -04:00
Frederic Guillot
cea32af406 Add show/hide columns on the board 2015-08-15 17:10:42 -04:00