Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-27 | Fix import of automatic actions when parameters are "unassigned" or "no ↵ | rafacamargo123 | |
category" | |||
2018-12-26 | Update pt_BR translations | rafacamargo123 | |
2018-12-26 | Update da_DK translations | Ole Carlsen | |
2018-12-26 | Update Chinese translations | renothing | |
2018-12-20 | Limit assignee drop-down selector scope | Miodrag 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-19 | Update ChangeLog | Frédéric Guillot | |
2018-12-19 | Update SQL dumps | Frédéric Guillot | |
2018-12-19 | Added priority,swimlane,column values from parent task to task converted ↵ | Fejer Peter | |
from sub task | |||
2018-12-18 | Update and sync translations | Frédéric Guillot | |
2018-12-11 | Add sorting by reference in list view | AI3Zakir | |
2018-12-07 | Update Dockerfile : add php7-bcmath | jon r | |
See #4093 for rationale. | |||
2018-12-03 | Update Norwegian to 100% | eagleofnorth | |
2018-12-01 | Add remove() to Settings Model | Craig Crosby | |
2018-11-28 | Add hook to Board Settings | Craig Crosby | |
2018-11-27 | Disable php_uname() warning | Ben RUBSON | |
2018-11-20 | Add link to new forum | Frédéric Guillot | |
2018-11-08 | New automatic action: move the task to another swimlane when assigned to a user | Marcin | |
2018-11-08 | Add the locale en_GB | Richard Levitte | |
2018-10-31 | Fix postgres schema version + move to separate lines | trendspotter | |
2018-10-31 | Fix custom roles duplication | Matteo Mazza | |
The source_column_id and destination_column_id are searched into the correct project: the newly created one. | |||
2018-10-27 | Adding more hyphens to German translation | Stephan Fischer | |
Made some strings more consistent. | |||
2018-10-25 | Fix typo | Balázs Úr | |
2018-10-25 | Add ordering comments by id along with creation | rafacamargo123 | |
Order comments correctly when they are added on the same second. | |||
2018-10-25 | Register action assign category based on swimlane | Interleaved | |
2018-10-25 | Assign category based on swimlane change | Interleaved | |
2018-10-25 | Register new swimlane action in action manager | Interleaved | |
2018-10-25 | Add action for moving a task to swimlane based on category change | Interleaved | |
2018-10-23 | Fix broken link to contributor page | Frédéric Guillot | |
Fixes #4052 | |||
2018-10-23 | Revert "Easier closing of dialogs" (introduces regression on date time picker) | Frédéric Guillot | |
This reverts commit 71630aaa77b518d3d0165f772251f09cc249f015. | |||
2018-10-15 | Redirect to board view of the current task after duplication | Michael Vickers | |
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. |