<- Prev
Kirill Smelkov [Wed, 30 Nov 2005 11:36:26]
Alexandre Rossi [Sat, 12 Nov 2005 23:59:16]
The issue was that there was an empty line before the XML declaration, which
is not valid.
Alberto Bertogli [Thu, 17 Nov 2005 14:41:33]
how_old() becomes a problem when we have a cache, because the relative dates
will get stalled in the cache.
This is makes a workaround by making how_old() return a string containing the
fixed date, which isn't quite nice but it will do the trick until a better
solution comes up.
Alberto Bertogli [Thu, 17 Nov 2005 14:40:27]
Alberto Bertogli [Thu, 17 Nov 2005 03:27:57]
Alberto Bertogli [Thu, 17 Nov 2005 03:10:28]
This patch implements a very simple but effective cache, so darcsweb can avoid
regenerating everything all the time.
Based on an idea from Alexandre Rossi.
Leandro Lucarella [Thu, 10 Nov 2005 15:22:39]
Alberto Bertogli [Thu, 10 Nov 2005 00:34:34]
Alberto Bertogli [Wed, 09 Nov 2005 23:59:47]
Alberto Bertogli [Wed, 09 Nov 2005 01:10:31]
Alberto Bertogli [Wed, 09 Nov 2005 00:57:34]
In multidir configuration entries, skip all the directories that don't have a
"_darcs" inside.
Alberto Bertogli [Wed, 09 Nov 2005 00:43:55]
Alberto Bertogli [Wed, 09 Nov 2005 00:30:02]
Alberto Bertogli [Wed, 09 Nov 2005 00:23:06]
Check if the entry is a directory and doesn't begin with a dot.
Besides, sort it so the listing appears in predictable order.
Alberto Bertogli [Wed, 09 Nov 2005 00:17:31]
This patch implements a special configuration entry called "multidir" that can
be useful when you have a lot of repositories in the same directory and don't
want to create an entry for each one.
Michal Sojka [Mon, 31 Oct 2005 10:24:23]
Alberto Bertogli [Sun, 06 Nov 2005 23:48:38]
Alberto Bertogli [Mon, 31 Oct 2005 00:11:03]
This patch makes it simpler, because it skips displaying the full author name
and how long ago the changes were made; besides some simple fixes.
The rationale behind this is purely aesthetic: the author is already available
in the tooltip (and you should be able to tell anyway by its nickname), and
the "how long ago" was a bit distracting. All this is completely subjective, I
know, but I think these are "safe" settings.
Max Battcher [Thu, 29 Sep 2005 22:09:49]
In shade or zebra annotate modes, this patch displays a second
and third line of information in a contiguous single patch code block.
:First Line: ``DATE AUTHOR_SHORT_NAME`` (Same as before)
:Second Line: ``TIME RELATIVE_TIME``
:Third Line: ``FULL_AUTHOR_EMAIL``
All following lines in the code block are blank.
Alberto Bertogli [Sun, 30 Oct 2005 23:23:47]
Alberto Bertogli [Sun, 30 Oct 2005 21:54:41]
Alexandre Rossi [Thu, 27 Oct 2005 10:02:09]
Alexandre Rossi [Wed, 26 Oct 2005 12:28:15]
Alberto Bertogli [Mon, 03 Oct 2005 04:57:19]
Alberto Bertogli [Mon, 03 Oct 2005 04:51:44]
Alberto Bertogli [Mon, 03 Oct 2005 04:47:34]
Alberto Bertogli [Wed, 21 Sep 2005 18:36:17]
Alberto Bertogli [Wed, 21 Sep 2005 18:24:58]
This patch adds two more annotate styles: zebra and shade.
Zebra alternates the line background colour according to the patch, just like
most CVS viewers do.
Shade is a lot more fun: it gives each patch a shade of a colour, the newer
the brighter, so newer patches (which are often the ones you're intrested in)
are easier to spot. It could use a little tuning on some constants to make it
look better, but it's pretty usable as is, and it can be done later if needed.
Thanks to Max Battcher for the idea.
Alberto Bertogli [Wed, 21 Sep 2005 05:51:22]
Add a list of patches with their dates to the annotate object, because we'll
want to use them in patches to come. Also store the date in tuple format and
let the users do the conversion to text as they need to.
Alberto Bertogli [Tue, 20 Sep 2005 18:46:54]
Alberto Bertogli [Tue, 20 Sep 2005 18:13:33]
Yeah, I feel stupid creating a patch just for this, but my 80-column terminal
just hurts when I look at this line.
Alberto Bertogli [Tue, 20 Sep 2005 07:40:25]
Add a column to the left of the annotate output, just before the line number,
to show the date (but not time) and author (in a short form).
Alberto Bertogli [Tue, 20 Sep 2005 07:31:31]
Alberto Bertogli [Tue, 20 Sep 2005 07:01:50]
Tabs need to be replaced with spaces to avoid problems displaying lines that
begin with tabs.
This patch implements a very simple function to do so, and modifices
print_blob() to use it.
Alberto Bertogli [Mon, 19 Sep 2005 06:30:38]
Make the plain outputs use UTF8 too, as it's the only sane option.
Alberto Bertogli [Mon, 19 Sep 2005 06:20:23]
This patch fixes some of the UTF8 handling in different annotate parts.
Accidentally, it also includes a small modification to show for each line of
the annotate the last modification time, date and author as a tooltip. It'd be
nice to put this in a different patch.
Alberto Bertogli [Mon, 19 Sep 2005 03:19:14]
Toni Timonen [Mon, 12 Sep 2005 13:13:54]
Alberto Bertogli [Mon, 19 Sep 2005 02:50:04]
Finally!
Alberto Bertogli [Wed, 07 Sep 2005 16:59:52]
Alberto Bertogli [Wed, 07 Sep 2005 16:59:10]
Alberto Bertogli [Wed, 07 Sep 2005 16:58:43]
Alberto Bertogli [Wed, 07 Sep 2005 06:40:50]
Alberto Bertogli [Wed, 07 Sep 2005 06:25:28]
Alberto Bertogli [Fri, 26 Aug 2005 14:32:13]
popen4 call takes a mode parameter that should specify if the fds are text or
binary. Thanks to Gordon Heydon for reporting it.
Alberto Bertogli [Fri, 26 Aug 2005 01:27:11]
This small changes makes darcsweb run properly under Windows.
Thanks to Gordon Heydon who reported the bug and tested the fix.
Alberto Bertogli [Wed, 24 Aug 2005 18:38:04]
This patch adds support to allow you to specify the summary shown in the repo
list, as well as changing the default footer; all optional.
This is based on the patches sent by Zachary P. Landau and Remko Troncon.
Remko Troncon [Wed, 24 Aug 2005 08:51:58]
The darcspath example now ends in 'bin/', to indicate that the path
is prepended to the 'darcs' command name.
Alberto Bertogli [Wed, 24 Aug 2005 00:31:14]
Alberto Bertogli [Wed, 24 Aug 2005 00:20:18]
Next ->