summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-23Revert "Easier closing of dialogs" (introduces regression on date time picker)Frédéric Guillot
This reverts commit 71630aaa77b518d3d0165f772251f09cc249f015.
2018-10-15Redirect to board view of the current task after duplicationMichael Vickers
2018-10-15Auto link tasks created from a subtaskMichael Vickers
2018-10-15Auto link duplicated project tasksMichael Vickers
2018-10-15Auto link duplicated tasksMichael Vickers
2018-10-15Easier closing of dialogsMichael
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-15Write log entry on file removalMichael
2018-10-10Update ChangeLog and MySQL dumpFrédéric Guillot
2018-10-07Update French translationYannick Armand
2018-10-06Escape table name 'groups' because groups is a reserved word as of MySql 8.0.2Thomas
2018-10-02Reduce number of SQL queries when doing groups syncFrédéric Guillot
2018-10-02Make swimlane filter compatible with numeric titleFrédéric Guillot
Fixes #3940
2018-10-02Duplicate reference fields when duplicating a taskFrédéric Guillot
2018-10-02Duplicate tag color when duplicating projectsFrédéric Guillot
2018-10-02Duplicate category color when duplicating projectsFrédéric Guillot
2018-10-01Do not try to redirect to login page when offlineVadim Zhukov
2018-10-01Define fixed width for auto-complete dropdownFrédéric Guillot
2018-09-28Correct german translationKloppi313
2018-09-28Fix task drag and drop slowdown when a column is hiddenJulian 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-23Fixed typo in Turkish(tr_TR) translation.Hasan Hüseyin CİHANGİR
Some translations have been fixed.
2018-09-08Fix typo in German translationKloppi313
2018-09-03Make 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-23Fixing typo in de_DE translationRamon Cahenzli
2018-08-22Add custom roles project duplicationMatteo Mazza
2018-08-21Fix lexical error in Italian translationValentino Pesce
2018-08-15Avoid PHP error in Markdown parserFrédéric Guillot
parent::inlineLink() could returns null or an array. Bug introduced in commit c44880a.
2018-08-14Fix Ukrainian (uk_UA) translationcl0ne
2018-08-12Allow 'No assignee' for external task on single user public boardsJulian 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-11Allow to associate tags to colorsJulian Maurice
The color is then used as background in the board, list and task details views
2018-08-09Allow to associate project categories to colorsJulian Maurice
The color is then used as background in the board and list views
2018-07-29Change 'entered' to 'enter'W1lkins
2018-07-29fix the Chinese translationSean Yu
2018-07-25Exclude task links and user mentions from nestingcl0ne
2018-07-23When forcing HTTPS, handle subfolder URLs properlyJean-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-20Update uk_UA (Ukrainian) translationcl0ne
2018-07-19Add search within a range of dates for completion and modificationKamil
2018-07-16Add search within a range of dates for creation/moved date fieldsKamil
2018-07-09Update Docker image to Alpine Linux 3.8Frédéric Guillot
2018-07-06SetEnv usage should be guardedJyoti 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-05Make HTTP client timeout configurableFrédéric Guillot
2018-07-04Use SET NAMES instead of charset for DB connectionkufeiko
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-27Improve Russian translationVictor IT
2018-06-25Update Russian translationVictor-IT
2018-06-21Vendoring deprecated composer libsFrédéric Guillot
2018-06-19Update German translationSyratus
2018-06-18Updated Hungarian translationBalázs Úr
2018-06-15Update ChangeLogFrédéric Guillot
2018-06-11Update jQuery to latest versionFrédéric Guillot
2018-06-11Defer javascript files by defaultMichael 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-11update chinese translationsrenothing