summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-03Fix reference to text-carret js libraryRafael de Camargo
Closes #4257
2019-08-03Add error checks to glob functionRafael 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-03Enable explicitly Postgresql in travis.ymlFrédéric Guillot
2019-07-30Add project ID to ExternalTaskProviderInterface::fetch()Frédéric Guillot
2019-07-30Updated Polish translationIgor Mroz
2019-07-30Updated translation (pt-PT)Eskiso
2019-07-29Fix travis config after refactoringFrédéric Guillot
2019-07-25Ignore Dockerfiles from git archiveFrédéric Guillot
2019-07-25Improve assets managementFrédéric Guillot
2019-07-25Remove dependency on nodejs and gulpFrédéric Guillot
2019-07-25Remove dependency on SassFrédéric Guillot
- Convert *.sass files to vanilla CSS - Start using CSS variables - Add PHP minifier
2019-07-24Add link button to text editorRafael de Camargo
2019-07-23Implements check for duplicate default categoriesRafael de Camargo
2019-07-23Implements check for duplicate default columnsRafael de Camargo
2019-07-23Fix html parsing on markdown editorRafael de Camargo
Closes #4243
2019-07-17Change checkboxes alignment in task creation formFrédéric Guillot
2019-07-17Add support for reference:noneFrédéric Guillot
2019-07-17Fix tabindexes on task creation and modification formsRafael de Camargo
- Add focus to tags, color and checkboxes fields
2019-07-17Add option to clone filters on project duplicationRafael 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-16Update translations.php (#1)Ole Carlsen
2019-07-15Fix English grammatical errorsFrédéric Guillot
2019-07-13Update pt_br translationRafael de Camargo
2019-07-10Save thumbnails as PNG to allow transparencyKN4CK3R
2019-07-08Automatically update the start date when a task move away from a columnrenothing
2019-07-05Make sure the Project Identifier is saved when creating a project from ↵Florian
anther one
2019-07-05Update Japanese tranlationKiyohito AOKI
2019-07-02Sync translationsFrédéric Guillot
2019-07-02Sort columns by due dateCraig Crosby
2019-06-27Add "identifier" beside "name" while creating a new projectFlorian Völker
2019-06-24Update Chinese translationsrenothing
2019-06-24Update da_DK translationsOle Carlsen
2019-06-21Tweak Docker manifestFrédéric Guillot
2019-06-21Update ChangeLogFrédéric Guillot
2019-06-21Update French translationFrédéric Guillot
2019-06-19Update Docker image to Alpine 3.10.0Frédéric Guillot
2019-06-19Hide one task count when there is only one swimlaneRafael de Camargo
Don't show two task counts per column when there is only one swimlane. Fixes #4208
2019-06-18Fixes icon opacity when hoveredRafael de Camargo
Handle tooltip icons the same ways link icons are handled when hovered. Fixes #4214
2019-06-15Add automatic action to move task between columns based on due daterenothing
2019-06-06add bitcoin to the currency listmildis
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-04Add missing curl_close()Frédéric Guillot
2019-06-04Display cURL error message in logsFrédéric Guillot
2019-06-04Remove duplicated php7-curl in DockerfilesFrédéric Guillot
2019-06-03Add cURL support to HTTP Clientmildis
- 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-27Update Chinese translationsrenothing
2019-05-27Feature: Set "start date" and "end date" on projects from APITobias 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-26Update pt_br translationRafael de Camargo
2019-05-26Fix text file previewRafael de Camargo
Escapes any html tags on text files
2019-05-26Add View File on popover to tooltipRafael de Camargo
Merged this if with the if used on template:task_file:files
2019-05-14Add Docker manifest with multiple architecturesFrédéric Guillot
2019-05-13Add Dockerfile for arm32v7 (Raspberry Pi 3)Alexander Krause