Fossil

Timeline
Login

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

9 check-ins using file src/db.c version 285a3b8b5d

2020-06-28
16:29
Merge updates from trunk. Closed-Leaf check-in: c40c3272cd user: mistachkin tags: th1Favicon
15:08
Further CSS updates to the 'eagle' skin. check-in: cff5d12696 user: mistachkin tags: trunk
14:19
Typo on an error message. check-in: fa9d33b46e user: drh tags: trunk
2020-06-27
17:15
Permit the 'favicon.ico' page to be customized via TH1. check-in: ff73526517 user: mistachkin tags: th1Favicon
17:05
Typos in the help text and the change log. check-in: cd061779d2 user: drh tags: trunk
15:51
Updates to the change log. Add documentation for the safe-html setting. check-in: 9ef2e5e57b user: drh tags: trunk
15:06
Add query parameters "plaintext" and "raw" to the /help page. check-in: 8530666c09 user: drh tags: trunk
14:48
Add the obscure() shell function. Corresponding unobscure() is not provided. check-in: f7e572b040 user: drh tags: trunk
2020-06-26
18:52
Adds the obscure() shell function, exposing an internal mechanism without which you cannot programmatically set the user's sync password or HTTP auth creds. The existing mechanisms assume you can type into the console. Effectively, this gives us "fossil user pass" equivalents for these other password-like values. Closed-Leaf check-in: 2b5b7181a8 user: wyoung tags: obscure-shell-function