Fossil

Timeline
Login

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

38 descendants of release

2026-04-17
12:09
Minor tweaks to the Copy Buttons: restore the flipped button look, and shorten the sequence "copy-copy-button" for auto-generated IDs. Leaf check-in: 2ce9ca95f7 user: florian tags: trunk
02:51
out w/ unused var check-in: 30bfba32c8 user: bch tags: trunk
2026-04-16
21:05
blitz skin fix: remove display:block property on the "label" class to fix miss-aligned checkbox with their label on the /setting page. check-in: 602e580bd1 user: mgagnon tags: trunk
19:53
Documentation typo fix. check-in: 44d2c0a524 user: drh tags: trunk
19:02
A more invasive implementation of the convenience "copy" button before date/time strings that tries to work around objections raised on the Forum. check-in: 68b27378f5 user: drh tags: trunk
12:52
Convenience "copy" button before dates on the /info and /forumpost pages. check-in: e39933757a user: drh tags: trunk
12:18
Improve the header comment on the style_copy_button() routine to be more accurate and lucid. check-in: 7404ad0b0e user: drh tags: trunk
11:47
Fix the fossil_roundup_date() function so that it also rounds up dates with milliseconds at the end. check-in: 5298941066 user: drh tags: trunk
2026-04-15
17:16
Display Unversioned Files info in dbstat command (like on /stat page) check-in: 349e9f2ff3 user: mgagnon tags: trunk
2026-04-13
12:12
Display Pikchr version in the output of 'dbstat' and /stat. check-in: cca8cc15f2 user: danield tags: trunk
2026-04-12
00:01
Merge the latest trunk version of SQLite, including the new CLI prompt enhancement. Configure the prompt to be "FossilSQL REPONAME>" for the "fossil sql" command. check-in: 3361df86b3 user: drh tags: trunk
2026-04-10
04:09
Clarification for chroot doc. check-in: 200f486dbf user: brickviking tags: trunk
04:03
Clarification for chat docs. check-in: 7924b4a388 user: brickviking tags: trunk
2026-04-09
22:09
Grammar tidyups for backoffice doc. check-in: c500fa61cf user: brickviking tags: trunk
2026-04-08
16:57
Remove the long-unmaintained debian/makedeb.sh, as discussed in [forum:5ab11b34d8326d52|forum post 5ab11b34d8326d52]. check-in: 59bb374398 user: stephan tags: trunk
2026-04-07
09:58
Merge the latest SQLite 3.53.0 beta for testing. check-in: 0201a1e2cc user: drh tags: trunk
2026-04-05
18:09
Typo fix in the email alert sent on user caps change check-in: 3f8def3612 user: wyoung tags: trunk
2026-04-03
11:02
Update the built-in Pikchr to the latest trunk check-in check-in: adc7bfce73 user: drh tags: trunk
2026-04-01
12:18
Update the built-in SQLite to the latest 3.53.0 beta for SQLite testing. check-in: ad59a046cb user: drh tags: trunk
12:10
When doing a "fossil update", if a file under management needs to overwrite an unmanaged file, display the name of the backup that is made of the unmanaged file, and use file_delete() to delete the unmanaged file, even if that unmanaged file is read-only. The enables "fossil up version-3.50.0" to work on the SQLite repository when starting from the latest trunk. check-in: adb68404e6 user: drh tags: trunk
2026-03-30
12:21
Make merge a no-op when merging in the current checkout version, as suggested in [forum:6367db867c|forum post 6367db867c]. check-in: e84be9f2d6 user: stephan tags: trunk
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. 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