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
...
*
Render the commit changes list as a tree (#1896).
Jean-Philippe Lang
2008-09-17
1
-5
/
+0
*
Moves @layout 'base'@ to ApplicationController.
Jean-Philippe Lang
2008-08-10
1
-1
/
+0
*
Display svn properties in the browser, svn >= 1.5.0 only (#1581).
Jean-Philippe Lang
2008-07-05
1
-1
/
+3
*
Wider SVG graphs in repository stats.
Jean-Philippe Lang
2008-06-29
1
-3
/
+3
*
RepositoriesController cleanup with rescue_from.
Jean-Philippe Lang
2008-06-15
1
-16
/
+5
*
Fixed: view file at given revision with CVS.
Jean-Philippe Lang
2008-06-15
1
-3
/
+3
*
SCM browser: ability to download raw unified diffs.
Jean-Philippe Lang
2008-06-08
1
-12
/
+22
*
Move unified diff parser out of the scm abstract adapter so it can be reused ...
Jean-Philippe Lang
2008-06-08
1
-1
/
+1
*
Ability to disable unused SCM adapters in application settings.
Jean-Philippe Lang
2008-06-08
1
-2
/
+2
*
Fixed: Links to repository directories don't work (#1119).
Jean-Philippe Lang
2008-04-27
1
-1
/
+8
*
Commits per author graph: remove email adress in usernames (#1066).
Jean-Philippe Lang
2008-04-24
1
-0
/
+3
*
Fix repository browsing at given revision for various scm and add tests for t...
Jean-Philippe Lang
2008-04-06
1
-2
/
+2
*
Verify rev and rev_to params format in RepositoriesController. And turn revis...
Jean-Philippe Lang
2008-04-03
1
-3
/
+8
*
Always show 'View' and 'Annotate' links on repository files (download will be...
Jean-Philippe Lang
2008-03-19
1
-1
/
+1
*
Add Redmine links for repository files using source: and export: keyworkds (#...
Jean-Philippe Lang
2008-03-17
1
-1
/
+2
*
Merged Git support branch (r1200 to r1226).
Jean-Philippe Lang
2008-03-12
1
-2
/
+2
*
Fixed RepositoriesController: undefined local variable or method `show_error'...
Jean-Philippe Lang
2008-01-25
1
-7
/
+7
*
Show explicit error message when the scm command failed (eg. when svn binary ...
Jean-Philippe Lang
2008-01-23
1
-3
/
+20
*
Highlight the current item of the main menu.
Jean-Philippe Lang
2008-01-19
1
-0
/
+1
*
New setting added to specify how many objects should be displayed on most pag...
Jean-Philippe Lang
2007-12-29
1
-1
/
+1
*
Fixed: empty lines when displaying repository files with Windows style eol.
Jean-Philippe Lang
2007-12-14
1
-0
/
+3
*
Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.
Jean-Philippe Lang
2007-12-02
1
-0
/
+5
*
* Added links to previous and next revisions on revision view (patch by Cyril...
Jean-Philippe Lang
2007-12-01
1
-3
/
+11
*
Diff style (inline or side by side) automatically saved as a user preference.
Jean-Philippe Lang
2007-11-08
1
-1
/
+8
*
Pretty URL for the repository browser (Cyril Mougel)
Jean-Philippe Lang
2007-11-04
1
-2
/
+2
*
Added a bit of AJAX on the SCM browser (tree view).
Jean-Philippe Lang
2007-10-22
1
-1
/
+5
*
Fixed: log is not displayed when browsing a copy in a svn repository.
Jean-Philippe Lang
2007-10-15
1
-3
/
+1
*
Added project module concept.
Jean-Philippe Lang
2007-09-14
1
-7
/
+27
*
Merged 0.6 branch into trunk.
Jean-Philippe Lang
2007-08-29
1
-3
/
+6
*
Fixed: nil error on 'commits per month' graph.
Jean-Philippe Lang
2007-08-15
1
-2
/
+3
*
Applied the flash notices patch by Matt Jones (slightly edited).
Jean-Philippe Lang
2007-08-02
1
-1
/
+1
*
Changesets stored in the database are now displayed on the repository page ev...
Jean-Philippe Lang
2007-06-29
1
-2
/
+2
*
Added basic support for CVS and Mercurial SCMs.
Jean-Philippe Lang
2007-06-12
1
-28
/
+39
*
Fixed: performance issue on RepositoriesController#revisions when a changeset...
Jean-Philippe Lang
2007-05-15
1
-1
/
+8
*
Fixed: error when viewing a file diff from a revision view (only if repositor...
Jean-Philippe Lang
2007-05-10
1
-1
/
+1
*
Text files can now be viewed online when browsing the repository.
Jean-Philippe Lang
2007-05-08
1
-4
/
+4
*
Added fragment caching for svn diffs.
Jean-Philippe Lang
2007-05-01
1
-4
/
+9
*
patch #9627 Add Side by Side in Diff view (Cyril Mougel)
Jean-Philippe Lang
2007-03-29
1
-2
/
+3
*
added changes counts on the "commits per author" svn stat graph
Jean-Philippe Lang
2007-03-26
1
-4
/
+14
*
added pagination on revisions list
Jean-Philippe Lang
2007-03-25
1
-1
/
+10
*
added simple svn statistics graphs, rendered using SVG::Graph
Jean-Philippe Lang
2007-03-25
1
-2
/
+107
*
SVN commits are now stored in the database, and added to the activity view an...
Jean-Philippe Lang
2007-03-25
1
-8
/
+16
*
send a 404 when trying to access an unexisting repository
Jean-Philippe Lang
2007-03-11
1
-0
/
+1
*
ActiveRecord::RecordNotFound exceptions handled more gracefully
Jean-Philippe Lang
2007-01-02
1
-0
/
+2
*
svn browser merged in trunk
Jean-Philippe Lang
2006-12-24
1
-0
/
+72
[prev]