Commit Graph

990 Commits

Author SHA1 Message Date
Malcolm Scott cea4e35b1f Fix grammatically incorrect error message 2020-07-23 20:41:50 -07:00
Henrik 64a5e7ef56
Added standard notification footer to comment_mail template 2020-06-21 10:36:43 -07:00
Sukaos 3811d70b76
Added missing closing HTML tag in template 2020-06-07 14:26:04 -07:00
Timo 31508e07fd
Open large modal when clicking on edit category link 2020-05-14 19:14:34 -07:00
Slade f397a81984
Show the color dropdown when creating a new automatic action
Fixes #4443
2020-04-29 18:33:21 -07:00
Frédéric Guillot 9d22fef389 Avoid PHP notice 2020-04-15 20:34:51 -07:00
Manfred Hoffmann 5e70e96772
Replace last occurences of "private" with "personal" 2020-04-06 20:36:20 -07:00
Manfred Hoffmann a648a579cc
Final fixes / German translation for user-groups-listing 2020-04-05 14:55:25 -07:00
Frédéric Guillot 1f6a42ace7 Improve user groups listing 2020-04-05 12:30:59 -07:00
Manfred Hoffmann b442c52acb
Show group memberships in a tooltip 2020-04-05 11:20:12 -07:00
Frédéric Guillot 15792da159 Update French translation and improve project tag settings template 2020-04-04 11:54:52 -07:00
Timo 67a5dd6a89
Add option to enable or disable global tags per projects 2020-04-04 11:39:17 -07:00
Manfred Hoffmann 1cc0ac0713
Show group membership(s) in user-summary and user-list 2020-04-02 21:16:13 -07:00
Timo e6d5e6222e
Add new task/project image hooks 2020-03-15 11:59:12 -07:00
Frédéric Guillot 5e7758d39d Fix invalid RSS feed encoding
Fixes #4426
2020-03-03 20:55:57 -08:00
Timo ea11436663
Add new hook template:task:form:bottom-before-buttons 2020-03-03 18:23:45 -08:00
Timo 86dd0a7a75
Add new dashboard template and board selector hooks 2020-03-02 20:29:45 -08:00
Frédéric Guillot b39f857dc4 Rename "private" projects to "personal" 2020-02-29 18:51:52 -08:00
Frédéric Guillot c12bbb1613 Fix grammatical errors
Fixes #4420
2020-02-29 16:34:38 -08: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 2c98be3ead
Add the possibility to make tags global from project settings 2020-02-10 19:48:51 -08:00
Andre Nathan e59ab08af3 Allow task limits to be applied per-swimlane 2020-02-04 20:16:35 -08:00
Haocen 7731dde413 Avoid page shrinking when drag and drop cards on iOS devices 2020-01-05 17:07:56 -08:00
Slade ad85637aa1 Adjust width of timetracking column. Make subtasks wrap not under icons 2019-12-04 18:22:07 -08:00
Timo f0b53863fb Add colors to tag and category list
Add colors to:

- Global tag list
- Project tag list
- Project category list
2019-11-21 19:36:19 -08:00
Slade e65045f934 Move "data-js-lang" attribute to HTML "lang" attribute 2019-11-19 20:15:15 -08:00
Frédéric Guillot dcfe301ab8 Fixes broken PR #4328 2019-10-26 18:07:21 -07:00
av-ipunkt 0f1f24c3f9 Add new template hook: "template:project-permission:after-adduser" 2019-10-25 19:55:27 -07: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 Litzbarski 87aaec5769 change user filter icon 2019-09-05 23:01:30 -07:00
mkysoft 93dee80c04 Anybody added for filter 2019-09-04 20:27:24 -07:00
Timo 88b82b2a44 change category icon (in favor for tag icon for tags) 2019-08-29 18:28:02 -07:00
Haocen 39c6f65e85 Disable user scaling to avoid page shrinking when drag&drop on mobile device 2019-08-28 20:34:52 -07:00
Timo 2774d917cf Hide due date time if time is 00:00 2019-08-20 18:25:17 -07:00
Hitesh Chandwani 97a30d662f Add new plugin hooks in view switcher 2019-08-13 18:29:00 -07:00
Rafael de Camargo ff53a6aa6b Fix tabindexes on task creation and modification forms
- Add focus to tags, color and checkboxes fields
2019-07-17 14:34:27 -07:00
Rafael de Camargo c250f3b1b8 Add option to clone filters on project duplication
* Fixed missing metadata option from project "create from"
* Added option to clone project custom filters
* Added append option to custom field tests
* Added a test that uses the "append" option
* Fixed disabled swimlane duplication error with Postgresql
2019-07-17 14:32:16 -07:00
Craig Crosby 48acf99fd1 Sort columns by due date 2019-07-02 19:52:22 -07:00
Florian Völker efed94b23d Add "identifier" beside "name" while creating a new project 2019-06-27 19:39:02 -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
mildis b26776e529 Add cURL support to HTTP Client
- Add HTTP_PROXY_EXCLUDE option when cURL is used
- Show HTTP client backend in about page
- Fallback to legacy Stream Contexts if cURL extension is not available
2019-06-03 20:00:49 -07:00
Rafael de Camargo c3012e0142 Fix text file preview
Escapes any html tags on text files
2019-05-26 20:54:42 +02: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
Bastian Rang 702379a550 Add new hook template:export:header 2019-05-03 21:28:34 -07:00
Frédéric Guillot 11b6bf6d25 Add HTML tag in email notifications 2019-04-27 21:23:32 -07:00
Frédéric Guillot d261482e9a Add missing template and translations 2019-04-05 19:04:19 -07:00
Frédéric Guillot 2251066a3c Always display task accordion elements 2019-02-19 14:50:16 -08:00
Frédéric Guillot 23417da763 Replace accordion Javascript component by <details> HTML element 2019-02-19 14:45:01 -08:00
Frédéric Guillot b1c5b47d84 Add missing webhook event: task.move.project
Fixes #3969
2019-02-13 18:23:12 -08:00
Frédéric Guillot 0295388461 Add new actions to reorder tasks by column 2019-02-08 13:53:13 -08:00