22 checkins occurring around 2008-12-14 22:54:52.
2008-12-26
| ||
17:36:08 | * | [2a3e85f2d5] Require wiki edit privilege in order to edit the Sandbox wiki page, just like any other wiki page. (user: drh, tags: trunk) |
2008-12-21
| ||
16:36:43 | * | [aef81bf344] cli docs (user: kejoki, tags: trunk) |
2008-12-20
| ||
11:36:20 | * |
[7c281b629a]
Prevent tag cancellations from showing in "fossil tag list" and
"fossil tag find", and also on the tagview web page, but make them
visible with "--raw" or on the RawTags webpage (admin only). Fixes
ticket |
02:23:18 | * |
[491b2c69ec]
Fix an SQL syntax error. Ticket |
2008-12-19
| ||
23:09:26 | * | [10db583adc] update ref page (user: kejoki, tags: trunk) |
2008-12-16
| ||
18:39:29 | * | [ba837fd294] Add randomness in the form of a comment to each sync protocol request. This will break older servers which do not understand comments. But comments have been understood by servers for months now, so hopefully everybody has upgraded. (user: drh, tags: trunk) |
18:37:58 | * | [458331b99e] Upgrade SQLite to version 3.6.7. (user: drh, tags: trunk) |
05:16:57 | * | [a9dcbf3ede] docs (user: kejoki, tags: trunk) |
2008-12-15
| ||
08:44:44 | * | [fb185f0a65] added quite a few docs to replace the mistakenly added silly templates. (user: kejoki, tags: trunk) |
2008-12-14
| ||
23:07:03 | * | [24db9cd12b] minor bug fix. (user: kejoki, tags: trunk) |
22:54:52 | * | [cdbc3ab248] Moved new tcksetup.c into checkout dir before commit, added rstats command to get stat page info from command line. (user: kejoki, tags: newcmd_rstatus, trunk) |
2008-12-13
| ||
13:40:44 | * | [9d704470c3] added specification, subsystems to ticket choices, zorro-ed a spelling error (user: kejoki, tags: trunk) |
2008-12-12
| ||
23:17:18 | * | [bab8363876] timeline command now supports a ?-t|--type TYPE? option to filter on specific event types. Fixed a memleak in the timeline command. (user: stephan, tags: trunk) |
22:19:13 | * | [90adbd8443] /timeline.rss now accepts the same filter parameters as /timeline (e.g. y=ci for commits and y=w for wiki) (user: stephan, tags: trunk) |
21:55:46 | * | [1eb067d456] Adjust some wikilinks, clean up main ref page, add "new" command. (user: kejoki, tags: trunk) |
2008-12-09
| ||
20:25:41 | * | [83447b7bf1] Change the add command CLI doc to reflect recursive add of directories. (user: kejoki, tags: trunk) |
2008-12-07
| ||
18:48:09 | * |
[2be82dcc2a]
The server now issues error messages in the synchronization
protocol when a database error occurs during sync.
Ticket |
18:11:09 | * |
[8c4e72e223]
Enhance the "fossil add" command so that when a directory is named, all
contents of that directory are added recursively.
Ticket |
2008-12-06
| ||
18:02:21 | * | [2dffce041d] Add the ability to detect file changes using only the mtime. This is turned on using the "fossil setting mtime-changes ON" command. It is off by default, but it does make many operations go much faster, especially on large repositories, so we might want to start turning it on by default. (user: drh, tags: trunk) |
2008-12-03
| ||
14:22:00 | * | [892c460b8e] Add a 5 second busy timeout on the database connection. (user: drh, tags: trunk) |