Sam Edwards
b5e2061359
Remove project_id from task links
...
A few were missed in #4892 , this lets URL rewriting work everywhere it should
2023-07-15 18:46:33 -07:00
Frédéric Guillot
05f1d23d82
Avoid stored XSS in task external link
2023-06-02 20:31:41 -07:00
Frédéric Guillot
65a5f0f47d
Fix broken "Hide this Column" feature
...
Fixes #5167
Regression introduced by #4922
2023-05-07 17:15:36 -07:00
Frédéric Guillot
de7c1bf16b
Improve wording of the menu to close all tasks in a given column/swimlane
...
Fixes #4740
2023-03-28 20:49:19 -07:00
Tomas Dittmann
f945e45ad4
Add dropdown menu on the board to reorder tasks by ID
2023-02-26 16:13:56 -08:00
greyaz
714ea7dfe8
Change the total number of tasks displayed in the table header to match the description
...
The current value of `$column['column_nb_open_tasks']` represents the number of open tasks in the current column of a swimlane.
But according to the description: "Total number of tasks in this column across all swimlanes", the value of `$column['column_nb_tasks']` should be more appropriate.
2023-02-18 18:54:21 -08:00
Tomas Dittmann
bc9535cbdf
extract sorting to separate icon
2023-02-16 18:35:31 -08:00
Tomas Dittmann
61e63ef9e0
Remove `project_id` from task URLs
2022-02-04 20:59:33 -08:00
Jake G
e745f8a235
Fix board column header alignment
2021-12-10 16:34:02 -08:00
Frédéric Guillot
71123b0f37
Add missing CSRF checks
2021-06-05 14:59:12 -07:00
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