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
/
controllers
/
repositories_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
JQuery in, Prototype/Scriptaculous out (#11445).
Jean-Philippe Lang
2012-07-22
1
-1
/
+0
*
Removes RJS from RepositoriesController.
Jean-Philippe Lang
2012-07-19
1
-25
/
+0
*
Safe attributes for repositories.
Jean-Philippe Lang
2012-06-19
1
-2
/
+3
*
Show repository images inline when clicking 'View' (#10362).
Jean-Philippe Lang
2012-06-07
1
-0
/
+1
*
route: scm: split entry and raw actions
Toshi MARUYAMA
2012-05-05
1
-1
/
+10
*
scm: git: fix creating and updating repository
Toshi MARUYAMA
2012-05-03
1
-2
/
+24
*
Fixed error on commits per month graph (#10806).
Jean-Philippe Lang
2012-05-01
1
-2
/
+2
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-9
/
+9
*
Adds a "Manage related isses" permission to add/remove commits/issues relatio...
Jean-Philippe Lang
2012-02-05
1
-6
/
+54
*
Don't use a disabled SCM as a default repository SCM (#779).
Jean-Philippe Lang
2012-01-15
1
-1
/
+1
*
Adds support for multiple repositories per project (#779).
Jean-Philippe Lang
2012-01-15
1
-9
/
+7
*
Resourcified repositories for CRUD operations to prepare for multiple SCM per...
Jean-Philippe Lang
2012-01-15
1
-37
/
+49
*
Moved Date months/weeks calculations used in Graph to lib.
Etienne Massip
2012-01-07
1
-10
/
+1
*
Removed code duplicated in lib.
Etienne Massip
2011-12-14
1
-6
/
+0
*
do not annotate text files which exceed the size limit for viewing (#9484)
Toshi MARUYAMA
2011-11-05
1
-1
/
+10
*
scm: controller: include parents in changesets (#5501)
Toshi MARUYAMA
2011-11-03
1
-1
/
+1
*
Rails3: controller: repositories: use to_s for revision parameter
Toshi MARUYAMA
2011-10-09
1
-1
/
+1
*
remove trailing white-spaces from app/controllers/repositories_controller.rb.
Toshi MARUYAMA
2011-08-31
1
-1
/
+1
*
Separation of RSS/API auth actions.
Jean-Philippe Lang
2011-07-09
1
-1
/
+1
*
Do not cache I18n strings when truncating a long diff (#5089).
Jean-Baptiste Barth
2011-06-13
1
-1
/
+1
*
scm: code clean up repositories controller.
Toshi MARUYAMA
2011-05-21
1
-2
/
+6
*
scm: remove trailing white-spaces from repositories controller.
Toshi MARUYAMA
2011-05-21
1
-10
/
+10
*
scm: use repository merge_extra_info() to save extra_ parameter (#8365, #7047).
Toshi MARUYAMA
2011-05-13
1
-0
/
+1
*
scm: switch to save repository setting params in "extra_" or not (#8365, #7047).
Toshi MARUYAMA
2011-05-13
1
-1
/
+11
*
scm: code clean up Repositories Controller.
Toshi MARUYAMA
2011-05-08
1
-2
/
+3
*
scm: set disable a button if scm is not selected in project scm setting.
Toshi MARUYAMA
2011-05-04
1
-1
/
+1
*
scm: code clean up RepositoriesController.
Toshi MARUYAMA
2011-05-03
1
-20
/
+19
*
scm: set mime type in downloading file.
Toshi MARUYAMA
2011-03-22
1
-1
/
+4
*
scm: fix non ascii text files displaying (#6256).
Toshi MARUYAMA
2011-03-22
1
-3
/
+18
*
scm: recovery showing "root @ branch" in repository tree viewing.
Toshi MARUYAMA
2011-03-15
1
-0
/
+1
*
scm: fix diff revision param validation.
Toshi MARUYAMA
2011-02-17
1
-1
/
+1
*
scm: space and tab cleanup of app/controllers/repositories_controller.rb.
Toshi MARUYAMA
2011-02-12
1
-17
/
+18
*
scm: fix non ASCII filename downloaded from repo is broken on Internet Explor...
Toshi MARUYAMA
2011-02-12
1
-1
/
+1
*
scm: use format_revision() for history, view and annotate (#3724).
Toshi MARUYAMA
2011-01-21
1
-2
/
+5
*
Use #blank? instead of #nil? || #empty?.
Jean-Philippe Lang
2011-01-14
1
-1
/
+1
*
Respond with 404 instead of 500 when revision/entry is not found in the repos...
Jean-Philippe Lang
2011-01-14
1
-1
/
+1
*
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
/
+2
*
Changing revision label and identifier at SCM adapter level (#3724, #6092)
Toshi MARUYAMA
2011-01-02
1
-0
/
+3
*
Fixes valid revision regexp.
Jean-Philippe Lang
2010-12-20
1
-1
/
+1
*
Restore rev param validation that was removed in r2840.
Jean-Philippe Lang
2010-12-18
1
-1
/
+10
*
Add "Repository" menu item after repository creation (#5328).
Jean-Philippe Lang
2010-04-17
1
-1
/
+8
*
Refactor: Pull up several #find_project methods to ApplicationController
Eric Davis
2010-02-05
1
-6
/
+0
*
Removes "xxx and return" calls (#4446).
Jean-Philippe Lang
2009-12-18
1
-11
/
+11
*
Contextual quick search (#3263).
Jean-Philippe Lang
2009-10-21
1
-0
/
+2
*
Fixed: RepositoriesController#revision may show wrong revision (#3779).
Jean-Philippe Lang
2009-09-20
1
-1
/
+1
*
Upgraded to Rails 2.3.4 (#3597)
Eric Davis
2009-09-13
1
-1
/
+1
*
SCM:
Jean-Philippe Lang
2009-09-01
1
-3
/
+1
*
SCM browser:
Jean-Philippe Lang
2009-08-17
1
-4
/
+6
*
Added branch and tag support to the git repository viewer. (#1406)
Eric Davis
2009-08-15
1
-18
/
+10
[next]