32
I Use This!
High Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Aug 23, 2024 — Aug 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Do not give unnecessary clues to user anonymous (which is the login used by most attack robots) that something has gone wrong inside of Fossil.
drh
More... about 2 months ago
Fix the non-standard %q format specifier in Fossil's custom printf() implementation so that the precision refers to the number of input characters, not the number of output characters.
drh
More... about 2 months ago
Update the built-in SQLite to the latest trunk version for testing.
drh
More... about 2 months ago
On the 'user capabilities changed' notification, correct /setup_uedit?uid=... to /setup_uedit?id=... More... about 2 months ago
Squished a stray character accidentally left behind by [[1fd407f61a]], noted [https://fossil-scm.org/forum/forumpost/871da8539f | on the forum]. More... about 2 months ago
Add a confirmer wrapper around the forum post close/reopen button to help avoid accidental closing of posts via mis-clicks, per /chat discussion. More... about 2 months ago
Merge the latest SQLite enhancements from upstream, for testing.
drh
More... about 2 months ago
Update the built-in SQLite to the latest trunk version.
drh
More... about 2 months ago
Require at least an "anonymous" login in order to access the /blame and similar pages. Rationale: Those pages can be expensive to compute, depending on parameters. And lately we've had millions of robot requests to /blame. By requiring at least an "anonymous" login, that should reduce the number of robots. Any nobody really needs to see /blame with a one-click. If they are interested in that level of detail, they can take the time to log in.
drh
More... about 2 months ago
Correct the starting clone_seqno in sync.wiki (1 instead of 0). More... about 2 months ago
Small additions and a broken link fix in sync.wiki. More... about 2 months ago
Update the built-in SQLite to the latest from upstream.
drh
More... 2 months ago
Update the built-in SQLite to the latest trunk version.
drh
More... 2 months ago
Add SQL errors as a new logfile message category.
drh
More... 2 months ago
(Grammar) Correction for diffcmd help text. More... 2 months ago
Resolve two 'db transaction never commits' warnings from /xfer in cases where it response to invalid inputs from the remote (found via libfossil testing). More... 2 months ago
Add new link-tester cases.
drh
More... 2 months ago
In wiki_submenu_to_read_wiki(), do not show the menu entry for branch/... pages. This is a proposed solution for [forum:ff453de2f30791dd | forum post ff453de2f30791dd], in which the /wiki/foo link on /timeline?r=foo redirects back to /timeline?r=foo. Similar treatment may be needed for the other special wiki types. More... 2 months ago
Add some link-tester docs and tweak the resize handler to get a slightly better fit. More... 2 months ago
Remove an extraneous level of DOM element wrapper. Minor link-tester.json tweaks. More... 2 months ago
Minor doc update. More... 2 months ago
Add link-tester.json, a set of links for link-tester.html (format is described near the bottom of link-tester.js). Add a link to link-tester which opens the current page in a new tab. More... 2 months ago
Teach link-tester.js to be able to run when invoked from /doc/branchname/test. More... 2 months ago
Initial draft of a "manual link tester" page. TODO is loading the list of link from a JSON file. Instructions are at the top of link-tester.html. More... 2 months ago
Doc tweaks inadvertently sent to the wrong branch. More... 2 months ago
Update the built-in SQLite to the latest trunk version.
drh
More... 2 months ago
When walking the filesystem in order to construct a repository list, avoid walking into any directory name "proc". See [forum:/forumpost/d9553c52fc|forum thread d9553c52fc] for rationale.
drh
More... 2 months ago
Replace a couple old references to fossil-scm.org/fossil with /home. More... 3 months ago
Add SQLITE_ENABLE_SETLK_TIMEOUT to the default SQLite configuration.
drh
More... 3 months ago
When creating a hyperlink via line selection and the mouse in the /file view, do not decode the inbound URL, to avoid mis-handling of filenames which contain + signs. This resolves [forum:6f276193d2cfa5ab|forum post 6f276193d2cfa5ab]. More... 3 months ago