]> source.dussan.org Git - redmine.git/log
redmine.git
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

3 years agoBulgarian translation update (#35478).
Go MAEDA [Tue, 29 Jun 2021 02:27:29 +0000 (02:27 +0000)]
Bulgarian translation update (#35478).

Patch by Ivan Cenov.

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

3 years agoPreload principal and roles in members#index (#35324).
Go MAEDA [Sun, 27 Jun 2021 07:42:41 +0000 (07:42 +0000)]
Preload principal and roles in members#index (#35324).

Patch by Thomas Löber.

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

3 years agoAdd total estimated hours, spent hours, total spent hours for issues to issue list...
Go MAEDA [Sun, 27 Jun 2021 07:18:58 +0000 (07:18 +0000)]
Add total estimated hours, spent hours, total spent hours for issues to issue list API (#34857).

Patch by Felix Schäfer and Takenori TAKAKI.

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

3 years agoRequire redmine/sort_criteria globally (#35455).
Go MAEDA [Sat, 26 Jun 2021 01:16:41 +0000 (01:16 +0000)]
Require redmine/sort_criteria globally (#35455).

Patch by Felix Schäfer.

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

3 years agoUpdate Rails to 6.1.4 (#29914).
Go MAEDA [Sat, 26 Jun 2021 01:02:55 +0000 (01:02 +0000)]
Update Rails to 6.1.4 (#29914).

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

3 years agoAdd missing fixtures to ActivitiesControllerTest (#34933, #35413).
Go MAEDA [Fri, 25 Jun 2021 02:44:47 +0000 (02:44 +0000)]
Add missing fixtures to ActivitiesControllerTest (#34933, #35413).

Patch by Yuichi HARADA.

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

3 years agoTraditional Chinese translation update (#35427).
Go MAEDA [Fri, 25 Jun 2021 02:04:35 +0000 (02:04 +0000)]
Traditional Chinese translation update (#35427).

Patch by ChunChang Lo.

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

3 years agoAPI to archive/unarchive projects (#35420).
Go MAEDA [Thu, 24 Jun 2021 13:55:06 +0000 (13:55 +0000)]
API to archive/unarchive projects (#35420).

Patch by Felix Schäfer.

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

3 years agoUpdate RuboCop Rails to 2.11 (#35207).
Go MAEDA [Tue, 22 Jun 2021 05:10:53 +0000 (05:10 +0000)]
Update RuboCop Rails to 2.11 (#35207).

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

3 years agoUpdate locales (#35137).
Go MAEDA [Sun, 20 Jun 2021 13:27:49 +0000 (13:27 +0000)]
Update locales (#35137).

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

3 years agoReject CSV file without data row when importing (#35137).
Go MAEDA [Sun, 20 Jun 2021 13:25:10 +0000 (13:25 +0000)]
Reject CSV file without data row when importing (#35137).

Patch by Yuichi HARADA.

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

3 years agoUse base_scope for issue query results (#35396).
Go MAEDA [Sat, 19 Jun 2021 02:16:38 +0000 (02:16 +0000)]
Use base_scope for issue query results (#35396).

Patch by Alexander Meindl.

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

3 years agoUpdate RuboCop to 1.17 (#35136).
Go MAEDA [Sat, 19 Jun 2021 01:54:14 +0000 (01:54 +0000)]
Update RuboCop to 1.17 (#35136).

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

3 years agoUpdate locales (#34715).
Go MAEDA [Mon, 14 Jun 2021 07:03:08 +0000 (07:03 +0000)]
Update locales (#34715).

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

3 years agoFilter issues by file description (#34715).
Go MAEDA [Mon, 14 Jun 2021 07:01:27 +0000 (07:01 +0000)]
Filter issues by file description (#34715).

Patch by Yuichi HARADA.

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

3 years agoFix typo in test/fixtures/attachments.yml (#34715).
Go MAEDA [Mon, 14 Jun 2021 06:46:56 +0000 (06:46 +0000)]
Fix typo in test/fixtures/attachments.yml (#34715).

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

3 years agoBetter presentation for 2FA recovery codes (#35372).
Go MAEDA [Mon, 14 Jun 2021 06:04:45 +0000 (06:04 +0000)]
Better presentation for 2FA recovery codes (#35372).

Patch by Felix Schäfer.

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

3 years agoGerman translation update for 4.2-stable (jstoolbar-de.js) (#35267).
Go MAEDA [Wed, 9 Jun 2021 07:16:31 +0000 (07:16 +0000)]
German translation update for 4.2-stable (jstoolbar-de.js) (#35267).

Patch by Thomas Löber.

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

3 years agoUpdate activerecord-sqlserver-adapter gem to 6.1.0 (#29914, #35002).
Marius Balteanu [Tue, 8 Jun 2021 23:11:40 +0000 (23:11 +0000)]
Update activerecord-sqlserver-adapter gem to 6.1.0 (#29914, #35002).

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

3 years agoPossible double includes in issue query in gantt helper (#33381).
Go MAEDA [Sun, 6 Jun 2021 04:48:24 +0000 (04:48 +0000)]
Possible double includes in issue query in gantt helper (#33381).

Contributed by Felix Schäfer.

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

3 years agoUpdate CSV to 3.2 (#35361).
Go MAEDA [Sun, 6 Jun 2021 03:49:56 +0000 (03:49 +0000)]
Update CSV to 3.2 (#35361).

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

3 years agoUpdate RuboCop to 1.16 (#35136).
Go MAEDA [Sun, 6 Jun 2021 03:39:54 +0000 (03:39 +0000)]
Update RuboCop to 1.16 (#35136).

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

3 years agoTraditional Chinese translation update (#35352).
Go MAEDA [Fri, 4 Jun 2021 08:17:46 +0000 (08:17 +0000)]
Traditional Chinese translation update (#35352).

Patch by ChunChang Lo.

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

3 years agoRussian translation update for 4.2-stable (#35111).
Go MAEDA [Fri, 4 Jun 2021 07:36:48 +0000 (07:36 +0000)]
Russian translation update for 4.2-stable (#35111).

Patch by Madina Appolonova.

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

3 years agoFrench translation update for 4.2-stable (#34979).
Go MAEDA [Fri, 4 Jun 2021 07:29:56 +0000 (07:29 +0000)]
French translation update for 4.2-stable (#34979).

Patch by Brice Beaumesnil.

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

3 years agoBulgarian translation update (#35332).
Go MAEDA [Sun, 30 May 2021 04:33:43 +0000 (04:33 +0000)]
Bulgarian translation update (#35332).

Patch by Ivan Cenov.

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

3 years agoJapanese translation update (#35329).
Go MAEDA [Sat, 29 May 2021 08:03:48 +0000 (08:03 +0000)]
Japanese translation update (#35329).

Patch by Go MAEDA.

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

3 years agoUpdate locales (#7652).
Go MAEDA [Sat, 29 May 2021 07:32:57 +0000 (07:32 +0000)]
Update locales (#7652).

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

3 years agoAbility to add watchers to Wiki pages (#7652).
Go MAEDA [Sat, 29 May 2021 07:30:54 +0000 (07:30 +0000)]
Ability to add watchers to Wiki pages (#7652).

Patch by Yuichi HARADA.

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

3 years agoRemove trailing whitespaces in test/fixtures/watchers.yml (#7652).
Go MAEDA [Sat, 29 May 2021 07:01:46 +0000 (07:01 +0000)]
Remove trailing whitespaces in test/fixtures/watchers.yml (#7652).

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

3 years ago"Add news" button on global news index is displayed for users without permission...
Go MAEDA [Sat, 29 May 2021 06:44:54 +0000 (06:44 +0000)]
"Add news" button on global news index is displayed for users without permission (#35308).

Patch by Alexander Meindl and Mizuki ISHIKAWA.

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

3 years agoRender Textile and Markdown files in the repository browser (#16849).
Go MAEDA [Fri, 28 May 2021 08:37:30 +0000 (08:37 +0000)]
Render Textile and Markdown files in the repository browser (#16849).

Patch by Takenori TAKAKI.

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

3 years agoGracefully handle invalid query parameters for custom fields (#35312).
Go MAEDA [Fri, 28 May 2021 03:58:01 +0000 (03:58 +0000)]
Gracefully handle invalid query parameters for custom fields (#35312).

Patch by Holger Just.

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

3 years agoWrong Japanese translation for permission_delete_message_watchers (#35319).
Go MAEDA [Fri, 28 May 2021 00:56:29 +0000 (00:56 +0000)]
Wrong Japanese translation for permission_delete_message_watchers (#35319).

Patch by Mitsuru UDAGAWA.

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

3 years agoAdd SameSite=Lax to cookies to fix warnings in web browsers (#35226).
Go MAEDA [Thu, 27 May 2021 08:31:15 +0000 (08:31 +0000)]
Add SameSite=Lax to cookies to fix warnings in web browsers (#35226).

Patch by Go MAEDA.

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

3 years agoPDF thumbnails support on Windows (#32898).
Go MAEDA [Tue, 25 May 2021 02:36:21 +0000 (02:36 +0000)]
PDF thumbnails support on Windows (#32898).

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

3 years agoSecurity notification is not sent when an admin changes the password of a user (...
Go MAEDA [Mon, 24 May 2021 06:28:23 +0000 (06:28 +0000)]
Security notification is not sent when an admin changes the password of a user (#32199).

Patch by Yuichi HARADA.

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

3 years agoX-Redmine-Issue-Assignee email header field is empty when the assignee of an issue...
Go MAEDA [Tue, 18 May 2021 05:18:23 +0000 (05:18 +0000)]
X-Redmine-Issue-Assignee email header field is empty when the assignee of an issue is a group (#35017).

Patch by Akihiro MATOBA.

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

3 years agoUpdate RuboCop to 1.15 (#35136).
Go MAEDA [Tue, 18 May 2021 02:42:16 +0000 (02:42 +0000)]
Update RuboCop to 1.15 (#35136).

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

3 years agoRemove deprecated Project#members_by_role (#35031).
Go MAEDA [Sat, 15 May 2021 05:52:58 +0000 (05:52 +0000)]
Remove deprecated Project#members_by_role (#35031).

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

3 years agoRemove deprecated WikiContent::Version (#35031).
Go MAEDA [Sat, 15 May 2021 05:51:14 +0000 (05:51 +0000)]
Remove deprecated WikiContent::Version (#35031).

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

3 years agoFix typo in ApplicationHelper.html_title comment (#35230).
Go MAEDA [Sat, 15 May 2021 05:29:49 +0000 (05:29 +0000)]
Fix typo in ApplicationHelper.html_title comment (#35230).

Patch by keineahnung2345.

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

3 years agoFrench translation for two-factor authentication (#35016).
Go MAEDA [Fri, 14 May 2021 09:47:22 +0000 (09:47 +0000)]
French translation for two-factor authentication (#35016).

Patch by Sébastien NOIRIE.

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

3 years agoMarkdown text sections broken by thematic breaks (horizontal rules) (#35036).
Go MAEDA [Fri, 14 May 2021 09:39:12 +0000 (09:39 +0000)]
Markdown text sections broken by thematic breaks (horizontal rules) (#35036).

Patch by Martin Cizek.

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

3 years agoGerman translation update (#35051).
Go MAEDA [Wed, 12 May 2021 13:57:57 +0000 (13:57 +0000)]
German translation update (#35051).

Patch by Andreas Deininger.

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

3 years agoUploading a big file fails with NoMemoryError (#33752).
Go MAEDA [Tue, 11 May 2021 05:35:19 +0000 (05:35 +0000)]
Uploading a big file fails with NoMemoryError (#33752).

Patch by Karel Pičman and Pavel Rosický.

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

3 years agoDuplicate entries in issue filter values (#35201).
Go MAEDA [Fri, 7 May 2021 04:45:08 +0000 (04:45 +0000)]
Duplicate entries in issue filter values (#35201).

Patch by Jens Krämer.

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

3 years agoUpdate RuboCop Rails to 2.10 (#35207).
Go MAEDA [Fri, 7 May 2021 04:36:16 +0000 (04:36 +0000)]
Update RuboCop Rails to 2.10 (#35207).

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

3 years agoUse `Time.use_zone` instead of `Time.zone=` (#35208).
Go MAEDA [Fri, 7 May 2021 04:24:26 +0000 (04:24 +0000)]
Use `Time.use_zone` instead of `Time.zone=` (#35208).

Patch by Go MAEDA.

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

3 years agoUpdate RuboCop to 1.14 (#35136).
Go MAEDA [Fri, 7 May 2021 04:16:04 +0000 (04:16 +0000)]
Update RuboCop to 1.14 (#35136).

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

3 years agoRegenerate .rubocop_todo.yml (#35136).
Go MAEDA [Fri, 7 May 2021 04:07:15 +0000 (04:07 +0000)]
Regenerate .rubocop_todo.yml (#35136).

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

3 years agoUpdate Rails to 6.1.3.2 (#29914).
Go MAEDA [Thu, 6 May 2021 00:34:45 +0000 (00:34 +0000)]
Update Rails to 6.1.3.2 (#29914).

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

3 years agoRemove duplicate entries from Changelog for 4.2.1.
Go MAEDA [Mon, 26 Apr 2021 14:15:10 +0000 (14:15 +0000)]
Remove duplicate entries from Changelog for 4.2.1.

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

3 years agoUpdates for 4.2.1 release.
Go MAEDA [Mon, 26 Apr 2021 13:41:13 +0000 (13:41 +0000)]
Updates for 4.2.1 release.

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

3 years agoMail handler bypasses add_issue_notes permission (#35045).
Go MAEDA [Sun, 25 Apr 2021 13:02:13 +0000 (13:02 +0000)]
Mail handler bypasses add_issue_notes permission (#35045).

Patch by Marius BALTEANU.

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

3 years agoAllow Unique ID and relation fields to be auto mapped (#35131).
Go MAEDA [Fri, 23 Apr 2021 03:53:53 +0000 (03:53 +0000)]
Allow Unique ID and relation fields to be auto mapped (#35131).

Patch by Marius BALTEANU.

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

3 years agoRuby 2.7: FrozenError when new LDAP users try to login (#35135).
Go MAEDA [Fri, 23 Apr 2021 03:02:24 +0000 (03:02 +0000)]
Ruby 2.7: FrozenError when new LDAP users try to login (#35135).

Patch by Pavel Rosický.

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

3 years agoStricter validation of given revisions of repositories (#35085).
Go MAEDA [Fri, 23 Apr 2021 00:46:45 +0000 (00:46 +0000)]
Stricter validation of given revisions of repositories (#35085).

Patch by Holger Just.

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

3 years agoMailHandler raises NameError exception when generating error message (#35100).
Go MAEDA [Thu, 22 Apr 2021 03:07:42 +0000 (03:07 +0000)]
MailHandler raises NameError exception when generating error message (#35100).

Patch by Dmitry Makurin and Go MAEDA.

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

3 years agoUpdate RuboCop Performance to 1.11 (#35142).
Go MAEDA [Thu, 22 Apr 2021 02:30:57 +0000 (02:30 +0000)]
Update RuboCop Performance to 1.11 (#35142).

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