32
I Use This!
High Activity

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted about 2 years ago by george
If markup is ambigous between a "span-bounded" footnote and a "free-standing" footnote followed by another footnote then interpret as the later case. (tags: markdown-footnotes)
Posted about 2 years ago by drh
Enhancement to robot defense. The auto-hyperlink setting can now be 2 (UserAgent only) in which case the UserAgent string is consulted and hyperlinks are generated if and only if the UserAgent looks human. Javascript does not come into play. When ... [More] auto-hyperlink is 1, the traditional Javascript changes to href= in anchor tags are still used. (tags: trunk) [Less]
Posted about 2 years ago by george
An attepmt to fix the [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base|] element of webpages so that the value of href attribute matches the URL being served. This should fix "#fragment" hyperlinks on all pages where these were broken ... [More] (all except [/help?cmd=/doc|/doc]). The values for [/help?cmd=/wiki|/wiki] and [/help?cmd=/info|/info] were left unchanged (it's yet unclear if they should also be changed). (tags: base-href-fix) [Less]
Posted about 2 years ago by drh
*FORK* Do not require mouse events for auto-hyperlink if the UserAgent string includes "Android". Describe the Safari visited/unvisited link limitation on the auto-hyperlink setting. (tags: trunk)
Posted about 2 years ago by drh
New javascript for href.js such that any mousemove or mousedown event at any time is sufficient to trigger the mouse activity condition for activation of hyperlinks. This works better on FF and chrome, but with safari, the visited/unvisited link ... [More] color is determined by the initial value of href= and is not adjusted when href= changes, so visited/unvisited colors are not being updated on safari. (tags: trunk) [Less]
Posted about 2 years ago by drh
Modify the /honeypot to explain the situation to human readers who might accidentally reach it, and offer them a links to the login page to prove their humanness. (tags: trunk)
Posted about 2 years ago by drh
Robot defense uses a mousedown event rather than mouse motion as one of the signals that the request is from a human. This should make robot defense work better for users on mobile. (tags: trunk)
Posted about 2 years ago by drh
The REQUEST_URI CGI parameter should not include the QUERY_STRING. (tags: trunk)
Posted about 2 years ago by drh
Improvements to the /admin_sql page. (tags: trunk)
Posted about 2 years ago by drh
Better hyperlinks on the security-audit warning about the server load average setting. (tags: trunk)