Timeline
Not logged in

22 events occurring around 2007-09-21 19:18:07.

2007-09-22
18:13:31 * [72b3b1ad47] Incremental web interface enhancments. (user: drh, tags: trunk)
17:38:57 * [c2d1e3c70a] Improved display of version information on the help command. Display fossil version number and date on the bottom of every webpage. (user: drh, tags: trunk)
15:50:14 * [3b5514ed82] 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. (user: drh, tags: trunk)
12:38:05 * [9395aba4f4] Timeline now responses to comment and user properties. (user: drh, tags: trunk)
06:49:47 * [46f96301f1] Forgot to remove path problems from 'Outstading Issues' (user: jnc, tags: trunk)
06:47:11 * [c7278fd013] Fork Win32 port now functional except network operations. This commit was done on windows :-). See win32.txt for status of all commands. No networking commands are functional yet. All path operations are now functioning. (user: jnc, tags: trunk)
02:22:06 * [f73c0e792b] More work on tags and properties. Getting late. Need to check-in changes before stopping for the day... (user: drh, tags: trunk)
01:40:39 * [5e2392307d] Turn tags into properties. Allow properties to control background color on timelines. Still experimental. (user: drh, tags: trunk)
2007-09-21
22:07:35 * [5890c67d86] Added win32 build notes (user: jnc, tags: trunk)
21:53:28 * [83c876b447] Win32 port: compiles, all tests pass but many functions fail due to path separators. Incomplete. Path fixes to come next (user: anonymous, tags: trunk)

19:18:07 * [3dc92fdb7f] Fork Improvements to the control-file parser. Not recognizes the T-line for tags. (user: drh, tags: trunk)

18:33:13 * [ce1c1a2907] Add the --randomize parameter to the rebuild command. Used for testing. (user: drh, tags: trunk)
02:41:53 * [2bc0e2c565] Work toward adding a tagging system. Code compiles but is incomplete and probably does not work. (user: drh, tags: trunk)
2007-09-20
07:37:36 * [25bc721076] Fork Entered the general structure planned for processing of branches. Incomplete. This code right now exits when it finds branch csets. Some debug output to see detailed internals from which to pull the pieces together. (user: aku, tags: trunk)
07:33:12 * [a9dcf09124] Trim the commit messages to remove irrelevant leading and trailing line-endings. (user: aku, tags: trunk)
07:14:44 * [cbbf9a7575] Got rid of the explicit revision tree and rephrased the trunk processing to use a loop which is more self-explanatory. Started to add in code needed when we process the branches as well, currently they will have now effect. (user: aku, tags: trunk)
07:08:40 * [330f2da791] Moved the counting of imported changesets to the beginning for a more accurate percent calculation and proper ending at 100%. (user: aku, tags: trunk)
03:51:49 * [a5476aed27] Modified sorting of timeline entries for the same second to properly split files and file versions from each other, and to have newer revisions later. Further added a storage for error messages to be repeated when the importer exist. First user is the code reporting corrupted archive files detected during a checkout. (user: aku, tags: trunk)
2007-09-17
07:05:01 * [ae54e928c2] Further work on the CVS frontend. The main parts for doing the extraction and management of changesets are now in a separate package. (user: aku, tags: trunk)
04:14:18 * [10e3b3ed76] Fixed bug in the new code setting up the timeline, forgot to clean up loop state, causing data from previous iterations to bleed into the current one, causing the use of bogus data and ultimatively a bogus timeline. Note! Incidentially a bug in the old code was fixed by the new one, the use of mismatching revisions and commit messages. That caused ... (user: aku, tags: trunk)