pinterface [Sun, 13 Nov 2011 11:23:24]
pinterface [Sun, 13 Nov 2011 11:07:41]
pinterface [Sat, 05 Nov 2011 10:18:50]
Blatantly stealing the idea from Github, but not as fully implemented.
pinterface [Tue, 01 Nov 2011 10:19:57]
This is a little ugly due to the global config object. Boo.
pinterface [Tue, 01 Nov 2011 09:54:21]
pinterface [Tue, 01 Nov 2011 08:30:12]
pinterface [Tue, 01 Nov 2011 08:12:39]
Alberto Bertogli [Wed, 24 Nov 2010 15:52:33]
Dave Love [Fri, 15 Oct 2010 12:55:46]
Prevents `Copying pristine' messages in output with darcs pre-2.5.
Alberto Bertogli [Fri, 25 Jun 2010 00:32:55]
String exceptions are deprecated and will soon no longer be supported at all.
Most of the instances of string exceptions in our code were not meant to be
catched, but just to get meaningful backtraces.
This patch replaces them with appropriate, usually generic, exceptions that
serve the same purpose.
Simon Michael [Sun, 28 Mar 2010 18:21:44]
Simon Michael [Sun, 28 Mar 2010 16:40:18]
Simon Michael [Sun, 28 Mar 2010 16:37:55]
Simon Michael [Sun, 28 Mar 2010 18:57:50]
With this, darcsweb can list the full darcs repo log.
gaetan.lehmann@jouy.inra.fr [Thu, 26 Mar 2009 19:58:42]
Alberto Bertogli [Tue, 28 Oct 2008 15:44:36]
Alberto Bertogli [Tue, 28 Oct 2008 15:43:41]
Alexandre Rossi [Tue, 12 Aug 2008 09:50:07]
Alberto Bertogli [Tue, 14 Oct 2008 21:18:42]
Alberto Bertogli [Tue, 14 Oct 2008 21:18:29]
Alberto Bertogli [Sun, 05 Oct 2008 15:53:16]
Otherwise, we pay for the pygments import (which is noticeable) on every
darcsweb page view.
This follows the lazy module loading that is already being done for other
costly modules (i.e. 're').
Alberto Bertogli [Sun, 05 Oct 2008 15:48:31]
When a multidir directory is not really a directory or a valid symlink to one,
we want to skip it instead of exploding.
This patch fixes that by doing a simple sanity check while processing the
configured multidirs.
Thanks to Ralph Giles <giles@ghostscript.com> for the report and the patch.
Alexandre Rossi [Thu, 07 Aug 2008 05:31:41]
Alberto Bertogli [Thu, 07 Aug 2008 04:41:45]
Very old darcs commits use a different time format, that leaks out in some
operations like annotate. This patch makes darcsweb able to handle it.
Thanks to Simon Michael <simon@joyful.com> for the report and the help.
Alberto Bertogli [Sun, 03 Aug 2008 15:04:07]
Alberto Bertogli [Sun, 03 Aug 2008 15:03:41]
A very simple change, makes the code more straightforward.
Alberto Bertogli [Sun, 03 Aug 2008 15:02:56]
darcs 2 doesn't like files beginning with / as parameters for annotate. Since
darcs 1 doesn't care, remove the '/' before running darcs.
Alberto Bertogli [Sun, 03 Aug 2008 15:00:34]
In darcs 2, there is no _darcs/inventory, so use the patches directory to find
out the last modification time of the repository.
Thanks to Patrick Waugh (ptwaugh@gmail.com) for providing (and testing) this
fix.
Alberto Bertogli [Tue, 08 Apr 2008 00:11:05]
Alberto Bertogli [Tue, 08 Apr 2008 00:10:21]
Alberto Bertogli [Thu, 27 Mar 2008 01:06:42]
Alberto Bertogli [Thu, 27 Mar 2008 01:02:58]
It can be used to avoid clashes in multidir entries.
Thanks to Dan Muller for the idea and alternative implementation.
Miklos Vajna [Mon, 24 Mar 2008 17:31:17]
- useful when hosting multiple darcsweb sites via vhost
Alberto Bertogli [Sun, 14 Oct 2007 15:48:26]
Alberto Bertogli [Sun, 14 Oct 2007 15:42:34]
Add it second place, so it goes after '.' but before the normal path. This
allows per-directory config files (desirable for multiple darcsweb
installations on the same machin), and avoids name clashing if there's a
config.py in the standard path.
This was reported by Philipp Kern <pkern@debian.org> in Debian bug 399751
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399751).
Peter Colberg [Fri, 22 Jun 2007 09:30:21]
This patch fixes RSS feed links when browsing darcsweb via SSL.
Jonathan Buchanan [Wed, 16 May 2007 09:48:24]
When the darcsweb URL is automatically detected, the script name is included in the URL - this results in bad links in RSS feeds like /darcsweb.cgi/darcsweb.cgi?r=projname.
Jonathan Buchanan [Wed, 16 May 2007 09:46:25]
Repositories in subdirectories have backslashes in their path when running on Windows, which results in bad URLS - replaced these with forward slashes.
VMiklos [Thu, 03 May 2007 16:18:30]
Alberto Bertogli [Mon, 16 Apr 2007 19:06:18]
Alexandre Rossi [Mon, 16 Apr 2007 09:13:34]
Alexandre Rossi [Mon, 16 Apr 2007 09:11:29]
VMiklos [Fri, 16 Mar 2007 19:27:14]
* the annotate feature is still enabled by default
* this can be useful on slow machines
Alexandre Rossi [Wed, 04 Apr 2007 15:09:32]
Alexandre Rossi [Wed, 04 Apr 2007 12:15:12]
VMiklos [Thu, 01 Feb 2007 17:30:50]
it is disabled by default and an example for cia is included
Alberto Bertogli [Wed, 24 Jan 2007 23:38:07]
This patch adds a check to verify that the python version is >= 2.3, so the
user doesn't get strange errors when using older python interpreters.
Thanks to Mark Stosberg for the suggestion.
jonathan.buchanan@gmail.com [Wed, 17 Jan 2007 23:02:12]
Alberto Bertogli [Mon, 25 Dec 2006 22:18:20]
Add an option to replace text in the summary, using regexps. This allows you
to configure darcsweb to automatically detect and put links to other commits
or bug numbers.
This patch is heavily based on the one written by Kirill Smelkov
(kirr@mns.spb.ru).
Kirill Smelkov [Thu, 30 Nov 2006 09:37:41]
Next ->