Fossil

Timeline
Login

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

50 most recent check-ins

2026-03-26
23:08
Back out the use of sqlite3_atof(), as that interface has been removed from the 3.53.0 release. Update the built-in SQLite to the latest 3.53.0 beta for testing. Leaf check-in: a10f931ba1 user: drh tags: trunk
08:00
Fix a hyperlink in the /info page. check-in: d21fdd54cc user: danield tags: trunk
2026-03-25
05:32
Make sync errors more obvious by issuing a warning at the end of the operation if errors occur. Leaf check-in: cae9c90858 user: andybradford tags: sync-errors
2026-03-24
15:23
Add a notice to the forum post editor politely requesting that users refrain from making multiple posts or edits in rapid succession to avoid spamming subscribers. Prompted by recent sqlite forum activity. A more complete solution would include a toggle to hide this notice and remember that preference via sessionStorage. Leaf check-in: 6eeeed8b9f user: stephan tags: forum-notification-reminder
2026-03-23
15:12
Fix a section title in the TH1 docs. check-in: 1cf64a9456 user: florian tags: trunk
15:10
Add "current_checkin" to the list of TH1 variables available in skin templates. check-in: c90e810f3f user: florian tags: trunk
13:49
Update to the latest SQLite and rig Fossil to use sqlite3_atof() if that interface is available. When compiling with an older SQLite, it falls back to using atof(). check-in: cb89386af5 user: drh tags: trunk
2026-03-21
16:15
Add a reference to the chroot document also in the standalone server documentation. check-in: e40bdbff49 user: andybradford tags: trunk
2026-03-20
12:07
Add otf (OpenType font) mime type. check-in: 422785d5df user: stephan tags: trunk
2026-03-18
23:00
Update the built-in SQLite to the latest 3.53.0 development version for testing. check-in: 17f98784c2 user: drh tags: trunk
2026-03-13
22:45
Set the date on the 2.28 change log. check-in: d98ec8a045 user: drh tags: trunk
2026-03-12
12:52
Merge the updates to zlib to version 1.3.2, released on February 17, 2026. check-in: 6ea30fb3cd user: florian tags: trunk
12:50
Increase the version number to 2.29. check-in: 17f88fe064 user: florian tags: trunk
01:58
Made an exception for sqlite3 command: add "--no-repository" flag so it behave like the real sqlite3 program. Leaf check-in: 4cc76a6e44 user: mgagnon tags: argv0_as_subcommand
00:56
Avoid compiler warning by including an explicit break from the switch() statement. check-in: 7d9cae848e user: andybradford tags: argv0_as_subcommand
00:29
Use "command_basename" once on beginning to simplify command comparison with argv0. check-in: 7e7b303461 user: mgagnon tags: argv0_as_subcommand
2026-03-11
22:57
Experiment the use of argv0 as direct subcommand (like busybox) for a few subcommand that can be conveniently use as alias. Requested in this [forum:/forumpost/07a7c30be0|forum post]. check-in: 96de01f8e9 user: mgagnon tags: argv0_as_subcommand
11:31
Version 2.28 check-in: 52445a27f1 user: drh tags: trunk, release, version-2.28
2026-03-09
16:35
Disable "make test" which is unmaintained and does not work. check-in: 1ba3a483dc user: drh tags: trunk
2026-03-08
16:41
Guard against null event types. Leaf check-in: b0b3d9d9f4 user: tinus tags: rss-content
14:31
Move RSS encoded:content to position of description. check-in: accf1b5e43 user: tinus tags: rss-content
12:18
Omit RSS descriptions when HTML content is available. check-in: d8f7dc472f user: vor0nwe tags: rss-content
12:10
Preserve moderator access to private forum posts in RSS feeds. check-in: 4fbde38d59 user: vor0nwe tags: rss-content
11:53
Skip private forum posts in both CLI and web RSS feeds. check-in: 647c424f40 user: vor0nwe tags: rss-content
11:40
Avoid duplicate technote_render_to_html calls in RSS helper. check-in: 2b9f8fbb7a user: vor0nwe tags: rss-content
11:37
Share RSS HTML content handling between web and CLI feeds. check-in: 057236b8c9 user: vor0nwe tags: rss-content
11:06
Share wiki rendering logic between HTML output helpers. check-in: 07dadca733 user: vor0nwe tags: rss-content
10:43
Move wiki_convert_to_html closer to wiki_render_by_mimetype. check-in: b78b4665b1 user: vor0nwe tags: rss-content
2026-03-06
23:16
Improve RSS performance for forum and technote content rendering. check-in: a24637996d user: vor0nwe tags: rss-content
16:37
Point technote RSS link at technote page instead of checkin page. check-in: a88d460c5b user: vor0nwe tags: rss-content
16:20
Update built-in SQLite to version 3.52.0 final. check-in: 81eeb1c2b5 user: drh tags: trunk
16:03
Include rendered technote HTML in RSS feeds. check-in: 7aa1f7f2ea user: vor0nwe tags: rss-content
15:41
Include rendered forum HTML in RSS with absolute links and latest-edit filtering. check-in: 4326758941 user: vor0nwe tags: rss-content
2026-03-03
23:06
Update the built-in SQLite to the version that includes the WAL restart race fix. check-in: 305ee2d1e2 user: drh tags: trunk
2026-03-02
21:31
Update the built-in SQLite to the latest 3.52.0 beta check-in: ba8756ac35 user: drh tags: trunk
2026-02-28
01:09
Update the built-in SQLite to the latest 3.52.0 beta, for testing. check-in: 73512f45db user: drh tags: trunk
2026-02-24
14:01
Updates to the change log. check-in: 12a7ab08f7 user: drh tags: trunk
14:00
Attempt to rationalize the options and behavior of the "ls" command, while preserving backwards compatibility. check-in: ba4927946d user: drh tags: trunk
13:14
Improvements to the help text for the new --reopen option in "fossil open". check-in: 6f566c8438 user: drh tags: trunk
12:59
In the help text for "fossil annotate", move the -t and -T options into alphabetical order. check-in: 12d31f0733 user: drh tags: trunk
00:22
Update the built-in SQLite to the latest trunk version for testing. check-in: b8ab8b3d41 user: drh tags: trunk
2026-02-23
23:13
Don't omit explanation of a sync operation if a proxy is being used. Because information about the proxy without information about the remote looks kinda awkward. <br> Note: A global variable <var>g.url.isAlias</var> (introduced at <code>src/url.c</code> by [f11c863d91]) is barely used; maybe it's worth to remove it. check-in: 6c9d32ae6f user: george tags: trunk
14:17
Do not attempt to extract symbolic links from ZIP archive. See [https://sqlite.org/forum/forumpost/2026-02-21T11:04:36z|SQLite Forum Post 2026-02-21T11:04:36z] for an explanation of why this is a potential vulnerability. We could, in theory, enhance ZIP archive unpacking to handle symbolic links safely, but as the use of symbolic links in ZIP archives is rare, and because ZIP archive extraction by Fossil is rare, doing so might create more problems than it solves. check-in: 31ce0d31c4 user: drh tags: trunk
2026-02-21
03:08
Add the missing setup/admin user inheritence of the (C)hat permission in capabilities_expand(), as pointed out in [forum:46a777f773|forum post 46a777f773]. check-in: a363d26bec user: stephan tags: trunk
2026-02-19
14:36
Update the built-in SQLite to the latest beta for testing. check-in: 065736a20c user: drh tags: trunk
2026-02-17
16:47
Merge the latest trunk enhancements into the timestamp-vfs branch. Leaf check-in: 99aa77d96e user: drh tags: timestamp-vfs
16:45
Import the latest version of tmstmpvfs.c. check-in: 0529ecd95d user: drh tags: timestamp-vfs
15:06
Carry forward [368d97869b] to the zlib 1.3.2 update. Closed-Leaf check-in: d658634bba user: florian tags: zlib-update
15:04
Carry forward [0f8bae079e] to the zlib 1.3.2 update. check-in: 235b210387 user: florian tags: zlib-update
15:02
Update the built-in zlib to version 1.3.2, released on February 17, 2026. According to check-ins [eea86cee3a] and [511ad59ae3], all files from the doc/ and contrib/ada/ subdirectories are excluded. check-in: 04f74fdff7 user: florian tags: zlib-update