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

3 years agoDisable grouping for associations custom field (#35115).
Go MAEDA [Wed, 21 Apr 2021 07:29:02 +0000 (07:29 +0000)]
Disable grouping for associations custom field (#35115).

Patch by Marius BALTEANU.

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

3 years agoFilter issues by notes (#5893).
Go MAEDA [Wed, 21 Apr 2021 07:01:02 +0000 (07:01 +0000)]
Filter issues by notes (#5893).

Patch by Yuichi HARADA.

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

3 years agoUpdate RuboCop to 1.13 (#35136).
Go MAEDA [Wed, 21 Apr 2021 04:35:34 +0000 (04:35 +0000)]
Update RuboCop to 1.13 (#35136).

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

3 years agoInclude new statuses allowed by workflow in Issues REST API (#24976).
Go MAEDA [Mon, 19 Apr 2021 09:04:24 +0000 (09:04 +0000)]
Include new statuses allowed by workflow in Issues REST API (#24976).

Patch by Yuichi HARADA.

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

3 years agoUsers without two-factor authentication enabled cannot sign out when two-factor authe...
Go MAEDA [Fri, 16 Apr 2021 02:27:18 +0000 (02:27 +0000)]
Users without two-factor authentication enabled cannot sign out when two-factor authentication is required (#35087).

Patch by Go MAEDA.

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

3 years agoValidate attachment filenames on every change (#34367).
Go MAEDA [Fri, 16 Apr 2021 01:36:59 +0000 (01:36 +0000)]
Validate attachment filenames on every change (#34367).

Patch by Holger Just.

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

3 years agoPrevent hash type URLs from being namespaced in MenuManager (#35076).
Go MAEDA [Thu, 15 Apr 2021 01:03:18 +0000 (01:03 +0000)]
Prevent hash type URLs from being namespaced in MenuManager (#35076).

Patch by Jan Schulz-Hofen.

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

3 years agoUse named routes in base layout and account sidebar (#35075).
Go MAEDA [Thu, 15 Apr 2021 00:32:44 +0000 (00:32 +0000)]
Use named routes in base layout and account sidebar (#35075).

Patch by Jan Schulz-Hofen.

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

3 years agoClean-up workflows controller (#33337).
Go MAEDA [Tue, 13 Apr 2021 09:01:44 +0000 (09:01 +0000)]
Clean-up workflows controller (#33337).

Patch by Vincent Robert and Marius BALTEANU.

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

3 years agoRemove rake task check_parsing_by_psych (#35026).
Go MAEDA [Tue, 13 Apr 2021 07:30:15 +0000 (07:30 +0000)]
Remove rake task check_parsing_by_psych (#35026).

Patch by Go MAEDA.

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

3 years ago"Copy link" feature for issues list (#34932).
Go MAEDA [Tue, 13 Apr 2021 07:20:47 +0000 (07:20 +0000)]
"Copy link" feature for issues list (#34932).

Patch by Mizuki ISHIKAWA.

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

3 years agoset svn:eol-style to native (#29914, #35003).
Go MAEDA [Tue, 13 Apr 2021 05:42:06 +0000 (05:42 +0000)]
set svn:eol-style to native (#29914, #35003).

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

3 years agoUpdate Rails UJS to 6.1.3.1 (#29914, #35003).
Go MAEDA [Tue, 13 Apr 2021 05:32:54 +0000 (05:32 +0000)]
Update Rails UJS to 6.1.3.1 (#29914, #35003).

Patch by Marius BALTEANU.

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

3 years agoFix user link using @ not working at the end of line (#34894).
Go MAEDA [Tue, 13 Apr 2021 03:04:51 +0000 (03:04 +0000)]
Fix user link using @ not working at the end of line (#34894).

Patch by Marius BALTEANU.

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

3 years agoFix undefined method 'split' when issue_to_id is numeric (#35039).
Go MAEDA [Mon, 12 Apr 2021 09:20:02 +0000 (09:20 +0000)]
Fix undefined method 'split' when issue_to_id is numeric (#35039).

Patch by  Marius BALTEANU.

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

3 years agoAtom feed of the activity page does not contain items after the second page (#34933).
Go MAEDA [Mon, 12 Apr 2021 09:10:41 +0000 (09:10 +0000)]
Atom feed of the activity page does not contain items after the second page (#34933).

Patch by Yuichi HARADA.

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

3 years agoUpdate .hgignore to ignore SQLite3 databases for parallel testing (#35030).
Go MAEDA [Mon, 12 Apr 2021 05:27:08 +0000 (05:27 +0000)]
Update .hgignore to ignore SQLite3 databases for parallel testing (#35030).

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

3 years agoUpdate .gitignore to ignore SQLite3 databases for parallel testing (#35030).
Go MAEDA [Mon, 12 Apr 2021 05:25:31 +0000 (05:25 +0000)]
Update .gitignore to ignore SQLite3 databases for parallel testing (#35030).

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

3 years agoUpdate svn:ignore to ignore SQLite3 databases for parallel testing (#35030).
Go MAEDA [Mon, 12 Apr 2021 05:21:57 +0000 (05:21 +0000)]
Update svn:ignore to ignore SQLite3 databases for parallel testing (#35030).

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

3 years agoReload detached attachments (#32922).
Go MAEDA [Thu, 8 Apr 2021 08:55:22 +0000 (08:55 +0000)]
Reload detached attachments (#32922).

Patch by Pavel Rosický.

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

3 years agoThe result of Attachment.latest_attach is unstable if attachments have the same times...
Go MAEDA [Wed, 7 Apr 2021 05:30:01 +0000 (05:30 +0000)]
The result of Attachment.latest_attach is unstable if attachments have the same timestamp (#34999).

Patch by Pavel Rosický.

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

3 years agoRoadmap tab is missing if there are only inherited from parent project versions ...
Go MAEDA [Wed, 7 Apr 2021 05:09:13 +0000 (05:09 +0000)]
Roadmap tab is missing if there are only inherited from parent project versions (#34983).

Patch by Marius BALTEANU.

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

3 years agoAllow parallel testing (#35030).
Go MAEDA [Tue, 6 Apr 2021 06:27:42 +0000 (06:27 +0000)]
Allow parallel testing (#35030).

Patch by Go MAEDA.

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

3 years agoDisable jQuery UI tooltip on workflow page to improve loading speed (#35034).
Go MAEDA [Tue, 6 Apr 2021 06:07:23 +0000 (06:07 +0000)]
Disable jQuery UI tooltip on workflow page to improve loading speed (#35034).

Patch by Go MAEDA.

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

3 years agoCannot open journal dropdown menu after editing note (#34998).
Go MAEDA [Tue, 6 Apr 2021 05:46:50 +0000 (05:46 +0000)]
Cannot open journal dropdown menu after editing note (#34998).

Patch by Mizuki ISHIKAWA.

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

3 years agoBulgarian translation update (#35029).
Go MAEDA [Mon, 5 Apr 2021 00:53:25 +0000 (00:53 +0000)]
Bulgarian translation update (#35029).

Patch by  Ivan Cenov.

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

3 years agoSystem test fails in Windows due to "/" path separator (#35024).
Go MAEDA [Sun, 4 Apr 2021 05:03:49 +0000 (05:03 +0000)]
System test fails in Windows due to "/" path separator (#35024).

Patch by Pavel Rosický.

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

3 years agoUpdate capybara to 3.35 (#35025).
Go MAEDA [Sun, 4 Apr 2021 00:55:43 +0000 (00:55 +0000)]
Update capybara to 3.35 (#35025).

Patch by Pavel Rosický.

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

3 years agoRuby 3.0: Update supported Ruby versions (#34992).
Go MAEDA [Sat, 3 Apr 2021 09:11:42 +0000 (09:11 +0000)]
Ruby 3.0: Update supported Ruby versions (#34992).

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

3 years agoRuby 3.0: Fix `super` calls (#34992, #34986).
Go MAEDA [Sat, 3 Apr 2021 09:01:53 +0000 (09:01 +0000)]
Ruby 3.0: Fix `super` calls (#34992, #34986).

Patch by Pavel Rosický.

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

3 years agoRemove trailing whitespaces in doc/INSTALL and doc/UPGRADING.
Go MAEDA [Sat, 3 Apr 2021 07:12:43 +0000 (07:12 +0000)]
Remove trailing whitespaces in doc/INSTALL and doc/UPGRADING.

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

3 years agoCzech translation update (#35012).
Go MAEDA [Sat, 3 Apr 2021 06:46:32 +0000 (06:46 +0000)]
Czech translation update (#35012).

Patch by Pavel Rosický.

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

3 years agoTraditional Chinese translation update (#35011).
Go MAEDA [Sat, 3 Apr 2021 06:30:29 +0000 (06:30 +0000)]
Traditional Chinese translation update (#35011).

Patch by ChunChang Lo.

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

3 years agoSet TargetRailsVersion of RuboCop to 6.1 (#29914).
Go MAEDA [Sat, 3 Apr 2021 01:38:03 +0000 (01:38 +0000)]
Set TargetRailsVersion of RuboCop to 6.1 (#29914).

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

3 years agoReplace pluck().first with pick() (#32909).
Go MAEDA [Sat, 3 Apr 2021 01:34:45 +0000 (01:34 +0000)]
Replace pluck().first with pick() (#32909).

Patch by Pavel Rosický and Marius BALTEANU.

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

3 years agoRuntimeError "Couldn't find Active Storage configuration" is raised at startup (...
Go MAEDA [Sat, 3 Apr 2021 01:06:45 +0000 (01:06 +0000)]
RuntimeError "Couldn't find Active Storage configuration" is raised at startup (#29914, #35005).

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

3 years agoUpdate SimpleCov to 0.21 (#35000).
Go MAEDA [Fri, 2 Apr 2021 02:10:59 +0000 (02:10 +0000)]
Update SimpleCov to 0.21 (#35000).

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

3 years agoSet TargetRubyVersion of RuboCop to 2.5 (#31128).
Go MAEDA [Thu, 1 Apr 2021 17:05:00 +0000 (17:05 +0000)]
Set TargetRubyVersion of RuboCop to 2.5 (#31128).

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

3 years agoUpdate .rubocop_todo.yml (#31128).
Go MAEDA [Thu, 1 Apr 2021 16:27:27 +0000 (16:27 +0000)]
Update .rubocop_todo.yml (#31128).

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

3 years agoDrop Ruby < 2.5 support (#31128).
Go MAEDA [Thu, 1 Apr 2021 16:20:22 +0000 (16:20 +0000)]
Drop Ruby < 2.5 support (#31128).

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

3 years agoFix a test failure caused by an assert forgotten to be deleted (#29914, #32913).
Go MAEDA [Thu, 1 Apr 2021 16:06:14 +0000 (16:06 +0000)]
Fix a test failure caused by an assert forgotten to be deleted (#29914, #32913).

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

3 years agoUpdate activerecord-sqlserver-adapter to 6.0.1 (#29914).
Go MAEDA [Thu, 1 Apr 2021 15:48:39 +0000 (15:48 +0000)]
Update activerecord-sqlserver-adapter to 6.0.1 (#29914).

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

3 years agoRails 6.1: fix set roleids (#29914, #32935).
Go MAEDA [Thu, 1 Apr 2021 15:45:23 +0000 (15:45 +0000)]
Rails 6.1: fix set roleids (#29914, #32935).

Patch by Pavel Rosický.

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

3 years agoFix "DEPRECATION WARNING: Calling '<<' to an ActiveModel::Errors message array in...
Go MAEDA [Thu, 1 Apr 2021 15:41:07 +0000 (15:41 +0000)]
Fix "DEPRECATION WARNING: Calling '<<' to an ActiveModel::Errors message array in order to add an error is deprecated." (#29914, #34985).

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

3 years agoFix "DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: commo...
Go MAEDA [Thu, 1 Apr 2021 15:36:57 +0000 (15:36 +0000)]
Fix "DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: common/error_messages.api" (#29914, #34984).

Patch by Pavel Rosický.

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

3 years agoReverts r20895 (#29914, #34985).
Go MAEDA [Thu, 1 Apr 2021 15:34:21 +0000 (15:34 +0000)]
Reverts r20895 (#29914, #34985).

Wrong issue number.

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

3 years agoFix "DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: commo...
Go MAEDA [Thu, 1 Apr 2021 15:27:33 +0000 (15:27 +0000)]
Fix "DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: common/error_messages.api" (#29914, #34985).

Patch by Pavel Rosický.

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

3 years agoFix detach attachments when a conflict occurs (#29914, #32923).
Go MAEDA [Thu, 1 Apr 2021 15:25:40 +0000 (15:25 +0000)]
Fix detach attachments when a conflict occurs (#29914, #32923).

Patch by Pavel Rosický.

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

3 years agoDisable TestAdapter on IntegrationTest (#29914, #32936).
Go MAEDA [Thu, 1 Apr 2021 15:22:33 +0000 (15:22 +0000)]
Disable TestAdapter on IntegrationTest (#29914, #32936).

Patch by Pavel Rosický.

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

3 years agoRemove #filename_for_content_disposition for MS browsers (#29914, #32914).
Go MAEDA [Thu, 1 Apr 2021 15:19:16 +0000 (15:19 +0000)]
Remove #filename_for_content_disposition for MS browsers (#29914, #32914).

Patch by Pavel Rosický.

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

3 years agoAdd filename header (#29914, #32913).
Go MAEDA [Thu, 1 Apr 2021 15:16:27 +0000 (15:16 +0000)]
Add filename header (#29914, #32913).

Patch by Pavel Rosický.

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

3 years agoUse media_type to get the MIME type of the request (#29914).
Go MAEDA [Thu, 1 Apr 2021 15:06:45 +0000 (15:06 +0000)]
Use media_type to get the MIME type of the request (#29914).

Patch by Marius BALTEANU.

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

3 years agoFix ArgumentError: wrong number of arguments (given 1, expected 3) (#29914).
Go MAEDA [Thu, 1 Apr 2021 15:05:15 +0000 (15:05 +0000)]
Fix ArgumentError: wrong number of arguments (given 1, expected 3) (#29914).

Patch by Marius BALTEANU.

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

3 years agoFix "ArgumentError: wrong number of arguments (given 1, expected 2) on Redmine::Plugi...
Go MAEDA [Thu, 1 Apr 2021 15:02:47 +0000 (15:02 +0000)]
Fix "ArgumentError: wrong number of arguments (given 1, expected 2) on Redmine::PluginTest#test_migrate_redmine_plugin" (#29914, #32939).

Patch by Pavel Rosický.

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

3 years agoRails 6.1: add header=present to csv tests (#29914, #32921).
Go MAEDA [Thu, 1 Apr 2021 14:59:31 +0000 (14:59 +0000)]
Rails 6.1: add header=present to csv tests (#29914, #32921).

Patch by Pavel Rosický.

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

3 years agoFix "ActionView::Template::Error (wrong number of arguments (given 2, expected 1...
Go MAEDA [Thu, 1 Apr 2021 14:54:36 +0000 (14:54 +0000)]
Fix "ActionView::Template::Error (wrong number of arguments (given 2, expected 1))" (#29914).

Patch by Marius BALTEANU.

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

3 years agoFix "DEPRECATION WARNING: Passing a path to relative to is deprecated." (#29914).
Go MAEDA [Thu, 1 Apr 2021 14:53:10 +0000 (14:53 +0000)]
Fix "DEPRECATION WARNING: Passing a path to relative to is deprecated." (#29914).

Patch by Marius BALTEANU.

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

3 years agoFix "ActiveRecord::StaleObjectError: Attempted to update a stale object: Issue."...
Go MAEDA [Thu, 1 Apr 2021 14:48:50 +0000 (14:48 +0000)]
Fix "ActiveRecord::StaleObjectError: Attempted to update a stale object: Issue." (#29914, #32912).

Patch by Pavel Rosický.

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

3 years agoFix Subclasses must implement a find_templates(name, prefix, partial, details, locals...
Go MAEDA [Thu, 1 Apr 2021 14:46:15 +0000 (14:46 +0000)]
Fix Subclasses must implement a find_templates(name, prefix, partial, details, locals = []) method (#29914).

Patch by Go MAEDA.

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

3 years agoFix sending mail with DeliveryJob is deprecated (#29914, #32908).
Go MAEDA [Thu, 1 Apr 2021 14:41:03 +0000 (14:41 +0000)]
Fix sending mail with DeliveryJob is deprecated (#29914, #32908).

Patch by Pavel Rosický.

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

3 years agoFix "undefined method for nil:NilClass" in Rails 6.1 (#29914, #34980).
Go MAEDA [Thu, 1 Apr 2021 14:34:42 +0000 (14:34 +0000)]
Fix "undefined method for nil:NilClass" in Rails 6.1 (#29914, #34980).

Patch by Marius BALTEANU.

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

3 years agoDEPRECATION WARNING: Uniqueness validator will no longer enforce case sensitive compa...
Go MAEDA [Thu, 1 Apr 2021 14:32:23 +0000 (14:32 +0000)]
DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensitive comparison in Rails 6.1. (#29914, #32897).

Patch by Marius BALTEANU.

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

3 years agoGemfile: Update Rails to 6.1 (#29914).
Go MAEDA [Thu, 1 Apr 2021 14:29:48 +0000 (14:29 +0000)]
Gemfile: Update Rails to 6.1 (#29914).

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

3 years agoFix cannot change the default version under settings (#34982).
Go MAEDA [Wed, 31 Mar 2021 08:28:32 +0000 (08:28 +0000)]
Fix cannot change the default version under settings (#34982).

Patch by  Marius BALTEANU.

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

3 years agoDo not journalize attachments that are added during a "Copy Issue" operation (#34921).
Go MAEDA [Mon, 29 Mar 2021 03:32:38 +0000 (03:32 +0000)]
Do not journalize attachments that are added during a "Copy Issue" operation (#34921).

Patch by Jens Krämer.

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

3 years agoRemove jQuery Migrate (#34337).
Go MAEDA [Mon, 29 Mar 2021 03:00:27 +0000 (03:00 +0000)]
Remove jQuery Migrate (#34337).

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

3 years agoAdd missing fixtures to TimeEntryCustomFieldTest (#34976).
Go MAEDA [Sun, 28 Mar 2021 08:04:15 +0000 (08:04 +0000)]
Add missing fixtures to TimeEntryCustomFieldTest (#34976).

Patch by Go MAEDA.

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

3 years agoSet version to 4.2.0.
Go MAEDA [Sun, 28 Mar 2021 02:08:48 +0000 (02:08 +0000)]
Set version to 4.2.0.

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

3 years agoUpdate CHANGELOG for 4.2.0.
Go MAEDA [Sun, 28 Mar 2021 02:06:57 +0000 (02:06 +0000)]
Update CHANGELOG for 4.2.0.

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

3 years agoReplace MimeMagic with Marcel (#34969).
Go MAEDA [Sat, 27 Mar 2021 10:23:47 +0000 (10:23 +0000)]
Replace MimeMagic with Marcel (#34969).

Patch by Go MAEDA.

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

3 years agoRemove duplicate code in Redmine::Thumbnail.generate (#34969).
Go MAEDA [Sat, 27 Mar 2021 10:16:34 +0000 (10:16 +0000)]
Remove duplicate code in Redmine::Thumbnail.generate (#34969).

Patch by Go MAEDA.

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

3 years agoUpdate Rails to 5.2.5 (#34966).
Go MAEDA [Sat, 27 Mar 2021 05:08:43 +0000 (05:08 +0000)]
Update Rails to 5.2.5 (#34966).

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

3 years agoNo left padding for the first level entries in forums list (#32156).
Go MAEDA [Fri, 26 Mar 2021 08:08:22 +0000 (08:08 +0000)]
No left padding for the first level entries in forums list (#32156).

Patch by Bernhard Rohloff.

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

3 years agoUse secure_compare to validate keys (#34950).
Go MAEDA [Fri, 26 Mar 2021 05:08:03 +0000 (05:08 +0000)]
Use secure_compare to validate keys (#34950).

Patch by Holger Just.

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