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
/
repository.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
scm: model: add method to switch revision graph support or not and set defaul...
Toshi MARUYAMA
2011-11-03
1
-0
/
+4
*
scm: remove before_save() because of duplicate at url=(arg) and root_url=(arg).
Toshi MARUYAMA
2011-08-30
1
-7
/
+0
*
Rails3: replace deprecated 'validate_on_create' to declared validation method...
Toshi MARUYAMA
2011-08-29
1
-1
/
+7
*
scm: return nil at model default_branch and override at git model (#8458, #67...
Toshi MARUYAMA
2011-06-30
1
-1
/
+1
*
scm: catch all exceptions to get scm command version in repository model (#85...
Toshi MARUYAMA
2011-06-03
1
-3
/
+3
*
scm: add exception of fetching revisions error in repository model (#5357, #2...
Toshi MARUYAMA
2011-05-25
1
-0
/
+2
*
scm: git: show only filename and filesize if setting of reporting last commit...
Toshi MARUYAMA
2011-05-13
1
-0
/
+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: code clean up repository model.
Toshi MARUYAMA
2011-05-05
1
-21
/
+26
*
scm: code clean up repository model.
Toshi MARUYAMA
2011-05-05
1
-9
/
+13
*
scm: use i18n string at commit log encoding setting (#1735).
Toshi MARUYAMA
2011-04-23
1
-0
/
+8
*
scm: set supporting directory revisions or not at scm level.
Toshi MARUYAMA
2011-03-16
1
-0
/
+4
*
scm: set supporting all revisions or not at scm level.
Toshi MARUYAMA
2011-03-16
1
-3
/
+7
*
scm: add feature of per project repository log encoding setting (#1735).
Toshi MARUYAMA
2011-03-01
1
-1
/
+1
*
scm: ignore log encoding setting in Subversion and Mercurial (#7597).
Toshi MARUYAMA
2011-02-28
1
-1
/
+6
*
Adds support for SCM/LDAP passwords encryption in the database (#7411).
Jean-Philippe Lang
2011-02-26
1
-0
/
+11
*
scm: update adapter initialize() to use path encoding (#2664, #2274).
Toshi MARUYAMA
2011-02-24
1
-5
/
+6
*
scm: catch exception of getting command and version in model (#4273).
Toshi MARUYAMA
2011-02-19
1
-6
/
+24
*
scm: catch CommandFailed during bulk Repository.fetch_changesets (#4455).
Toshi MARUYAMA
2011-02-15
1
-1
/
+5
*
scm: add scm command and version methods at repository models (#4273).
Toshi MARUYAMA
2011-02-14
1
-2
/
+22
*
scm: use #blank? instead of #nil? || #empty? at Repository#find_changeset_by_...
Toshi MARUYAMA
2011-01-14
1
-3
/
+3
*
scm: fix error on revision page for empty revision (#7307).
Toshi MARUYAMA
2011-01-13
1
-0
/
+1
*
scm: changing two revision diff text at SCM adapter level (#3724).
Toshi MARUYAMA
2011-01-11
1
-1
/
+8
*
Memorize commit authors to speed up changesets loading.
Jean-Philippe Lang
2010-02-21
1
-3
/
+10
*
Fixed: Repository.fetch_changesets tries to fetch changesets for archived pro...
Jean-Philippe Lang
2010-02-09
1
-3
/
+7
*
Fixes Repository#find_changeset_by_name with PostgreSQL (#3937).
Jean-Philippe Lang
2009-10-02
1
-1
/
+1
*
Fixed: RepositoriesController#revision may show wrong revision (#3779).
Jean-Philippe Lang
2009-09-20
1
-0
/
+5
*
SCM:
Jean-Philippe Lang
2009-08-17
1
-11
/
+13
*
Fixes argument in Repository#latest_changesets.
Jean-Philippe Lang
2009-08-17
1
-1
/
+1
*
Added branch and tag support to the git repository viewer. (#1406)
Eric Davis
2009-08-15
1
-1
/
+17
*
Removes hardcoded table names in Repository#clear_changesets.
Jean-Philippe Lang
2009-05-08
1
-3
/
+4
*
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
Jean-Philippe Lang
2009-02-21
1
-1
/
+1
*
Adds a setting to limit the number of revisions displayed on a repository fil...
Jean-Philippe Lang
2009-02-01
1
-3
/
+4
*
Eager-load users.
Jean-Philippe Lang
2008-11-11
1
-1
/
+1
*
Maps repository users to Redmine users (#1383).
Jean-Philippe Lang
2008-11-10
1
-0
/
+39
*
Fixes Repository#clear_changesets.
Jean-Philippe Lang
2008-09-04
1
-0
/
+1
*
Clear changesets and changes with raw sql when deleting a repository (#1627).
Jean-Philippe Lang
2008-07-13
1
-1
/
+10
*
Display svn properties in the browser, svn >= 1.5.0 only (#1581).
Jean-Philippe Lang
2008-07-05
1
-0
/
+4
*
Fixed: view file at given revision with CVS.
Jean-Philippe Lang
2008-06-15
1
-0
/
+8
*
Move unified diff parser out of the scm abstract adapter so it can be reused ...
Jean-Philippe Lang
2008-06-08
1
-2
/
+2
*
Ability to disable unused SCM adapters in application settings.
Jean-Philippe Lang
2008-06-08
1
-1
/
+4
*
Fixed: View differences for individual file of a changeset fails if the subve...
Jean-Philippe Lang
2008-05-24
1
-0
/
+5
*
Strip repository urls (closes #852).
Jean-Philippe Lang
2008-03-14
1
-0
/
+19
*
Merged Git support branch (r1200 to r1226).
Jean-Philippe Lang
2008-03-12
1
-2
/
+2
*
Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.
Jean-Philippe Lang
2007-12-02
1
-0
/
+4
*
Fixed: log is not displayed when browsing a copy in a svn repository.
Jean-Philippe Lang
2007-10-15
1
-0
/
+8
*
Added Darcs basic support.
Jean-Philippe Lang
2007-06-24
1
-0
/
+4
*
Added basic support for CVS and Mercurial SCMs.
Jean-Philippe Lang
2007-06-12
1
-51
/
+27
*
Fixed: performance issue on RepositoriesController#revisions when a changeset...
Jean-Philippe Lang
2007-05-15
1
-1
/
+3
[prev]
[next]