<- Prev

24 Aug 2005 00:08Fix RSS title timestamp.
Alberto Bertogli [Wed, 24 Aug 2005 00:08:54]
12 Aug 2005 01:56typo fix
Mark Stosberg [Fri, 12 Aug 2005 01:56:59]
23 Aug 2005 23:54Add author information in the RSS feed.
Alberto Bertogli [Tue, 23 Aug 2005 23:54:36]
Thanks to Remko Troncon for the initial implementation; this is basically the
same with the logic simplified a bit.

23 Aug 2005 23:16Add "darcspath" to the config file.
Alberto Bertogli [Tue, 23 Aug 2005 23:16:47]
This patch adds an optional "darcspath" parameter to the configuration,
allowing people with darcs in non-standard locations to specify it by simply
editing the config file.

Thanks to ale@bomberstudios.com who sent a patch to do this (although I did it
in a slightly different way).

23 Aug 2005 23:04Implement alternative views.
Alberto Bertogli [Tue, 23 Aug 2005 23:04:30]
This patch adds support for alternative patch views for all the different
patch displays (commitdiff, filediff, headdiff and headfilediff), supporting
currently a plain output and, for commitdiff, a raw one.

A darcs output is included but commented out, since I'm not familiar with
darcs' native output enough to make a syntax highlighter for it.

Besides, it also includes an alternative view for headblob (I was too lazy to
split up the patch =). Thanks to Zachary P. Landau who sent a patch to do this
(although I did it in a slightly different way).

23 Aug 2005 22:20Allow underscores in action names.
Alberto Bertogli [Tue, 23 Aug 2005 22:20:18]
28 Jul 2005 15:39Corrected 'month' to 'months'.
Remko Troncon [Thu, 28 Jul 2005 15:39:50]
25 Jul 2005 04:41Skip showing the tree link if there is no pristine tree.
Alberto Bertogli [Mon, 25 Jul 2005 04:41:00]
If the repository was get with the --no-pristine-tree option, there won't be a
current directory; we only show the tree option if the directory is there.

The other related option that accesses the pristine tree directly is the
headblob, but there is already a check in place that takes care of it.

Thanks to Stephane Popinet for reporting it.

24 Jul 2005 03:47Capitalize "History" on filehistory's title.
Alberto Bertogli [Sun, 24 Jul 2005 03:47:10]
24 Jul 2005 01:05Ignore created_as tag in changes' xml output.
Alberto Bertogli [Sun, 24 Jul 2005 01:05:22]
23 Jul 2005 23:12Say "path" instead of "file" in history title.
Alberto Bertogli [Sat, 23 Jul 2005 23:12:59]
23 Jul 2005 23:11Mark td tags with link class for output consistency
Alberto Bertogli [Sat, 23 Jul 2005 23:11:32]
23 Jul 2005 22:54Implement file history (a "focused" version of shortlog).
Alberto Bertogli [Sat, 23 Jul 2005 22:54:35]
23 Jul 2005 21:47Escape comments properly in the log view.
Alberto Bertogli [Sat, 23 Jul 2005 21:47:55]
22 Jul 2005 06:15Fix fixu8 to support Python 2.3.
Alberto Bertogli [Fri, 22 Jul 2005 06:15:21]
Some unicode stuff has changed in Python 2.4, so this change is needed to make
fixu8 work with older versions. It's not nice, but it does the trick and it
takes only a couple of self-contained lines.

Many people reported the problem and potential fixes, this one is by Markus
Keller <markus.keller@gmx.com>.

03 Jul 2005 21:10UNDO: Change an encode/decode pair to support Python 2.3
Alberto Bertogli [Sun, 03 Jul 2005 21:10:21]
Skip decoding of an unicode string before encoding it in utf8, since it's not
supported by python 2.3

I have my doubts regarding this patch because I'm not sure removing the
decoding won't cause problems, but it went fine on my testing here using
latin1 and utf8 characters. I'd love to test it under a different encoding,
but I don't know any non-latin1 languages.

03 Jul 2005 21:39Support repos with semi-strange characters.
Alberto Bertogli [Sun, 03 Jul 2005 21:39:57]
Implement support for repo names with semi-strange characters (ie. at least -
and _). It could use more improvement, but it'll do for most repos.

03 Jul 2005 21:10Change an encode/decode pair to support Python 2.3
Alberto Bertogli [Sun, 03 Jul 2005 21:10:21]
Skip decoding of an unicode string before encoding it in utf8, since it's not
supported by python 2.3

I have my doubts regarding this patch because I'm not sure removing the
decoding won't cause problems, but it went fine on my testing here using
latin1 and utf8 characters. I'd love to test it under a different encoding,
but I don't know any non-latin1 languages.

01 Jul 2005 20:01Fix several html tags to pass w3c's validator.
Alberto Bertogli [Fri, 01 Jul 2005 20:01:39]
01 Jul 2005 15:10Split links with '|' in shortlog.
Alberto Bertogli [Fri, 01 Jul 2005 15:10:24]
01 Jul 2005 13:59Show a link to tree in the repo index.
Alberto Bertogli [Fri, 01 Jul 2005 13:59:15]
01 Jul 2005 04:36Add a configuration generator.
Alberto Bertogli [Fri, 01 Jul 2005 04:36:53]
01 Jul 2005 02:55Initial import.
Alberto Bertogli [Fri, 01 Jul 2005 02:55:14]