Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-27 | Fix automatic action condition check | Rafael de Camargo | |
Checks for source column instead of current column because the condition is "moved away" Closes #4277 | |||
2019-08-27 | Changes filters from in array to in subqueries | Rafael de Camargo | |
Fixes #3280 | |||
2019-08-27 | Add hash to image url to force browser to update profile when changed | Rafael de Camargo | |
Closes #4241 | |||
2019-08-22 | Add missing css file to app.min.css | Frédéric Guillot | |
2019-08-20 | Hide due date time if time is 00:00 | Timo | |
2019-08-17 | Update de_DE translation | Timo | |
2019-08-13 | Add new plugin hooks in view switcher | Hitesh Chandwani | |
2019-08-03 | Fix reference to text-carret js library | Rafael de Camargo | |
Closes #4257 | |||
2019-08-03 | Add error checks to glob function | Rafael de Camargo | |
GLOB_ERR will throw errors if an error occurs, such as lack of permission GLOB_NOCHECK will return the pattern if no file is found, this makes the file_exists check valid | |||
2019-07-30 | Add project ID to ExternalTaskProviderInterface::fetch() | Frédéric Guillot | |
2019-07-30 | Updated Polish translation | Igor Mroz | |
2019-07-30 | Updated translation (pt-PT) | Eskiso | |
2019-07-25 | Improve assets management | Frédéric Guillot | |
2019-07-25 | Remove dependency on nodejs and gulp | Frédéric Guillot | |
2019-07-25 | Remove dependency on Sass | Frédéric Guillot | |
- Convert *.sass files to vanilla CSS - Start using CSS variables - Add PHP minifier | |||
2019-07-24 | Add link button to text editor | Rafael de Camargo | |
2019-07-23 | Implements check for duplicate default categories | Rafael de Camargo | |
2019-07-23 | Implements check for duplicate default columns | Rafael de Camargo | |
2019-07-23 | Fix html parsing on markdown editor | Rafael de Camargo | |
Closes #4243 | |||
2019-07-17 | Add support for reference:none | Frédéric Guillot | |
2019-07-17 | Fix tabindexes on task creation and modification forms | Rafael de Camargo | |
- Add focus to tags, color and checkboxes fields | |||
2019-07-17 | Add option to clone filters on project duplication | Rafael de Camargo | |
* 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-16 | Update translations.php (#1) | Ole Carlsen | |
2019-07-15 | Fix English grammatical errors | Frédéric Guillot | |
2019-07-13 | Update pt_br translation | Rafael de Camargo | |
2019-07-10 | Save thumbnails as PNG to allow transparency | KN4CK3R | |
2019-07-08 | Automatically update the start date when a task move away from a column | renothing | |
2019-07-05 | Make sure the Project Identifier is saved when creating a project from ↵ | Florian | |
anther one | |||
2019-07-05 | Update Japanese tranlation | Kiyohito AOKI | |
2019-07-02 | Sync translations | Frédéric Guillot | |
2019-07-02 | Sort columns by due date | Craig Crosby | |
2019-06-27 | Add "identifier" beside "name" while creating a new project | Florian Völker | |
2019-06-24 | Update Chinese translations | renothing | |
2019-06-24 | Update da_DK translations | Ole Carlsen | |
2019-06-21 | Update French translation | Frédéric Guillot | |
2019-06-19 | Hide one task count when there is only one swimlane | Rafael de Camargo | |
Don't show two task counts per column when there is only one swimlane. Fixes #4208 | |||
2019-06-15 | Add automatic action to move task between columns based on due date | renothing | |
2019-06-06 | add bitcoin to the currency list | mildis | |
bitcoin is referenced using its financial symbol XBT description is with a lowercase b because its about the unit, not the trading system | |||
2019-06-04 | Add missing curl_close() | Frédéric Guillot | |
2019-06-04 | Display cURL error message in logs | Frédéric Guillot | |
2019-06-03 | Add cURL support to HTTP Client | mildis | |
- 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-05-27 | Update Chinese translations | renothing | |
2019-05-27 | Feature: Set "start date" and "end date" on projects from API | Tobias Balle-Petersen | |
Added parameters "start_date" and "end_date" to functions createProject and updateProject. These parameters could not previously be set from the API. Documentation should be updated to reflect the change (If approved). | |||
2019-05-26 | Update pt_br translation | Rafael de Camargo | |
2019-05-26 | Fix text file preview | Rafael de Camargo | |
Escapes any html tags on text files | |||
2019-05-26 | Add View File on popover to tooltip | Rafael de Camargo | |
Merged this if with the if used on template:task_file:files | |||
2019-05-13 | Do not show duplicated results when multiple comments match | Rafael de Camargo | |
2019-05-03 | Add new hook template:export:header | Bastian Rang | |
2019-05-01 | Update pt_br translations | Rafael de Camargo | |
2019-04-27 | Add HTML tag in email notifications | Frédéric Guillot | |