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

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

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

5 years agoDon't use ^= operator to target the wrapper elements (#30467).
Go MAEDA [Wed, 11 Sep 2019 02:06:56 +0000 (02:06 +0000)]
Don't use ^= operator to target the wrapper elements (#30467).

Patch by Marius BALTEANU.

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

5 years agoFix that Redmine::ApiTest::NewsTest fails when config.time_zone is set (#13468).
Go MAEDA [Wed, 11 Sep 2019 01:53:00 +0000 (01:53 +0000)]
Fix that Redmine::ApiTest::NewsTest fails when config.time_zone is set (#13468).

Patch by Yuichi HARADA.

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

5 years agoInline auto complete for issue (#) in wiki-edit fields (#31989).
Go MAEDA [Mon, 9 Sep 2019 21:49:48 +0000 (21:49 +0000)]
Inline auto complete for issue (#) in wiki-edit fields (#31989).

Patch by Marius BALTEANU.

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

5 years agoREST API for updating news (#13468).
Go MAEDA [Mon, 9 Sep 2019 09:03:41 +0000 (09:03 +0000)]
REST API for updating news (#13468).

Patch by Takenori TAKAKI.

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

5 years agoREST API for deleting news (#13468).
Go MAEDA [Mon, 9 Sep 2019 08:57:29 +0000 (08:57 +0000)]
REST API for deleting news (#13468).

Patch by Takenori TAKAKI.

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

5 years agoREST API for retrieving news (#13468).
Go MAEDA [Mon, 9 Sep 2019 08:55:43 +0000 (08:55 +0000)]
REST API for retrieving news (#13468).

Patch by Takenori TAKAKI.

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

5 years agoREST API for creating news (#13468).
Go MAEDA [Mon, 9 Sep 2019 08:52:13 +0000 (08:52 +0000)]
REST API for creating news (#13468).

Patch by Takenori TAKAKI.

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

5 years agoRemove unnecessary vertical scroll bar from gantt (#32019, #27672).
Go MAEDA [Thu, 5 Sep 2019 11:20:44 +0000 (11:20 +0000)]
Remove unnecessary vertical scroll bar from gantt (#32019, #27672).

Patch by Antonio McDeal.

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

5 years agoAdd missing fixture to IssueStatusesControllerTest (#32023).
Go MAEDA [Thu, 5 Sep 2019 10:30:38 +0000 (10:30 +0000)]
Add missing fixture to IssueStatusesControllerTest (#32023).

Patch by Yuichi HARADA.

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

5 years agoBroken gzip icon in the repository view (#32024).
Go MAEDA [Thu, 5 Sep 2019 09:49:39 +0000 (09:49 +0000)]
Broken gzip icon in the repository view (#32024).

Patch by Seiei Miyagi.

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

5 years agoFix that test_mail_from_format_should_be_validated randomly fails (#31154).
Go MAEDA [Thu, 5 Sep 2019 07:22:32 +0000 (07:22 +0000)]
Fix that test_mail_from_format_should_be_validated randomly fails (#31154).

Patch by Yuichi HARADA.

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

5 years agoAdd inherit_members to projects API response (#32002).
Go MAEDA [Thu, 5 Sep 2019 04:08:30 +0000 (04:08 +0000)]
Add inherit_members to projects API response (#32002).

Patch by Yuichi HARADA.

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

5 years agoBroken JavaScript icon in the repository view (#32012).
Go MAEDA [Wed, 4 Sep 2019 23:57:43 +0000 (23:57 +0000)]
Broken JavaScript icon in the repository view (#32012).

Patch by Antonio McDeal.

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

5 years agoFooter is not placed at the bottom on pages with little content (#30467).
Go MAEDA [Wed, 4 Sep 2019 07:38:31 +0000 (07:38 +0000)]
Footer is not placed at the bottom on pages with little content (#30467).

Patch by Bernhard Rohloff.

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

5 years agoadd newline at end of config/settings.yml
Toshi MARUYAMA [Wed, 4 Sep 2019 07:29:43 +0000 (07:29 +0000)]
add newline at end of config/settings.yml

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

5 years agocode cleanup: rubocop: fix Layout/SpaceBeforeFirstArg in test/unit/lib/redmine/scm...
Toshi MARUYAMA [Wed, 4 Sep 2019 05:35:37 +0000 (05:35 +0000)]
code cleanup: rubocop: fix Layout/SpaceBeforeFirstArg in test/unit/lib/redmine/scm/adapters/git_adapter_test.rb

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

5 years agoUpdate Rouge to 3.10.0 (#31556).
Go MAEDA [Wed, 4 Sep 2019 00:40:04 +0000 (00:40 +0000)]
Update Rouge to 3.10.0 (#31556).

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

5 years agoCode cleanup: RuboCop: Fix Performance/InefficientHashSearch
Go MAEDA [Tue, 3 Sep 2019 07:42:05 +0000 (07:42 +0000)]
Code cleanup: RuboCop: Fix Performance/InefficientHashSearch

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

5 years agoAdd missing fixtures to TimelogCustomFieldsVisibilityTest (#31999).
Go MAEDA [Tue, 3 Sep 2019 06:16:54 +0000 (06:16 +0000)]
Add missing fixtures to TimelogCustomFieldsVisibilityTest (#31999).

Patch by Yuichi HARADA.

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

5 years agoiTraditional Chinese translation (#31997).
Go MAEDA [Tue, 3 Sep 2019 03:46:46 +0000 (03:46 +0000)]
iTraditional Chinese translation (#31997).

Patch by ChunChang Lo.

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

5 years agoUpdate raphael.js to 2.3.0 (#31436).
Go MAEDA [Mon, 2 Sep 2019 11:12:56 +0000 (11:12 +0000)]
Update raphael.js to 2.3.0 (#31436).

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

5 years agocode cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/scm/adapters...
Toshi MARUYAMA [Sat, 31 Aug 2019 05:53:53 +0000 (05:53 +0000)]
code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/scm/adapters/git_adapter.rb

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

5 years agocode cleanup lib/redmine/scm/adapters/cvs_adapter.rb
Toshi MARUYAMA [Sat, 31 Aug 2019 05:53:42 +0000 (05:53 +0000)]
code cleanup lib/redmine/scm/adapters/cvs_adapter.rb

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

5 years agocode cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/scm/adapters...
Toshi MARUYAMA [Sat, 31 Aug 2019 05:53:32 +0000 (05:53 +0000)]
code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/scm/adapters/cvs_adapter.rb

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

5 years agoBulgarian translation update (#31983).
Go MAEDA [Fri, 30 Aug 2019 13:53:23 +0000 (13:53 +0000)]
Bulgarian translation update (#31983).

Patch by Ivan Cenov.

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

5 years agoJapanese translation update (#31976).
Go MAEDA [Thu, 29 Aug 2019 21:41:08 +0000 (21:41 +0000)]
Japanese translation update (#31976).

Patch by Go MAEDA.

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

5 years agoSend security notifications when password_required_char_classes setting is changed...
Go MAEDA [Thu, 29 Aug 2019 08:46:19 +0000 (08:46 +0000)]
Send security notifications when password_required_char_classes setting is changed (#4221).

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

5 years agoUpdate locales (#4221).
Go MAEDA [Thu, 29 Aug 2019 07:15:50 +0000 (07:15 +0000)]
Update locales (#4221).

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

5 years agoUpdate locales (#4221).
Go MAEDA [Thu, 29 Aug 2019 02:15:54 +0000 (02:15 +0000)]
Update locales (#4221).

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

5 years agoForce passwords to contain specified character classes (#4221).
Go MAEDA [Thu, 29 Aug 2019 01:35:09 +0000 (01:35 +0000)]
Force passwords to contain specified character classes (#4221).

Patch by Takenori TAKAKI.

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

5 years agoJapanese translation change for "lost password" (#29142).
Go MAEDA [Wed, 28 Aug 2019 15:05:21 +0000 (15:05 +0000)]
Japanese translation change for "lost password" (#29142).

Patch by Go MAEDA.

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

5 years agoIssueCustomFieldTest randomly fails (#31967).
Go MAEDA [Wed, 28 Aug 2019 08:21:08 +0000 (08:21 +0000)]
IssueCustomFieldTest randomly fails (#31967).

Patch by Yuichi HARADA.

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

5 years agoAdd missing fixtures to Redmine::Helpers::GanttHelperTest (#31966).
Go MAEDA [Wed, 28 Aug 2019 06:22:43 +0000 (06:22 +0000)]
Add missing fixtures to Redmine::Helpers::GanttHelperTest (#31966).

Patch by Yuichi HARADA.

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

5 years agoAdd missing fixtures to Redmine::ApiTest::VersionsTest (#31965).
Go MAEDA [Wed, 28 Aug 2019 04:35:19 +0000 (04:35 +0000)]
Add missing fixtures to Redmine::ApiTest::VersionsTest (#31965).

Patch by Yuichi HARADA.

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

5 years agoVersionsControllerTest#test_show randomly fails (#31964, #28510).
Go MAEDA [Wed, 28 Aug 2019 04:17:09 +0000 (04:17 +0000)]
VersionsControllerTest#test_show randomly fails (#31964, #28510).

Patch by Yuichi HARADA.

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

5 years agoCodeCleanup: RuboCop: Fix Style/RaiseArgs in app/models/mail_handler.rb
Go MAEDA [Tue, 27 Aug 2019 16:08:44 +0000 (16:08 +0000)]
CodeCleanup: RuboCop: Fix Style/RaiseArgs in app/models/mail_handler.rb

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

5 years agoImprove MailHandler logging for unauthorized attempts (#31899).
Go MAEDA [Tue, 27 Aug 2019 15:42:05 +0000 (15:42 +0000)]
Improve MailHandler logging for unauthorized attempts (#31899).

Patch by Gustavo Regal.

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

5 years agoAdd CSS class to "journal" and "reply" headers (#31950).
Go MAEDA [Tue, 27 Aug 2019 10:54:44 +0000 (10:54 +0000)]
Add CSS class to "journal" and "reply" headers (#31950).

Patch by Mizuki ISHIKAWA.

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

5 years agoReject version custom field values not visible for the user (#31954, #23997).
Go MAEDA [Tue, 27 Aug 2019 10:44:39 +0000 (10:44 +0000)]
Reject version custom field values not visible for the user (#31954, #23997).

Patch by Marius BALTEANU.

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

5 years agoReject project custom field values not visible for the user (#31954, #31925).
Go MAEDA [Tue, 27 Aug 2019 10:20:09 +0000 (10:20 +0000)]
Reject project custom field values not visible for the user (#31954, #31925).

Patch by Marius BALTEANU.

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

5 years agoGalician translation update (#31958).
Go MAEDA [Tue, 27 Aug 2019 09:43:42 +0000 (09:43 +0000)]
Galician translation update (#31958).

Patch by Guillermo ML.

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

5 years agoGerman translation update (#31256).
Go MAEDA [Mon, 26 Aug 2019 23:30:29 +0000 (23:30 +0000)]
German translation update (#31256).

Patch by Bernhard Rohloff.

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