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
Commit message (
Expand
)
Author
Age
Files
Lines
*
scm: fix JRuby tests fail in unit changeset following test.
Toshi MARUYAMA
2011-06-09
1
-0
/
+7
*
scm: catch all exceptions to get scm command version in repository model (#85...
Toshi MARUYAMA
2011-06-03
1
-3
/
+3
*
Fixed: activity shows updates of private issues (#8432).
Jean-Philippe Lang
2011-05-29
1
-1
/
+0
*
scm: mercurial: code clean up model.
Toshi MARUYAMA
2011-05-26
1
-13
/
+16
*
scm: mercurial: use regexp %r{} instead of // in model latest_changesets_cond().
Toshi MARUYAMA
2011-05-26
1
-1
/
+1
*
scm: add exception of fetching revisions error in repository model (#5357, #2...
Toshi MARUYAMA
2011-05-25
1
-0
/
+2
*
scm: git: brush up model fetch_changesets() comment.
Toshi MARUYAMA
2011-05-19
1
-5
/
+6
*
scm: git: use hash#dup for extra_info in model fetch_changesets().
Toshi MARUYAMA
2011-05-19
1
-1
/
+2
*
scm: git: set revisions ordering inconsistent in existing database (#5357).
Toshi MARUYAMA
2011-05-19
1
-1
/
+11
*
remove trailing white-spaces from document observer model source.
Toshi MARUYAMA
2011-05-18
1
-4
/
+4
*
remove trailing white-spaces from enabled module source.
Toshi MARUYAMA
2011-05-18
1
-7
/
+7
*
remove trailing white-spaces and an empty line from document category custom ...
Toshi MARUYAMA
2011-05-18
1
-5
/
+4
*
remove trailing white-spaces from document category model source.
Toshi MARUYAMA
2011-05-18
1
-4
/
+4
*
scm: bazaar: code clean up model.
Toshi MARUYAMA
2011-05-18
1
-6
/
+11
*
remove trailing white-spaces from setting model source.
Toshi MARUYAMA
2011-05-18
1
-20
/
+20
*
remove trailing white-spaces from query model source.
Toshi MARUYAMA
2011-05-17
1
-76
/
+76
*
remove trailing white-spaces from time entry model source.
Toshi MARUYAMA
2011-05-17
1
-12
/
+12
*
remove trailing white-spaces from news model source.
Toshi MARUYAMA
2011-05-17
1
-11
/
+11
*
remove trailing white-spaces from message observer model source.
Toshi MARUYAMA
2011-05-17
1
-4
/
+4
*
remove trailing white-spaces from message model source.
Toshi MARUYAMA
2011-05-17
1
-18
/
+18
*
remove trailing white-spaces from mailer model source.
Toshi MARUYAMA
2011-05-17
1
-21
/
+21
*
remove trailing white-spaces from mail handler model source.
Toshi MARUYAMA
2011-05-17
1
-2
/
+2
*
remove trailing white-spaces excluding SQL from issue model source.
Toshi MARUYAMA
2011-05-17
1
-77
/
+77
*
remove trailing white-spaces from WikiContent model source.
Toshi MARUYAMA
2011-05-16
1
-15
/
+15
*
remove trailing white-spaces from Document model source.
Toshi MARUYAMA
2011-05-15
1
-9
/
+9
*
remove trailing white-spaces from Attachment model source.
Toshi MARUYAMA
2011-05-15
1
-22
/
+22
*
remove trailing white-spaces from changeset model source.
Toshi MARUYAMA
2011-05-15
1
-21
/
+21
*
scm: git: fix fetching 7 days problem (#7146, #6013).
Toshi MARUYAMA
2011-05-13
1
-29
/
+16
*
scm: git: show only filename and filesize if setting of reporting last commit...
Toshi MARUYAMA
2011-05-13
2
-0
/
+8
*
scm: git: get "extra_report_last_commit" value from extra_info (#8365, #7047).
Toshi MARUYAMA
2011-05-13
1
-1
/
+4
*
scm: add a repository model method "merge_extra_info()" to merge "extra_info"...
Toshi MARUYAMA
2011-05-12
1
-0
/
+7
*
scm: add "extra_info" column to repositories table and set serialize (#7146, ...
Toshi MARUYAMA
2011-05-12
1
-0
/
+2
*
scm: mercurial: remove trailing white-spaces from model source.
Toshi MARUYAMA
2011-05-12
1
-5
/
+5
*
scm: darcs: code clean up model.
Toshi MARUYAMA
2011-05-12
1
-7
/
+7
*
scm: filesystem: code clean up model.
Toshi MARUYAMA
2011-05-12
1
-5
/
+4
*
scm: subversion: code clean up model.
Toshi MARUYAMA
2011-05-12
1
-14
/
+14
*
scm: bazaar: code clean up model.
Toshi MARUYAMA
2011-05-12
1
-14
/
+14
*
scm: subversion: code clean up model.
Toshi MARUYAMA
2011-05-12
1
-13
/
+13
*
scm: git: code clean up model.
Toshi MARUYAMA
2011-05-12
1
-8
/
+9
*
remove trailing white-spaces from MailHandler model source.
Toshi MARUYAMA
2011-05-08
1
-35
/
+35
*
scm: git: change model report_last_commit() name to extra_report_last_commit(...
Toshi MARUYAMA
2011-05-06
1
-2
/
+2
*
scm: git: use the model value of whether reporting last commit in repository ...
Toshi MARUYAMA
2011-05-05
1
-1
/
+3
*
scm: git: add the model method whether reporting last commit in repository tr...
Toshi MARUYAMA
2011-05-05
1
-0
/
+4
*
scm: git: override entries() in model for browsing tree performance (#7047).
Toshi MARUYAMA
2011-05-05
1
-0
/
+4
*
scm: code clean up repository model.
Toshi MARUYAMA
2011-05-05
1
-21
/
+26
*
scm: git: fix indent in model.
Toshi MARUYAMA
2011-05-05
1
-1
/
+1
*
scm: code clean up repository model.
Toshi MARUYAMA
2011-05-05
1
-9
/
+13
*
scm: git: add comments of revision order in fetch_changesets().
Toshi MARUYAMA
2011-05-04
1
-0
/
+15
*
scm: git: rearrange fetch_changesets() comment.
Toshi MARUYAMA
2011-05-04
1
-3
/
+7
*
scm: git: refactor saving a revision in model.
Toshi MARUYAMA
2011-05-04
1
-13
/
+18
[next]