Commit Graph

246 Commits

Author SHA1 Message Date
Manfred Hoffmann
3c6df7a6c6 Keep swimlane headers at the top 2021-04-23 20:18:46 -07:00
Manfred Hoffmann
e41254ed74 Use consistent swimlane and column headers
Column headers now always appear above the swimlane header to allow the collapsing to work correctly.

Having the swimlane headers above column headers should be better but the current HTML/CSS implementation is limited.
2021-04-21 20:29:58 -07:00
Raphael Horber
b622b4e0b2 Display number of tasks according to filter 2021-02-03 19:53:52 -08:00
Michael
613bdd8157 Correct table collapsed column titles 2020-10-05 21:33:19 -07:00
Michael
af9aec88a5 Add hidden accessible titles 2020-10-05 21:29:48 -07:00
Michael Vickers
eafd82f564 Add aria-label to icons with title attributes 2020-10-02 18:06:12 -07:00
Timo
31508e07fd Open large modal when clicking on edit category link 2020-05-14 19:14:34 -07:00
Frédéric Guillot
9d22fef389 Avoid PHP notice 2020-04-15 20:34:51 -07:00
Andre Nathan
c8a617cfcb Add per-project and per-swimlane task limits
This change allows projects and swimlanes to be configured with task limits that apply to their whole scope (i.e. all active tasks in a project or swimlane, respectively), as opposed to the usual per-column task limits.
2020-02-25 20:26:31 -08:00
Timo
219c933832 The task limit should consider all open tasks (not only filtered tasks)
Fixes #4291
2019-10-01 20:33:45 -07:00
Timo
2774d917cf Hide due date time if time is 00:00 2019-08-20 18:25:17 -07:00
Craig Crosby
48acf99fd1 Sort columns by due date 2019-07-02 19:52:22 -07:00
Rafael de Camargo
91ae1feaa1 Hide one task count when there is only one swimlane
Don't show two task counts per column when there is only one swimlane. 
Fixes #4208
2019-06-19 20:41:32 -07:00
Rafael de Camargo
c60d642a1a Add View File on popover to tooltip
Merged this if with the if used on template:task_file:files
2019-05-26 20:54:42 +02:00
Frédéric Guillot
0295388461 Add new actions to reorder tasks by column 2019-02-08 13:53:13 -08:00
Rafael de Camargo
f3b944c77f Hide edit button when user cannot edit task
Check for custom roles to show edit button
Fixes #4123
2019-01-11 17:21:14 -08:00
Julian Maurice
9d4cd31e1a Allow to associate tags to colors
The color is then used as background in the board, list and task details
views
2018-08-11 10:15:13 +02:00
Julian Maurice
ae3ade0908 Allow to associate project categories to colors
The color is then used as background in the board and list views
2018-08-09 19:45:51 +02:00
Frédéric Guillot
9d4be201aa Add quick link assign me in different views 2018-06-07 15:02:10 -07:00
Frédéric Guillot
ecc9d80671 Add link to open images in a new tab 2018-05-10 14:11:22 -07:00
Frédéric Guillot
5996a8abcf Rewrite tooltips code without jQuery 2018-04-20 15:18:30 -07:00
sfahrenholz
dd424e5a99 Add CSS class to categories to allow custom styling 2018-02-22 12:47:01 -08:00
Frédéric Guillot
5045c6d8de Minor tweaks on PR #3562 2017-11-23 11:07:31 -08:00
Andrew Berzley
6c7c73613a Changed board column headings to show swimlane-column total in bold. Also, board column total to be shown at end of column heading with limit across the sum of all swimlanes. 2017-11-23 10:51:56 -08:00
Andrew Berzley
f889b555bd Enable dragging to collapsed columns 2017-11-23 10:38:23 -08:00
Frederic Guillot
e7f795a63e Do not use jQuery tooltip for task title in collapsed mode 2017-10-19 10:24:02 -07:00
Frederic Guillot
a254b80045 Add attribute title to external links 2017-10-16 13:46:18 -07:00
Frederic Guillot
7c52546ed2 Generate a link if the reference is a URL 2017-10-12 15:25:13 -07:00
Frederic Guillot
4bb422b41f Render a dropdown menu for external task providers 2017-10-12 14:01:39 -07:00
Florian Wernert
ad6f898134 Feature request #2072 : Quick edit in the list view
Added the quick link to the edit modal on the tasks in the board view, both expanded and collapsed
2017-10-12 11:15:32 -07:00
Frederic Guillot
e70f904ed4 Make sure that due datetime is using the right color 2017-06-18 22:02:12 -04:00
Oliver Buchmann
daf39ee16a Change Due Date to Due Timestamp fixes #919 (#3249) 2017-05-10 16:42:34 -04:00
Frederic Guillot
6bd0ce25c9 Restore task title link on board 2017-03-19 17:44:43 -04:00
Frederic Guillot
f3deb6492a Add toggle button to show/hide subtasks in task list view 2017-02-26 19:30:02 -05:00
Frederic Guillot
9bcf97a6c9 Project priority is always rendered now 2017-02-26 14:34:03 -05:00
gusthoff
80132d3ff8 Added hooks before and after the column header row 2017-02-25 14:31:16 +01:00
Konstantin Vorobyev
6f649b7d21 Show total score across all swimlanes #2975 2017-02-22 21:52:34 +09:00
Frederic Guillot
3b3e803369 Redesign task list view 2017-02-19 17:08:00 -05:00
Frederic Guillot
2c45096411 Do not display comment icon link in public view 2017-02-11 17:32:58 -05:00
Frederic Guillot
8bf054a480 Open comments in board view with a modal dialog instead of tooltip 2017-02-11 17:22:10 -05:00
Frederic Guillot
28052edb22 Improve card icons alignment on board 2017-02-11 14:29:44 -05:00
robre
3ce46b7230 Added a hook for the table colum header 2017-01-20 15:30:56 +01:00
Frederic Guillot
348f4491ff Make icons clickable in menus 2017-01-08 11:29:41 -05:00
Frederic Guillot
3833c12ccc Refactoring/rewrite of modal boxes handling 2017-01-02 17:01:27 -05:00
Eskiso
83a02a112a Added hook to header of table 2016-10-05 02:50:56 +01:00
Eskiso
a5aa423694 Added hook for plugins 2016-09-28 17:29:33 +01:00
Frederic Guillot
91c1109b05 Change column move restriction behavior 2016-09-19 20:45:36 -04:00
Frederic Guillot
c328bcf840 Enforce restrictions for column menus 2016-09-18 22:05:20 -04:00
Frederic Guillot
3043163747 Add column restrictions to custom project roles 2016-09-18 21:19:48 -04:00
Frederic Guillot
c84df535b6 Improve column restrictions 2016-09-11 18:32:47 -04:00