summaryrefslogtreecommitdiffstats
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Eager-load users.Jean-Philippe Lang2008-11-111-1/+1
* Maps repository users to Redmine users (#1383).Jean-Philippe Lang2008-11-101-0/+39
* Fixes Repository#clear_changesets.Jean-Philippe Lang2008-09-041-0/+1
* Clear changesets and changes with raw sql when deleting a repository (#1627).Jean-Philippe Lang2008-07-131-1/+10
* Display svn properties in the browser, svn >= 1.5.0 only (#1581).Jean-Philippe Lang2008-07-051-0/+4
* Fixed: view file at given revision with CVS.Jean-Philippe Lang2008-06-151-0/+8
* Move unified diff parser out of the scm abstract adapter so it can be reused ...Jean-Philippe Lang2008-06-081-2/+2
* Ability to disable unused SCM adapters in application settings.Jean-Philippe Lang2008-06-081-1/+4
* Fixed: View differences for individual file of a changeset fails if the subve...Jean-Philippe Lang2008-05-241-0/+5
* Strip repository urls (closes #852).Jean-Philippe Lang2008-03-141-0/+19
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-121-2/+2
* Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.Jean-Philippe Lang2007-12-021-0/+4
* Fixed: log is not displayed when browsing a copy in a svn repository.Jean-Philippe Lang2007-10-151-0/+8
* Added Darcs basic support.Jean-Philippe Lang2007-06-241-0/+4
* Added basic support for CVS and Mercurial SCMs.Jean-Philippe Lang2007-06-121-51/+27
* Fixed: performance issue on RepositoriesController#revisions when a changeset...Jean-Philippe Lang2007-05-151-1/+3
* Fixed: 10342 Creation of Schema in OracleJean-Philippe Lang2007-04-251-1/+1
* Commit messages are now scanned for referenced or fixed issue IDs.Jean-Philippe Lang2007-04-241-0/+9
* fixed bug 9537 fetch_changesets brokenJean-Philippe Lang2007-03-251-9/+1
* added pagination on revisions listJean-Philippe Lang2007-03-251-0/+9
* added simple svn statistics graphs, rendered using SVG::GraphJean-Philippe Lang2007-03-251-0/+1
* SVN commits are now stored in the database, and added to the activity view an...Jean-Philippe Lang2007-03-251-5/+55
* fixed problems when svn path doesn't point to the root directory of the repos...Jean-Philippe Lang2007-03-181-3/+11
* feature #9137 Password-protected SVN repositoriesJean-Philippe Lang2007-03-091-1/+1
* updated validation format of repository url to allow file:///Jean-Philippe Lang2007-01-021-1/+1
* svn browser merged in trunkJean-Philippe Lang2006-12-241-0/+28