OSDN Git Service

Merged r6073 from trunk.
[redminele/redmine.git] / app / controllers / repositories_controller.rb
2011-07-03 Jean-Philippe LangMerged r6073 from trunk.
2011-05-21 Toshi MARUYAMAscm: code clean up repositories controller.
2011-05-21 Toshi MARUYAMAscm: remove trailing white-spaces from repositories...
2011-05-13 Toshi MARUYAMAscm: use repository merge_extra_info() to save extra_...
2011-05-13 Toshi MARUYAMAscm: switch to save repository setting params in "extra...
2011-05-08 Toshi MARUYAMAscm: code clean up Repositories Controller.
2011-05-04 Toshi MARUYAMAscm: set disable a button if scm is not selected in...
2011-05-03 Toshi MARUYAMAscm: code clean up RepositoriesController.
2011-03-22 Toshi MARUYAMAscm: set mime type in downloading file.
2011-03-22 Toshi MARUYAMAscm: fix non ascii text files displaying (#6256).
2011-03-15 Toshi MARUYAMAscm: recovery showing "root @ branch" in repository...
2011-02-17 Toshi MARUYAMAscm: fix diff revision param validation.
2011-02-12 Toshi MARUYAMAscm: space and tab cleanup of app/controllers/repositor...
2011-02-12 Toshi MARUYAMAscm: fix non ASCII filename downloaded from repo is...
2011-01-21 Toshi MARUYAMAscm: use format_revision() for history, view and annota...
2011-01-14 Jean-Philippe LangUse #blank? instead of #nil? || #empty?.
2011-01-14 Jean-Philippe LangRespond with 404 instead of 500 when revision/entry...
2011-01-13 Toshi MARUYAMAscm: fix error on revision page for empty revision...
2011-01-11 Toshi MARUYAMAscm: changing two revision diff text at SCM adapter...
2011-01-02 Toshi MARUYAMAChanging revision label and identifier at SCM adapter...
2010-12-20 Jean-Philippe LangFixes valid revision regexp.
2010-12-18 Jean-Philippe LangRestore rev param validation that was removed in r2840.
2010-04-17 Jean-Philippe LangAdd "Repository" menu item after repository creation...
2010-02-05 Eric DavisRefactor: Pull up several #find_project methods to...
2009-12-18 Jean-Philippe LangRemoves "xxx and return" calls (#4446).
2009-10-21 Jean-Philippe LangContextual quick search (#3263).
2009-09-20 Jean-Philippe LangFixed: RepositoriesController#revision may show wrong...
2009-09-13 Eric DavisUpgraded to Rails 2.3.4 (#3597)
2009-09-01 Jean-Philippe LangSCM:
2009-08-17 Jean-Philippe LangSCM browser:
2009-08-15 Eric DavisAdded branch and tag support to the git repository...
2009-04-07 Jean-Philippe LangFixed: links to changesets in activity and atom feeds...
2009-02-21 Jean-Philippe LangLimit the size of repository files displayed inline...
2009-02-21 Jean-Philippe LangMerged Rails 2.2 branch. Redmine now requires Rails...
2009-02-01 Jean-Philippe LangAdds a setting to limit the number of revisions display...
2008-12-22 Jean-Philippe LangShow view/annotate/download links on repositories/entri...
2008-12-15 Jean-Philippe LangFixes repository user mapping submission when a reposit...
2008-11-10 Jean-Philippe LangEager-load users.
2008-11-10 Jean-Philippe LangMaps repository users to Redmine users (#1383).
2008-09-17 Jean-Philippe LangRender the commit changes list as a tree (#1896).
2008-08-10 Jean-Philippe LangMoves @layout 'base'@ to ApplicationController.
2008-07-05 Jean-Philippe LangDisplay svn properties in the browser, svn >= 1.5.0...
2008-06-29 Jean-Philippe LangWider SVG graphs in repository stats.
2008-06-15 Jean-Philippe LangRepositoriesController cleanup with rescue_from.
2008-06-15 Jean-Philippe LangFixed: view file at given revision with CVS.
2008-06-08 Jean-Philippe LangSCM browser: ability to download raw unified diffs.
2008-06-08 Jean-Philippe LangMove unified diff parser out of the scm abstract adapte...
2008-06-08 Jean-Philippe LangAbility to disable unused SCM adapters in application...
2008-04-27 Jean-Philippe LangFixed: Links to repository directories don't work ...
2008-04-24 Jean-Philippe LangCommits per author graph: remove email adress in userna...
2008-04-06 Jean-Philippe LangFix repository browsing at given revision for various...
2008-04-03 Jean-Philippe LangVerify rev and rev_to params format in RepositoriesCont...
2008-03-19 Jean-Philippe LangAlways show 'View' and 'Annotate' links on repository...
2008-03-17 Jean-Philippe LangAdd Redmine links for repository files using source...
2008-03-12 Jean-Philippe LangMerged Git support branch (r1200 to r1226).
2008-01-25 Jean-Philippe LangFixed RepositoriesController: undefined local variable...
2008-01-23 Jean-Philippe LangShow explicit error message when the scm command failed...
2008-01-19 Jean-Philippe LangHighlight the current item of the main menu.
2007-12-29 Jean-Philippe LangNew setting added to specify how many objects should...
2007-12-14 Jean-Philippe LangFixed: empty lines when displaying repository files...
2007-12-02 Jean-Philippe LangAdded Annotate/Blame view for Subversion, CVS and Mercu...
2007-12-01 Jean-Philippe Lang* Added links to previous and next revisions on revisio...
2007-11-08 Jean-Philippe LangDiff style (inline or side by side) automatically saved...
2007-11-04 Jean-Philippe LangPretty URL for the repository browser (Cyril Mougel)
2007-10-22 Jean-Philippe LangAdded a bit of AJAX on the SCM browser (tree view).
2007-10-15 Jean-Philippe LangFixed: log is not displayed when browsing a copy in...
2007-09-14 Jean-Philippe LangAdded project module concept.
2007-08-29 Jean-Philippe LangMerged 0.6 branch into trunk.
2007-08-15 Jean-Philippe LangFixed: nil error on 'commits per month' graph.
2007-08-02 Jean-Philippe LangApplied the flash notices patch by Matt Jones (slightly...
2007-06-29 Jean-Philippe LangChangesets stored in the database are now displayed...
2007-06-12 Jean-Philippe LangAdded basic support for CVS and Mercurial SCMs.
2007-05-15 Jean-Philippe LangFixed: performance issue on RepositoriesController...
2007-05-10 Jean-Philippe LangFixed: error when viewing a file diff from a revision...
2007-05-08 Jean-Philippe LangText files can now be viewed online when browsing the...
2007-05-01 Jean-Philippe LangAdded fragment caching for svn diffs.
2007-03-29 Jean-Philippe Langpatch #9627 Add Side by Side in Diff view (Cyril Mougel)
2007-03-26 Jean-Philippe Langadded changes counts on the "commits per author" svn...
2007-03-25 Jean-Philippe Langadded pagination on revisions list
2007-03-25 Jean-Philippe Langadded simple svn statistics graphs, rendered using...
2007-03-25 Jean-Philippe LangSVN commits are now stored in the database, and added...
2007-03-11 Jean-Philippe Langsend a 404 when trying to access an unexisting repository
2007-01-02 Jean-Philippe LangActiveRecord::RecordNotFound exceptions handled more...
2006-12-24 Jean-Philippe Langsvn browser merged in trunk