14924 Commits (e66cce5d5db8a8562b3080e151b1ec51eedfcb52)
 

Author SHA1 Message Date
  Jean-Philippe Lang e66cce5d5d Updates for 4.0.5 release. 4 years ago
  Jean-Philippe Lang 848e16ace2 Update ruby-openid to 2.9.2 (#32294). 4 years ago
  Jean-Philippe Lang c5b5f0d6a9 Fixed that total estimated time column is shown even when estimated time field is deactivated (#31779). 4 years ago
  Toshi MARUYAMA 57a66e950c code cleanup: rubocop: fix Layout/EmptyLines in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA e2cb4be892 code cleanup: rubocop: fix Layout/EmptyLines in test/unit/query_test.rb 4 years ago
  Toshi MARUYAMA 35a4d23ced code cleanup: rubocop: fix Layout/EmptyLines in test/functional/project_enumerations_controller_test.rb 4 years ago
  Toshi MARUYAMA c21f5cf828 code cleanup: rubocop: fix Layout/EmptyLines in test/functional/activities_controller_test.rb 4 years ago
  Toshi MARUYAMA e3397db933 code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA 30964255f1 code cleanup: rubocop: fix Style/UnlessElse in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA c4930a8a2d code cleanup: rubocop: fix Layout/EmptyLines in app/models/issue.rb 4 years ago
  Toshi MARUYAMA c1e7c43cd4 code cleanup: rubocop: fix Layout/EmptyLines in app/models/issue.rb 4 years ago
  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