107 Commits (10bb12e09f81dcc56f7a11342b841b9b7cf8d53e)

Author SHA1 Message Date
  Go MAEDA 10bb12e09f Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensitive comparison in Rails 6.1.' (#32897). 4 years ago
  Toshi MARUYAMA 7ba233469f code cleanup: rubocop: fix Layout/ElseAlignment in app/models/changeset.rb 4 years ago
  Toshi MARUYAMA 557f045e42 code cleanup: fix source code comment in r18607 4 years ago
  Toshi MARUYAMA af67ade563 code cleanup: rubocop: fix Lint/UselessAccessModifier in app/models/changeset.rb 4 years ago
  Go MAEDA 4082069c75 Update copyright year. 5 years ago
  Go MAEDA 07b3087fda Enable frozen_string_literal for some files under app and lib directory (#26561). 5 years ago
  Go MAEDA 5861160ffc Add "frozen_string_literal: false" for all files (#26561). 5 years ago
  Jean-Philippe Lang d74f0bfd5c Merged rails-5.1 branch (#23630). 6 years ago
  Jean-Philippe Lang 7fd04e1f8d Update copyright. 6 years ago
  Jean-Philippe Lang 1870a2e4fb Make sure that the journal is not created if issue is saved. 7 years ago
  Jean-Philippe Lang cda9c63d9c Updates copyright for 2016. 8 years ago
  Jean-Philippe Lang 1919f7233f find_referenced_issue_by_id fails with RangeError for large numbers (#21071). 8 years ago
  Jean-Philippe Lang 78153cacdf Keywords in commit messages: journal entries are created even if nothing was changed (#19538). 9 years ago
  Toshi MARUYAMA 86c6afb545 revert r13896 (#14534) 9 years ago
  Jean-Philippe Lang 0bcd5be0a5 Use attribute writers instead of before_create callback to normalize comments and committer (#14534). 9 years ago
  Jean-Philippe Lang 000124f44f Copyright update. 9 years ago
  Jean-Philippe Lang 2fe806a4a4 Rewrites search engine to properly paginate results (#18631). 9 years ago
  Jean-Philippe Lang c0f082ad02 Code cleanup. 9 years ago
  Toshi MARUYAMA 6f92548b38 remove unneeded "references" of joins 9 years ago
  Jean-Philippe Lang 116eb8bcc7 Fixed an SQL error with SQLServer (#14534). 9 years ago
  Jean-Philippe Lang 2d1866d966 Merged rails-4.1 branch (#14534). 9 years ago
  Jean-Philippe Lang a567546335 Don't link multiple changesets from the same commit multiple times (#17931). 9 years ago
  Toshi MARUYAMA 35cc911192 update copyright year (#15977) 10 years ago
  Jean-Philippe Lang 5df064ed85 Fixed Changeset#text_tag for changeset with hash and repository identifier (#13544). 10 years ago
  Toshi MARUYAMA 3ace0292c2 Rails4: replace deprecated find_by_id at Changeset class 10 years ago
  Toshi MARUYAMA 3109ed9320 code format cleanup app/models/changeset.rb 10 years ago
  Jean-Philippe Lang b6cb7aa8e3 Ability to define commit keywords per tracker (#7590). 10 years ago
  Jean-Philippe Lang 7b1b605ae8 Don't update issues nor log time when importing old changesets (#4823). 10 years ago
  Jean-Philippe Lang 0444ecca3c Pass the commit keyword used to update the issue to the plugin hook. 10 years ago
  Jean-Philippe Lang a77b462a53 Support for multiple issue update keywords/rules in commit messages (#4911). 10 years ago
  Jean-Philippe Lang e224d50408 Removed useless require 'iconv' (#12787). 11 years ago
  Jean-Philippe Lang e396a0eebe Copyright for 2013 (#12788). 11 years ago
  Jean-Philippe Lang 7222e4012d Rewrites named scopes with ARel queries. 11 years ago
  Toshi MARUYAMA 07546b4943 remove trailing white-space from app/models/changeset.rb 12 years ago
  Jean-Philippe Lang 56666a41b8 Code cleanup. 12 years ago
  Jean-Philippe Lang 2cbf9c9cc4 Renamed #changes association to #filechanges (clash with AR::Base.changes that triggers errors with Rails 3.2.5). 12 years ago
  Jean-Philippe Lang ba5a052c8c Copyright update. 12 years ago
  Toshi MARUYAMA d0d01d4e70 model: replace Rails2 "named_scope" to Rails3 "scope" 12 years ago
  Jean-Philippe Lang ee8002b0c9 Adds the repository identifier in the activity and search results (#779). 12 years ago
  Jean-Philippe Lang bb36fa5d12 Adds the repository identifier to Changeset#text_tag (#779). 12 years ago
  Jean-Philippe Lang 77287d1f0b Fixed magic link in the note added when closing an issue by a commit from a subproject (#10284). 12 years ago
  Jean-Philippe Lang 1d4ef8964d Adds a "Manage related isses" permission to add/remove commits/issues relations manually from the changeset view (#2009). 12 years ago
  Jean-Philippe Lang d02f6a8e32 Adds a setting that allows to reference/fix issues of all projects (#3087). 12 years ago
  Jean-Philippe Lang 5f7995f977 Adds repository_id param for activity and search results (#779). 12 years ago
  Toshi MARUYAMA 9a93bd1484 move Changeset#to_utf8 logic to lib/redmine/codeset_util.rb for common use (#3261) 12 years ago
  Toshi MARUYAMA ef1223dd3a scm: db: model: add parent/child relation for changesets (#5501) 12 years ago
  Toshi MARUYAMA 986f0acb00 fix typo of fix_issue() at Changeset model 12 years ago
  Toshi MARUYAMA bc169cf466 Rails3: replace deprecated 'before_create' to declared method at Changeset model. 12 years ago
  Toshi MARUYAMA 80c5f34c07 Rails3: replace deprecated 'after_create' to declared method at Repository model. 12 years ago
  Toshi MARUYAMA 8427048d5d scm: fix JRuby tests fail in unit changeset following test. 13 years ago