Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2010-03-18 16:27:48.
2010-04-02
| ||
19:28 | Add additional markups to show inefficient queries when running in TH3_DEBUG mode. ... (check-in: 251fd001a8 user: drh tags: trunk) | |
19:27 | In file changes histories, show when the file is deleted. ... (check-in: 4bbb437f06 user: drh tags: trunk) | |
2010-03-31
| ||
18:42 | Get chroot jails working correctly when a particular fossil repository is specified on the "http" command. This fixes a problem introduced by the multi-repository feature added by check-in [9cd2c42e79] on [2010-01-31]. ... (check-in: 42ba7b97aa user: drh tags: trunk) | |
17:14 | Patch SQLite to provide a better error message to sqlite3_log() when it is unable to open a file. ... (check-in: a158c4e75d user: drh tags: trunk) | |
15:27 | Update the mechanism for reporting SQL that does not use indices. The warnings can be suppressed by comments in the SQL text. ... (check-in: 9f1d490dd6 user: drh tags: trunk) | |
15:17 | Improvements to the SQLite error logging output format. ... (check-in: b30e35fcd2 user: drh tags: trunk) | |
14:52 | Cause all SQLite errors to be logged as warnings. ... (check-in: 99fea6cde4 user: drh tags: trunk) | |
14:35 | When compiled with FOSSIL_DEBUG, print warnings if any SQLite queries fail to use indices. ... (check-in: e95e87c1ed user: drh tags: trunk) | |
2010-03-30
| ||
14:29 | Use artifact IDs, not record IDs, on the "diff" link of check-in change listings. ... (check-in: 61c52dd6aa user: drh tags: trunk) | |
01:22 | The sync, clone, push, and pull commands process 302 redirects. ... (check-in: 84439e9dc7 user: drh tags: trunk) | |
2010-03-29
| ||
00:46 | • Fixed ticket [49929a3557]: Support REMOTE_USER CGI variable to auto login when using fossil cgi mode plus 1 other change ... (artifact: 0ed9cb09da user: drh) | |
00:07 | Add the capability (disabled by default) to accept REMOTE_USER as an authenticated user. Ticket [49929a3557a] ... (check-in: a5a1ff1b4b user: drh tags: trunk) | |
2010-03-28
| ||
23:20 | In the graph algorithm, try to put branches on rails as close as possible to their parent. ... (check-in: 42bbfe9d64 user: drh tags: trunk) | |
2010-03-27
| ||
12:56 | Update the built-in SQLite to 3.6.23.1 release candidate 1. ... (check-in: 340d3398e6 user: drh tags: trunk) | |
2010-03-22
| ||
14:28 | • Fixed ticket [13536c292b]: Timeline graph cease to be displayed when number of requested events cross some arbitrary number plus 1 other change ... (artifact: 3ae64b5c51 user: drh) | |
14:28 | • Edit [504dc92ceb397687|504dc92ceb]: Edit check-in comment. Timestamp 2010-03-22 14:17:46. ... (artifact: 6441a49777 user: drh) | |
14:17 | If the graph height is greater than 32767, omit the <canvas> object. Also, do not appendChild() the graphics <div> objects until after they have been set to "abolute" positioning, to work around a FF performance issue. Ticket [13536c292b60] ... (check-in: 504dc92ceb user: drh tags: trunk) | |
13:41 | Do not use <canvas> when the height of the graph is greater than 32767. Ticket [13536c292b60]. ... (check-in: 81751fa51b user: drh tags: trunk) | |
12:52 | Truncate the graph at 32767 pixels. This allows the top part of the graph to be seen when the graph is large, at least. Ticket [13536c292b]. ... (check-in: 076ecdcc56 user: drh tags: trunk) | |
2010-03-21
| ||
21:51 | Avoid the use of rowids in URLs, since they can change on a rebuild. Use SHA1-derived artifact IDs instead. ... (check-in: a4b10f43e2 user: drh tags: trunk) | |
17:03 | • Fixed ticket [45f89e504b]: Syncing a "bare" repository over SSL fails to store certificate plus 1 other change ... (artifact: ce41e214c1 user: drh) | |
17:03 | Fix for ticket [45f89e504b4] ... (check-in: 3640618d71 user: drh tags: trunk) | |
2010-03-20
| ||
15:50 | • Ticket [6977cd82d8] Add hidden columns to ticket reports status still Open with 2 other changes ... (artifact: 36b95d0ddc user: drh) | |
2010-03-19
| ||
01:06 | • Ticket [74782e5f7c] auto-discovery of a repository from a webpage status still Open with 2 other changes ... (artifact: 8b496858c4 user: drh) | |
2010-03-18
| ||
16:27 | Make sure that "Setup" and "Admin" privileges imply 'Append-Tkt' privilege. ... (check-in: a1b7f8e1a9 user: drh tags: trunk) | |
14:40 | Merge in all of the latest clear-title changes from the trunk. ... (check-in: 7c2577bd63 user: drh tags: clear-title) | |
14:29 | • Edit [73c24ae363ee1b22|73c24ae363]: Change background color to "#d0c0ff". Timestamp 2010-03-18 14:20:33. Add tag "release". ... (artifact: ea4ad85fc7 user: drh) | |
14:28 | Update the script that builds the download page. ... (check-in: d5f6a272e9 user: drh tags: trunk) | |
14:20 | Fix some compiler warnings on windows. ... (check-in: 73c24ae363 user: drh tags: trunk, release) | |
14:11 | Fix some permissions problems on wiki pages. Always show "Empty Page" text for wiki pages that contain no text. ... (check-in: f442eb2ae2 user: drh tags: trunk) | |
13:47 | Some minor performance improvements on timeline. ... (check-in: edea06eec7 user: drh tags: trunk) | |
13:26 | Merge recent experimental changes (the attachment enhancement and the ability to delete wiki) into the trunk. ... (check-in: f4a25366a7 user: drh tags: trunk) | |
12:55 | Change the timeline comment when a wiki page is deleted. Remove some "#if 0" sections from the code. ... (Closed-Leaf check-in: 49e6670386 user: drh tags: experimental) | |
10:50 | • Fixed ticket [7b8f21b876]: Segmentation fault when opening a clone of http://www.sqlite.org/src plus 2 other changes ... (artifact: 8ea5898b7d user: drh) | |
10:39 | Show only non-empty wiki pages in the list of all wiki pages. A rebuild is required after updating in order for this feature to work. ... (check-in: 012d5e4f23 user: drh tags: experimental) | |
02:11 | Add the ability to delete attachments and fix issues with timelines. ... (check-in: 01c0180b3f user: drh tags: experimental) | |
01:09 | Show attachment in timelines. ... (check-in: 2978e43005 user: drh tags: experimental) | |
2010-03-17
| ||
23:49 | Show artifact changes in ticket history. ... (check-in: 931f8895c6 user: drh tags: experimental) | |
23:15 | Basic functionality of attachments is now in place. ... (check-in: dd2d3177b1 user: drh tags: experimental) | |
19:57 | Added screens for adding and listing attachments. ... (check-in: 1fcfa000b4 user: drh tags: experimental) | |
12:30 | • Changes to wiki page "Fossil" ... (artifact: e2ae2d79a9 user: drh) | |
01:03 | Fix a bug in timeline introduced by the previous check-in. Improvements to the file timeline. ... (check-in: 6953184210 user: drh tags: trunk) | |
00:40 | Get the derivation graph working for individual file histories. ... (check-in: c19467d68e user: drh tags: trunk) | |
2010-03-16
| ||
21:33 | Work toward adding support for attachments. Keep this on an experimental branch until it is actually working. ... (check-in: c3d7df650b user: drh tags: experimental) | |
16:52 | Change the format of the A-card for attachments again. Add the ATTACHMENT table to the repository. Insert attachment information into the ATTACHMENT table when processing attachment artifacts. ... (check-in: 615a52f0ba user: drh tags: trunk) | |
15:38 | Improved file format documentation. Added information on the attachment artifact. Redefine the A-card (which has not previously been used). Update the Manifest object to store attachment artifacts. ... (check-in: d5a4e41c81 user: drh tags: trunk) | |
2010-03-15
| ||
20:54 | Add a new form of ticket timeline that shows only the check-ins associated with the ticket. ... (check-in: dec1364848 user: drh tags: trunk) | |
18:09 | Add the --binary option to the "merge" command and a new "binary-glob" setting. These identify files that should be treated as binary files and which should not be subjected to a 3-way merge. ... (check-in: d327f12522 user: drh tags: trunk) | |
17:41 | Add a --ignore option to the "extra" command, and an "ignore-glob" setting which causes files with given patterns to be ignored. Tickets [705181a992c] and [5125de2e624]. See also ticket [4e8410bfd69]. ... (check-in: 3555c0fc6f user: drh tags: trunk) | |
16:16 | Show check-ins that mention a ticket in the ticket timeline. ... (check-in: 611b3b206b user: drh tags: trunk) | |