14583 Commits (70284ee244b16f0d758d2837d7f820d540972558)
 

Author SHA1 Message Date
  Go MAEDA 70284ee244 MarkdownFormatterTest#test_should_support_underlined_text is declared as private (#31929). 4 years ago
  Go MAEDA 024f2aef6c Code cleanup: RuboCop: Fix Style/IdenticalConditionalBranches in app/models/project.rb 4 years ago
  Go MAEDA 3495cba92b Per role visibility settings for project custom fields (#31925). 4 years ago
  Go MAEDA a1d454a1b1 Add rubocop-performance (#31509). 4 years ago
  Go MAEDA 1c3672a677 Remove deprecated .zIndex() method (#31870). 4 years ago
  Go MAEDA 79a47823b2 Refactor custom fields form (#31859). 4 years ago
  Go MAEDA 0d4ed12388 Code cleanup: RuboCop: Rails/ActiveRecordAliases 4 years ago
  Go MAEDA 178449e529 Update roadie-rails gem (~> 2.1.0) (#31919). 4 years ago
  Go MAEDA 78d3d6c223 Speed up workflow edit page rendering (#31855). 4 years ago
  Go MAEDA 6a871fdcfc Fix that "New custom field" button does not work if there are no custom fields (#31896, #31320). 4 years ago
  Go MAEDA 76788318a7 Update RuboCop to 0.74.0 (#31509). 4 years ago
  Go MAEDA f036c984e9 Update SimpleCov to 0.17.0 (#30963). 4 years ago
  Go MAEDA 489a563ece Update Rouge to 3.8.0 (#31556). 4 years ago
  Go MAEDA d2e10064a4 RuboCop: Ignore Style/FormatString and Style/FormatStringToken in lib/redmine/helpers/gantt.rb (#30492) 4 years ago
  Go MAEDA 31e8e736f3 Code cleanup: RuboCop: Layout/TrailingBlankLines 4 years ago
  Go MAEDA beeacb2c2a Replace RMagick with MiniMagick (#30492). 4 years ago
  Go MAEDA 3bf7956ce0 Fix jQuery.fn.attr('selected') might use property instead of attribute (#31894, #31196). 4 years ago
  Go MAEDA e2a00d2dc8 Fix JQMIGRATE: jQuery.fn.load() is deprecated (#31884, #31196). 4 years ago
  Go MAEDA 49090c5889 Updates jQuery to 2.2.4 and adds jQuery Migrate library to find APIs and features that have been or will be removed from jQuery core (#31196). 4 years ago
  Go MAEDA 56360fd19e Update rbpdf (~> 1.20.0) (#31877). 4 years ago
  Go MAEDA f5c7a4a420 Convert HTML links to Textile/Markdown links when creating an issue from an email (#31695). 4 years ago
  Go MAEDA 3c91a3d5b2 Per role visibility settings for spent time custom fields (#31859). 4 years ago
  Go MAEDA 433d8a081f Add missing fixtures to ImportsControllerTest (#31865). 4 years ago
  Go MAEDA 8a9123de04 Limit total_estimated_hours to visible issues (#31778). 4 years ago
  Go MAEDA be7d39a4d3 Add test/system directory to plugin template (#31746). 4 years ago
  Go MAEDA 1f2753f513 Add redmine:plugins:test:system task (#31746). 4 years ago
  Go MAEDA 8d87f23370 Update redcarpet to 3.5.0 (#31847). 4 years ago
  Go MAEDA fa2ec1505c Update Rouge to 3.7.0 (#31556). 4 years ago
  Toshi MARUYAMA 118fff34aa rubocop: fix Style/YodaCondition of lib/redmine/scm/adapters/abstract_adapter.rb 4 years ago
  Toshi MARUYAMA 44cbd0eaa9 rubocop: fix Layout/DefEndAlignment of test/functional/documents_controller_test.rb 4 years ago
  Toshi MARUYAMA 6d22d66b9d rubocop: fix Layout/IndentationConsistency of test/unit/repository_cvs_test.rb 4 years ago
  Toshi MARUYAMA 12c3df4bd3 rubocop: fix Layout/DefEndAlignment of test/unit/repository_cvs_test.rb 4 years ago
  Toshi MARUYAMA 12f4721f7a rubocop: remove app/helpers/calendars_helper.rb from Style/UnneededInterpolation fixed in r18346 4 years ago
  Go MAEDA be8372e7cc Previous and next month links in gantt (#31373). 4 years ago
  Toshi MARUYAMA 10ae000021 rubocop: fix Layout/CommentIndentation of test/unit/repository_cvs_test.rb 4 years ago
  Toshi MARUYAMA 9fa084133b code clean up test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb 4 years ago
  Toshi MARUYAMA 6e6b01a65e rubocop: fix Layout/BlockAlignment of test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb 4 years ago
  Toshi MARUYAMA 3d357bcd84 rubocop: use Layout/TrailingWhitespace AllowInHeredoc true 4 years ago
  Toshi MARUYAMA 20570cd408 rubocop: fix Layout/EmptyLinesAroundAccessModifier of test/functional/repositories_git_controller_test.rb 4 years ago
  Toshi MARUYAMA 37cde69d50 rubocop: fix Layout/EmptyLinesAroundAccessModifier of lib/redmine/scm/adapters/cvs_adapter.rb 4 years ago
  Toshi MARUYAMA 39a5b2beae rubocop: remove not detected lib/redmine/scm/adapters/abstract_adapter.rb from Layout/EmptyLinesAroundAccessModifier 4 years ago
  Toshi MARUYAMA 4b95697d23 rubocop: fix Layout/CaseIndentation of test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb 4 years ago
  Go MAEDA 9f682a4c84 Add closed_on to the tooltip if the issue is closed (#31697). 4 years ago
  Toshi MARUYAMA 62d536f657 rubocop: fix Layout/BlockAlignment of test/functional/repositories_mercurial_controller_test.rb 4 years ago
  Toshi MARUYAMA 05c1e19bd8 rubocop: fix Layout/BlockAlignment of test/functional/repositories_git_controller_test.rb 4 years ago
  Toshi MARUYAMA 01e4010841 rubocop: fix Layout/AlignArray of test/unit/repository_bazaar_test.rb 4 years ago
  Toshi MARUYAMA ec4177a2f3 rubocop: fix Layout/AlignArray of test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb 4 years ago
  Toshi MARUYAMA 00d3fa02e2 rubocop: fix Layout/AccessModifierIndentation of scm/adapters/abstract_adapter.rb 4 years ago
  Go MAEDA c831786e3a Update capybara (~> 3.25.0) (#31657). 4 years ago
  Go MAEDA d2ebbb99f2 Fix that h4 headings in an issue note is unintendedly highlighted (#31742). 4 years ago