Timeline
Not logged in

10 descendants and 10 ancestors of [fb185f0a65]

2009-01-07
22:45:17 * [c8b86eae78] adjust reference.wiki &c. (user: kejoki, tags: trunk)
2008-12-26
17:41:09 * [b12a031557] Omit the hyperlinks to the wiki edit for the Sandbox if editing is not allowed. (user: drh, tags: trunk)
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 f273b440c38eb8478822812e0730f0fc2c8b4c36. (user: eric, tags: trunk)
02:23:18 * [491b2c69ec] Fix an SQL syntax error. Ticket 62c84f3e604a06f9b8f3f4ca39f774d6909115aa. (user: drh, tags: trunk)
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 39f3294e213111a51e93d02fef6faa0062979619 (user: drh, tags: trunk)
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 e02ffabcdaaaf606099ac09227833ba282fdaace (user: drh, tags: trunk)
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)