15013 Commits (b1f110860652270ca8e98020b0f4e8fe90e85ba7)
 

Author SHA1 Message Date
  Toshi MARUYAMA 27e30a9701 code cleanup: rubocop: fix Style/MultilineTernaryOperator in lib/redmine/utils.rb 4 years ago
  Toshi MARUYAMA 41e774de6e code cleanup: rubocop: fix Style/WhileUntilModifier in app/helpers/queries_helper.rb 4 years ago
  Toshi MARUYAMA abf2ad12e5 code cleanup: rubocop: fix Layout/EndAlignment in lib/redmine/export/pdf/issues_pdf_helper.rb 4 years ago
  Toshi MARUYAMA 8ea07d7783 code cleanup: rubocop: fix Layout/EndAlignment in app/helpers/versions_helper.rb 4 years ago
  Toshi MARUYAMA 460ac6adda code cleanup: rubocop: fix Layout/EndAlignment in app/helpers/repositories_helper.rb 4 years ago
  Toshi MARUYAMA dbb9abcccd rubocop: add detected Layout/EndAlignment files to .rubocop_todo.yml 4 years ago
  Toshi MARUYAMA a8b7aa8299 code cleanup: rubocop: fix Layout/CaseIndentation in app/models/issue_query.rb 4 years ago
  Toshi MARUYAMA 2140c49042 code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/helpers/gantt.rb 4 years ago
  Toshi MARUYAMA 5d77985f14 code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/menu_manager.rb 4 years ago
  Toshi MARUYAMA 80f18dd89c code cleanup: rubocop: fix Layout/SpaceBeforeSemicolon and Style/WhenThen in app/models/issue_query.rb 4 years ago
  Toshi MARUYAMA 9cf1621083 code cleanup: rubocop: fix Style/WhenThen in app/models/role.rb 4 years ago
  Toshi MARUYAMA 57923d0450 code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/views/builders.rb 4 years ago
  Toshi MARUYAMA e34eb2d89c code cleanup: rubocop: fix Style/WhenThen in lib/redmine/views/builders.rb 4 years ago
  Toshi MARUYAMA 18442d568a code layout clean up lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA 8bac080b8c code cleanup: rubocop: fix Style/CharacterLiteral and Style/ParenthesesAroundCondition in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA cae3f78eba code cleanup: rubocop: fix Style/CharacterLiteral and Style/ParenthesesAroundCondition in lib/redmine/wiki_formatting.rb 4 years ago
  Toshi MARUYAMA f891a28152 code layout clean up app/controllers/issues_controller.rb 4 years ago
  Toshi MARUYAMA 7a44f38c2c code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/export/pdf/issues_pdf_helper.rb 4 years ago
  Toshi MARUYAMA c66df09e23 code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in app/controllers/issues_controller.rb 4 years ago
  Toshi MARUYAMA 72fec3ae02 code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in lib/redmine/plugin.rb 4 years ago
  Toshi MARUYAMA a7b568ccff code cleanup: rubocop: fix Layout/CommentIndentation and Style/NestedTernaryOperator in app/helpers/versions_helper.rb 4 years ago
  Toshi MARUYAMA d4a428f11e code cleanup: rubocop: fix Layout/ElseAlignment in app/helpers/attachments_helper.rb 4 years ago
  Toshi MARUYAMA 3b27acb620 code cleanup: rubocop: fix Layout/ElseAlignment in app/helpers/queries_helper.rb 4 years ago
  Toshi MARUYAMA b817973038 code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_query.rb 4 years ago
  Go MAEDA 2210ffecfe Update Rouge to 3.12.0 (#31556). 4 years ago
  Go MAEDA 69827aa90f Fix typo in Russian translation for label_in_the_next_days (#32290). 4 years ago
  Toshi MARUYAMA 397fa6a001 code cleanup: rubocop: fix Style/MultilineTernaryOperator in lib/redmine/wiki_formatting.rb 4 years ago
  Toshi MARUYAMA 04cf448648 code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/export/pdf/issues_pdf_helper.rb 4 years ago
  Toshi MARUYAMA 186329ef04 code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/i18n.rb 4 years ago
  Toshi MARUYAMA caefd6d115 code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/plugin.rb 4 years ago
  Toshi MARUYAMA 2c83540108 code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/wiki_formatting.rb 4 years ago
  Toshi MARUYAMA 35de9458c4 rubocop: remove test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb from Layout/EmptyLines fixed by previous revisions 4 years ago
  Toshi MARUYAMA bed54dd042 rubocop: remove test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb from Layout/CommentIndentation and Layout/MultilineArrayBraceLayout fixed by previous revision 4 years ago
  Toshi MARUYAMA 89e9b05b3d code cleanup: rubocop: fix Layout/CommentIndentation and Layout/MultilineArrayBraceLayout of STR_WITH_PRE in test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb 4 years ago
  Toshi MARUYAMA 1f14386822 code cleanup: rubocop: fix Layout/CommentIndentation and Layout/MultilineArrayBraceLayout of STR_WITHOUT_PRE in test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb 4 years ago
  Toshi MARUYAMA 69fb5a6a80 fix MailHandler#assign_string_attribute_with_limit is not private 4 years ago
  Toshi MARUYAMA e8b06af277 code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA 809d7a7e4b code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyLinesAroundAccessModifier in app/models/tracker.rb 4 years ago
  Toshi MARUYAMA beb966737a fix Setting#find_or_default is not private 4 years ago
  Toshi MARUYAMA c32277a42b fix Role#find_or_create_system_role is not private 4 years ago
  Toshi MARUYAMA b85d4cb70c fix AuthSourceLdap#get_attr is not private 4 years ago
  Toshi MARUYAMA 3f64c67c09 code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/diff.rb 4 years ago
  Toshi MARUYAMA 3f691ee4c2 code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA 230abc1cef rubocop: disable Style/TrailingCommaInArrayLiteral 4 years ago
  Toshi MARUYAMA 7870dd73a9 rubocop: add db/schema.rb to global exclude 4 years ago
  Toshi MARUYAMA 5e6032fecb rubocop: move Style/IdenticalConditionalBranches files from .rubocop_todo.yml to .rubocop.yml 4 years ago
  Toshi MARUYAMA c5e2c064f2 code cleanup: rubocop: fix Layout/AccessModifierIndentation in lib/redmine/wiki_formatting/textile/formatter.rb 4 years ago
  Toshi MARUYAMA 38bf3f5024 code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyLinesAroundAccessModifier in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA d7d85cd85f code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA 2117705cbc code cleanup: rubocop: fix Layout/BlockAlignment in test/unit/lib/redmine/menu_manager/menu_helper_test.rb 4 years ago