summaryrefslogtreecommitdiffstats
path: root/app/models/changeset.rb
Commit message (Expand)AuthorAgeFilesLines
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* find_referenced_issue_by_id fails with RangeError for large numbers (#21071).Jean-Philippe Lang2015-10-291-1/+1
* Keywords in commit messages: journal entries are created even if nothing was ...Jean-Philippe Lang2015-04-121-2/+5
* revert r13896 (#14534)Toshi MARUYAMA2015-03-201-11/+3
* Use attribute writers instead of before_create callback to normalize comments...Jean-Philippe Lang2015-01-181-3/+11
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-121-2/+2
* Code cleanup.Jean-Philippe Lang2014-10-251-1/+1
* remove unneeded "references" of joinsToshi MARUYAMA2014-10-241-1/+0
* Fixed an SQL error with SQLServer (#14534).Jean-Philippe Lang2014-10-221-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-3/+6
* Don't link multiple changesets from the same commit multiple times (#17931).Jean-Philippe Lang2014-10-051-1/+7
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Fixed Changeset#text_tag for changeset with hash and repository identifier (#...Jean-Philippe Lang2014-01-121-5/+6
* Rails4: replace deprecated find_by_id at Changeset classToshi MARUYAMA2013-12-291-1/+1
* code format cleanup app/models/changeset.rbToshi MARUYAMA2013-10-241-2/+6
* Ability to define commit keywords per tracker (#7590).Jean-Philippe Lang2013-10-131-5/+7
* Don't update issues nor log time when importing old changesets (#4823).Jean-Philippe Lang2013-10-051-2/+5
* Pass the commit keyword used to update the issue to the plugin hook.Jean-Philippe Lang2013-10-051-1/+1
* Support for multiple issue update keywords/rules in commit messages (#4911).Jean-Philippe Lang2013-10-051-13/+8
* Removed useless require 'iconv' (#12787).Jean-Philippe Lang2013-01-121-2/+0
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Rewrites named scopes with ARel queries.Jean-Philippe Lang2012-12-071-3/+3
* remove trailing white-space from app/models/changeset.rbToshi MARUYAMA2012-07-171-1/+1
* Code cleanup.Jean-Philippe Lang2012-07-071-8/+2
* Renamed #changes association to #filechanges (clash with AR::Base.changes tha...Jean-Philippe Lang2012-06-031-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* model: replace Rails2 "named_scope" to Rails3 "scope"Toshi MARUYAMA2012-04-261-1/+2
* Adds the repository identifier in the activity and search results (#779).Jean-Philippe Lang2012-03-241-1/+8
* Adds the repository identifier to Changeset#text_tag (#779).Jean-Philippe Lang2012-03-241-0/+3
* Fixed magic link in the note added when closing an issue by a commit from a s...Jean-Philippe Lang2012-02-201-4/+8
* Adds a "Manage related isses" permission to add/remove commits/issues relatio...Jean-Philippe Lang2012-02-051-2/+2
* Adds a setting that allows to reference/fix issues of all projects (#3087).Jean-Philippe Lang2012-02-021-2/+4
* Adds repository_id param for activity and search results (#779).Jean-Philippe Lang2012-01-151-1/+1
* move Changeset#to_utf8 logic to lib/redmine/codeset_util.rb for common use (#...Toshi MARUYAMA2011-11-141-41/+1
* scm: db: model: add parent/child relation for changesets (#5501)Toshi MARUYAMA2011-11-031-0/+8
* fix typo of fix_issue() at Changeset modelToshi MARUYAMA2011-10-041-1/+1
* Rails3: replace deprecated 'before_create' to declared method at Changeset mo...Toshi MARUYAMA2011-08-291-1/+2
* Rails3: replace deprecated 'after_create' to declared method at Repository mo...Toshi MARUYAMA2011-08-291-1/+3
* scm: fix JRuby tests fail in unit changeset following test.Toshi MARUYAMA2011-06-091-0/+7
* remove trailing white-spaces from changeset model source.Toshi MARUYAMA2011-05-151-21/+21
* scm: cvs: fix parsing revisions if author is not ASCII.Toshi MARUYAMA2011-04-141-2/+0
* scm: use upcase to compare encoding name "UTF-8" in log converting.Toshi MARUYAMA2011-04-091-1/+1
* scm: code clean up app/models/changeset.rb.Toshi MARUYAMA2011-04-091-8/+14
* scm: replace invalid utf-8 sequences in comments instead of stripping on Ruby...Toshi MARUYAMA2011-04-091-12/+11
* scm: code clean up app/models/changeset.rb.Toshi MARUYAMA2011-04-091-9/+13
* scm: code clean up app/models/changeset.rb.Toshi MARUYAMA2011-04-091-5/+6
* scm: fix log converting error in Ruby 1.9 and add more tests.Toshi MARUYAMA2011-04-091-1/+2
* scm: set empty log encoding UTF-8 in Ruby 1.9 and add tests.Toshi MARUYAMA2011-04-091-1/+4
* scm: not use Iconv for log converting in Ruby 1.9 and fix tests fails in Ruby...Toshi MARUYAMA2011-04-091-9/+16