index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
models
/
changeset.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Fixed Changeset#text_tag for changeset with hash and repository identifier (#...
Jean-Philippe Lang
2014-01-12
1
-5
/
+6
*
Rails4: replace deprecated find_by_id at Changeset class
Toshi MARUYAMA
2013-12-29
1
-1
/
+1
*
code format cleanup app/models/changeset.rb
Toshi MARUYAMA
2013-10-24
1
-2
/
+6
*
Ability to define commit keywords per tracker (#7590).
Jean-Philippe Lang
2013-10-13
1
-5
/
+7
*
Don't update issues nor log time when importing old changesets (#4823).
Jean-Philippe Lang
2013-10-05
1
-2
/
+5
*
Pass the commit keyword used to update the issue to the plugin hook.
Jean-Philippe Lang
2013-10-05
1
-1
/
+1
*
Support for multiple issue update keywords/rules in commit messages (#4911).
Jean-Philippe Lang
2013-10-05
1
-13
/
+8
*
Removed useless require 'iconv' (#12787).
Jean-Philippe Lang
2013-01-12
1
-2
/
+0
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Rewrites named scopes with ARel queries.
Jean-Philippe Lang
2012-12-07
1
-3
/
+3
*
remove trailing white-space from app/models/changeset.rb
Toshi MARUYAMA
2012-07-17
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-07-07
1
-8
/
+2
*
Renamed #changes association to #filechanges (clash with AR::Base.changes tha...
Jean-Philippe Lang
2012-06-03
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
model: replace Rails2 "named_scope" to Rails3 "scope"
Toshi MARUYAMA
2012-04-26
1
-1
/
+2
*
Adds the repository identifier in the activity and search results (#779).
Jean-Philippe Lang
2012-03-24
1
-1
/
+8
*
Adds the repository identifier to Changeset#text_tag (#779).
Jean-Philippe Lang
2012-03-24
1
-0
/
+3
*
Fixed magic link in the note added when closing an issue by a commit from a s...
Jean-Philippe Lang
2012-02-20
1
-4
/
+8
*
Adds a "Manage related isses" permission to add/remove commits/issues relatio...
Jean-Philippe Lang
2012-02-05
1
-2
/
+2
*
Adds a setting that allows to reference/fix issues of all projects (#3087).
Jean-Philippe Lang
2012-02-02
1
-2
/
+4
*
Adds repository_id param for activity and search results (#779).
Jean-Philippe Lang
2012-01-15
1
-1
/
+1
*
move Changeset#to_utf8 logic to lib/redmine/codeset_util.rb for common use (#...
Toshi MARUYAMA
2011-11-14
1
-41
/
+1
*
scm: db: model: add parent/child relation for changesets (#5501)
Toshi MARUYAMA
2011-11-03
1
-0
/
+8
*
fix typo of fix_issue() at Changeset model
Toshi MARUYAMA
2011-10-04
1
-1
/
+1
*
Rails3: replace deprecated 'before_create' to declared method at Changeset mo...
Toshi MARUYAMA
2011-08-29
1
-1
/
+2
*
Rails3: replace deprecated 'after_create' to declared method at Repository mo...
Toshi MARUYAMA
2011-08-29
1
-1
/
+3
*
scm: fix JRuby tests fail in unit changeset following test.
Toshi MARUYAMA
2011-06-09
1
-0
/
+7
*
remove trailing white-spaces from changeset model source.
Toshi MARUYAMA
2011-05-15
1
-21
/
+21
*
scm: cvs: fix parsing revisions if author is not ASCII.
Toshi MARUYAMA
2011-04-14
1
-2
/
+0
*
scm: use upcase to compare encoding name "UTF-8" in log converting.
Toshi MARUYAMA
2011-04-09
1
-1
/
+1
*
scm: code clean up app/models/changeset.rb.
Toshi MARUYAMA
2011-04-09
1
-8
/
+14
*
scm: replace invalid utf-8 sequences in comments instead of stripping on Ruby...
Toshi MARUYAMA
2011-04-09
1
-12
/
+11
*
scm: code clean up app/models/changeset.rb.
Toshi MARUYAMA
2011-04-09
1
-9
/
+13
*
scm: code clean up app/models/changeset.rb.
Toshi MARUYAMA
2011-04-09
1
-5
/
+6
*
scm: fix log converting error in Ruby 1.9 and add more tests.
Toshi MARUYAMA
2011-04-09
1
-1
/
+2
*
scm: set empty log encoding UTF-8 in Ruby 1.9 and add tests.
Toshi MARUYAMA
2011-04-09
1
-1
/
+4
*
scm: not use Iconv for log converting in Ruby 1.9 and fix tests fails in Ruby...
Toshi MARUYAMA
2011-04-09
1
-9
/
+16
*
Makes visible scopes accept projects option and deprecate Project.visible_by.
Jean-Philippe Lang
2011-04-05
1
-1
/
+1
*
Prevent error when referencing an issue without project (#7890).
Jean-Philippe Lang
2011-03-16
1
-1
/
+1
*
scm: ignore log encoding setting in Subversion and Mercurial (#7597).
Toshi MARUYAMA
2011-02-28
1
-18
/
+15
*
scm: return if str.blank? in to_utf8(str).
Toshi MARUYAMA
2011-02-28
1
-0
/
+1
*
Fixes syntax for time logging in commit messages (#7630, #7718).
Jean-Philippe Lang
2011-02-26
1
-2
/
+4
*
scm: for log in Ruby 1.9, replace invalid UTF-8 to '?' instead of removing.
Toshi MARUYAMA
2011-02-22
1
-6
/
+14
*
scm: Ruby 1.9 compatibility for log.
Toshi MARUYAMA
2011-02-22
1
-7
/
+0
*
Changing revision label and identifier at SCM adapter level (#3724, #6092)
Toshi MARUYAMA
2011-01-02
1
-2
/
+20
*
Fixes utf8 conversions with ruby1.9.
Jean-Philippe Lang
2011-01-01
1
-1
/
+7
*
Fixes Changeset#text_tag for numeric scmid (#6681).
Jean-Philippe Lang
2010-12-11
1
-4
/
+3
*
Automatic spent time logging from commit messages (#4155).
Jean-Philippe Lang
2010-12-05
1
-40
/
+88
*
Removed useless debug code. #5978
Jean-Baptiste Barth
2010-08-08
1
-1
/
+0
[next]