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
...
*
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
*
Fixed: Update of Subversion changesets broken by r3466 under Solaris (#5255).
Jean-Philippe Lang
2010-04-11
1
-1
/
+6
*
Avoid unnecessary SQL queries when loading changesets.
Jean-Philippe Lang
2010-02-21
1
-6
/
+7
*
Remove invalid utf8 sequences from commit comments and author name (#4773).
Jean-Philippe Lang
2010-02-20
1
-3
/
+8
*
Refactor: Extract method to create a Change from a Changeset.
Eric Davis
2010-02-02
1
-0
/
+9
*
Allow commits to reference issues of parent projects and subprojects (#4674).
Jean-Philippe Lang
2010-01-31
1
-2
/
+13
*
Allow referencing issue numbers in brackets. This style is used by other
Eric Davis
2009-09-03
1
-1
/
+1
*
Added hook, :model_changeset_scan_commit_for_issue_ids_pre_issue_update. #3279
Eric Davis
2009-05-30
1
-0
/
+2
*
Fixed: links to changesets in activity and atom feeds uses project id instead...
Jean-Philippe Lang
2009-04-07
1
-2
/
+2
*
Added observers to watch model objects for mail delivery instead of calling M...
Eric Davis
2009-03-28
1
-1
/
+0
*
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
Jean-Philippe Lang
2009-02-21
1
-1
/
+1
*
Do not repeat one-line commit logs on the activity view.
Jean-Philippe Lang
2009-02-01
1
-2
/
+16
*
Display latest user's activity on account/show view.
Jean-Philippe Lang
2008-11-30
1
-0
/
+1
*
Maps repository users to Redmine users (#1383).
Jean-Philippe Lang
2008-11-10
1
-16
/
+14
*
Fixes error with CVS+Postgresql and non-UTF8 commit logs (#917, #1659).
Jean-Philippe Lang
2008-08-26
1
-2
/
+7
*
Adds support for commit logs reencoding to UTF-8 before insertion in the data...
Jean-Philippe Lang
2008-08-26
1
-1
/
+18
*
Activity refactoring.
Jean-Philippe Lang
2008-07-27
1
-0
/
+3
*
Fixed: using '*' as keyword for repository referencing keywords doesn't work ...
Jean-Philippe Lang
2008-05-25
1
-1
/
+1
*
Ability to search all projects or the projects the user belongs to (#791).
Jean-Philippe Lang
2008-05-18
1
-1
/
+1
*
Postgresql 8.3 compatibility fix (#834).
Jean-Philippe Lang
2008-04-26
1
-0
/
+4
*
Merged Git support branch (r1200 to r1226).
Jean-Philippe Lang
2008-03-12
1
-4
/
+7
*
Activity enhancements:
Jean-Philippe Lang
2008-03-11
1
-0
/
+4
*
Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
Jean-Philippe Lang
2008-03-01
1
-0
/
+2
*
Create a journal and send an email when an issue is closed by commit (#609).
Jean-Philippe Lang
2008-02-06
1
-1
/
+15
*
* Added links to previous and next revisions on revision view (patch by Cyril...
Jean-Philippe Lang
2007-12-01
1
-0
/
+10
*
* Referencing issues in commit messages: enter * in 'Referencing keywords' to...
Jean-Philippe Lang
2007-11-20
1
-0
/
+9
[prev]
[next]