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