Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
23 check-ins using file src/setup.c version 7a03dd810e
|
2010-04-22
| ||
| 12:44 | Improved detection of invalid home directories and better error messages when invalid home directories are detected. Ticket [c3971eac71a1bd0] ... (check-in: 822133a763 user: drh tags: trunk) | |
| 01:02 | When the "name" parameter for the /artifact webpage (and similar pages) is ambiguous, bring up a page that allows the user to choose between the various options. Ticket [901936cf06df1b9b9a]. ... (check-in: d02115bbf0 user: drh tags: trunk) | |
| 00:12 | Remove dead code and fix a comment - issues found while looking for an unrelated problem. ... (check-in: d4125d551e user: drh tags: trunk) | |
| 00:00 | Fix incorrect redirects to "/home" when there is an ambiguous name on the artifact webpage. Ticket [901936cf06df1b9b]. Still need to add code that will list all possible answers and let the user choose. ... (check-in: f44a3f70be user: drh tags: trunk) | |
|
2010-04-15
| ||
| 23:53 | Update to the latest stable check-in of SQLite, as a beta-test for SQLite. ... (check-in: 7c37b46b12 user: drh tags: trunk) | |
| 23:50 | Fill the boxes on the graph with the same background color as the text in the timeline description. ... (check-in: 0e7b85bb92 user: drh tags: trunk) | |
|
2010-04-07
| ||
| 20:35 | SQLite bug fix. Change a LIKE to a GLOB so that it can use an index. ... (check-in: 5721bce885 user: drh tags: trunk) | |
| 20:02 | Update SQLite to a version that includes automatic index support. When compiled with FOSSIL_DEBUG, issue warnings if any automatic index is ever used. ... (check-in: b84917dbf8 user: drh tags: trunk) | |
| 11:53 | Accept single-quotes in addition to double-quotes for HTML attribute quoting. ... (check-in: 852e631f08 user: drh tags: trunk) | |
|
2010-04-04
| ||
| 22:40 | Further refinements to the graph layout for file histories. ... (check-in: 1f607de1db user: drh tags: trunk) | |
| 21:47 | For file history graphs, use merge arrows to show when the same file appears in multiple check-ins. ... (check-in: 6ea10c5e99 user: drh tags: trunk) | |
| 18:38 | Tweaks to the graph layout algorithm to try to get better graphs for individual file histories. ... (check-in: 1d2608b7f4 user: drh tags: trunk) | |
|
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:07 | Add the capability (disabled by default) to accept REMOTE_USER as an authenticated user. Ticket [49929a3557a] ... (check-in: a5a1ff1b4b user: drh tags: trunk) | |