Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

20 most recent events

2008-05-13
13:20:27 * [844718abbf] Leaf Make attempts to add _FOSSIL_, manifest, and manifest.uuid warnings, not fatal errors. This allows users to say things like "fossil add *" when initially populating a new project repository. (by drh)
00:19:15 * [c23469468b] Use the SCRIPT_NAME environment variable rather than REQUEST_URI to find the base name of the CGI script. (by drh)
2008-05-10
18:19:03 * [ec82a32b80] Add the -nosync option to the "open" command. We might consider making -nosync the default for "open". (by drh)
18:09:31 * [2d581c03e5] Comment changes to the pre-commit verification logic. No changes to code. (by drh)
18:01:52 * [6b85fd173e] Help message cleanup. Automatically delete cloned database files if the clone fails. (by drh)
17:22:07 * [418207989a] Add the "unset" command for clearing settings. (by drh)
17:09:46 * [9ba6e4287b] Add the --nosync option to temporarily disable autosync. Useful when off network. (by drh)
2008-05-07
23:56:28 * [cf84ce2d8c] Fix a typo on the "stat" page. (by drh)
17:38:57 * [908009fdc4] Fix a couple of C++-isms in my_page.c and tagview.c. Remove the return value from autosync(). (by drh)
12:15:14 * [b714ab1ea7] Add the --proxy option to the commit and update commands. (by drh)
2008-05-06
12:24:22 * [f652599003] Add the --proxy command-line option that can be used to enable or disable an http proxy on a case by case basis. (by drh)
2008-05-05
23:15:29 * [d57de28756] The "h" capability is now used to enable hyperlinks to non-wiki pages. When "h" is missing, many pages give a hyperlink to the login page and automatically fill in "anonymous" as the user name. The login page jumps back to the target page after a successful login. (by drh)
20:18:32 * [2b0d4519dc] Work toward making the "h" permission mean "hyperlink". Without "h", many pages will display, but there are few hyperlinks. A message invites users to login as anonymous. (by drh)
19:33:48 * [c507cfa76b] Updates to quickstart document to talk about setting up a proxy. (by drh)
19:08:43 * [1dbf332352] Fix the HOST: header to use the original URL, not the proxy URL. (by drh)
18:39:36 * [c7438f6dc9] Fix the fossil repository URL in the quickstart.html document. (by drh)
17:30:12 * [387cbeda3f] Honor the http_proxy environment variable as another source for the URL of the HTTP proxy if the "proxy" setting is undefined or is "off". (by drh)
17:24:38 * [4e683ef07b] Add the ability to modify global settings (such as the proxy setting) even when there are no repositories defined. (by drh)
2008-05-01
22:49:57 * [676fdd088a] Enable proxy support using the "fossil setting proxy" command. This check-in is made using a proxy. (by drh)
18:42:26 * [becc24e4e9] On windows builds, understand both "C:/" and "C:\" as the beginning of an absolute pathname. (by drh)