<- Prev

30 Nov 2005 11:36fixu8: honour config.repoencoding when decoding characters like [_\e3]
Kirill Smelkov [Wed, 30 Nov 2005 11:36:26]
12 Nov 2005 23:59another basic validation issue
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.

17 Nov 2005 14:41Make how_old() return a fixed date when caching is enabled.
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.

17 Nov 2005 14:40Don't close the file in a cache miss.
Alberto Bertogli [Thu, 17 Nov 2005 14:40:27]
17 Nov 2005 03:27Call cache.cancel() only if we have a cache.
Alberto Bertogli [Thu, 17 Nov 2005 03:27:57]
17 Nov 2005 03:10Implement a simple cache.
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.

10 Nov 2005 15:22Use a more human-friendly format por list configuration variables.
Leandro Lucarella [Thu, 10 Nov 2005 15:22:39]
10 Nov 2005 00:34Highlight tags in the shortlog/summary.
Alberto Bertogli [Thu, 10 Nov 2005 00:34:34]
09 Nov 2005 23:59Add exclusion lists to multidir configuration.
Alberto Bertogli [Wed, 09 Nov 2005 23:59:47]
09 Nov 2005 01:10TAG 0.12
Alberto Bertogli [Wed, 09 Nov 2005 01:10:31]
09 Nov 2005 00:57Consider only directories with "_darcs" inside for multidir entries.
Alberto Bertogli [Wed, 09 Nov 2005 00:57:34]
In multidir configuration entries, skip all the directories that don't have a
"_darcs" inside.

09 Nov 2005 00:43Extend escape() to escape '"' too.
Alberto Bertogli [Wed, 09 Nov 2005 00:43:55]
09 Nov 2005 00:30Don't show the owner if there is none
Alberto Bertogli [Wed, 09 Nov 2005 00:30:02]
09 Nov 2005 00:23Add some checks to the multidir handling.
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.

09 Nov 2005 00:17Implement "multidir" configuration entries.
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.

31 Oct 2005 10:24Fix for an error that appears when run on empty repository.
Michal Sojka [Mon, 31 Oct 2005 10:24:23]
06 Nov 2005 23:48Show the patch name in the description in do_commit().
Alberto Bertogli [Sun, 06 Nov 2005 23:48:38]
31 Oct 2005 00:11Simplify the "Verbose Annotate Sidebar" patch.
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.

29 Sep 2005 22:09Verbose Annotate Sidebar
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.

30 Oct 2005 23:23Include a list of changed files in each RSS description.
Alberto Bertogli [Sun, 30 Oct 2005 23:23:47]
30 Oct 2005 21:54Add full name as a tooltip in shortlog.
Alberto Bertogli [Sun, 30 Oct 2005 21:54:41]
27 Oct 2005 10:02css: cleared table to avoid cell wrap due to logo
Alexandre Rossi [Thu, 27 Oct 2005 10:02:09]
26 Oct 2005 12:28fixed small validation issue in XML header
Alexandre Rossi [Wed, 26 Oct 2005 12:28:15]
03 Oct 2005 04:57Put a '/' after the path in do_tree().
Alberto Bertogli [Mon, 03 Oct 2005 04:57:19]
03 Oct 2005 04:51Make shade the default annotate style.
Alberto Bertogli [Mon, 03 Oct 2005 04:51:44]
03 Oct 2005 04:47Use the real file if there's no pristine directory available.
Alberto Bertogli [Mon, 03 Oct 2005 04:47:34]
21 Sep 2005 18:36Handle plain emails in annotate's author parsing.
Alberto Bertogli [Wed, 21 Sep 2005 18:36:17]
21 Sep 2005 18:24Shade and zebra styles for annotate.
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.

21 Sep 2005 05:51Gather more information from annotate parsing.
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.

20 Sep 2005 18:46TAG 0.11
Alberto Bertogli [Tue, 20 Sep 2005 18:46:54]
20 Sep 2005 18:13Indent a comment.
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.

20 Sep 2005 07:40Add patch description to print_annotate().
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).

20 Sep 2005 07:31Replace tabs in annotate output.
Alberto Bertogli [Tue, 20 Sep 2005 07:31:31]
20 Sep 2005 07:01Replace tabs with spaces for nicer output.
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.

19 Sep 2005 06:30Use UTF8 for plain output.
Alberto Bertogli [Mon, 19 Sep 2005 06:30:38]
Make the plain outputs use UTF8 too, as it's the only sane option.

19 Sep 2005 06:20Fix some UTF8 handling in annotate, and add tooltips.
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.

19 Sep 2005 03:19Convert the annotate source to UTF8 before parsing.
Alberto Bertogli [Mon, 19 Sep 2005 03:19:14]
12 Sep 2005 13:13Fix validity problem with rss feeds and unknown email addresses.
Toni Timonen [Mon, 12 Sep 2005 13:13:54]
19 Sep 2005 02:50Implement annotate.
Alberto Bertogli [Mon, 19 Sep 2005 02:50:04]
Finally!

07 Sep 2005 16:59Support replaces.
Alberto Bertogli [Wed, 07 Sep 2005 16:59:52]
07 Sep 2005 16:59Show the raw format in all commitdiff variants.
Alberto Bertogli [Wed, 07 Sep 2005 16:59:10]
07 Sep 2005 16:58Show the patch formats in the commit view too.
Alberto Bertogli [Wed, 07 Sep 2005 16:58:43]
07 Sep 2005 06:40Pass the filename to the navigation bar where it's missing.
Alberto Bertogli [Wed, 07 Sep 2005 06:40:50]
07 Sep 2005 06:25Support darcs-style diff output.
Alberto Bertogli [Wed, 07 Sep 2005 06:25:28]
26 Aug 2005 14:32Specify that the popen4 is text and not binary.
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.

26 Aug 2005 01:27Change some calls to darcs so it runs properly under Windows.
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.

24 Aug 2005 18:38Add support for specification of summary and footer.
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.

24 Aug 2005 08:51Made darcspath example correcter and less easy to confuse.
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.

24 Aug 2005 00:31Remove the TODO file, it doesn't belong here.
Alberto Bertogli [Wed, 24 Aug 2005 00:31:14]
24 Aug 2005 00:20TAG 0.10
Alberto Bertogli [Wed, 24 Aug 2005 00:20:18]

Next ->