Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-15 | Auto link tasks created from a subtask | Michael Vickers | |
2018-10-15 | Auto link duplicated project tasks | Michael Vickers | |
2018-10-15 | Auto link duplicated tasks | Michael Vickers | |
2018-10-15 | Easier closing of dialogs | Michael | |
Allow closing of dialogs by clicking on the background area around it. When the dialog is closed in this manner, if it contains a form with changed data present a warning that there are unsaved changes. Likewise if the user attempts to navigate away from the page, eg page reload, bookmark click, address bar entry. If the dialog does not contain a form or the data remains unchanged no warning messages are shown. | |||
2018-10-15 | Write log entry on file removal | Michael | |
2018-10-10 | Update ChangeLog and MySQL dump | Frédéric Guillot | |
2018-10-07 | Update French translation | Yannick Armand | |
2018-10-06 | Escape table name 'groups' because groups is a reserved word as of MySql 8.0.2 | Thomas | |
2018-10-02 | Reduce number of SQL queries when doing groups sync | Frédéric Guillot | |
2018-10-02 | Make swimlane filter compatible with numeric title | Frédéric Guillot | |
Fixes #3940 | |||
2018-10-02 | Duplicate reference fields when duplicating a task | Frédéric Guillot | |
2018-10-02 | Duplicate tag color when duplicating projects | Frédéric Guillot | |
2018-10-02 | Duplicate category color when duplicating projects | Frédéric Guillot | |
2018-10-01 | Do not try to redirect to login page when offline | Vadim Zhukov | |
2018-10-01 | Define fixed width for auto-complete dropdown | Frédéric Guillot | |
2018-09-28 | Correct german translation | Kloppi313 | |
2018-09-28 | Fix task drag and drop slowdown when a column is hidden | Julian Maurice | |
It looks like jQuery UI has some difficulties when a column with a lot of tasks is hidden. Adding ':visible' to the connectWith properties of sortable() seems to fix the problem Fixes #4011 | |||
2018-09-23 | Fixed typo in Turkish(tr_TR) translation. | Hasan Hüseyin CİHANGİR | |
Some translations have been fixed. | |||
2018-09-08 | Fix typo in German translation | Kloppi313 | |
2018-09-03 | Make PLUGINS_DIR absolute, this is the common requirement in Kanboard. | Vadim Zhukov | |
Also add comment telling users to use absolute paths to avoid someone else failing the same way as I did. | |||
2018-08-23 | Fixing typo in de_DE translation | Ramon Cahenzli | |
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-23 | When forcing HTTPS, handle subfolder URLs properly | Jean-François Fortin Tam | |
This fixes the redirection for Kanboard instances in subdirectories (ex: /foo/bar/kanboard instead of the vhost's document root) | |||
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-09 | Update Docker image to Alpine Linux 3.8 | Frédéric Guillot | |
2018-07-06 | SetEnv usage should be guarded | Jyoti Sharma | |
mod_env may not be present on a system in which case browser will get 500 Internal Server Error. The error in apache logs say "Invalid command 'SetEnv', perhaps misspelled or defined by a module not included in the server configuration". | |||
2018-07-05 | Make HTTP client timeout configurable | Frédéric Guillot | |
2018-07-04 | Use SET NAMES instead of charset for DB connection | kufeiko | |
When using charset in buildDsn, not all variables are set on the server side. That leads to MySQL assuming latin1 charset and errors with Cyrillic, for example (I figured out the letter 'И', capital breaks the things). | |||
2018-06-27 | Improve Russian translation | Victor IT | |
2018-06-25 | Update Russian translation | Victor-IT | |
2018-06-21 | Vendoring deprecated composer libs | Frédéric Guillot | |
2018-06-19 | Update German translation | Syratus | |
2018-06-18 | Updated Hungarian translation | Balázs Úr | |
2018-06-15 | Update ChangeLog | Frédéric Guillot | |
2018-06-11 | Update jQuery to latest version | Frédéric Guillot | |
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 | |