]> source.dussan.org Git - redmine.git/log
redmine.git
3 years agoDon't unlink files before closing them (#35539, #35721).
Go MAEDA [Wed, 18 Aug 2021 02:47:32 +0000 (02:47 +0000)]
Don't unlink files before closing them (#35539, #35721).

Patch by Pavel Rosický.

git-svn-id: http://svn.redmine.org/redmine/trunk@21194 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoFix that binmode specified twice (#35539, #35720).
Go MAEDA [Wed, 18 Aug 2021 02:34:46 +0000 (02:34 +0000)]
Fix that binmode specified twice (#35539, #35720).

Patch by Pavel Rosický.

git-svn-id: http://svn.redmine.org/redmine/trunk@21193 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoUpdate locales (#34494).
Go MAEDA [Tue, 17 Aug 2021 12:46:45 +0000 (12:46 +0000)]
Update locales (#34494).

git-svn-id: http://svn.redmine.org/redmine/trunk@21192 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoRename the save, edit and delete buttons on the query form to clarify the scope ...
Go MAEDA [Tue, 17 Aug 2021 12:41:58 +0000 (12:41 +0000)]
Rename the save, edit and delete buttons on the query form to clarify the scope (#34494).

Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21191 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoMove subtasks section on issues show view into a separate partial (#35671).
Go MAEDA [Tue, 17 Aug 2021 09:42:54 +0000 (09:42 +0000)]
Move subtasks section on issues show view into a separate partial (#35671).

Patch by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@21190 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoGalician translation update (#35687).
Go MAEDA [Mon, 16 Aug 2021 12:26:31 +0000 (12:26 +0000)]
Galician translation update (#35687).

Patch by Guillermo ML.

git-svn-id: http://svn.redmine.org/redmine/trunk@21189 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoGalician translation update for 4.2-stable (jstoolbar-gl.js) (#35766).
Go MAEDA [Mon, 16 Aug 2021 12:20:51 +0000 (12:20 +0000)]
Galician translation update for 4.2-stable (jstoolbar-gl.js) (#35766).

Patch by Guillermo ML.

git-svn-id: http://svn.redmine.org/redmine/trunk@21187 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoGalician translation update for 4.2-stable (#35766).
Go MAEDA [Mon, 16 Aug 2021 12:10:20 +0000 (12:10 +0000)]
Galician translation update for 4.2-stable (#35766).

Patch by Guillermo ML.

git-svn-id: http://svn.redmine.org/redmine/trunk@21185 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoUnify code block and add "data-language" attribute with the user-supplied language...
Marius Balteanu [Sun, 15 Aug 2021 21:00:16 +0000 (21:00 +0000)]
Unify code block and add "data-language" attribute with the user-supplied language for Textile and Markdown formaters (#35104).

Patch by Martin Cizek.

git-svn-id: http://svn.redmine.org/redmine/trunk@21183 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoAdd "data-language" attribute to code block with the user-supplied language for Commo...
Marius Balteanu [Sun, 15 Aug 2021 20:59:04 +0000 (20:59 +0000)]
Add "data-language" attribute to code block with the user-supplied language for CommonMark formater (#35104, #32424).

Patch by Martin Cizek.

git-svn-id: http://svn.redmine.org/redmine/trunk@21182 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoPreserve the code block and remove the class from it when the language is not support...
Marius Balteanu [Sun, 15 Aug 2021 20:57:38 +0000 (20:57 +0000)]
Preserve the code block and remove the class from it when the language is not supported in CommonMark formatter (#35765, 32424).

git-svn-id: http://svn.redmine.org/redmine/trunk@21181 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoRevert r21179 (#35729).
Marius Balteanu [Sun, 15 Aug 2021 08:59:50 +0000 (08:59 +0000)]
Revert r21179 (#35729).

git-svn-id: http://svn.redmine.org/redmine/trunk@21180 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoUpdate jQuery to 3.6.0 (#35729).
Marius Balteanu [Sun, 15 Aug 2021 08:20:01 +0000 (08:20 +0000)]
Update jQuery to 3.6.0 (#35729).

git-svn-id: http://svn.redmine.org/redmine/trunk@21179 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoDon't try to install CommonMarker 0.22 on Ruby 2.6.0-rc (#32424).
Go MAEDA [Sun, 15 Aug 2021 06:51:31 +0000 (06:51 +0000)]
Don't try to install CommonMarker 0.22 on Ruby 2.6.0-rc (#32424).

git-svn-id: http://svn.redmine.org/redmine/trunk@21178 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoUpdate failing test after hardbreaks enabled by default (#35754, #32424).
Marius Balteanu [Sun, 15 Aug 2021 05:57:57 +0000 (05:57 +0000)]
Update failing test after hardbreaks enabled by default (#35754, #32424).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21177 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoAdd some space around the versions on the Roadmap (#35758).
Go MAEDA [Sun, 15 Aug 2021 04:32:07 +0000 (04:32 +0000)]
Add some space around the versions on the Roadmap (#35758).

Patch by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@21176 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoFile upload fails when run with uWSGI (#35715).
Go MAEDA [Sat, 14 Aug 2021 01:38:26 +0000 (01:38 +0000)]
File upload fails when run with uWSGI (#35715).

Contributed by Pavel Rosický and Holger Just.

git-svn-id: http://svn.redmine.org/redmine/trunk@21173 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoBulgarian translation update (#35759).
Go MAEDA [Sat, 14 Aug 2021 01:00:15 +0000 (01:00 +0000)]
Bulgarian translation update (#35759).

Patch by Ivan Cenov.

git-svn-id: http://svn.redmine.org/redmine/trunk@21172 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoPin sanitize to 6.0 (#35752, #32424).
Marius Balteanu [Fri, 13 Aug 2021 06:37:57 +0000 (06:37 +0000)]
Pin sanitize to 6.0 (#35752, #32424).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21171 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoPreserve leading spaces when using the Quote function (#35677).
Go MAEDA [Fri, 13 Aug 2021 03:10:39 +0000 (03:10 +0000)]
Preserve leading spaces when using the Quote function (#35677).

Patch by Jens Krämer.

git-svn-id: http://svn.redmine.org/redmine/trunk@21170 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoPassword and Confirmation fields are marked as required when editing a user (#35731).
Go MAEDA [Fri, 13 Aug 2021 02:56:04 +0000 (02:56 +0000)]
Password and Confirmation fields are marked as required when editing a user (#35731).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21167 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoFixed Replace class var @@allowlist with a class instance var (#32424).
Marius Balteanu [Wed, 11 Aug 2021 21:52:37 +0000 (21:52 +0000)]
Fixed Replace class var @@allowlist with a class instance var (#32424).

git-svn-id: http://svn.redmine.org/redmine/trunk@21166 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoRender markdown attachments using markdown or common_mark based on the text formattin...
Marius Balteanu [Wed, 11 Aug 2021 21:52:04 +0000 (21:52 +0000)]
Render markdown attachments using markdown or common_mark based on the text formatting setting (#32424).

Patch by Marius BĂLTEANU and Martin Cizek.

git-svn-id: http://svn.redmine.org/redmine/trunk@21165 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoFixed failing test on CommonMark by striping the trailing whitespace returned by...
Marius Balteanu [Wed, 11 Aug 2021 21:51:23 +0000 (21:51 +0000)]
Fixed failing test on CommonMark by striping the trailing whitespace returned by the footnote (#32424).

git-svn-id: http://svn.redmine.org/redmine/trunk@21164 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoFixed Layout/HeredocIndentation: Use 2 spaces for indentation in a heredoc by using...
Marius Balteanu [Wed, 11 Aug 2021 21:50:52 +0000 (21:50 +0000)]
Fixed Layout/HeredocIndentation: Use 2 spaces for indentation in a heredoc by using <<~ instead of <<- (#32424).

git-svn-id: http://svn.redmine.org/redmine/trunk@21163 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoReplace deprecated Sanitize keywords (#32424).
Marius Balteanu [Wed, 11 Aug 2021 21:50:16 +0000 (21:50 +0000)]
Replace deprecated Sanitize keywords (#32424).

Patch by Martin Cizek.

git-svn-id: http://svn.redmine.org/redmine/trunk@21162 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoRelax allowed protocols in links by denying specific protocols for CommonMark text...
Marius Balteanu [Wed, 11 Aug 2021 21:49:27 +0000 (21:49 +0000)]
Relax allowed protocols in links by denying specific protocols for CommonMark text formatting (#32424).

Patch by Martin Cizek.

git-svn-id: http://svn.redmine.org/redmine/trunk@21161 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoMark CommonMark Markdown (GitHub Flavored) as experimental (#32424).
Marius Balteanu [Wed, 11 Aug 2021 21:48:18 +0000 (21:48 +0000)]
Mark CommonMark Markdown (GitHub Flavored) as experimental (#32424).

git-svn-id: http://svn.redmine.org/redmine/trunk@21160 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoPin sanitize to 5.2 (#32424).
Marius Balteanu [Wed, 11 Aug 2021 21:47:29 +0000 (21:47 +0000)]
Pin sanitize to 5.2 (#32424).

git-svn-id: http://svn.redmine.org/redmine/trunk@21159 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoPin html-pipeline to 2.13.2 (#32424).
Marius Balteanu [Wed, 11 Aug 2021 21:46:59 +0000 (21:46 +0000)]
Pin html-pipeline to 2.13.2 (#32424).

git-svn-id: http://svn.redmine.org/redmine/trunk@21158 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoPin commonmarker to 0.22 if Ruby version is greater than 2.5 (#32424).
Marius Balteanu [Wed, 11 Aug 2021 21:45:07 +0000 (21:45 +0000)]
Pin commonmarker to 0.22 if Ruby version is greater than 2.5 (#32424).

git-svn-id: http://svn.redmine.org/redmine/trunk@21157 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoAdds CommonMark Markdown (GitHub Flavored) as third text formatting option (#32424).
Marius Balteanu [Wed, 11 Aug 2021 21:40:56 +0000 (21:40 +0000)]
Adds CommonMark Markdown (GitHub Flavored) as third text formatting option (#32424).

Patch by Jens Krämer.

git-svn-id: http://svn.redmine.org/redmine/trunk@21156 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoFixed "Layout/IndentationWidth: Use 2 (not 4) spaces for indentation." introduced...
Marius Balteanu [Tue, 10 Aug 2021 20:26:23 +0000 (20:26 +0000)]
Fixed "Layout/IndentationWidth: Use 2 (not 4) spaces for indentation." introduced by r21141 (#35634).

git-svn-id: http://svn.redmine.org/redmine/trunk@21152 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoRemove wrapper2 and wrapper3 wrapping containers (#30448).
Marius Balteanu [Tue, 10 Aug 2021 19:59:00 +0000 (19:59 +0000)]
Remove wrapper2 and wrapper3 wrapping containers (#30448).

git-svn-id: http://svn.redmine.org/redmine/trunk@21151 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoFixed create duplicate follow relation fails with 500 internal error (#35655).
Marius Balteanu [Tue, 10 Aug 2021 19:35:53 +0000 (19:35 +0000)]
Fixed create duplicate follow relation fails with 500 internal error (#35655).

git-svn-id: http://svn.redmine.org/redmine/trunk@21150 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoAdd missing fixtures to Redmine::ProjectJumpBoxTest (#35727).
Go MAEDA [Tue, 10 Aug 2021 12:30:14 +0000 (12:30 +0000)]
Add missing fixtures to Redmine::ProjectJumpBoxTest (#35727).

Patch by Yuichi HARADA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21147 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoFixed attachments deletable by user without edit issue permission on tracker (#35634).
Marius Balteanu [Thu, 5 Aug 2021 23:50:11 +0000 (23:50 +0000)]
Fixed attachments deletable by user without edit issue permission on tracker (#35634).

git-svn-id: http://svn.redmine.org/redmine/trunk@21142 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoAdds tests for issue attachment edit by user without edit issue permission on tracker...
Marius Balteanu [Thu, 5 Aug 2021 23:48:47 +0000 (23:48 +0000)]
Adds tests for issue attachment edit by user without edit issue permission on tracker (#35634).

git-svn-id: http://svn.redmine.org/redmine/trunk@21141 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoFix typo (#33521).
Marius Balteanu [Thu, 5 Aug 2021 23:46:17 +0000 (23:46 +0000)]
Fix typo (#33521).

git-svn-id: http://svn.redmine.org/redmine/trunk@21140 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoFix that updating an issue from context menu to a none value do not set the field...
Marius Balteanu [Thu, 5 Aug 2021 23:41:01 +0000 (23:41 +0000)]
Fix that updating an issue from context menu to a none value do not set the field to blank (#33521).

Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21139 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoUpdate Nokogiri to 1.12 (#35691).
Go MAEDA [Thu, 5 Aug 2021 23:26:04 +0000 (23:26 +0000)]
Update Nokogiri to 1.12 (#35691).

git-svn-id: http://svn.redmine.org/redmine/trunk@21138 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoLong text custom field values are not aligned with their labels (#35642).
Go MAEDA [Thu, 5 Aug 2021 21:51:15 +0000 (21:51 +0000)]
Long text custom field values are not aligned with their labels (#35642).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21137 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoMongolian translation update for "Notes", "Totals", and "% Done" (#35662).
Go MAEDA [Wed, 4 Aug 2021 13:38:31 +0000 (13:38 +0000)]
Mongolian translation update for "Notes", "Totals", and "% Done" (#35662).

Patch by Munkh B.

git-svn-id: http://svn.redmine.org/redmine/trunk@21135 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoAvoid executing the same SQL statement multiple times to get the default custom query...
Go MAEDA [Wed, 4 Aug 2021 12:48:54 +0000 (12:48 +0000)]
Avoid executing the same SQL statement multiple times to get the default custom query (#7360).

git-svn-id: http://svn.redmine.org/redmine/trunk@21134 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoUpdate custom field path on the context menu (#33521).
Marius Balteanu [Tue, 3 Aug 2021 20:25:20 +0000 (20:25 +0000)]
Update custom field path on the context menu (#33521).

Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21133 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoFix update status path on the context menu (#33521).
Marius Balteanu [Tue, 3 Aug 2021 20:21:41 +0000 (20:21 +0000)]
Fix update status path on the context menu (#33521).

Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21132 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoRemove 'setting_bcc_recipients' from locales (##30820).
Marius Balteanu [Sun, 1 Aug 2021 17:38:53 +0000 (17:38 +0000)]
Remove 'setting_bcc_recipients' from locales (##30820).

git-svn-id: http://svn.redmine.org/redmine/trunk@21131 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoRemove unused setting 'Blind carbon copy recipients (bcc)' (#30820).
Marius Balteanu [Sun, 1 Aug 2021 17:25:13 +0000 (17:25 +0000)]
Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).

git-svn-id: http://svn.redmine.org/redmine/trunk@21130 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoUpdates for 4.2.2 release.
Marius Balteanu [Sun, 1 Aug 2021 07:07:48 +0000 (07:07 +0000)]
Updates for 4.2.2 release.

git-svn-id: http://svn.redmine.org/redmine/trunk@21125 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoJapanese translation update (#35646).
Go MAEDA [Sat, 31 Jul 2021 07:06:48 +0000 (07:06 +0000)]
Japanese translation update (#35646).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21122 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoLithuanian translation update for 4.2-stable (jstoolbar-lt.js) (#35110).
Go MAEDA [Sat, 31 Jul 2021 06:53:40 +0000 (06:53 +0000)]
Lithuanian translation update for 4.2-stable (jstoolbar-lt.js) (#35110).

Patch by Mindaugas Muckus.

git-svn-id: http://svn.redmine.org/redmine/trunk@21119 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoLithuanian translation update for 4.2-stable (#35110).
Go MAEDA [Sat, 31 Jul 2021 06:50:24 +0000 (06:50 +0000)]
Lithuanian translation update for 4.2-stable (#35110).

Patch by Mindaugas Muckus.

git-svn-id: http://svn.redmine.org/redmine/trunk@21118 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoProgress bar for a shared version on gantt disappears when the tree is collapsed...
Go MAEDA [Sat, 31 Jul 2021 06:21:35 +0000 (06:21 +0000)]
Progress bar for a shared version on gantt disappears when the tree is collapsed and then expanded (#34694).

Patch by Yuichi HARADA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21115 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoLink to the profile page from users on the group page (#12795).
Go MAEDA [Sat, 31 Jul 2021 05:33:33 +0000 (05:33 +0000)]
Link to the profile page from users on the group page (#12795).

git-svn-id: http://svn.redmine.org/redmine/trunk@21114 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoGroupsController#show should only display visible users (#12795).
Go MAEDA [Sat, 31 Jul 2021 00:53:08 +0000 (00:53 +0000)]
GroupsController#show should only display visible users (#12795).

git-svn-id: http://svn.redmine.org/redmine/trunk@21113 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoTraditional Chinese translation update (#35643).
Go MAEDA [Fri, 30 Jul 2021 09:26:38 +0000 (09:26 +0000)]
Traditional Chinese translation update (#35643).

Patch by ChunChang Lo.

git-svn-id: http://svn.redmine.org/redmine/trunk@21112 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoUpdate locales (#35562).
Go MAEDA [Fri, 30 Jul 2021 03:52:48 +0000 (03:52 +0000)]
Update locales (#35562).

git-svn-id: http://svn.redmine.org/redmine/trunk@21111 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoShow warning in admin/info when there are pending migrations (#35562).
Go MAEDA [Fri, 30 Jul 2021 03:51:19 +0000 (03:51 +0000)]
Show warning in admin/info when there are pending migrations (#35562).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21110 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoBulgarian translation update (#35628).
Go MAEDA [Thu, 29 Jul 2021 01:29:48 +0000 (01:29 +0000)]
Bulgarian translation update (#35628).

Patch by Ivan Cenov.

git-svn-id: http://svn.redmine.org/redmine/trunk@21109 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoRemoves unused column trackers.is_in_chlog (#31132).
Marius Balteanu [Wed, 28 Jul 2021 16:26:22 +0000 (16:26 +0000)]
Removes unused column trackers.is_in_chlog (#31132).

git-svn-id: http://svn.redmine.org/redmine/trunk@21106 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoRemoves unused wikis/edit.js.erb view (#35610).
Marius Balteanu [Wed, 28 Jul 2021 16:12:46 +0000 (16:12 +0000)]
Removes unused wikis/edit.js.erb view (#35610).

git-svn-id: http://svn.redmine.org/redmine/trunk@21105 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoAdds test for #35417.
Marius Balteanu [Wed, 28 Jul 2021 15:59:03 +0000 (15:59 +0000)]
Adds test for #35417.

git-svn-id: http://svn.redmine.org/redmine/trunk@21104 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoInline image in Textile is not displayed if the image URL contains ampersands (#35441).
Go MAEDA [Wed, 28 Jul 2021 08:25:15 +0000 (08:25 +0000)]
Inline image in Textile is not displayed if the image URL contains ampersands (#35441).

Contributed by Yuichi HARADA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21101 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoRemove unnecessary comments (#35606).
Go MAEDA [Wed, 28 Jul 2021 05:40:46 +0000 (05:40 +0000)]
Remove unnecessary comments (#35606).

git-svn-id: http://svn.redmine.org/redmine/trunk@21099 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoBundler fails to install globalid when using Ruby < 2.6.0 (#35621).
Go MAEDA [Wed, 28 Jul 2021 03:21:47 +0000 (03:21 +0000)]
Bundler fails to install globalid when using Ruby < 2.6.0 (#35621).

git-svn-id: http://svn.redmine.org/redmine/trunk@21096 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoLocked users should not be displayed in the members box of the project overview page...
Go MAEDA [Tue, 27 Jul 2021 04:55:08 +0000 (04:55 +0000)]
Locked users should not be displayed in the members box of the project overview page (#35606).

Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21090 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoUse issue path instead of bulk update issues path when only one issue is selected...
Marius Balteanu [Mon, 26 Jul 2021 21:46:43 +0000 (21:46 +0000)]
Use issue path instead of bulk update issues path when only one issue is selected in the context menu (#33521).

git-svn-id: http://svn.redmine.org/redmine/trunk@21089 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoSet :wiki menu_item for WikisController#destroy (#35610).
Marius Balteanu [Mon, 26 Jul 2021 21:28:36 +0000 (21:28 +0000)]
Set :wiki menu_item for WikisController#destroy (#35610).

This action is executed inside the project wiki scope after r16916,
thus we can better set the menu_item accordingly.

Patch by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@21088 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoRedirect_to project_path after WikisController#destroy (#35610).
Marius Balteanu [Mon, 26 Jul 2021 21:27:23 +0000 (21:27 +0000)]
Redirect_to project_path after WikisController#destroy (#35610).

* Project settings 'wiki' tab is removed by r16917 & r17017.
* This action is executed outside the project settings scope after r16916,
  thus we can better redirect to project_path.

Patch by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@21087 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoRemove 'edit' action from :manage_wiki permission definition in Redmine::AccessContro...
Marius Balteanu [Mon, 26 Jul 2021 21:26:01 +0000 (21:26 +0000)]
Remove 'edit' action from :manage_wiki permission definition in Redmine::AccessControl. Wikis#edit is removed by r17018. (#35610).

Patch by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@21086 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoTotal spent time from issue page should link to global time entries if the issue...
Marius Balteanu [Mon, 26 Jul 2021 20:55:09 +0000 (20:55 +0000)]
Total spent time from issue page should link to global time entries if the issue has subtasks and the subtasks can be on projects that are not descendants of the current project (#35134).

git-svn-id: http://svn.redmine.org/redmine/trunk@21085 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoRevert r21082 (#35134).
Marius Balteanu [Mon, 26 Jul 2021 20:51:36 +0000 (20:51 +0000)]
Revert r21082 (#35134).

git-svn-id: http://svn.redmine.org/redmine/trunk@21084 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoRevert r21082 (#35134).
Marius Balteanu [Mon, 26 Jul 2021 20:49:01 +0000 (20:49 +0000)]
Revert r21082 (#35134).

git-svn-id: http://svn.redmine.org/redmine/trunk@21083 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoLink total spent time to global time entries page when cross_project_issue_relations...
Marius Balteanu [Mon, 26 Jul 2021 20:28:21 +0000 (20:28 +0000)]
Link total spent time to global time entries page when cross_project_issue_relations are allowed in order to include time entries from other projects (#35134).

git-svn-id: http://svn.redmine.org/redmine/trunk@21082 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoWhen updating an issue, allow adding time entry on an issue that was visible for...
Marius Balteanu [Mon, 26 Jul 2021 20:20:41 +0000 (20:20 +0000)]
When updating an issue, allow adding time entry on an issue that was visible for the previous assignee (#34856).

git-svn-id: http://svn.redmine.org/redmine/trunk@21081 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoOutput test coverage report to the console (#35259).
Go MAEDA [Sun, 25 Jul 2021 07:15:09 +0000 (07:15 +0000)]
Output test coverage report to the console (#35259).

Patch by Dmitry Makurin.

git-svn-id: http://svn.redmine.org/redmine/trunk@21080 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoAdd watching users to a ticket should switch "watch" link to "unwatch" if own user...
Go MAEDA [Sun, 25 Jul 2021 02:27:54 +0000 (02:27 +0000)]
Add watching users to a ticket should switch "watch" link to "unwatch" if own user was added (#15634).

Patch by Takenori TAKAKI.

git-svn-id: http://svn.redmine.org/redmine/trunk@21079 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoJapanese translation update (#35591).
Go MAEDA [Thu, 22 Jul 2021 07:02:28 +0000 (07:02 +0000)]
Japanese translation update (#35591).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21078 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoWiki syntax help: German translation for "The issue subject" (#35375).
Go MAEDA [Thu, 22 Jul 2021 01:12:13 +0000 (01:12 +0000)]
Wiki syntax help: German translation for "The issue subject" (#35375).

Patch by Felix Schäfer.

git-svn-id: http://svn.redmine.org/redmine/trunk@21076 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoLink from assignee to group page (#12795).
Go MAEDA [Tue, 20 Jul 2021 21:39:17 +0000 (21:39 +0000)]
Link from assignee to group page (#12795).

git-svn-id: http://svn.redmine.org/redmine/trunk@21075 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoSet "icon icon-group" CSS classes in _members_box.html.erb instead of ApplicationHele...
Go MAEDA [Tue, 20 Jul 2021 21:35:06 +0000 (21:35 +0000)]
Set "icon icon-group" CSS classes in _members_box.html.erb instead of ApplicationHeler (#12795).

git-svn-id: http://svn.redmine.org/redmine/trunk@21074 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoAdd link from group name to group page on project overview page (#12795).
Go MAEDA [Mon, 19 Jul 2021 15:13:58 +0000 (15:13 +0000)]
Add link from group name to group page on project overview page (#12795).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21073 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoAllow non-admin users to see group members (#12795).
Go MAEDA [Mon, 19 Jul 2021 14:42:26 +0000 (14:42 +0000)]
Allow non-admin users to see group members (#12795).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21072 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoEnsure unique attachment filenames (#35539).
Go MAEDA [Mon, 19 Jul 2021 13:27:59 +0000 (13:27 +0000)]
Ensure unique attachment filenames (#35539).

Patch by Jens Krämer.

git-svn-id: http://svn.redmine.org/redmine/trunk@21071 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoUser sessions not reset after 2FA activation (#35417).
Go MAEDA [Thu, 15 Jul 2021 01:44:05 +0000 (01:44 +0000)]
User sessions not reset after 2FA activation (#35417).

Patch by Felix Schäfer.

git-svn-id: http://svn.redmine.org/redmine/trunk@21069 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoHooks for queries helper (#34743).
Go MAEDA [Wed, 14 Jul 2021 14:02:02 +0000 (14:02 +0000)]
Hooks for queries helper (#34743).

Patch by Alexander Meindl.

git-svn-id: http://svn.redmine.org/redmine/trunk@21068 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoRename test/fixtures/configuration/*.yml.example to test/fixtures/files/configuration...
Go MAEDA [Sat, 10 Jul 2021 08:47:19 +0000 (08:47 +0000)]
Rename test/fixtures/configuration/*.yml.example to test/fixtures/files/configuration/*.yml (#35466).

git-svn-id: http://svn.redmine.org/redmine/trunk@21067 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoAPI to close/reopen projects (#35507).
Go MAEDA [Fri, 9 Jul 2021 02:42:47 +0000 (02:42 +0000)]
API to close/reopen projects (#35507).

Patch by Yuichi HARADA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21066 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoTraditional Chinese translation update (#35538).
Go MAEDA [Fri, 9 Jul 2021 01:38:12 +0000 (01:38 +0000)]
Traditional Chinese translation update (#35538).

Patch by ChunChang Lo.

git-svn-id: http://svn.redmine.org/redmine/trunk@21065 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoAdd enabled core fields to /trackers API response (#35505).
Go MAEDA [Tue, 6 Jul 2021 10:13:01 +0000 (10:13 +0000)]
Add enabled core fields to /trackers API response (#35505).

Patch by Jens Krämer.

git-svn-id: http://svn.redmine.org/redmine/trunk@21064 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoUpdate locales (#7360).
Go MAEDA [Tue, 6 Jul 2021 06:23:11 +0000 (06:23 +0000)]
Update locales (#7360).

git-svn-id: http://svn.redmine.org/redmine/trunk@21063 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoUpdate locales (#31920).
Go MAEDA [Tue, 6 Jul 2021 06:19:45 +0000 (06:19 +0000)]
Update locales (#31920).

git-svn-id: http://svn.redmine.org/redmine/trunk@21062 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoDefault issue query (#7360).
Go MAEDA [Tue, 6 Jul 2021 06:01:50 +0000 (06:01 +0000)]
Default issue query (#7360).

Patch by Katsuya HIDAKA (the author of https://github.com/hidakatsuya/redmine_default_custom_query), Takenori TAKAKI, Olivier Chabert, and Jens Krämer.

git-svn-id: http://svn.redmine.org/redmine/trunk@21061 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoWhen 2FA is set to optional, allow to require 2FA only for certain user groups (...
Marius Balteanu [Sun, 4 Jul 2021 13:06:47 +0000 (13:06 +0000)]
When 2FA is set to optional, allow to require 2FA only for certain user groups (#31920).

Patch by Jens Krämer.

git-svn-id: http://svn.redmine.org/redmine/trunk@21060 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoPsych 4: aliases in database.yml cause Psych::BadAlias exception (#35435).
Go MAEDA [Sat, 3 Jul 2021 23:13:32 +0000 (23:13 +0000)]
Psych 4: aliases in database.yml cause Psych::BadAlias exception (#35435).

Patch by Pavel Rosický.

git-svn-id: http://svn.redmine.org/redmine/trunk@21059 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoAllow sending account information when importing users (#35365).
Go MAEDA [Sat, 3 Jul 2021 09:40:05 +0000 (09:40 +0000)]
Allow sending account information when importing users (#35365).

Patch by Yuichi HARADA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21058 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoUnhandled exception when a YAML syntax error is detected in configuration.yml (#35421).
Go MAEDA [Thu, 1 Jul 2021 09:17:53 +0000 (09:17 +0000)]
Unhandled exception when a YAML syntax error is detected in configuration.yml (#35421).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21057 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoReduce amount of work on projects show API (#35374).
Go MAEDA [Thu, 1 Jul 2021 01:42:42 +0000 (01:42 +0000)]
Reduce amount of work on projects show API (#35374).

Patch by Felix Schäfer.

git-svn-id: http://svn.redmine.org/redmine/trunk@21056 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoAdd missing fixture to IssuesTest (#35312, #35500).
Go MAEDA [Wed, 30 Jun 2021 12:23:04 +0000 (12:23 +0000)]
Add missing fixture to IssuesTest (#35312, #35500).

Patch by Yuichi HARADA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21055 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 years agoProject specific TimeEntryActivity name not updating properly (#21056).
Go MAEDA [Wed, 30 Jun 2021 02:39:18 +0000 (02:39 +0000)]
Project specific TimeEntryActivity name not updating properly (#21056).

Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21054 e93f8b46-1217-0410-a6f0-8f06a7374b81