20 ancestors of [292e585661]
2009-08-15
| ||
12:18:08 | * | [292e585661] If the special "ckout" of the "/doc" webpage is used and the server is not within a local check-out, then automatically convert "ckout" to "tip". (user: drh, tags: trunk) |
08:17:39 | * | [f0e98310c1] Update documentation of 'proxy' configuration (user: altufaltu, tags: trunk) |
02:17:27 | * |
[90048e0b30]
Add an "extended timestamp" field to generated ZIP archives. The extended
timestamp is in UTC so it does not mangle the time when the server and
client are in different timezones.
Ticket |
2009-08-14
| ||
16:19:53 | * |
[5bc5e88c86]
Add the --dotfiles option to the "add" command to cause fossil to include
files whose name begins with "." which recursively adding files.
Ticket |
14:03:14 | * | [0b49e4afba] Fix the header comment (and hence the "help" message) for the "fossil all" command. (user: drh, tags: trunk) |
14:00:10 | * | [7847b418bb] Improvements to the way the update target is computed when saying "fossil update" without specifying what to update to. Avoid the "bad object id: 0" error. (user: drh, tags: trunk) |
2009-08-13
| ||
14:36:54 | * | [9cbef7a104] In the "remote-url" command, omit the userid and password from the URL unless the "--show-pw" command-line option is used. (user: drh, tags: trunk) |
14:27:24 | * | [00ac7945a9] Disconnect the global configuration database in ~/.fossil from the respository database in most cases. This allows multiple "sync" or "commit" operations to be running on different repositories at the same time. (user: drh, tags: trunk) |
2009-08-12
| ||
17:35:02 | * | [c15ec20d5a] Rephrasing the text of the Login page. (user: drh, tags: trunk) |
14:41:32 | * | [79be9028eb] Keep track of total network traffic for a sync and report the totals at the end of the sync. (user: drh, tags: trunk) |
14:27:24 | * | [7646ee13e3] Fix an issue with "clone" on the client side: the client was requesting multiple copies of artifacts for which it held a delta with a phantom source. (user: drh, tags: trunk) |
2009-08-11
| ||
15:14:22 | * | [53f04b180c] Change the date markers in file info pages to use the same CSS tags as the timeline. (user: drh, tags: trunk) |
2009-08-10
| ||
11:12:01 | * | [1b0c251575] Update to the latest version of SQLite. Turn off FTS3 in the SQLite build since it is not currently being used. (user: drh, tags: trunk) |
02:52:27 | * | [b189acfd7b] Add a new more legible ascii-art font to the anonymous login captcha. (user: drh, tags: trunk) |
02:29:14 | * | [b4a29fac93] Add an ascii-art captcha for anonymous login. (user: drh, tags: trunk) |
2009-08-09
| ||
22:13:26 | * | [f438092f88] correct error message for "fossil all " (as per addition of "ls" subcommand alias) (user: bch, tags: trunk) |
21:39:42 | * | [e85b538fa8] make "ls" an alias for "list" in "fossil all [bad-link: x]x" command. i.e.: fossil all ls == fossil all list. (user: bch, tags: trunk) |
21:32:46 | * | [554d896209] adjust "extra" command to "extras" (i.e. "Show me the extras"). Still works with "extra" as before, due to unambiguous command-completion. (user: bch, tags: trunk) |
17:29:25 | * | [6b0196aeb8] The FOSSIL_VFS environment variable, if it exists, determines which SQLite VFS is used. Use "export FOSSIL_VFS=unix-none" or "export FOSSIL_VFS=unix-dotfile" to work-around non-posix filesystems such as AFS on unix systems. (user: drh, tags: trunk) |
2009-08-08
| ||
22:40:28 | * | [8b630bb57a] Provide --user-override option on the ci command and the --date-override option on the new command. Make a correction to the file format document. (user: drh, tags: trunk) |
2009-08-01
| ||
14:34:24 | * |
[e00a5de0f1]
Improvement to the error message issued when the HOME environment
variable is missing. Ticket |