Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

9 check-ins using file src/timeline.c version 5d466d6c75

2015-02-11
15:12
Accidentally omitted the --skin option processing from the previous check-in. ... (check-in: 5ce5ff5765 user: drh tags: trunk)
15:05
Add the ability to specify one of the built-in skins as an override of the current configuration, using the --skin option to "server", "ui", and "http" commands, or the "skin:" line in the CGI script. ... (check-in: ed36e2eb51 user: drh tags: trunk)
13:51
Link the /hash-collisions page as a submenu item on /stat. ... (check-in: b0e1196a2f user: drh tags: trunk)
13:34
Fix a problem in /hash-collisions that was causing the links to remain directed to the honeypot. ... (check-in: aa12ac91cf user: drh tags: trunk)
13:18
Fix to the /hash-collisions page: Only consider the SHA1 hashes in the BLOB table, not the random hexadecimal identifiers assigned to tickets and tech-notes. The latter two live in a different namespace. ... (check-in: 327eee1452 user: drh tags: trunk)
12:36
On the /hash-collisions page, list the longer collisions with links to /whatid. ... (check-in: 3234cf1efe user: drh tags: trunk)
12:03
On the /hash-collisions page show the true first instance of each collision, not the second. ... (check-in: 4ce3a2bfac user: drh tags: trunk)
11:51
Add the /hash-collisions webpage. ... (check-in: 43e2aff58a user: drh tags: trunk)
11:09
Use the "%S" formatting option for human-readable SHA1 hashes and "%!S" for SHA1 hashes in URLs. The length of these hashes are compile-time configurable using FOSSIL_SHA1_PREFIX_LEN and FOSSIL_SHA1_URLPREFIX_LEN, respectively. Defaults: 10 and 16. ... (check-in: 1fee0377e4 user: drh tags: trunk)