summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove trailing whitespaces from test/fixtures/user_preferences.ymlGo MAEDA2019-10-231-17/+17
* code cleanup: rubocop: fix Layout/SpaceBeforeComma in lib/redmine/export/pdf.rbToshi MARUYAMA2019-10-222-2/+1
* code cleanup: rubocop: fix Layout/SpaceBeforeComma in test/helpers/applicatio...Toshi MARUYAMA2019-10-222-4/+3
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in lib/redmine/he...Toshi MARUYAMA2019-10-222-3/+3
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in lib/diff.rbToshi MARUYAMA2019-10-222-3/+2
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/wik...Toshi MARUYAMA2019-10-222-2/+1
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/tim...Toshi MARUYAMA2019-10-222-3/+2
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/que...Toshi MARUYAMA2019-10-222-2/+1
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/pro...Toshi MARUYAMA2019-10-222-3/+2
* code cleanup: rubocop: fix Layout/AccessModifierIndentation in app/controller...Toshi MARUYAMA2019-10-222-8/+1
* code layout clean up app/models/role.rbToshi MARUYAMA2019-10-221-1/+4
* code cleanup: rubocop: fix Layout/AccessModifierIndentation in app/models/rol...Toshi MARUYAMA2019-10-222-2/+1
* code cleanup: rubocop: fix Lint/NestedMethodDefinition in test/unit/lib/redmi...Toshi MARUYAMA2019-10-222-6/+4
* fix random test failure of ProjectQueryTest (#29482)Toshi MARUYAMA2019-10-221-1/+3
* Skip AttachmentsControllerTest#test_thumbnail_for_pdf_should_be_png when Imag...Go MAEDA2019-10-221-0/+2
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...Toshi MARUYAMA2019-10-222-3/+2
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...Toshi MARUYAMA2019-10-222-3/+2
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...Toshi MARUYAMA2019-10-222-3/+2
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/helpers/ap...Toshi MARUYAMA2019-10-222-4/+3
* code cleanup: rubocop: fix Performance/RedundantBlockCall in app/controllers/...Toshi MARUYAMA2019-10-222-6/+1
* code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/scm/...Toshi MARUYAMA2019-10-222-2/+1
* code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/view...Toshi MARUYAMA2019-10-222-2/+1
* rubocop: add new detected files to Performance/RedundantBlockCall (#32308)Toshi MARUYAMA2019-10-221-0/+2
* use "class << self" syntax for Redmine::Views::Builders#for (#32308)Toshi MARUYAMA2019-10-221-10/+12
* use "if block_given?" instead of "if block" in lib/redmine/views/builders.rb ...Toshi MARUYAMA2019-10-221-1/+1
* use "if block_given?" instead of "if block" in lib/redmine/views/builders/str...Toshi MARUYAMA2019-10-221-2/+1
* code cleanup: rubocop: fix Performance/RedundantBlockCall in test/functional/...Toshi MARUYAMA2019-10-222-2/+1
* code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/view...Toshi MARUYAMA2019-10-222-3/+2
* code cleanup: rubocop: fix Performance/RedundantBlockCall in test/unit/lib/re...Toshi MARUYAMA2019-10-222-2/+1
* code cleanup: rubocop: fix Performance/RedundantBlockCall in test/unit/lib/re...Toshi MARUYAMA2019-10-222-2/+1
* code cleanup: rubocop: fix Layout/CommentIndentation and Layout/MultilineArra...Toshi MARUYAMA2019-10-222-25/+26
* rubocop: remove test/helpers/application_helper_test.rb from Layout/CaseInden...Toshi MARUYAMA2019-10-221-2/+0
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHel...Toshi MARUYAMA2019-10-221-11/+9
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHel...Toshi MARUYAMA2019-10-221-9/+7
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHel...Toshi MARUYAMA2019-10-221-19/+16
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHel...Toshi MARUYAMA2019-10-221-16/+14
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHel...Toshi MARUYAMA2019-10-221-10/+8
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHel...Toshi MARUYAMA2019-10-221-6/+5
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHel...Toshi MARUYAMA2019-10-221-19/+17
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHel...Toshi MARUYAMA2019-10-221-9/+6
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHel...Toshi MARUYAMA2019-10-221-8/+5
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHel...Toshi MARUYAMA2019-10-221-14/+13
* code cleanup: rubocop: fix Style/MultipleComparison in lib/redmine/scm/adapte...Toshi MARUYAMA2019-10-222-6/+5
* code cleanup: rubocop: fix Style/UnneededSort in test/unit/repository_git_tes...Toshi MARUYAMA2019-10-222-2/+1
* code cleanup: rubocop: fix Style/UnneededInterpolation in lib/redmine/scm/ada...Toshi MARUYAMA2019-10-222-3/+2
* code cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in app/models/set...Toshi MARUYAMA2019-10-222-2/+2
* code cleanup: rubocop: fix Layout/AccessModifierIndentation in app/models/set...Toshi MARUYAMA2019-10-222-2/+1
* code cleanup: rubocop: fix Layout/AlignArray in lib/redmine/default_data/load...Toshi MARUYAMA2019-10-222-14/+10
* code cleanup: rubocop: fix Layout/AlignArray in app/models/setting.rbToshi MARUYAMA2019-10-222-2/+1
* Removes duplicated 'group_by' id (#29482).Go MAEDA2019-10-221-1/+1