Commit Graph

4191 Commits

Author SHA1 Message Date
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
Matteo Mazza
f28d7a15b9 Add custom roles project duplication 2018-08-22 21:00:01 -07:00
Valentino Pesce
e5904ad2ed Fix lexical error in Italian translation 2018-08-21 17:32:12 -07:00
Frédéric Guillot
1268c0023d Avoid PHP error in Markdown parser
parent::inlineLink() could returns null or an array.

Bug introduced in commit c44880a.
2018-08-15 10:57:45 -07:00
cl0ne
1e67121616 Fix Ukrainian (uk_UA) translation 2018-08-14 00:07:05 +03:00
Julian Maurice
318b5414d2 Allow 'No assignee' for external task on single user public boards
'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-12 10:28:59 -07:00
Julian Maurice
9d4cd31e1a Allow to associate tags to colors
The color is then used as background in the board, list and task details
views
2018-08-11 10:15:13 +02:00
Julian Maurice
ae3ade0908 Allow to associate project categories to colors
The color is then used as background in the board and list views
2018-08-09 19:45:51 +02:00
W1lkins
efd64d842d Change 'entered' to 'enter' 2018-07-29 20:29:07 -07:00
Sean Yu
f88b8bdc31 fix the Chinese translation 2018-07-29 20:27:40 -07:00
cl0ne
c44880a588 Exclude task links and user mentions from nesting 2018-07-25 15:07:34 -07:00
Jean-François Fortin Tam
88228c3510 When forcing HTTPS, handle subfolder URLs properly
This fixes the redirection for Kanboard instances in subdirectories
(ex: /foo/bar/kanboard instead of the vhost's document root)
2018-07-23 12:49:14 -07:00
cl0ne
34909f7710 Update uk_UA (Ukrainian) translation 2018-07-20 15:05:00 -07:00
Kamil
03a22132e4 Add search within a range of dates for completion and modification 2018-07-19 12:22:21 -07:00
Kamil
fe935d6ec1 Add search within a range of dates for creation/moved date fields 2018-07-16 21:24:28 -07:00
Frédéric Guillot
196ccb2131 Update Docker image to Alpine Linux 3.8 2018-07-09 16:31:54 -07:00
Jyoti Sharma
a39cb11f52 SetEnv usage should be guarded
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-06 12:50:33 -07:00
Frédéric Guillot
29b1357cd2 Make HTTP client timeout configurable 2018-07-05 14:39:58 -07:00
kufeiko
cfada3542e Use SET NAMES instead of charset for DB connection
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-07-04 10:22:13 -07:00
Victor IT
8cee04101d Improve Russian translation 2018-06-27 10:05:29 -07:00
Victor-IT
1106247b0a Update Russian translation 2018-06-25 10:20:04 -07:00
Frédéric Guillot
a491348d44 Vendoring deprecated composer libs 2018-06-21 14:13:41 -07:00
Syratus
c73ac5f1f8 Update German translation 2018-06-19 10:19:54 -07:00
Balázs Úr
eea59116de Updated Hungarian translation 2018-06-18 10:28:25 -07:00