]> source.dussan.org Git - redmine.git/log
redmine.git
5 years agoMake the disabled fields more obvious (#31147).
Go MAEDA [Sat, 28 Sep 2019 23:50:10 +0000 (23:50 +0000)]
Make the disabled fields more obvious (#31147).

Patch by Marius BALTEANU.

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

5 years agoRounded corners on table.list elements (#32014).
Go MAEDA [Sat, 28 Sep 2019 00:06:52 +0000 (00:06 +0000)]
Rounded corners on table.list elements (#32014).

Patch by Antonio McDeal.

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

5 years agoMove the links (All time entries, Import) from Spent time section of the spent time...
Go MAEDA [Fri, 27 Sep 2019 09:38:33 +0000 (09:38 +0000)]
Move the links (All time entries, Import) from Spent time section of the spent time list sidebar under a dropdown (#31598).

Patch by Marius BALTEANU.

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

5 years agoAdd "Highlighted code" section in Wiki Syntax Quick Reference (#32123).
Go MAEDA [Fri, 27 Sep 2019 01:30:56 +0000 (01:30 +0000)]
Add "Highlighted code" section in Wiki Syntax Quick Reference (#32123).

Patch by Go MAEDA.

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

5 years agoIncoming emails may cause "invalid byte sequence" error depending on the default...
Go MAEDA [Thu, 26 Sep 2019 13:01:01 +0000 (13:01 +0000)]
Incoming emails may cause "invalid byte sequence" error depending on the default external encoding, due to r18317 (#31549).

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

5 years agoDon't set border-radius for the items in the dropdown menu (#32013).
Go MAEDA [Thu, 26 Sep 2019 09:37:05 +0000 (09:37 +0000)]
Don't set border-radius for the items in the dropdown menu (#32013).

Patch by Bernhard Rohloff.

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

5 years agoBulgarian translation update (#32147).
Go MAEDA [Thu, 26 Sep 2019 06:53:46 +0000 (06:53 +0000)]
Bulgarian translation update (#32147).

Patch by Ivan Cenov.

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

5 years agoJapanese translation update (#32144).
Go MAEDA [Thu, 26 Sep 2019 03:44:24 +0000 (03:44 +0000)]
Japanese translation update (#32144).

Patch by Go MAEDA.

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

5 years agoTraditional Chinese translation update (#32143).
Go MAEDA [Thu, 26 Sep 2019 03:20:15 +0000 (03:20 +0000)]
Traditional Chinese translation update (#32143).

Patch by ChunChang Lo.

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

5 years agosvn propdel svn:executable app/models/mail_handler.rb
Toshi MARUYAMA [Thu, 26 Sep 2019 02:38:50 +0000 (02:38 +0000)]
svn propdel svn:executable app/models/mail_handler.rb

It was added by r16609 accidentally.

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

5 years agocode cleanup: rubocop: fix Layout/ClosingHeredocIndentation in test/integration/api_t...
Toshi MARUYAMA [Wed, 25 Sep 2019 17:55:26 +0000 (17:55 +0000)]
code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in test/integration/api_test/issues_test.rb

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

5 years agocode cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in test/unit/issue_test.rb
Toshi MARUYAMA [Wed, 25 Sep 2019 17:55:14 +0000 (17:55 +0000)]
code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in test/unit/issue_test.rb

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

5 years agodetect Chrome downloaded file more strictly
Toshi MARUYAMA [Wed, 25 Sep 2019 17:30:07 +0000 (17:30 +0000)]
detect Chrome downloaded file more strictly

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

5 years agoUpdate locales (#31879).
Go MAEDA [Wed, 25 Sep 2019 16:31:06 +0000 (16:31 +0000)]
Update locales (#31879).

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

5 years ago"starts with" and "ends with" filter operators for string values (#31879).
Go MAEDA [Wed, 25 Sep 2019 16:24:08 +0000 (16:24 +0000)]
"starts with" and "ends with" filter operators for string values (#31879).

Patch by Yuichi HARADA.

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

5 years agocode cleanup: rubocop: fix Style/WhileUntilModifier in test/application_system_test_c...
Toshi MARUYAMA [Wed, 25 Sep 2019 14:12:18 +0000 (14:12 +0000)]
code cleanup: rubocop: fix Style/WhileUntilModifier in test/application_system_test_case.rb

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

5 years agodetect strictly Chrome downloaded file
Toshi MARUYAMA [Wed, 25 Sep 2019 13:24:20 +0000 (13:24 +0000)]
detect strictly Chrome downloaded file

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

5 years agodo not delete Chrome downloaded files on Linux
Toshi MARUYAMA [Wed, 25 Sep 2019 13:14:05 +0000 (13:14 +0000)]
do not delete Chrome downloaded files on Linux

https://github.com/SeleniumHQ/selenium/issues/5292

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

5 years agoworkaround Chrome default_directory ignored on Linux
Toshi MARUYAMA [Wed, 25 Sep 2019 12:31:40 +0000 (12:31 +0000)]
workaround Chrome default_directory ignored on Linux

https://github.com/SeleniumHQ/selenium/issues/5292

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

5 years agocode cleanup: rubocop: fix Style/TrailingCommaInArguments in test/unit/issue_test.rb
Toshi MARUYAMA [Wed, 25 Sep 2019 11:18:59 +0000 (11:18 +0000)]
code cleanup: rubocop: fix Style/TrailingCommaInArguments in test/unit/issue_test.rb

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

5 years agorubocop: remove config/initializers/30-redmine.rb from Style/MultilineTernaryOperator...
Toshi MARUYAMA [Wed, 25 Sep 2019 11:18:48 +0000 (11:18 +0000)]
rubocop: remove config/initializers/30-redmine.rb from Style/MultilineTernaryOperator fixed by r18521

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

5 years agoinput[type="number"] should be highlighted as well when it has focus (#31971).
Go MAEDA [Wed, 25 Sep 2019 07:36:34 +0000 (07:36 +0000)]
input[type="number"] should be highlighted as well when it has focus (#31971).

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

5 years agorubocop: disable Naming/AccessorMethodName
Toshi MARUYAMA [Wed, 25 Sep 2019 04:35:40 +0000 (04:35 +0000)]
rubocop: disable Naming/AccessorMethodName

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

5 years agorubocop: disable Lint/IneffectiveAccessModifier
Toshi MARUYAMA [Wed, 25 Sep 2019 04:35:29 +0000 (04:35 +0000)]
rubocop: disable Lint/IneffectiveAccessModifier

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

5 years agoHighlight the input field that has focus by setting border-color (#31971).
Go MAEDA [Wed, 25 Sep 2019 01:48:20 +0000 (01:48 +0000)]
Highlight the input field that has focus by setting border-color (#31971).

Patch by Mizuki ISHIKAWA.

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

5 years agocode cleanup: rubocop: fix Style/ZeroLengthPredicate in app/models/issue.rb
Toshi MARUYAMA [Tue, 24 Sep 2019 15:56:51 +0000 (15:56 +0000)]
code cleanup: rubocop: fix Style/ZeroLengthPredicate in app/models/issue.rb

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

5 years agocode cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/unit/issue_test.rb
Toshi MARUYAMA [Tue, 24 Sep 2019 15:43:56 +0000 (15:43 +0000)]
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/unit/issue_test.rb

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

5 years agocode cleanup: rubocop: fix Rails/Presence in config/initializers/30-redmine.rb
Toshi MARUYAMA [Tue, 24 Sep 2019 15:42:13 +0000 (15:42 +0000)]
code cleanup: rubocop: fix Rails/Presence in config/initializers/30-redmine.rb

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

5 years agocode cleanup: rubocop: fix Rails/Presence in config/initializers/10-patches.rb
Toshi MARUYAMA [Tue, 24 Sep 2019 15:42:02 +0000 (15:42 +0000)]
code cleanup: rubocop: fix Rails/Presence in config/initializers/10-patches.rb

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

5 years agocode cleanup: rubocop: fix Rails/Presence in db/migrate/20110228000100_copy_repositor...
Toshi MARUYAMA [Tue, 24 Sep 2019 15:41:50 +0000 (15:41 +0000)]
code cleanup: rubocop: fix Rails/Presence in db/migrate/20110228000100_copy_repositories_log_encoding.rb

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

5 years agocode cleanup: rubocop: fix Rails/Presence in lib/redmine/scm/adapters/cvs_adapter.rb
Toshi MARUYAMA [Tue, 24 Sep 2019 15:41:39 +0000 (15:41 +0000)]
code cleanup: rubocop: fix Rails/Presence in lib/redmine/scm/adapters/cvs_adapter.rb

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

5 years agocode cleanup: rubocop: fix Layout/BlockEndNewline in app/models/issue.rb
Toshi MARUYAMA [Tue, 24 Sep 2019 05:54:53 +0000 (05:54 +0000)]
code cleanup: rubocop: fix Layout/BlockEndNewline in app/models/issue.rb

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

5 years agocode cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in app/helpers/issue...
Toshi MARUYAMA [Tue, 24 Sep 2019 05:54:42 +0000 (05:54 +0000)]
code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in app/helpers/issues_helper.rb

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

5 years agocode cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in db/migrate/20170302015225_c...
Toshi MARUYAMA [Tue, 24 Sep 2019 05:21:20 +0000 (05:21 +0000)]
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in db/migrate/20170302015225_change_attachments_digest_limit_to_64.rb

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

5 years agocode cleanup: rubocop: fix Style/WhileUntilModifier in app/helpers/issues_helper.rb
Toshi MARUYAMA [Tue, 24 Sep 2019 05:21:09 +0000 (05:21 +0000)]
code cleanup: rubocop: fix Style/WhileUntilModifier in app/helpers/issues_helper.rb

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

5 years agocode cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/helpers/issues_hel...
Toshi MARUYAMA [Tue, 24 Sep 2019 05:20:58 +0000 (05:20 +0000)]
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/helpers/issues_helper.rb

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

5 years agocode cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/repository...
Toshi MARUYAMA [Tue, 24 Sep 2019 05:13:46 +0000 (05:13 +0000)]
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/repository/bazaar.rb

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

5 years agocode cleanup: rubocop: fix Style/NegatedIf in lib/redmine/scm/adapters/bazaar_adapter.rb
Toshi MARUYAMA [Tue, 24 Sep 2019 05:13:35 +0000 (05:13 +0000)]
code cleanup: rubocop: fix Style/NegatedIf in lib/redmine/scm/adapters/bazaar_adapter.rb

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

5 years agocode cleanup: rubocop: fix Style/ColonMethodCall in lib/redmine/scm/adapters/bazaar_a...
Toshi MARUYAMA [Tue, 24 Sep 2019 05:13:24 +0000 (05:13 +0000)]
code cleanup: rubocop: fix Style/ColonMethodCall in lib/redmine/scm/adapters/bazaar_adapter.rb

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

5 years agoadd missing fixtures to MailHandlerTest (#31946)
Toshi MARUYAMA [Tue, 24 Sep 2019 04:48:14 +0000 (04:48 +0000)]
add missing fixtures to MailHandlerTest (#31946)

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

5 years agoDon't show unsettable permissions in the tracker permissions table (#30431).
Go MAEDA [Tue, 24 Sep 2019 04:18:44 +0000 (04:18 +0000)]
Don't show unsettable permissions in the tracker permissions table (#30431).

Patch by Yuichi HARADA.

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

5 years agocode cleanup: rubocop: fix Layout/SpaceInsideRangeLiteral in app/models/repository...
Toshi MARUYAMA [Tue, 24 Sep 2019 02:34:43 +0000 (02:34 +0000)]
code cleanup: rubocop: fix Layout/SpaceInsideRangeLiteral in app/models/repository/cvs.rb

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

5 years agocode cleanup: rubocop: fix Style/EmptyLiteral in lib/redmine/scm/adapters/cvs_adapter.rb
Toshi MARUYAMA [Tue, 24 Sep 2019 02:34:32 +0000 (02:34 +0000)]
code cleanup: rubocop: fix Style/EmptyLiteral in lib/redmine/scm/adapters/cvs_adapter.rb

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

5 years agoRounded corners of "my page" blocks (#32015).
Go MAEDA [Mon, 23 Sep 2019 02:35:20 +0000 (02:35 +0000)]
Rounded corners of "my page" blocks (#32015).

Patch by Antonio McDeal.

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

5 years agocode cleanup: rubocop: fix Performance/Casecmp in lib/redmine/scm/adapters/bazaar_ada...
Toshi MARUYAMA [Sat, 21 Sep 2019 15:54:38 +0000 (15:54 +0000)]
code cleanup: rubocop: fix Performance/Casecmp in lib/redmine/scm/adapters/bazaar_adapter.rb

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

5 years agocode cleanup: rubocop: fix Performance/Casecmp in lib/redmine/codeset_util.rb
Toshi MARUYAMA [Sat, 21 Sep 2019 15:54:25 +0000 (15:54 +0000)]
code cleanup: rubocop: fix Performance/Casecmp in lib/redmine/codeset_util.rb

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

5 years agocode cleanup: rubocop: fix Style/RedundantConditional in app/helpers/issues_helper.rb
Toshi MARUYAMA [Sat, 21 Sep 2019 14:14:28 +0000 (14:14 +0000)]
code cleanup: rubocop: fix Style/RedundantConditional in app/helpers/issues_helper.rb

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

5 years agorubocop: disable Naming/BinaryOperatorParameterName
Toshi MARUYAMA [Sat, 21 Sep 2019 14:11:19 +0000 (14:11 +0000)]
rubocop: disable Naming/BinaryOperatorParameterName

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

5 years agorubocop: disable Rails/HelperInstanceVariable
Toshi MARUYAMA [Sat, 21 Sep 2019 14:11:07 +0000 (14:11 +0000)]
rubocop: disable Rails/HelperInstanceVariable

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

5 years agorubocop: remove app/helpers/issues_helper.rb from Style/NestedTernaryOperator fixed...
Toshi MARUYAMA [Sat, 21 Sep 2019 14:10:56 +0000 (14:10 +0000)]
rubocop: remove app/helpers/issues_helper.rb from Style/NestedTernaryOperator fixed by r18496

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

5 years agoAuto-complete issues #id in the search form (#32052).
Go MAEDA [Sat, 21 Sep 2019 07:52:16 +0000 (07:52 +0000)]
Auto-complete issues #id in the search form (#32052).

Patch by Mizuki ISHIKAWA.

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

5 years agocode cleanup: rubocop: fix Rails/Blank in app/helpers/issues_helper.rb
Toshi MARUYAMA [Sat, 21 Sep 2019 06:39:36 +0000 (06:39 +0000)]
code cleanup: rubocop: fix Rails/Blank in app/helpers/issues_helper.rb

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

5 years agocode cleanup: rubocop: fix Style/MultilineTernaryOperator in app/helpers/issues_helper.rb
Toshi MARUYAMA [Sat, 21 Sep 2019 06:39:24 +0000 (06:39 +0000)]
code cleanup: rubocop: fix Style/MultilineTernaryOperator in app/helpers/issues_helper.rb

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

5 years agocode cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in test/unit/repository_b...
Toshi MARUYAMA [Sat, 21 Sep 2019 06:32:29 +0000 (06:32 +0000)]
code cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in test/unit/repository_bazaar_test.rb

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

5 years agocode cleanup: rubocop: fix Lint/ScriptPermission of Rakefile fixed by r18493
Toshi MARUYAMA [Fri, 20 Sep 2019 18:12:59 +0000 (18:12 +0000)]
code cleanup: rubocop: fix Lint/ScriptPermission of Rakefile fixed by r18493

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

5 years agosvn propset svn:executable on Rakefile
Toshi MARUYAMA [Fri, 20 Sep 2019 18:08:14 +0000 (18:08 +0000)]
svn propset svn:executable on Rakefile

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

5 years agocode cleanup: rubocop: fix Style/CommentedKeyword in app/models/repository/cvs.rb
Toshi MARUYAMA [Fri, 20 Sep 2019 17:54:54 +0000 (17:54 +0000)]
code cleanup: rubocop: fix Style/CommentedKeyword in app/models/repository/cvs.rb

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

5 years agocode cleanup: rubocop: fix Style/CommentAnnotation in lib/redmine/scm/adapters/cvs_ad...
Toshi MARUYAMA [Fri, 20 Sep 2019 17:54:42 +0000 (17:54 +0000)]
code cleanup: rubocop: fix Style/CommentAnnotation in lib/redmine/scm/adapters/cvs_adapter.rb

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

5 years agocode cleanup: rubocop: fix Style/ClassCheck in lib/redmine/scm/adapters/cvs_adapter.rb
Toshi MARUYAMA [Fri, 20 Sep 2019 17:54:30 +0000 (17:54 +0000)]
code cleanup: rubocop: fix Style/ClassCheck in lib/redmine/scm/adapters/cvs_adapter.rb

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

5 years agorubocop: remove app/models/issue.rb from Lint/DuplicateMethods fixed by previous...
Toshi MARUYAMA [Fri, 20 Sep 2019 15:03:58 +0000 (15:03 +0000)]
rubocop: remove app/models/issue.rb from Lint/DuplicateMethods fixed by previous two revisions

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

5 years agoremove "attr_reader :current_journal" from Issue class
Toshi MARUYAMA [Fri, 20 Sep 2019 15:03:48 +0000 (15:03 +0000)]
remove "attr_reader :current_journal" from Issue class

Issue#current_journal is already defined in Issue class.

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

5 years agouse "attr_writer" instead of "attr_accessor" for Issue#deleted_attachment_ids
Toshi MARUYAMA [Fri, 20 Sep 2019 15:03:37 +0000 (15:03 +0000)]
use "attr_writer" instead of "attr_accessor" for Issue#deleted_attachment_ids

Issue#deleted_attachment_ids is already defined in Issue class.

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

5 years agocode clean up app/models/repository.rb
Toshi MARUYAMA [Fri, 20 Sep 2019 13:58:41 +0000 (13:58 +0000)]
code clean up app/models/repository.rb

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

5 years agocode cleanup: rubocop: fix Layout/LeadingCommentSpace in app/models/repository.rb
Toshi MARUYAMA [Fri, 20 Sep 2019 13:58:30 +0000 (13:58 +0000)]
code cleanup: rubocop: fix Layout/LeadingCommentSpace in app/models/repository.rb

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

5 years agoFixes not to call set_tmp_attachments_directory twice after each test (#32094).
Go MAEDA [Fri, 20 Sep 2019 01:31:13 +0000 (01:31 +0000)]
Fixes not to call set_tmp_attachments_directory twice after each test (#32094).

Patch by Go MAEDA.

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

5 years agoRounded corners of the main menu (#32013).
Go MAEDA [Fri, 20 Sep 2019 00:57:02 +0000 (00:57 +0000)]
Rounded corners of the main menu (#32013).

Patch by Antonio McDeal.

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

5 years agoUpdate Rouge to 3.11.0 (#31556).
Go MAEDA [Thu, 19 Sep 2019 16:07:42 +0000 (16:07 +0000)]
Update Rouge to 3.11.0 (#31556).

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

5 years agocode cleanup: rubocop: fix Style/StringLiteralsInInterpolation in app/helpers/issues_...
Toshi MARUYAMA [Thu, 19 Sep 2019 12:59:24 +0000 (12:59 +0000)]
code cleanup: rubocop: fix Style/StringLiteralsInInterpolation in app/helpers/issues_helper.rb

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

5 years agoLog info messages when MailHandler ignored a reply to a nonexistent issue, journal...
Go MAEDA [Thu, 19 Sep 2019 09:38:39 +0000 (09:38 +0000)]
Log info messages when MailHandler ignored a reply to a nonexistent issue, journal, or message (#31946).

Patch by Go MAEDA.

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

5 years agocode cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/issues_helper.rb
Toshi MARUYAMA [Thu, 19 Sep 2019 06:11:15 +0000 (06:11 +0000)]
code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/issues_helper.rb

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

5 years agobackout r13743
Toshi MARUYAMA [Thu, 19 Sep 2019 05:49:21 +0000 (05:49 +0000)]
backout r13743

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

5 years agocode cleanup: rubocop: fix Lint/UselessSetterCall in test/unit/issue_test.rb
Toshi MARUYAMA [Wed, 18 Sep 2019 01:56:43 +0000 (01:56 +0000)]
code cleanup: rubocop: fix Lint/UselessSetterCall in test/unit/issue_test.rb

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

5 years agoChange textfield to textarea for "Exclude attachments by name" (#19903).
Go MAEDA [Wed, 18 Sep 2019 01:25:47 +0000 (01:25 +0000)]
Change textfield to textarea for "Exclude attachments by name" (#19903).

Patch by Yuichi HARADA.

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

5 years agoAdd wiki toolbar to "Email header" and "Email footer" in "Email notifications" admin...
Go MAEDA [Tue, 17 Sep 2019 05:58:36 +0000 (05:58 +0000)]
Add wiki toolbar to "Email header" and "Email footer" in "Email notifications" admin tab (#8343).

Patch by Go MAEDA.

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

5 years agoFix FrozenError during tests (#32071, #26561).
Go MAEDA [Mon, 16 Sep 2019 09:23:55 +0000 (09:23 +0000)]
Fix FrozenError during tests (#32071, #26561).

Patch by Go MAEDA.

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

5 years agocode cleanup: rubocop: fix Layout/LeadingCommentSpace in app/controllers/repositories...
Toshi MARUYAMA [Sun, 15 Sep 2019 15:08:49 +0000 (15:08 +0000)]
code cleanup: rubocop: fix Layout/LeadingCommentSpace in app/controllers/repositories_controller.rb

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

5 years agocode cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/repositories_helper.rb
Toshi MARUYAMA [Sun, 15 Sep 2019 15:08:38 +0000 (15:08 +0000)]
code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/repositories_helper.rb

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

5 years agoConstrain sidebar width on different resolutions (#32037).
Go MAEDA [Sun, 15 Sep 2019 00:06:35 +0000 (00:06 +0000)]
Constrain sidebar width on different resolutions (#32037).

Patch by Antonio McDeal.

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

5 years agocode cleanup: rubocop: fix Layout/IndentationConsistency in test/functional/repositor...
Toshi MARUYAMA [Sat, 14 Sep 2019 19:03:31 +0000 (19:03 +0000)]
code cleanup: rubocop: fix Layout/IndentationConsistency in test/functional/repositories_mercurial_controller_test.rb

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

5 years agocode cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in test/functional/repos...
Toshi MARUYAMA [Sat, 14 Sep 2019 18:45:57 +0000 (18:45 +0000)]
code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in test/functional/repositories_git_controller_test.rb

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

5 years agoAdd clear query icon next to selected query in sidebar (#31640).
Go MAEDA [Sat, 14 Sep 2019 00:33:05 +0000 (00:33 +0000)]
Add clear query icon next to selected query in sidebar (#31640).

Patch by Marius BALTEANU.

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

5 years agocode cleanup: rubocop: fix Layout/IndentationConsistency in test/functional/repositor...
Toshi MARUYAMA [Fri, 13 Sep 2019 13:46:08 +0000 (13:46 +0000)]
code cleanup: rubocop: fix Layout/IndentationConsistency in test/functional/repositories_git_controller_test.rb

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

5 years agomail_body method in test/test_helper.rb raises an exception if the message is not...
Go MAEDA [Fri, 13 Sep 2019 08:51:46 +0000 (08:51 +0000)]
mail_body method in test/test_helper.rb raises an exception if the message is not multipart (#32025).

This change fixes random test failures.

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

5 years agocode clean up test/functional/repositories_mercurial_controller_test.rb
Toshi MARUYAMA [Fri, 13 Sep 2019 05:00:53 +0000 (05:00 +0000)]
code clean up test/functional/repositories_mercurial_controller_test.rb

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

5 years agocode clean up test/functional/repositories_git_controller_test.rb
Toshi MARUYAMA [Fri, 13 Sep 2019 05:00:43 +0000 (05:00 +0000)]
code clean up test/functional/repositories_git_controller_test.rb

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

5 years agocode cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in test/functional...
Toshi MARUYAMA [Fri, 13 Sep 2019 05:00:32 +0000 (05:00 +0000)]
code cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in test/functional/repositories_git_controller_test.rb

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

5 years agorubocop: disable Naming/PredicateName
Toshi MARUYAMA [Fri, 13 Sep 2019 02:25:23 +0000 (02:25 +0000)]
rubocop: disable Naming/PredicateName

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

5 years agoFix that date grouping for MySQL is not working (#32046, #13803).
Go MAEDA [Thu, 12 Sep 2019 22:55:44 +0000 (22:55 +0000)]
Fix that date grouping for MySQL is not working (#32046, #13803).

Patch by Mizuki ISHIKAWA.

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

5 years agoAdd additional mail headers for issue tracker (#31910).
Go MAEDA [Thu, 12 Sep 2019 21:52:21 +0000 (21:52 +0000)]
Add additional mail headers for issue tracker (#31910).

Patch by Go MAEDA.

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

5 years agocode cleanup: rubocop: fix Lint/HandleExceptions in lib/redmine/scm/adapters/mercuria...
Toshi MARUYAMA [Thu, 12 Sep 2019 16:23:42 +0000 (16:23 +0000)]
code cleanup: rubocop: fix Lint/HandleExceptions in lib/redmine/scm/adapters/mercurial_adapter.rb

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

5 years agorubocop: use Lint/HandleExceptions AllowComments true
Toshi MARUYAMA [Thu, 12 Sep 2019 16:23:31 +0000 (16:23 +0000)]
rubocop: use Lint/HandleExceptions AllowComments true

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

5 years agocode cleanup: rubocop: fix Lint/AmbiguousOperator in lib/redmine/scm/adapters/mercuri...
Toshi MARUYAMA [Thu, 12 Sep 2019 15:08:21 +0000 (15:08 +0000)]
code cleanup: rubocop: fix Lint/AmbiguousOperator in lib/redmine/scm/adapters/mercurial_adapter.rb

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

5 years agoAdd missing fixture (#13468).
Go MAEDA [Thu, 12 Sep 2019 12:51:23 +0000 (12:51 +0000)]
Add missing fixture (#13468).

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

5 years agoUpdate default database config for MySQL to support 4 byte characters (emoji) (#31921).
Go MAEDA [Thu, 12 Sep 2019 10:02:08 +0000 (10:02 +0000)]
Update default database config for MySQL to support 4 byte characters (emoji) (#31921).

Patch by Marius BALTEANU and Go MAEDA.

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

5 years agocode cleanup: scm: cvs: remove unused branchPoint method from CvsRevisionHelper class
Toshi MARUYAMA [Thu, 12 Sep 2019 05:27:10 +0000 (05:27 +0000)]
code cleanup: scm: cvs: remove unused branchPoint method from CvsRevisionHelper class

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

5 years agoFix the test name different from the actual behavior (#31994).
Go MAEDA [Wed, 11 Sep 2019 23:31:48 +0000 (23:31 +0000)]
Fix the test name different from the actual behavior (#31994).

Patch by Marius BALTEANU.

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

5 years agoCode cleanup: RuboCop: Fix Performance/RedundantMatch and Rails/DynamicFindBy in...
Go MAEDA [Wed, 11 Sep 2019 08:08:38 +0000 (08:08 +0000)]
Code cleanup: RuboCop: Fix Performance/RedundantMatch and Rails/DynamicFindBy in app/controllers/auto_completes_controller.rb

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

5 years agoRemove 'app/views/auto_completes/issues.html.erb' which is not used (#31994).
Go MAEDA [Wed, 11 Sep 2019 07:18:16 +0000 (07:18 +0000)]
Remove 'app/views/auto_completes/issues.html.erb' which is not used (#31994).

Patch by Marius BALTEANU.

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

5 years agoIssue auto complete should return last 10 issues (#31994).
Go MAEDA [Wed, 11 Sep 2019 06:39:00 +0000 (06:39 +0000)]
Issue auto complete should return last 10 issues (#31994).

Patch by Marius BALTEANU.

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

5 years agocode cleanup: rubocop: fix Layout/SpaceInsideReferenceBrackets in test/unit/lib/redmi...
Toshi MARUYAMA [Wed, 11 Sep 2019 05:51:02 +0000 (05:51 +0000)]
code cleanup: rubocop: fix Layout/SpaceInsideReferenceBrackets in test/unit/lib/redmine/scm/adapters/git_adapter_test.rb

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