Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-21 | Update Docker image to Alpine Linux 3.10.2 | 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 | Update Docker image to Alpine Linux 3.10.1 | Frédéric Guillot | |
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-08-03 | Enable explicitly Postgresql in travis.yml | Frédéric Guillot | |
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-29 | Fix travis config after refactoring | Frédéric Guillot | |
2019-07-25 | Ignore Dockerfiles from git archive | Frédéric Guillot | |
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 | Change checkboxes alignment in task creation form | Frédéric Guillot | |
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 | Tweak Docker manifest | Frédéric Guillot | |
2019-06-21 | Update ChangeLog | Frédéric Guillot | |
2019-06-21 | Update French translation | Frédéric Guillot | |
2019-06-19 | Update Docker image to Alpine 3.10.0 | 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-18 | Fixes icon opacity when hovered | Rafael de Camargo | |
Handle tooltip icons the same ways link icons are handled when hovered. Fixes #4214 | |||
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-04 | Remove duplicated php7-curl in Dockerfiles | 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). |