Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "2009-08-22 20:48:17" occurring around 2009-08-22 20:48:17.
2009-08-29
| ||
19:02 | Correct SRCDIR in Makefile.w32 for successful build ... (check-in: a0247159ea user: altufaltu tags: trunk) | |
18:47 | Better descriptions of raw artifacts on the "artifact" URL. ... (check-in: ee544f4843 user: drh tags: trunk) | |
17:01 | Patches to get Fossil working on OS/2. Ticket [89bec0d9aa9f30] ... (check-in: df97fae2bd user: drh tags: trunk) | |
16:45 | Add additional hyperlinking of dates and userids. For a "circa" timeline, show the "circa" point in the timeline listing. ... (check-in: b5f4f910b7 user: drh tags: trunk) | |
2009-08-28
| ||
22:59 | Deleted some obsolete "todo" files. Updated the FAQ. Modified the the "vinfo" page to show check-in differences and made "vinfo" the default display for check-ins instead of "vdiff". ... (check-in: 713b8be852 user: drh tags: trunk) | |
21:36 | Update the FAQ to describe how to make a clone of the self-hosting fossil repository. ... (check-in: 68b73eb9b9 user: drh tags: trunk) | |
17:58 | Show the date and time on checkouts in the "info" command. ... (check-in: 76630dd9f3 user: drh tags: trunk) | |
17:27 | Tweaks to the homepage. ... (check-in: 9aa91e549e user: drh tags: trunk) | |
17:19 | Add three new variations on the logo GIF. ... (check-in: 1cbae4e7f2 user: drh tags: trunk) | |
16:05 | Documentation updates, including a big rework of the homepage. ... (check-in: 522824b26a user: drh tags: trunk) | |
2009-08-27
| ||
20:14 | Add the ability to view diffs of wiki changes. ... (check-in: 8e3b7fab9f user: drh tags: trunk) | |
18:56 | Still more speed improvements to the "rebuild" command. ... (check-in: a9a27f8aaa user: drh tags: trunk) | |
18:33 | Various small performance enhancements. ... (check-in: 4c37130fde user: drh tags: trunk) | |
15:00 | Performance improvements on the compute_leavs() routine. There is opportunity for further improvement in this area. ... (check-in: 6953ca813c user: drh tags: trunk) | |
14:04 | Performance improvements to the "bag" object. ... (check-in: 1409fbe38c user: drh tags: trunk) | |
2009-08-26
| ||
20:24 | Layout changes to the "shun" control page. ... (check-in: 50ab5c33e7 user: drh tags: trunk) | |
19:50 | More FAQ updates. Add the document on "shunning". ... (check-in: d6b8b5ba73 user: drh tags: trunk) | |
18:40 | Update the FAQ to describe the new --private option on the commit command. ... (check-in: 85c6542a16 user: drh tags: trunk) | |
18:25 | Add the --private option to the "fossil commit" command. This option creates a private branch which is never pushed. ... (check-in: 02a584f7f5 user: drh tags: trunk) | |
2009-08-24
| ||
18:02 | Typos in the new selfhost.wiki document. ... (check-in: 93d0646830 user: drh tags: trunk) | |
17:54 | Add <title> markup to several of the embedded documentation pages. ... (check-in: 5523218023 user: drh tags: trunk) | |
17:45 | Trying to improve the look of the homepage. It is not at all clear that this check-in is any improvement, but it is at least an attempt.... ... (check-in: b79994adcb user: drh tags: trunk) | |
16:00 | Added the "selfhost.wiki" page that talks about the three self-hosting fossil repositories and how they are automatically synchronized. ... (check-in: 67b5f41963 user: drh tags: trunk) | |
2009-08-23
| ||
21:23 | typo ... (check-in: 5556630a9c user: bch tags: trunk) | |
2009-08-22
| ||
20:48 | Fix typo in the new stats.wiki document. ... (check-in: 45dbaa0c94 user: drh tags: trunk) | |
19:27 | Fix the "rebuild" command so that it works in an open check-out without having to specify the repository and so that it accepts the -R option. ... (check-in: d0fc1ad062 user: drh tags: trunk) | |
19:15 | Get the -R option working on the remote-url command. ... (check-in: 614519b46c user: drh tags: trunk) | |
17:40 | Added the "Performance Statistics" page to the embedded documentation. ... (check-in: 2cc95180a0 user: drh tags: trunk) | |
2009-08-21
| ||
16:25 | Add the ability to edit check-in dates using control artifacts. Useful if a user does a check-in when their system clock is set incorrectly thus causing an incorrect timestamp to appear on the check-in artifact. <b>You must run "<i>fossil all rebuild</i>"</b> after upgrading to this or any later version of fossil from a prior version. ... (check-in: ac03d43348 user: drh tags: trunk) | |
2009-08-16
| ||
22:04 | Add a small colored rendering of the logo image. ... (check-in: 93992def02 user: drh tags: trunk) | |
21:34 | Remove unsupported and incomplete webpage functionality: The admin_sql page and the "my" page. ... (check-in: 07f6780c98 user: drh tags: trunk) | |
21:22 | Cleanup of the "admin_sql" web page (formerly "admin/sql"). ... (check-in: ef432c2014 user: drh tags: trunk) | |
2009-08-15
| ||
21:38 | Be sure to call mbcsToUtf8() when opening the global configuration database. Ticket [c7c36ef52edab] ... (check-in: a25092b14c user: drh tags: trunk) | |
17:45 | Remove obsolete "todo" files. Remove the obsolete src/VERSION file and references to that file in the makefiles. ... (check-in: 137bff8294 user: drh tags: trunk) | |
16:50 | Fix faulty SQL in the "db_unset()" routine. Ticket [31bd22c31fcc] ... (check-in: 74f7f6e6ad user: drh tags: trunk) | |
16:47 | Add the "circa" capability to the timeline. Check-in hyperlinks go to the "diff" page by default, rather than the "detail" page. ... (check-in: 5a539f82dc user: drh tags: trunk) | |
13:21 | Fix a memory allocation bug in the ZIP archive generator. Ticket [8d6efe4f927] ... (check-in: 5b91887495 user: drh tags: trunk) | |
12:18 | 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". ... (check-in: 292e585661 user: drh tags: trunk) | |
08:17 | Update documentation of 'proxy' configuration ... (check-in: f0e98310c1 user: altufaltu tags: trunk) | |
02:17 | 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 [28044ab5a42b75] ... (check-in: 90048e0b30 user: drh tags: trunk) | |
2009-08-14
| ||
16:19 | Add the --dotfiles option to the "add" command to cause fossil to include files whose name begins with "." which recursively adding files. Ticket [2e924cf9b74e]. ... (check-in: 5bc5e88c86 user: drh tags: trunk) | |
14:03 | Fix the header comment (and hence the "help" message) for the "fossil all" command. ... (check-in: 0b49e4afba user: drh tags: trunk) | |
14:00 | 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. ... (check-in: 7847b418bb user: drh tags: trunk) | |
2009-08-13
| ||
14:36 | In the "remote-url" command, omit the userid and password from the URL unless the "--show-pw" command-line option is used. ... (check-in: 9cbef7a104 user: drh tags: trunk) | |
14:27 | 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. ... (check-in: 00ac7945a9 user: drh tags: trunk) | |
2009-08-12
| ||
17:35 | Rephrasing the text of the Login page. ... (check-in: c15ec20d5a user: drh tags: trunk) | |
14:41 | Keep track of total network traffic for a sync and report the totals at the end of the sync. ... (check-in: 79be9028eb user: drh tags: trunk) | |
14:27 | 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. ... (check-in: 7646ee13e3 user: drh tags: trunk) | |
2009-08-11
| ||
15:14 | Change the date markers in file info pages to use the same CSS tags as the timeline. ... (check-in: 53f04b180c user: drh tags: trunk) | |
2009-08-10
| ||
11:12 | Update to the latest version of SQLite. Turn off FTS3 in the SQLite build since it is not currently being used. ... (check-in: 1b0c251575 user: drh tags: trunk) | |