summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm
Commit message (Expand)AuthorAgeFilesLines
* Adds a setting to limit the number of revisions displayed on a repository fil...Jean-Philippe Lang2009-02-011-0/+1
* Merged r2231 from 0.8-stable (#2402).Jean-Philippe Lang2009-01-041-9/+9
* Fixed: deleted files should not be shown when browsing a Darcs repository (#2...Jean-Philippe Lang2008-12-271-3/+10
* Fixed: CVS browser should not show dead revisions (deleted files) (#2319).Jean-Philippe Lang2008-12-141-1/+1
* Capture scm CLI stderr to log/scm.stderr.log when running in dev environmentJean-Philippe Lang2008-12-121-0/+4
* Fixed: CVS connexion string may not contain @.Jean-Philippe Lang2008-12-061-2/+8
* SubversionAdapter#entries performance improvement.Jean-Philippe Lang2008-11-181-7/+10
* Do not query multiple times git for branch (#1435).Jean-Philippe Lang2008-11-171-2/+2
* Fixed: non-ASCII subversion path can't be displayed (patch #1993 by Chaoqun Z...Jean-Philippe Lang2008-11-101-7/+8
* Git adapter: use commit time instead of author time (#2108).Jean-Philippe Lang2008-11-091-6/+5
* git path reverted.Jean-Philippe Lang2008-11-081-1/+1
* Tells git to output dates in ISO format.Jean-Philippe Lang2008-11-081-4/+4
* Fixed Bazaar shared repository browsing (#2101, patch #1685 by Dmitry Shaposh...Jean-Philippe Lang2008-11-081-1/+2
* Adds support for file viewing with Darcs 2.0+ (patch #1799 by Ralph Lange sli...Jean-Philippe Lang2008-08-251-3/+36
* More detailed error message in log when scm command fails (#1682).Jean-Philippe Lang2008-08-251-1/+1
* Fixes method name in AbstractAdapter.Jean-Philippe Lang2008-08-251-2/+2
* Fixes platform determination under JRuby (#1804).Jean-Philippe Lang2008-08-251-2/+2
* Fixes nil error when svn binary version is unknown (#1607).Jean-Philippe Lang2008-07-123-8/+17
* Adds MercurialAdapter.client_version and prevent @hg --version@ to be called ...Jean-Philippe Lang2008-07-051-30/+34
* Display svn properties in the browser, svn >= 1.5.0 only (#1581).Jean-Philippe Lang2008-07-052-2/+69
* Reduces memory usage when importing large git repositories (#1482).Jean-Philippe Lang2008-06-291-11/+22
* Mercurial adapter tests fix (#1469).Jean-Philippe Lang2008-06-181-2/+0
* Fixed: view file at given revision with CVS.Jean-Philippe Lang2008-06-151-1/+3
* CVS: add support for modules names with spaces (#1434).Jean-Philippe Lang2008-06-141-5/+5
* Move unified diff parser out of the scm abstract adapter so it can be reused ...Jean-Philippe Lang2008-06-087-171/+12
* Filesystem adapter: read files in binary mode.Jean-Philippe Lang2008-06-081-1/+1
* Filesystem adapter: negative size is displayed for large files under win32.Jean-Philippe Lang2008-06-081-2/+1
* Adds Filesystem adapter (patch #1393 by Paul R).Jean-Philippe Lang2008-06-082-0/+104
* Subversion adapter: ignore directories with no commit date (#1370).Jean-Philippe Lang2008-06-071-0/+3
* Mercurial adapter improvements (patch #1199 by Pierre Paysant-Le Roux).Jean-Philippe Lang2008-06-074-78/+111
* Fixed: SVN errors lead to svn username/password being displayed to end users ...Jean-Philippe Lang2008-06-061-3/+14
* Fixed: new line at the end of a file is not displayed in diff.Jean-Philippe Lang2008-06-021-1/+0
* Fixed: GitAdapter#get_rev should use current branch instead of hardwiring @ma...Jean-Philippe Lang2008-05-291-3/+7
* Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant (#...Jean-Philippe Lang2008-05-131-2/+2
* Fixed: Links to repository directories don't work (#1119).Jean-Philippe Lang2008-04-277-53/+11
* Fixed: error when browsing an empty Mercurial repository (#1046).Jean-Philippe Lang2008-04-121-1/+2
* Mercurial: Get proper file action on revision (#983).Jean-Philippe Lang2008-04-061-14/+43
* Fix repository browsing at given revision for various scm and add tests for t...Jean-Philippe Lang2008-04-063-3/+7
* Verify rev and rev_to params format in RepositoriesController. And turn revis...Jean-Philippe Lang2008-04-031-8/+6
* Fixed: revision is ignored in MercurialAdapter#cat.Jean-Philippe Lang2008-03-211-1/+3
* Always show 'View' and 'Annotate' links on repository files (download will be...Jean-Philippe Lang2008-03-191-6/+8
* Add "--encoding utf8" option to the Mercurial "hg log" command in order to ge...Jean-Philippe Lang2008-03-151-1/+1
* Mercurial adapter:Jean-Philippe Lang2008-03-151-1/+5
* Prevent unexpected nil error in GitAdapter#info if the repository path is inv...Jean-Philippe Lang2008-03-121-5/+6
* SCM AbstractAdapter use shell_quote to more properly escape path (closes #838...Jean-Philippe Lang2008-03-122-5/+5
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-122-2/+267
* Quotes Mercurial entries command depending on the OS.Jean-Philippe Lang2008-03-111-1/+1
* Fixes Mercurial browsing under unix-like os and for directory depth > 2 and (...Jean-Philippe Lang2008-03-111-3/+3
* Fixed: CVS repository doesn't work if port is used in the url (#653).Jean-Philippe Lang2008-02-161-2/+2
* Show explicit error message when the scm command failed (eg. when svn binary ...Jean-Philippe Lang2008-01-232-2/+1