Tue Oct 10 00:04:21 ART 2006 Alberto Bertogli tagged 0.16 Wed Aug 9 14:54:30 ART 2006 Alberto Bertogli * Handle empty lines in print_darcs_diff(). A "setpref" patch can output empty lines when seen with darcs_diff. Handle that case by ignoring them. Thanks to VMiklos from reporting it. Mon Jul 31 02:29:33 ART 2006 Alberto Bertogli tagged 0.16-rc1 Mon Jul 31 02:28:34 ART 2006 Alberto Bertogli * Remove some unnecessary newlines in html output. Mon Jul 31 02:10:03 ART 2006 Alberto Bertogli * Make browsing files in tree root easier. This patch makes it easier to browse files in the root of the tree, by making it simpler to return to the root tree view. Mon Jul 31 01:54:05 ART 2006 Alberto Bertogli * Allow projects to link to external sites. Add a 'repoprojurl' configuration option to put a reference to an external project site. It appears in the project summary, just like url. It also supports multidir, both automatic detection in the third_party directory, and static construction. Thanks to Alexandre Rossi for the idea and preliminary patch. Mon Jul 31 01:24:50 ART 2006 Alberto Bertogli * Convert remaining auriga references to example.com. Mon Jul 31 01:10:20 ART 2006 Alberto Bertogli * Implement url and scriptname autodetection. This patch implements autodetection of the url and scriptname of darcsweb. It's based on a suggestion from Tobias Gruetzmacher. It relies on variables according to the CGI/1.1 standard, and works only if cache is not enabled. If it is, the variables must be set manually as before. The problem with the cache is multi-host access: if a page not in the cache is accesed as http://hosta/dw/..., then the cached page will reference "hosta". If then it's accessed from hostb, there will be a reference to hosta that it's possibly broken. It's actually a quite common case when you have localhost and external access. Fri Jul 14 16:27:30 ART 2006 Alberto Bertogli * Add autourl support for multidir. This patch adds a new option for multidir config entries, named "autourl". If set, it will take the contents of "_darcs/third_party/darcsweb/url" and use it as repourl. Thanks to Marco Baringer for suggestion and preliminary patch. Fri Jul 14 15:09:52 ART 2006 Alberto Bertogli * Use example.com for url examples. Thu Jul 6 14:04:59 ART 2006 Alberto Bertogli * Put directories in blue on tree view. To make directories easy to spot, make them blue and with a "/" at the end. Then they become obvious, but not too distracting. Thanks to Dan Pescu for all the suggestions. Mon May 29 12:04:37 ART 2006 Alberto Bertogli * Escape repository descriptions. Escape all repository descriptions, because they might contain unfrendly characters for XML (including HTML, ATOM and RSS). Thanks to Clive Crous for the report and a slightly different patch. Sat May 13 20:23:21 ART 2006 Alberto Bertogli * Support the new pristine directory. darcs 1.0.7 uses a new name for the pristine directory, "pristine", instead of the classic "current". This patch adds support for that directory, without dropping "current" because it's still heavily used in existing repositories. Tue Mar 7 23:13:19 ART 2006 Alberto Bertogli tagged 0.15