Timeline
Not logged in

13 events by user cle occurring around 2008-09-11 17:12:11.

2008-10-23
03:21:33 * [56177cfe12] Fix a spelling in help text of 'tag branch'. (user: cle, tags: trunk)

2008-09-11
17:12:11 * [aeeba751c4] Fix a memory double-free'd problem.    In function cgi_set_cookie the zDate was allocated via usage of cgi_rfc822_datestamp. But as it was appended to the blob extraHeader via the format specifier %z the memory was free'd by blob_appendf. As cgi_rfc822_datestamp might return both a dynami... (user: cle, tags: trunk)

2008-09-07
08:32:40 * [f3fb059eb6] Remove small glitch that prevent fossil to be built with BSD make. (user: cle, tags: trunk)
2008-08-17
11:37:15 * [81a96aadf3] Change CGI parameter name rid to uuid for the /zip URL. (user: cle, tags: trunk)
2008-08-15
18:48:06 * [f85bc24e4d] Thanks for the fix, eric. Due to that, I detected another HTML quirk I made ands corrected it now. (user: cle, tags: trunk)
2008-08-14
16:15:17 * [589687d783] Fix bug c858c4178b - at three places, the original checkin comment was taken from the repository. Only if there was no original checkin comment, the edited comment (ecomment) was fetched.    That logic seem wrong. As at all other cases, first the ecommend was fetched and only when that failed, the original comment was taken, I cor... (user: cle, tags: trunk)
2008-08-13
19:22:50 * [3c9e5699ce] Use new alternative /zip URL syntax for the Zip archive link at the /vinfo page. Where the old filename of the ZIP archive was 417dd898ab0640f2472ebd248ac80e80f0ec6972.zip the new name would be: fossil-417dd898ab.zip The archive's content is placed into a directory named a... (user: cle, tags: trunk)
2008-08-12
03:27:54 * [fa6e993017] New Zip permission. This permission allow someone to download a zipped artifact via the wiki's /zip URL. It can given the user nobody to allow automatic package builder to download the sources they know from fossil-scm.org or other servers without any intervening login necessary.    As the /zip page do not e... (user: cle, tags: trunk)
2008-08-11
04:03:37 * [ac392fbba6] • Rename subcommand tag delete to tag cancel.    • New branching behavior. Now if subcommand tag branch is used, a new copy of manifest UUID with the same parent will be created, thereby creating a fork. A propagating symbolic tag with TAGNAME is assigned to the UUID of the new co... (user: cle, tags: trunk)
2008-07-30
13:00:22 * [e243a8dfa4] Fork Allow for generating a Makefile that will also work for BSD Make (tested under NetBSD 3.1). (user: cle, tags: trunk)
2008-07-27
18:35:06 * [d1c9938025] Change behavior of Fossil's tag handling.    (1) All subcommands of command tag prepends a prefix sym- infront of every tag name passed to them. Tags beginning with sym- are special in Fossil as they might serve as replacement of a UUID they are attached to. Further, tag list will o... (user: cle, tags: trunk)