Mon Jan 9 19:25:04 ART 2006 Alberto Bertogli tagged 0.14 Mon Jan 9 02:58:01 ART 2006 Alberto Bertogli * Fix cache behaviour on uncaught exceptions. This patch make darcsweb cancel the cache when there is an uncaught exception, avoiding leaving dot-files around the cache directory. Also minimize DoS by not taking into account unused form parameters, and make the hash independant of the position. This doesn't eliminate all the opportunities for DoS, but reduces them significatively. Mon Jan 9 02:27:44 ART 2006 Alberto Bertogli * Replace the darcs logo with a smaller one. Now that we have a search box, the logo becomes really big and distractive. Replace it with a smaller version, only with the ball. Mon Jan 9 02:24:26 ART 2006 Alberto Bertogli * Implement a search box. This implements a small search box that appears on the right top besides the logo (which will be changed to a small version in a following patch). Sat Jan 7 22:45:32 ART 2006 Alberto Bertogli * Add the BOLA license. darcsweb has been too long without an explicit license, it's time to add one. Enjoy! Sat Dec 31 01:16:51 ART 2005 Leandro Lucarella * Silly changes to avoid HTTP redirects. Fri Dec 30 20:44:19 ART 2005 Alberto Bertogli * Add autodesc and autoexclude options. This patch implements two optional options for multidir repos: autodesc and autoexclude. If autodesc is enabled, the description will be taken from the file named "_darcs/third_party/darcsweb/desc", inside the repository. If it doesn't exist, the default will be used. If autoexclude is enabled, only repositories with a directory named "_darcs/third_party/darcsweb/" will be listed. The path "_darcs/third_party/darcsweb/" for darcsweb-exclusive preferences was chosen following a suggestion by David Roundy in the mail with Subject "[darcs-users] darcsweb 0.12 and some questions", Message-ID 20051109123238.GB17288@abridgegame.org, date "9 Nov 2005 07:32:44". Fri Dec 30 18:08:43 ART 2005 Alberto Bertogli * Escape filenames, just in case. In the same spirit as the last patch, add escape() around prints of file names. It's highly improbable, but it could happen for weird cases and it seems worth the effort. Tue Dec 27 00:19:14 ART 2005 Michael Allan * Escape patch names. When patch names used in HTML, escape characters like '<'. Sat Dec 24 12:06:57 ART 2005 Alberto Bertogli * Move the mimetypes import to the function. While it's a nice practise to put all imports above, in darcsweb's case it also increases startup latency. Because the mimetypes module is only used inside print_binary_header(), move the import inside the function. Wed Dec 21 19:24:47 ART 2005 gaetan.lehmann@jouy.inra.fr * enhance mime type for binary files Wed Dec 21 12:00:33 ART 2005 Alberto Bertogli * Identify binary files in plainblob. If we want to do a plainblob of a binary file, it's better to offer a proper download than to display it as text/plain. This patch identifies binary files (looking at darcs' information) and offers them for download with the proper name. Wed Dec 21 11:29:46 ART 2005 Alberto Bertogli * Indentation and comment changes to multidir_deep. Tue Dec 20 13:30:22 ART 2005 nils@ndecker.de * Add deep recursion option to multidir configuration Wed Dec 21 10:47:50 ART 2005 Alberto Bertogli * Indentation changes to the uncompression patch. Tue Dec 20 08:36:01 ART 2005 nils@ndecker.de * show raw for noncompressed patches Mon Dec 19 14:42:02 ART 2005 Alberto Bertogli tagged 0.13