Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-22 | Add custom roles project duplication | Matteo Mazza | |
2018-08-21 | Fix lexical error in Italian translation | Valentino Pesce | |
2018-08-15 | Avoid PHP error in Markdown parser | Frédéric Guillot | |
parent::inlineLink() could returns null or an array. Bug introduced in commit c44880a. | |||
2018-08-14 | Fix Ukrainian (uk_UA) translation | cl0ne | |
2018-08-12 | Allow 'No assignee' for external task on single user public boards | Julian Maurice | |
'No assignee' option is already available in modification but not in creation. This patch fixes that by allowing the 'No assignee' option on external task creation. | |||
2018-08-11 | Allow to associate tags to colors | Julian Maurice | |
The color is then used as background in the board, list and task details views | |||
2018-08-09 | Allow to associate project categories to colors | Julian Maurice | |
The color is then used as background in the board and list views | |||
2018-07-29 | Change 'entered' to 'enter' | W1lkins | |
2018-07-29 | fix the Chinese translation | Sean Yu | |
2018-07-25 | Exclude task links and user mentions from nesting | cl0ne | |
2018-07-20 | Update uk_UA (Ukrainian) translation | cl0ne | |
2018-07-19 | Add search within a range of dates for completion and modification | Kamil | |
2018-07-16 | Add search within a range of dates for creation/moved date fields | Kamil | |
2018-07-05 | Make HTTP client timeout configurable | Frédéric Guillot | |
2018-06-27 | Improve Russian translation | Victor IT | |
2018-06-25 | Update Russian translation | Victor-IT | |
2018-06-19 | Update German translation | Syratus | |
2018-06-18 | Updated Hungarian translation | Balázs Úr | |
2018-06-11 | Defer javascript files by default | Michael Vickers | |
Prevent scripts blocking browser HTML parsing. The modern method instead of moving scripts to the end of the body tag as suggested in kanboard/kanboard#3829 | |||
2018-06-11 | update chinese translations | renothing | |
2018-06-08 | Add more fields in bulk task creation form | Frédéric Guillot | |
2018-06-08 | Update pt_BR translations | Claudio Ferreira Filho | |
2018-06-08 | Update da_DK translations | Ole Carlsen | |
2018-06-07 | Add quick link assign me in different views | Frédéric Guillot | |
2018-06-06 | fix config overrides in docker | Paul Sweeney | |
2018-06-06 | Reword project settings label | Frédéric Guillot | |
2018-06-06 | Fix typo in translation string | Frédéric Guillot | |
2018-06-06 | Update Danish translations | Ole Carlsen | |
2018-06-06 | Fix bad search and replace in old commit | Frédéric Guillot | |
Commit eafaa4b03770a73080520952112905eb8135a62f | |||
2018-06-06 | Add bulk task modification in list view | Frédéric Guillot | |
2018-06-05 | Make sure task timestamps are updated when using bulk move feature | Frédéric Guillot | |
2018-06-04 | Update old and translate new texts for ru_RU | Ars Kurd | |
2018-06-04 | Run cron jobs via URL | Miodrag Tokić | |
Kanboard supports running cron jobs via CLI. There are hosting services that don't offer CLI access, but they do offer calling a URL periodically. This feature is often used as a CLI cron job replacement. This commit adds a CronjobController called by "/cronjob" URL that will execute cron jobs as they were executed via CLI. The URL has public access, but is protected using the webhook token. The "/cronjob" URL should be called via HTTPS. | |||
2018-06-04 | Fix misspelled name | Miodrag Tokić | |
2018-06-03 | Correct English text | James | |
2018-06-03 | Add dashboard and search task footer hooks | Michael Vickers | |
Implement new hooks requested in kanboard/kanboard#3863 | |||
2018-06-01 | Update German translation | Frédéric Guillot | |
2018-06-01 | Make sure automatic actions are applied to all tasks when using bulk operations | Frédéric Guillot | |
2018-06-01 | Add checkboxes in list view to move tasks to another column at once | Frédéric Guillot | |
2018-06-01 | Add basic print stylesheet | lastlink | |
2018-05-29 | Correct some mistakes in Japanese translation | FUJII Ryota | |
2018-05-28 | Update tr_TR translation | erpnedir | |
2018-05-25 | Correct typos in English text | James | |
2018-05-25 | Increase size of the "users.language" column | Miodrag Tokić | |
The current schema definition for the language column in the users table is limited to 5 characters, while the longest currently available language code in Kanboard is 10 characters long - sr_Latn_RS. This limitation prevents switching to Serbian as the application interface language. As per the currently available ISO 639 language codes this column should be at least 11 characters in size. Examples of language codes of 11 characters in size are en-US-POSIX and shi_Latn_MA. References: - http://www.localeplanet.com/icu/iso639.html | |||
2018-05-16 | Correct misspellings of ru_RU translation | Dracer5 | |
2018-05-15 | update chinese translations | renothing | |
2018-05-14 | Update ru_RU translation | Ars Kurd | |
2018-05-11 | Update da_DK translation | Ole Carlsen | |
2018-05-11 | translate time string in another template | Andrew Engelbrecht | |
2018-05-10 | Make hardcoded hours string translatable | Frédéric Guillot | |