Fossil

Timeline
Login

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

11 check-ins using file src/db.c version a8c67cd85a

2015-02-14
15:06
Improvements to login/logout processing: (1) When the user is "nobody", show hyperlinks to pages that require "anonymous" but have those links redirect to the /login page. (2) Clean up the /login page - less verbage. (3) Redirects from /login to /tarball or /zip provide a button to press, rather than immediately starting the download. check-in: 653dd402ea user: drh tags: trunk
14:55
Added the referred_from_login() function and use it to enhance the /zip and /tarball pages so that they show a download button to click if the referrer page was /login. Closed-Leaf check-in: bcebe55e91 user: drh tags: login-enhancements
14:05
Change default headers to show menu-bar items that would be available to user "anonymous" even if the current user is not logged in. check-in: 72cddddbcc user: drh tags: login-enhancements
12:24
When the user is "nobody", make the g.anon permission vector for "anonymous" available in addition to g.perm. Hyperlinks to pages that would be available to anonymous are shown rather than suppressed. When permission is denied and control jumps to login_needed() a new flag shows whether or not logging in as "anonymous" would help. Work in progress. check-in: 2f50d427a9 user: drh tags: login-enhancements
2015-02-13
23:43
Show document, ticket, and wiki titles on the result page of unindexed search. check-in: 0e77f1fbc0 user: drh tags: search-enhancements
22:03
When extracting search text from tickets, use the title column for the title and pay attention to mimetypes when translating. check-in: b552f55b1f user: drh tags: search-enhancements
21:21
Merge enhancements and fixes from trunk. check-in: 23c86b503f user: drh tags: search-enhancements
19:39
Obscure the captcha text using a character substitution for three seconds. Closed-Leaf check-in: 618420b1b8 user: drh tags: captcha-enhancement
09:03
A few more places where displayed UUID length should be configurable. check-in: c62e94f8a3 user: jan.nijtmans tags: trunk
09:00
Take over latest shell.c, but without SQLITE_TESTCTRL_IMPOSTER support (included SQLite doesn't have that yet). Reason: add '.dbinfo' command to "fossil sqlite" [http://www.sqlite.org/src/info/0f65a7e2e09f801b|0f65a7e2e0] and fix bug in '.import' [http://www.sqlite.org/src/info/9c5bcad1f7d04c16|9c5bcad1] check-in: d96488860f user: jan.nijtmans tags: trunk
02:36
Add the "hash-digits" setting for controling the number of digits of the SHA1 hash to display in output intended for humans. The minimum is 6 and the default is 10. Compile-time option FOSSIL_HASH_DIGITS can set a different default. URLs use at least 6 more digits than human output. Compile-time option FOSSIL_HASH_DIGITS_URL sets a lower-bound on the number of hash digits in URLs. check-in: cc94bd078e user: drh tags: trunk