summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* code cleanup: rubocop: fix Style/IfWithSemicolon in lib/redmine/wiki_formatti...Toshi MARUYAMA2019-10-152-5/+1
* code cleanup: rubocop: fix Layout/IndentAssignment in lib/redmine/wiki_format...Toshi MARUYAMA2019-10-152-16/+12
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in lib/redmine/wi...Toshi MARUYAMA2019-10-152-5/+0
* code cleanup: rubocop: fix Layout/BlockAlignment in test/unit/lib/redmine/men...Toshi MARUYAMA2019-10-152-3/+1
* code layout clean up test/unit/project_test.rbToshi MARUYAMA2019-10-151-2/+4
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in app/models/version.rbToshi MARUYAMA2019-10-152-7/+1
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs and Layout/EmptyLines ...Toshi MARUYAMA2019-10-152-3/+0
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/unit/mailer_te...Toshi MARUYAMA2019-10-152-1/+1
* rubocop: use AllowAdjacentOneLineDefs of Layout/EmptyLineBetweenDefsToshi MARUYAMA2019-10-142-5/+3
* rubocop: remove files from Layout/EmptyLines fixed by previous revisionsToshi MARUYAMA2019-10-141-3/+0
* rubocop: remove app/helpers/application_helper.rb from Style/WhenThen fixed b...Toshi MARUYAMA2019-10-141-1/+0
* code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_priority.rbToshi MARUYAMA2019-10-142-2/+2
* code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_import.rbToshi MARUYAMA2019-10-142-7/+7
* code layout clean up ApplicationHelper#parse_wiki_linksToshi MARUYAMA2019-10-141-2/+3
* rubocop: remove app/helpers/application_helper.rb from Layout/ElseAlignment f...Toshi MARUYAMA2019-10-141-1/+0
* code cleanup: rubocop: fix Layout/ElseAlignment in ApplicationHelper#parse_re...Toshi MARUYAMA2019-10-141-11/+12
* code cleanup: rubocop: fix Layout/ElseAlignment in ApplicationHelper#parse_wi...Toshi MARUYAMA2019-10-141-11/+18
* code cleanup: rubocop: fix Layout/CaseIndentation in app/helpers/versions_hel...Toshi MARUYAMA2019-10-142-2/+2
* code cleanup: rubocop: fix Layout/CaseIndentation in test/test_helper.rbToshi MARUYAMA2019-10-142-2/+2
* use full text in fill_in at Issue system "update issue with form update" testToshi MARUYAMA2019-10-141-1/+1
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/use...Toshi MARUYAMA2019-10-142-2/+0
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/set...Toshi MARUYAMA2019-10-142-2/+0
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/ema...Toshi MARUYAMA2019-10-142-2/+0
* code cleanup: rubocop: fix Layout/SpaceAfterSemicolon in app/models/mail_hand...Toshi MARUYAMA2019-10-142-6/+1
* add new "update issue status" test to Issue system testToshi MARUYAMA2019-10-141-0/+14
* use "test do" syntax for Issue system test "update issue with form update"Toshi MARUYAMA2019-10-141-1/+1
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/user_test.rbToshi MARUYAMA2019-10-142-8/+14
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/query_test.rbToshi MARUYAMA2019-10-142-4/+3
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integrati...Toshi MARUYAMA2019-10-142-3/+0
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integrati...Toshi MARUYAMA2019-10-142-4/+0
* code cleanup: rubocop: fix Layout/IndentHeredoc in test/integration/api_test/...Toshi MARUYAMA2019-10-142-31/+30
* code cleanup: rubocop: fix Layout/IndentHeredoc and Layout/IndentationConsist...Toshi MARUYAMA2019-10-142-10/+6
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/project_te...Toshi MARUYAMA2019-10-142-7/+6
* add additional assert to Issue system "test_update_issue_with_form_update"Toshi MARUYAMA2019-10-141-0/+1
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in app/models/set...Toshi MARUYAMA2019-10-132-12/+11
* code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in test/unit/que...Toshi MARUYAMA2019-10-132-6/+4
* code cleanup: rubocop: fix Layout/IndentationConsistency in test/helpers/appl...Toshi MARUYAMA2019-10-132-2/+1
* rubocop: remove test/functional/project_enumerations_controller_test.rb from ...Toshi MARUYAMA2019-10-131-1/+0
* Add TOC to Markdown Wiki formatting help (#32119).Go MAEDA2019-10-1049-0/+931
* Add TOC to Textile Wiki formatting help (#32119).Go MAEDA2019-10-1049-0/+980
* code cleanup: rubocop: fix Layout/IndentationConsistency in app/models/attach...Toshi MARUYAMA2019-10-092-9/+8
* rubocop: remove test/functional/project_enumerations_controller_test.rb from ...Toshi MARUYAMA2019-10-091-1/+0
* fix assert_equal parameter is broken in test/functional/project_enumerations_...Toshi MARUYAMA2019-10-091-3/+3
* code cleanup: rubocop: fix Layout/ElseAlignment in app/models/changeset.rbToshi MARUYAMA2019-10-092-6/+1
* rubocop: add Style/AsciiComments to .rubocop_todo.ymlToshi MARUYAMA2019-10-092-5/+7
* code cleanup: rubocop: fix Style/AsciiComments in lib/redmine/search.rbToshi MARUYAMA2019-10-092-2/+1
* code cleanup: rubocop: fix Style/AsciiComments in test/unit/mail_handler_test.rbToshi MARUYAMA2019-10-092-2/+0
* Don't use sprockets 4.0.0 in order to avoid Sprockets::Railtie::ManifestNeede...Go MAEDA2019-10-091-0/+3
* code layout clean up test/unit/issue_status_test.rbToshi MARUYAMA2019-10-081-5/+12
* code layout clean up test/functional/issue_statuses_controller_test.rbToshi MARUYAMA2019-10-081-2/+2