summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rubocop: remove app/helpers/issues_helper.rb from Style/NestedTernaryOperator...Toshi MARUYAMA2019-09-211-1/+0
* Auto-complete issues #id in the search form (#32052).Go MAEDA2019-09-213-2/+13
* code cleanup: rubocop: fix Rails/Blank in app/helpers/issues_helper.rbToshi MARUYAMA2019-09-212-4/+1
* code cleanup: rubocop: fix Style/MultilineTernaryOperator in app/helpers/issu...Toshi MARUYAMA2019-09-212-10/+28
* code cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in test/unit/repo...Toshi MARUYAMA2019-09-212-5/+2
* code cleanup: rubocop: fix Lint/ScriptPermission of Rakefile fixed by r18493Toshi MARUYAMA2019-09-201-5/+0
* svn propset svn:executable on RakefileToshi MARUYAMA2019-09-201-0/+0
* code cleanup: rubocop: fix Style/CommentedKeyword in app/models/repository/cv...Toshi MARUYAMA2019-09-202-5/+1
* code cleanup: rubocop: fix Style/CommentAnnotation in lib/redmine/scm/adapter...Toshi MARUYAMA2019-09-202-11/+3
* code cleanup: rubocop: fix Style/ClassCheck in lib/redmine/scm/adapters/cvs_a...Toshi MARUYAMA2019-09-202-10/+2
* rubocop: remove app/models/issue.rb from Lint/DuplicateMethods fixed by previ...Toshi MARUYAMA2019-09-201-1/+0
* remove "attr_reader :current_journal" from Issue classToshi MARUYAMA2019-09-201-1/+0
* use "attr_writer" instead of "attr_accessor" for Issue#deleted_attachment_idsToshi MARUYAMA2019-09-201-1/+1
* code clean up app/models/repository.rbToshi MARUYAMA2019-09-201-6/+4
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in app/models/repositor...Toshi MARUYAMA2019-09-202-3/+2
* Fixes not to call set_tmp_attachments_directory twice after each test (#32094).Go MAEDA2019-09-202-20/+0
* Rounded corners of the main menu (#32013).Go MAEDA2019-09-201-3/+3
* Update Rouge to 3.11.0 (#31556).Go MAEDA2019-09-191-1/+1
* code cleanup: rubocop: fix Style/StringLiteralsInInterpolation in app/helpers...Toshi MARUYAMA2019-09-192-2/+1
* Log info messages when MailHandler ignored a reply to a nonexistent issue, jo...Go MAEDA2019-09-192-21/+65
* code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/issues_help...Toshi MARUYAMA2019-09-192-6/+3
* backout r13743Toshi MARUYAMA2019-09-192-3/+2
* code cleanup: rubocop: fix Lint/UselessSetterCall in test/unit/issue_test.rbToshi MARUYAMA2019-09-182-5/+6
* Change textfield to textarea for "Exclude attachments by name" (#19903).Go MAEDA2019-09-182-2/+2
* Add wiki toolbar to "Email header" and "Email footer" in "Email notifications...Go MAEDA2019-09-171-0/+2
* Fix FrozenError during tests (#32071, #26561).Go MAEDA2019-09-161-1/+1
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in app/controllers/repo...Toshi MARUYAMA2019-09-152-3/+2
* code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/repositorie...Toshi MARUYAMA2019-09-152-2/+1
* Constrain sidebar width on different resolutions (#32037).Go MAEDA2019-09-151-1/+7
* code cleanup: rubocop: fix Layout/IndentationConsistency in test/functional/r...Toshi MARUYAMA2019-09-142-3/+2
* code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in test/function...Toshi MARUYAMA2019-09-142-2/+0
* Add clear query icon next to selected query in sidebar (#31640).Go MAEDA2019-09-143-4/+24
* code cleanup: rubocop: fix Layout/IndentationConsistency in test/functional/r...Toshi MARUYAMA2019-09-132-2/+1
* mail_body method in test/test_helper.rb raises an exception if the message is...Go MAEDA2019-09-131-1/+1
* code clean up test/functional/repositories_mercurial_controller_test.rbToshi MARUYAMA2019-09-131-3/+1
* code clean up test/functional/repositories_git_controller_test.rbToshi MARUYAMA2019-09-131-8/+8
* code cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in test/fun...Toshi MARUYAMA2019-09-132-4/+3
* rubocop: disable Naming/PredicateNameToshi MARUYAMA2019-09-132-23/+3
* Fix that date grouping for MySQL is not working (#32046, #13803).Go MAEDA2019-09-121-1/+1
* Add additional mail headers for issue tracker (#31910).Go MAEDA2019-09-122-0/+3
* code cleanup: rubocop: fix Lint/HandleExceptions in lib/redmine/scm/adapters/...Toshi MARUYAMA2019-09-122-1/+3
* rubocop: use Lint/HandleExceptions AllowComments trueToshi MARUYAMA2019-09-122-8/+3
* code cleanup: rubocop: fix Lint/AmbiguousOperator in lib/redmine/scm/adapters...Toshi MARUYAMA2019-09-122-2/+1
* Add missing fixture (#13468).Go MAEDA2019-09-121-1/+2
* Update default database config for MySQL to support 4 byte characters (emoji)...Go MAEDA2019-09-121-4/+7
* code cleanup: scm: cvs: remove unused branchPoint method from CvsRevisionHelp...Toshi MARUYAMA2019-09-121-4/+0
* Fix the test name different from the actual behavior (#31994).Go MAEDA2019-09-111-1/+1
* Code cleanup: RuboCop: Fix Performance/RedundantMatch and Rails/DynamicFindBy...Go MAEDA2019-09-112-3/+2
* Remove 'app/views/auto_completes/issues.html.erb' which is not used (#31994).Go MAEDA2019-09-111-7/+0
* Issue auto complete should return last 10 issues (#31994).Go MAEDA2019-09-112-8/+22