rafacamargo123
44c69863eb
Update pt_BR translations
2018-12-26 12:10:12 -08:00
Ole Carlsen
e5c43d4899
Update da_DK translations
2018-12-26 12:01:18 -08:00
renothing
1e9787a446
Update Chinese translations
2018-12-26 11:59:29 -08:00
Miodrag Tokić
eccfff451a
Limit assignee drop-down selector scope
...
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-20 13:57:43 +01:00
Frédéric Guillot
f470873d5d
Update ChangeLog
2018-12-19 16:05:15 -08:00
Frédéric Guillot
f070ad87d6
Update SQL dumps
2018-12-19 16:01:50 -08:00
Fejer Peter
5238f0bc99
Added priority,swimlane,column values from parent task to task converted from sub task
2018-12-19 14:31:57 +01:00
Frédéric Guillot
46cda3e3b5
Update and sync translations
2018-12-18 21:54:11 -08:00
AI3Zakir
216604a662
Add sorting by reference in list view
2018-12-11 21:24:16 -08:00
jon r
8030353e14
Update Dockerfile : add php7-bcmath
...
See #4093 for rationale.
2018-12-07 17:20:15 -08:00
eagleofnorth
de05b804f7
Update Norwegian to 100%
2018-12-03 23:51:59 -08:00
Craig Crosby
abb0456641
Add remove() to Settings Model
2018-12-01 12:00:18 -08:00
Craig Crosby
cddaf2ac2e
Add hook to Board Settings
2018-11-28 10:33:23 -05:00
Ben RUBSON
ebf8c5f839
Disable php_uname() warning
2018-11-27 19:39:48 -08:00
Frédéric Guillot
6099567fa5
Add link to new forum
2018-11-20 21:26:22 -08:00
Marcin
b4a19059e3
New automatic action: move the task to another swimlane when assigned to a user
2018-11-08 20:48:47 -08:00
Richard Levitte
2674def351
Add the locale en_GB
2018-11-08 20:46:01 -08:00
trendspotter
7c2e0f7780
Fix postgres schema version + move to separate lines
2018-10-31 18:29:21 -07:00
Matteo Mazza
961486ae89
Fix custom roles duplication
...
The source_column_id and destination_column_id are searched into the correct project: the newly created one.
2018-10-31 18:26:01 -07:00
Stephan Fischer
dea1f85d36
Adding more hyphens to German translation
...
Made some strings more consistent.
2018-10-27 11:39:03 -07:00
Balázs Úr
8fcdd2be5d
Fix typo
2018-10-25 18:18:37 -07:00
rafacamargo123
8b76fa8ba0
Add ordering comments by id along with creation
...
Order comments correctly when they are added on the same second.
2018-10-25 18:18:02 -07:00
Interleaved
755ecb0f3e
Register action assign category based on swimlane
2018-10-25 18:16:49 -07:00
Interleaved
722cb22a5a
Assign category based on swimlane change
2018-10-25 18:16:49 -07:00
Interleaved
641cf38e72
Register new swimlane action in action manager
2018-10-25 18:16:49 -07:00
Interleaved
4668126893
Add action for moving a task to swimlane based on category change
2018-10-25 18:16:49 -07:00
Frédéric Guillot
8532696f0c
Fix broken link to contributor page
...
Fixes #4052
2018-10-23 15:17:33 -07:00
Frédéric Guillot
5a2836bf39
Revert "Easier closing of dialogs" (introduces regression on date time picker)
...
This reverts commit 71630aaa77 .
2018-10-23 15:12:44 -07:00
Michael Vickers
2deb6cc917
Redirect to board view of the current task after duplication
2018-10-15 18:07:50 -07:00
Michael Vickers
d4749a4402
Auto link tasks created from a subtask
2018-10-15 18:04:13 -07:00
Michael Vickers
1cd184604c
Auto link duplicated project tasks
2018-10-15 17:59:49 -07:00
Michael Vickers
c63a6ed89b
Auto link duplicated tasks
2018-10-15 17:59:49 -07:00
Michael
71630aaa77
Easier closing of dialogs
...
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 17:47:38 -07:00
Michael
cc81f9d4f5
Write log entry on file removal
2018-10-15 17:39:42 -07:00
Frédéric Guillot
00228ac12f
Update ChangeLog and MySQL dump
2018-10-10 20:17:19 -07:00
Yannick Armand
a165f3acdb
Update French translation
2018-10-07 11:23:13 -07:00
Thomas
e650ed5814
Escape table name 'groups' because groups is a reserved word as of MySql 8.0.2
2018-10-06 13:06:13 -07:00
Frédéric Guillot
c06a110830
Reduce number of SQL queries when doing groups sync
2018-10-02 15:15:23 -07:00
Frédéric Guillot
5cce000f95
Make swimlane filter compatible with numeric title
...
Fixes #3940
2018-10-02 11:34:00 -07:00
Frédéric Guillot
4a58cbc917
Duplicate reference fields when duplicating a task
2018-10-02 11:23:37 -07:00
Frédéric Guillot
a08d8673e9
Duplicate tag color when duplicating projects
2018-10-02 11:12:36 -07:00
Frédéric Guillot
b6e0b9cc09
Duplicate category color when duplicating projects
2018-10-02 10:16:30 -07:00
Vadim Zhukov
497f36983c
Do not try to redirect to login page when offline
2018-10-01 17:46:50 -07:00
Frédéric Guillot
1db83cddd0
Define fixed width for auto-complete dropdown
2018-10-01 17:10:29 -07:00
Kloppi313
eed3256824
Correct german translation
2018-09-28 19:18:50 -07:00
Julian Maurice
14d1411300
Fix task drag and drop slowdown when a column is hidden
...
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-28 19:18:18 -07:00
Hasan Hüseyin CİHANGİR
5dfa3d5335
Fixed typo in Turkish(tr_TR) translation.
...
Some translations have been fixed.
2018-09-23 10:48:54 -07:00
Kloppi313
235a5e7eef
Fix typo in German translation
2018-09-08 09:34:26 -07:00
Vadim Zhukov
44cf75467c
Make PLUGINS_DIR absolute, this is the common requirement in Kanboard.
...
Also add comment telling users to use absolute paths to avoid someone
else failing the same way as I did.
2018-09-03 12:33:00 -07:00
Ramon Cahenzli
f3d428277a
Fixing typo in de_DE translation
2018-08-23 09:34:17 -07:00