2010-04-22
| ||
01:02 | • Fixed ticket [901936cf06]: web interface behaves badly plus 1 other change ... (artifact: 016a8efc76 user: drh) | |
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: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-21
| ||
23:45 | • Ticket [901936cf06] web interface behaves badly status still Open with 1 other change ... (artifact: 093354d918 user: drh) | |
2010-04-20
| ||
15:53 | • Ticket [901936cf06]: 2 changes ... (artifact: b8c6bb9ddd user: anonymous) | |
2010-04-19
| ||
08:44 | • New ticket [901936cf06]. ... (artifact: e45f755d64 user: anonymous) | |
Ticket Hash: | 901936cf06df1b9b9a93e7b6001f61d59f8fb53f | |||
Title: | web interface behaves badly | |||
Status: | Fixed | Type: | Code_Defect | |
Severity: | Minor | Priority: | ||
Subsystem: | Resolution: | Fixed | ||
Last Modified: | 2010-04-22 01:02:26 | |||
Version Found In: | [7c37b46b12] 2010-04-15 23:53:15 | |||
Description: | ||||
Going to this URL:
http://www.sqlite.org/src/artifact/c167e90Produces a non-themed white page with this text on it: Document Not Found The document /home is not avaivable on this server(The URL causes a redirection to /home which then produces the above page.) Older versions of fossil used to do something different that was less confusing. In the case of an ambiguous hash prefix like this that matches multiple hashes in the fossil db, it would be most helpful if the result page simply showed a list of the possible hash matches and their types so that it's a simple matter to click on the one you want to go there. anonymous added on 2010-04-20 15:53:00: |