summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-27Fix import of automatic actions when parameters are "unassigned" or "no ↵rafacamargo123
category"
2018-12-26Update pt_BR translationsrafacamargo123
2018-12-26Update da_DK translationsOle Carlsen
2018-12-26Update Chinese translationsrenothing
2018-12-20Limit assignee drop-down selector scopeMiodrag Tokić
On the task details page "Add a sub-task" pop-up modal contains drop-down (the SELECT HTML element) with "form-user_id" as the `name` and the `id` attribute value. This element is in conflict with another, hidden INPUT element with the same `name` and the `id` value. This causes an issue where clicking the "Me" (Assignee) link / shortcut (A) element doesn't select your name in the Assignee SELECT element. Avoiding conflict by changing the SELECT element `id` value is not possible as the SELECT element is generated using `FormHelper::select()` function which uses the same value for attribute `name` and `id`. Given the assignee shortcut feature is used only in two places: edit task and edit sub-task dialog, the simplest solution is to select the closest SELECT element to the link / shortcut (A) element or limit the scope to the currently opened dialog. This fix uses the latter approach by limiting the scope of targeted selector.
2018-12-19Update ChangeLogFrédéric Guillot
2018-12-19Update SQL dumpsFrédéric Guillot
2018-12-19Added priority,swimlane,column values from parent task to task converted ↵Fejer Peter
from sub task
2018-12-18Update and sync translationsFrédéric Guillot
2018-12-11Add sorting by reference in list viewAI3Zakir
2018-12-07Update Dockerfile : add php7-bcmathjon r
See #4093 for rationale.
2018-12-03Update Norwegian to 100%eagleofnorth
2018-12-01Add remove() to Settings ModelCraig Crosby
2018-11-28Add hook to Board SettingsCraig Crosby
2018-11-27Disable php_uname() warningBen RUBSON
2018-11-20Add link to new forumFrédéric Guillot
2018-11-08New automatic action: move the task to another swimlane when assigned to a userMarcin
2018-11-08Add the locale en_GBRichard Levitte
2018-10-31Fix postgres schema version + move to separate linestrendspotter
2018-10-31Fix custom roles duplicationMatteo Mazza
The source_column_id and destination_column_id are searched into the correct project: the newly created one.
2018-10-27Adding more hyphens to German translationStephan Fischer
Made some strings more consistent.
2018-10-25Fix typoBalázs Úr
2018-10-25Add ordering comments by id along with creationrafacamargo123
Order comments correctly when they are added on the same second.
2018-10-25Register action assign category based on swimlaneInterleaved
2018-10-25Assign category based on swimlane changeInterleaved
2018-10-25Register new swimlane action in action managerInterleaved
2018-10-25Add action for moving a task to swimlane based on category changeInterleaved
2018-10-23Fix broken link to contributor pageFrédéric Guillot
Fixes #4052
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.