Fossil

Timeline
Login

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

54 events for the month beginning 2007-09-01 by user drh

Following month ↑
2007-09-28
20:08
Combine the "config" and "setting" commands into a single "settings" command. ... (check-in: 134e2aeccc user: drh tags: trunk)
15:44
Add enumeration lists and indented paragraphs in the wiki. ... (check-in: ab637af752 user: drh tags: trunk)
2007-09-27
03:24
Updates to the ideas.txt file with notes on ideas for doing tickets. ... (check-in: bd35e98274 user: drh tags: trunk)
2007-09-26
19:46
If you "sync" against a server for which you do not have push permission, you get an error message but it still does the pull. ... (check-in: 2b51dbe02b user: drh tags: trunk)
16:20
Cleanup of the safemerge flag on update. Override available using the --force option. ... (check-in: 7eecb079ed user: drh tags: trunk)
13:49
Fix a bug in autosync commit - cleanup the onremote temp table after use. ... (check-in: a15122ff2d user: drh tags: trunk)
12:24
Minor changes to the quickstart.html document. ... (check-in: d8d6dc85e1 user: drh tags: trunk)
12:21
Fix a bug in clone - have it open the global settings database file so that it can access the default-user setting. ... (check-in: cbe0ace8f3 user: drh tags: trunk)
02:00
Better defaults for new databases and clones. Use *CURRENT* to identify the current checkout for TTY timelines. ... (check-in: 097479f99a user: drh tags: trunk)
2007-09-25
20:39
Merge the vinfo CSS patches. ... (check-in: 16551da2e3 user: drh tags: trunk)
20:35
Fix a C++-ism in style.c ... (check-in: 64569b3a7a user: drh tags: trunk)
20:23
Updates to the autosync logic. Add the "setting" command. ... (check-in: fff234b77c user: drh tags: trunk)
15:12
Updates to the fossil_chat.tcl script. ... (check-in: 5e3f5322e2 user: drh tags: trunk)
08:38
Correct tag propagationl. Now works even when rebuilding in a randomized order. ... (check-in: ce7900a0b6 user: drh tags: trunk)
03:14
Fix some problems with tag propagation. More problems remain. ... (check-in: 913608a5a6 user: drh tags: trunk)
2007-09-24
22:23
Fix the menu of fossil_chat.tcl for mac. ... (check-in: aeb2ac781d user: drh tags: trunk)
12:55
Minor updates to the todo.txt and ideas.txt files. ... (check-in: 43b33702b4 user: drh tags: trunk)
2007-09-23
20:18
Merge the RSS changes. ... (check-in: dad40ffac0 user: drh tags: trunk)
18:55
Fix a C++-ism. ... (check-in: 820a1a1a53 user: drh tags: trunk)
18:49
Fixes to the timeline webpage and the "open" and "update" commands. ... (check-in: ff4cc5fae2 user: drh tags: trunk)
11:43
Relax the lexigraphical ordering requirement on manifests. Now the lines of a manifest (or cluster or control file) must occur in lexigraphical order after the arguments have been defossilized. ... (check-in: dea1ae50d3 user: drh tags: trunk)
2007-09-22
23:41
Rework the tag system so that propagation to children is a property of each tag and does not depend on the tag name beginning with "br". Older tag artifacts might not work. The database will need to be rebuilt after upgrading to this version. ... (check-in: 09c4adeb6f user: drh tags: trunk)
19:43
Merge in the w32 changes. ... (check-in: 3c5482959c user: drh tags: trunk)
19:32
Fix a bug in the manifest parser so that it is able to parse the PGP headers even if the header contains \r characters. ... (check-in: 3ed9214338 user: drh tags: trunk)
19:03
Bug fix in the update command. ... (check-in: b5d82ebd7e user: drh tags: trunk)
18:13
Incremental web interface enhancments. ... (check-in: 72b3b1ad47 user: drh tags: trunk)
17:38
Improved display of version information on the help command. Display fossil version number and date on the bottom of every webpage. ... (check-in: c2d1e3c70a user: drh tags: trunk)
15:50
The "tag" command allows tag artifacts to be inserted for creating and cancelling tags and properties. Timeline responds to bgcolor, br-bgcolor, comment, and user properties. ... (check-in: 3b5514ed82 user: drh tags: trunk)
12:38
Timeline now responses to comment and user properties. ... (check-in: 9395aba4f4 user: drh tags: trunk)
02:22
More work on tags and properties. Getting late. Need to check-in changes before stopping for the day... ... (check-in: f73c0e792b user: drh tags: trunk)
01:40
Turn tags into properties. Allow properties to control background color on timelines. Still experimental. ... (check-in: 5e2392307d user: drh tags: trunk)
2007-09-21
19:18
Improvements to the control-file parser. Not recognizes the T-line for tags. ... (check-in: 3dc92fdb7f user: drh tags: trunk)
18:33
Add the --randomize parameter to the rebuild command. Used for testing. ... (check-in: ce1c1a2907 user: drh tags: trunk)
02:41
Work toward adding a tagging system. Code compiles but is incomplete and probably does not work. ... (check-in: 2bc0e2c565 user: drh tags: trunk)
2007-09-14
21:24
Rename CLI commands: leaves->descendents and branches->leaves. ... (check-in: bc68e61bb2 user: drh tags: trunk)
21:10
Fix the "leaves" webpage. ... (check-in: d773eee943 user: drh tags: trunk)
14:59
Update the SQLite amalgamation file to version 3.5.0. ... (check-in: c287665ba8 user: drh tags: trunk)
2007-09-13
03:52
Improvements to the CLI timeline display. When an update fails due to multiple descendents, show all of the descendents in timeline format. ... (check-in: fcabd4774c user: drh tags: trunk)
2007-09-12
02:25
The nonce of a login card in the sync protocol is now the SHA1 hash of the remainder of the sync message. The signature is the SHA1 hash of the concatenation of the nonce and the users password. ... (check-in: 776753118f user: drh tags: trunk)
01:46
Fix bugs in undo/redo. Appears to work now but not heavily tested. ... (check-in: 6f5654c7ab user: drh tags: trunk)
2007-09-11
02:25
Add the "undo" and "redo" commands. Untested at this point so don't try to use them yet. ... (check-in: a36177bcce user: drh tags: trunk)
2007-09-10
00:48
Fix a C++-ism in the timeline module. ... (check-in: 9a76119307 user: drh tags: trunk)
00:43
Merge in the delta encoder changes. ... (check-in: 01e3e3f51e user: drh tags: trunk)
00:39
Add a first draft of the synchronization protocol document. Unproofed. ... (check-in: 26131cfcc5 user: drh tags: trunk)
2007-09-09
17:51
Cluster-based synchronization appears to be working. ... (check-in: 48c4e69d2b user: drh tags: trunk)
2007-09-08
16:01
Sync using clusters appears to work. More testing is needed before we go live. ... (check-in: e1c1877c99 user: drh tags: trunk)
2007-09-06
00:47
Raise the hash chain limit in the delta module from 50 to 250. ... (check-in: f6b4c6458b user: drh tags: trunk)
2007-09-05
18:46
Fix pathological N*2 behavior in the delta generator. ... (check-in: b816fadfc7 user: drh tags: trunk)
2007-09-03
01:28
Add the unclustered table and the M lines to manifests. Process clusters in manifest_parse and manifest_crossref. The xfer process still does not yet use clusters though so it is still compatible. But that is about to change. ... (check-in: ba486fec5a user: drh tags: trunk)
2007-09-02
20:33
Added text notes on ideas for dealing with tickets and wiki. ... (check-in: 251545cd43 user: drh tags: trunk)
02:01
Add the "index.wiki" wiki page. Fix a bug in the wiki rendering engine. The page displays now, but not correctly - there are clearly additional bugs to be found and fixed. ... (check-in: 11976cfdc2 user: drh tags: trunk)
01:23
The /index webpage pulls up the wiki page specified in Setup/Configuration.s ... (check-in: 4f641e7e4e user: drh tags: trunk)
2007-09-01
21:11
Add the /wiki and /bwiki web pages. Currently renders content from the check-out as readonly. ... (check-in: b2e55c0d4d user: drh tags: trunk)
01:55
Updates to the timeline routines. Added the pqueue module. ... (check-in: abce5105e2 user: drh tags: trunk)
Previous month ↓