summaryrefslogtreecommitdiffstats
path: root/app/controllers/repositories_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Separation of RSS/API auth actions.Jean-Philippe Lang2011-07-091-1/+1
* Do not cache I18n strings when truncating a long diff (#5089).Jean-Baptiste Barth2011-06-131-1/+1
* scm: code clean up repositories controller.Toshi MARUYAMA2011-05-211-2/+6
* scm: remove trailing white-spaces from repositories controller.Toshi MARUYAMA2011-05-211-10/+10
* scm: use repository merge_extra_info() to save extra_ parameter (#8365, #7047).Toshi MARUYAMA2011-05-131-0/+1
* scm: switch to save repository setting params in "extra_" or not (#8365, #7047).Toshi MARUYAMA2011-05-131-1/+11
* scm: code clean up Repositories Controller.Toshi MARUYAMA2011-05-081-2/+3
* scm: set disable a button if scm is not selected in project scm setting.Toshi MARUYAMA2011-05-041-1/+1
* scm: code clean up RepositoriesController.Toshi MARUYAMA2011-05-031-20/+19
* scm: set mime type in downloading file.Toshi MARUYAMA2011-03-221-1/+4
* scm: fix non ascii text files displaying (#6256).Toshi MARUYAMA2011-03-221-3/+18
* scm: recovery showing "root @ branch" in repository tree viewing.Toshi MARUYAMA2011-03-151-0/+1
* scm: fix diff revision param validation.Toshi MARUYAMA2011-02-171-1/+1
* scm: space and tab cleanup of app/controllers/repositories_controller.rb.Toshi MARUYAMA2011-02-121-17/+18
* scm: fix non ASCII filename downloaded from repo is broken on Internet Explor...Toshi MARUYAMA2011-02-121-1/+1
* scm: use format_revision() for history, view and annotate (#3724).Toshi MARUYAMA2011-01-211-2/+5
* Use #blank? instead of #nil? || #empty?.Jean-Philippe Lang2011-01-141-1/+1
* Respond with 404 instead of 500 when revision/entry is not found in the repos...Jean-Philippe Lang2011-01-141-1/+1
* scm: fix error on revision page for empty revision (#7307).Toshi MARUYAMA2011-01-131-0/+1
* scm: changing two revision diff text at SCM adapter level (#3724).Toshi MARUYAMA2011-01-111-1/+2
* Changing revision label and identifier at SCM adapter level (#3724, #6092)Toshi MARUYAMA2011-01-021-0/+3
* Fixes valid revision regexp.Jean-Philippe Lang2010-12-201-1/+1
* Restore rev param validation that was removed in r2840.Jean-Philippe Lang2010-12-181-1/+10
* Add "Repository" menu item after repository creation (#5328).Jean-Philippe Lang2010-04-171-1/+8
* Refactor: Pull up several #find_project methods to ApplicationControllerEric Davis2010-02-051-6/+0
* Removes "xxx and return" calls (#4446).Jean-Philippe Lang2009-12-181-11/+11
* Contextual quick search (#3263).Jean-Philippe Lang2009-10-211-0/+2
* Fixed: RepositoriesController#revision may show wrong revision (#3779).Jean-Philippe Lang2009-09-201-1/+1
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* SCM:Jean-Philippe Lang2009-09-011-3/+1
* SCM browser:Jean-Philippe Lang2009-08-171-4/+6
* Added branch and tag support to the git repository viewer. (#1406)Eric Davis2009-08-151-18/+10
* Fixed: links to changesets in activity and atom feeds uses project id instead...Jean-Philippe Lang2009-04-071-1/+1
* Limit the size of repository files displayed inline too.Jean-Philippe Lang2009-02-211-2/+2
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-2/+1
* Adds a setting to limit the number of revisions displayed on a repository fil...Jean-Philippe Lang2009-02-011-1/+1
* Show view/annotate/download links on repositories/entries and repositories/an...Jean-Philippe Lang2008-12-221-0/+3
* Fixes repository user mapping submission when a repository username is blank ...Jean-Philippe Lang2008-12-151-2/+3
* Eager-load users.Jean-Philippe Lang2008-11-101-1/+2
* Maps repository users to Redmine users (#1383).Jean-Philippe Lang2008-11-101-0/+14
* 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