Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
100 most recent events
|
2026-05-19
| ||
| 11:16 | Update the delta_parse() table-valued function to better align with the code in the SQLite source tree. user: drh tags: trunk | |
|
2026-05-10
| ||
| 18:14 | Merge trunk into rss-content user: vor0nwe tags: rss-content | |
|
2026-05-08
| ||
| 17:27 | Fix the test-captcha command so that accepts 64-bit values in decimal, octal, or hex. user: drh tags: trunk | |
| 16:35 | Adjust the captcha to use light-gray blocks instead of spaces for the background, to work around issues with systems where a space is smaller than a unicode block character. Forum post 839b3b6fef. user: drh tags: trunk | |
|
2026-05-06
| ||
| 18:03 | Improvements to the /ci_edit page so that it shows the context of the checkin being editted, before and after the proposed change. Clean up various internal interfaces in the process. user: drh tags: trunk | |
| 15:04 | Fix a potential CSRF bypass. user: drh tags: enhanced-checkin-edit | |
| 14:58 | Bug fixes in check-in editing. user: drh tags: enhanced-checkin-edit | |
| 14:18 | Simplify the interface to www_print_timeline() by shifting parameters into the TimelineXtra structure. Use "timelineCurrent" highlighting for the focus of context graphs and for the "/ckout" context graph. Adjust CSS to make timelineCurrent highlighting a little more visible. user: drh tags: enhanced-checkin-edit | |
| 11:21 | Comment improvement. No changes to code. user: drh tags: trunk | |
|
2026-05-05
| ||
| 22:56 | Show before and after context on the /ci_edit page. user: drh tags: enhanced-checkin-edit | |
| 17:41 | Initial infrastructure changes for improved WWW editing and creation of check-ins. user: drh tags: enhanced-checkin-edit | |
|
2026-05-04
| ||
| 10:25 | Update the built-in SQLite to the latest trunk version for beta testing of SQLite. user: drh tags: trunk | |
| 10:22 | Honor the NO_COLOR environment variable for the "fossil sys ls" command. user: drh tags: trunk | |
|
2026-05-03
| ||
| 22:56 | Merge from trunk. user: brickviking tags: bv-infotool | |
|
2026-04-30
| ||
| 20:48 | Merge the latest SQLite trunk changes, for beta testing of SQLite. user: drh tags: trunk | |
| 13:35 | Remove a newline from tools/fossil-autocomplete.zsh which, per forum post 2026-04-30T12:01:26Z, confuses zsh. user: stephan tags: trunk | |
|
2026-04-29
| ||
| 14:59 | Discontinue the use of the undocumented and deprecated sqlite3_win32_write_debug() interface to SQLite. user: drh tags: trunk | |
|
2026-04-27
| ||
| 11:27 | Fix some const-correctness warnings with gcc 15.2. user: danield tags: trunk | |
|
2026-04-24
| ||
| 20:50 | Be sure to enable VT100/ANSI escape codes on Windows. A recent Windows automatic update turned that off by default on my Windows-ARM tablet. user: drh tags: trunk | |
| 09:19 | Further improvements to the default prompt for "fossil sql". user: drh tags: trunk | |
| 07:17 | Fix a var deref typo in [f99e07d194bff] which would cause container builds to be mis-tagged. user: stephan tags: trunk | |
| 01:34 | Improvements to the default prompt for the "fossil sql" command. user: drh tags: trunk | |
|
2026-04-23
| ||
| 20:17 | Merge the latest SQLite enhancements with the new and improved CLI prompt interface. user: drh tags: trunk | |
| 17:38 | Remove an unused variable. user: danield tags: trunk | |
| 16:42 | Incorporate the latest SQLite updates. Improvements to prompt expansion in the "fossil sql" command. user: drh tags: trunk | |
| 11:33 | Yet another bug fix to fossil_roundup_date(). user: drh tags: trunk | |
|
2026-04-22
| ||
| 16:58 | Fix bug in fossil_roundup_date(). user: drh tags: trunk | |
|
2026-04-20
| ||
| 09:00 | Build tweaks based on forum post ab38ad088 to enable downstream packagers to strip out most of ./autosetup/ and use a system-installed copy. Also ensure that the emcc-related checks are only applied for in-tree builds and that they are cleaned up properly. No code changes. user: stephan tags: trunk | |
| 05:09 | • Edit [f2fa98329d31f846|f2fa9832]: Edit check-in comment. user: bch | |
|
2026-04-19
| ||
| 10:31 | A better fix for the previous. The existing nIns variable is sufficient; no need to add the new nTerm variable. user: drh tags: trunk | |
| 10:28 | Bug fix in the compute_uses_file() subroutine, found when a query from the Meta AI spider caused the server to abort with an invalid SQL error. user: drh tags: trunk | |
| 06:15 | Add .m4a mimetype, as discussed in forum post 173711157e693275. user: stephan tags: trunk | |
|
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. user: florian tags: trunk | |
| 02:51 | out w/ unused var 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. user: mgagnon tags: trunk | |
| 19:53 | Documentation typo fix. 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. user: drh tags: trunk | |
| 12:52 | Convenience "copy" button before dates on the /info and /forumpost pages. user: drh tags: trunk | |
| 12:18 | Improve the header comment on the style_copy_button() routine to be more accurate and lucid. user: drh tags: trunk | |
| 11:47 | Fix the fossil_roundup_date() function so that it also rounds up dates with milliseconds at the end. user: drh tags: trunk | |
|
2026-04-15
| ||
| 17:16 | Display Unversioned Files info in dbstat command (like on /stat page) user: mgagnon tags: trunk | |
|
2026-04-13
| ||
| 12:12 | Display Pikchr version in the output of 'dbstat' and /stat. 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. user: drh tags: trunk | |
|
2026-04-10
| ||
| 04:09 | Clarification for chroot doc. user: brickviking tags: trunk | |
| 04:03 | Clarification for chat docs. user: brickviking tags: trunk | |
|
2026-04-09
| ||
| 22:09 | Grammar tidyups for backoffice doc. user: brickviking tags: trunk | |
|
2026-04-08
| ||
| 16:57 | Remove the long-unmaintained debian/makedeb.sh, as discussed in forum post 5ab11b34d8326d52. user: stephan tags: trunk | |
|
2026-04-07
| ||
| 09:58 | Merge the latest SQLite 3.53.0 beta for testing. user: drh tags: trunk | |
|
2026-04-05
| ||
| 18:09 | Typo fix in the email alert sent on user caps change user: wyoung tags: trunk | |
|
2026-04-03
| ||
| 11:02 | Update the built-in Pikchr to the latest trunk check-in user: drh tags: trunk | |
|
2026-04-01
| ||
| 12:18 | Update the built-in SQLite to the latest 3.53.0 beta for SQLite testing. 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. 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 post 6367db867c. 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. user: drh tags: trunk | |
| 08:00 | Fix a hyperlink in the /info page. 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. 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. user: stephan tags: forum-notification-reminder | |
|
2026-03-23
| ||
| 15:12 | Fix a section title in the TH1 docs. user: florian tags: trunk | |
| 15:10 | Add "current_checkin" to the list of TH1 variables available in skin templates. 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(). user: drh tags: trunk | |
|
2026-03-21
| ||
| 16:15 | Add a reference to the chroot document also in the standalone server documentation. user: andybradford tags: trunk | |
|
2026-03-20
| ||
| 12:07 | Add otf (OpenType font) mime type. user: stephan tags: trunk | |
|
2026-03-18
| ||
| 23:00 | Update the built-in SQLite to the latest 3.53.0 development version for testing. user: drh tags: trunk | |
|
2026-03-13
| ||
| 22:45 | Set the date on the 2.28 change log. user: drh tags: trunk | |
|
2026-03-12
| ||
| 12:52 | Merge the updates to zlib to version 1.3.2, released on February 17, 2026. user: florian tags: trunk | |
| 12:50 | Increase the version number to 2.29. user: florian tags: trunk | |
| 01:58 | Made an exception for sqlite3 command: add "--no-repository" flag so it behave like the real sqlite3 program. user: mgagnon tags: argv0_as_subcommand | |
| 00:56 | Avoid compiler warning by including an explicit break from the switch() statement. user: andybradford tags: argv0_as_subcommand | |
| 00:37 | • Edit [7e7b303461ebf933|7e7b3034]: Edit check-in comment. user: mgagnon | |
| 00:29 | Use "command_basename" once on beginning to simplify command comparison with argv0. 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 post. user: mgagnon tags: argv0_as_subcommand | |
| 11:31 | Version 2.28 user: drh tags: trunk, release, version-2.28 | |
|
2026-03-09
| ||
| 16:35 | Disable "make test" which is unmaintained and does not work. user: drh tags: trunk | |
|
2026-03-08
| ||
| 16:41 | Guard against null event types. user: tinus tags: rss-content | |
| 15:07 | • Edit [43267589414bec7c|43267589]: Cancel "hidden". user: vor0nwe | |
| 14:31 | Move RSS encoded:content to position of description. user: tinus tags: rss-content | |
| 12:18 | Omit RSS descriptions when HTML content is available. user: vor0nwe tags: rss-content | |
| 12:10 | Preserve moderator access to private forum posts in RSS feeds. user: vor0nwe tags: rss-content | |
| 11:53 | Skip private forum posts in both CLI and web RSS feeds. user: vor0nwe tags: rss-content | |
| 11:40 | Avoid duplicate technote_render_to_html calls in RSS helper. user: vor0nwe tags: rss-content | |
| 11:37 | Share RSS HTML content handling between web and CLI feeds. user: vor0nwe tags: rss-content | |
| 11:06 | Share wiki rendering logic between HTML output helpers. user: vor0nwe tags: rss-content | |
| 10:43 | Move wiki_convert_to_html closer to wiki_render_by_mimetype. user: vor0nwe tags: rss-content | |
|
2026-03-06
| ||
| 23:16 | Improve RSS performance for forum and technote content rendering. user: vor0nwe tags: rss-content | |
| 16:37 | Point technote RSS link at technote page instead of checkin page. user: vor0nwe tags: rss-content | |
| 16:20 | Update built-in SQLite to version 3.52.0 final. user: drh tags: trunk | |
| 16:03 | Include rendered technote HTML in RSS feeds. user: vor0nwe tags: rss-content | |
| 15:42 | • Edit [43267589414bec7c|43267589]: Move to branch rss-content. Add propagating "hidden". user: vor0nwe | |
| 15:41 | Include rendered forum HTML in RSS with absolute links and latest-edit filtering. user: vor0nwe tags: rss-content | |
| 10:21 | • Edit [9fbdea8b2b18defb|9fbdea8b]: Mark "Closed". user: vor0nwe | |
|
2026-03-03
| ||
| 23:06 | Update the built-in SQLite to the version that includes the WAL restart race fix. user: drh tags: trunk | |
|
2026-03-02
| ||
| 21:31 | Update the built-in SQLite to the latest 3.52.0 beta user: drh tags: trunk | |
|
2026-02-28
| ||
| 01:09 | Update the built-in SQLite to the latest 3.52.0 beta, for testing. user: drh tags: trunk | |
|
2026-02-24
| ||
| 14:01 | Updates to the change log. user: drh tags: trunk | |
| 14:00 | Attempt to rationalize the options and behavior of the "ls" command, while preserving backwards compatibility. user: drh tags: trunk | |
| 13:14 | Improvements to the help text for the new --reopen option in "fossil open". user: drh tags: trunk | |
| 12:59 | In the help text for "fossil annotate", move the -t and -T options into alphabetical order. user: drh tags: trunk | |
| 00:22 | Update the built-in SQLite to the latest trunk version for testing. 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.
Note: A global variable g.url.isAlias (introduced at src/url.c by [f11c863d91])
is barely used; maybe it's worth to remove it.
user: george tags: trunk
| |
| 14:17 | Do not attempt to extract symbolic links from ZIP archive. See 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. user: drh tags: trunk | |