Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around cbfaec5875c3c274.
2023-05-06
| ||
20:21 | Added explicit SIGINT handler for the rootful container (PID 1) case, so you can Ctrl-C it when "run -it". ... (check-in: a0b0d8f998 user: wyoung tags: trunk) | |
19:48 | Set permissions on /bin/fossil inside the container to 755, not 700. Docker doesn't care since it runs everything as virtual-root, but Podman does. Also, it complicates the extraction of a static binary since you probably didn't want it set to 700 root:root out on the host, too. ... (check-in: 260efac1da user: wyoung tags: trunk) | |
19:04 | Assorted cleanups to the Dockerfile: disentangled use of /tmp for building and creation of the eventual contents of /etc, dropped an unnecessary directory hierarchy level, removed an unused variable, whitespace fixes, etc. No functional change. ... (check-in: f9bd6273d9 user: wyoung tags: trunk) | |
05:41 | Typo squish in the server doc section's index page ... (check-in: 4158e5e2a8 user: wyoung tags: trunk) | |
2023-05-05
| ||
14:40 | Update the built-in SQLite to the latest 3.42.0 beta for testing. ... (check-in: 71ed8cbd0c user: drh tags: trunk) | |
12:56 | For sync operations, also display the FQDN of the remote, if available. ... (check-in: 99b09b9476 user: danield tags: trunk) | |
2023-05-03
| ||
13:25 | • Edit [35df3e6ad48bd64e|35df3e6ad4]: Edit check-in comment. ... (artifact: eee4a2cfcc user: stephan) | |
13:23 | Add SUMMARY and DETAILS HTML elements to the list of allowable wiki/markdown tags, per request in [forum:f9559dbac03810|forum post f9559dbac03810]. ... (check-in: 35df3e6ad4 user: stephan tags: trunk) | |
11:03 | Made the URL matcher more specific in the nginx doc when showing how to get long expiration times on URLs known to yield unchanging content so we can drop the warning about it affecting URLs more likley to change. Added a second example for images, CSS, JS and such to show how you might handle these differently, addressing the core issue by example than by prose warning. ... (check-in: f77ab1970c user: wyoung tags: trunk) | |
10:00 | Added a bit more advice about caching to previous, and fixed a whitespace problem. ... (check-in: 4d5a647735 user: wyoung tags: trunk) | |
09:56 | Improved the caching configuration recommended in the nginx doc to show the option for immutable content service for /artifact, /doc, /file, and /raw URLs, which are likely to contain hashes that make the URLs unique identifiers for particular versions of the referenced content. ... (check-in: 1d0d69866d user: wyoung tags: trunk) | |
07:08 | Tiny tweaks to the systemd doc ... (check-in: 0835ec45a4 user: wyoung tags: trunk) | |
06:23 | Added a paragraph to the unvers doc on the "y" capability. ... (check-in: faffd27192 user: wyoung tags: trunk) | |
06:17 | Modernized the URL format in the unvers doc: using an actual (reserved) domain name instead of the vague "domain", showing it as "https" since "http" is widely deprecated, and using "tt" tags around it to make it stand out from the surrounding sans-serif text and to prevent it from breaking across word-wrap boundaries. ... (check-in: d1a3dda6a7 user: wyoung tags: trunk) | |
06:15 | Edit pass on the unvers.wiki doc, primarily to replace passive voice phrasing with active voice. Made a few clarifications and grammar tweaks atop that. ... (check-in: fef0ade93f user: wyoung tags: trunk) | |
2023-05-02
| ||
16:17 | Update the change log with all the most recent enhancements. ... (check-in: 13c5e4172c user: drh tags: trunk) | |
2023-05-01
| ||
20:43 | Update the built-in SQLite to the first 3.42.0 alpha version for testing. ... (check-in: a6cc3da40c user: drh tags: trunk) | |
2023-04-25
| ||
22:09 | Converted the hand-crafted footnotes in the "Image Format vs Fossil Repo Size" doc to use the new Markdown affordance. ... (check-in: 389e3fb976 user: wyoung tags: trunk) | |
2023-04-24
| ||
14:33 | Clarify that backslashes in the help text of commands/webpages must be escaped for correct processing by mkindex.c. ... (check-in: 5c8f557565 user: danield tags: trunk) | |
2023-04-22
| ||
18:53 | Enhance the s= query parameter (search) on /timeline so that it also searches the forum post content if the vfx query parameter is present. ... (check-in: ea688fa67f user: drh tags: trunk) | |
16:01 | Add the oldestfirst boolean query parameter to the /timeline page. ... (check-in: ee8d34f5aa user: drh tags: trunk) | |
15:18 | Fix a pointless limitation in /timeline that prevented a= and b= from working if the u= query parameter was used. The limitation appears to be a copy/paste error dating from 2014. ... (check-in: 2925484c95 user: drh tags: trunk) | |
14:46 | Tweak the previous commit and put extra headers at the end. ... (check-in: 391927155a user: florian tags: trunk) | |
10:47 | Update dependencies in the MSVC makefile so that changes to command help texts and built-in files are picked up. ... (check-in: c2f56d2bc8 user: florian tags: trunk) | |
10:38 | Update the makemake.tcl script to match the checked-in versions of the generated makefiles. ... (check-in: 3e83c6a924 user: florian tags: trunk) | |
2023-04-20
| ||
16:21 | Fix build by escaping the backslash in the help text of test-strip-comment-lines. ... (check-in: cbfaec5875 user: danield tags: trunk) | |
12:12 | Mention comments in the document about glob patterns. ... (check-in: 9558bf8294 user: danield tags: trunk) | |
12:02 | In versioned settings, make again possible for globs to begin with a hash by escaping it (i.e. such lines should start with '\#'). ... (check-in: 6d2dbf985a user: danield tags: trunk) | |
2023-04-19
| ||
11:56 | Improved the systemd guide's points about `podman generate systemd`. ... (check-in: ac30c2d996 user: wyoung tags: trunk) | |
11:55 | A few more small tweaks to the containers doc ... (check-in: 117cf4ffe8 user: wyoung tags: trunk) | |
11:39 | Reordered a few sections in the container customization section to flow better and reduce redundancy. ... (check-in: bb189d17f2 user: wyoung tags: trunk) | |
11:29 | Moved the sectio about elaborating the container runtime layer down into the section of the doc where we talk about other customizations. Its prior location was because it was a tangent off a prior point, but it's just as easy to jump down via hyperlink. Assorted other small improvements while in there. ... (check-in: 301d4f21bc user: wyoung tags: trunk) | |
10:45 | Add supporting comment lines in versioned settings to the changelog. ... (check-in: 4ed98a9944 user: danield tags: trunk) | |
07:19 | Allow comment lines (starting with '#') in versioned settings. ... (check-in: ef633d4bb5 user: danield tags: trunk) | |
01:46 | Produce merge conflict mark during merge when file exist in current version and in version to be merged, but not in common ancestor. ... (check-in: 7c75e47b3c user: mgagnon tags: trunk) | |
01:17 | • New ticket [43e1acd3b8] Enhance forum to handle shunning of parts of a thread. ... (artifact: 5838ba8999 user: stephan) | |
00:46 | Add an admin/debug flag to the forum which enables the user to skip sending of notifications for a given new post or edit. ... (check-in: 3f6aa94641 user: stephan tags: trunk) | |
00:44 | Only honor the fpsilent flag if the user has g.perm.Debug, to avoid that malicious parties inject that flag via the browser dev tools. ... (Closed-Leaf check-in: b8ab407f78 user: stephan tags: forum-skip-notification) | |
00:29 | Prototype/proof-of-concept implementation of an admin flag for the forum which tells it to not send email notifications for a given edit or new post. ... (check-in: 65062c29d4 user: stephan tags: forum-skip-notification) | |
2023-04-18
| ||
17:47 | Extend FTS index support to enable selection of different tokenizers, to support searching of Chinese content. ... (check-in: 0e5d27fe18 user: stephan tags: trunk) | |
17:45 | Add FTS tokenizer selection to the /srchsetup page. ... (Closed-Leaf check-in: 9e52f8c050 user: stephan tags: fts5-trigram) | |
2023-04-17
| ||
21:50 | Merge latest changes from trunk. ... (Closed-Leaf check-in: 88a76afc2c user: mgagnon tags: merge-conflict-when-no-file-on-pivot) | |
20:13 | Replace another leftover use of the word 'stemmer' and clean up end-of-line whitespace in the change log. ... (check-in: bcff4d81bb user: stephan tags: fts5-trigram) | |
18:35 | Replace a leftover use of the word 'stemmer' and add mention of the trigram tokenizer to the change log. ... (check-in: 6a0858074d user: stephan tags: fts5-trigram) | |
17:25 | Initial (and incomplete) work to extend FTS5 search to support the trigram tokenizer, per [forum:bc458aea069c29ae5d|forum post bc458aea069c29ae5d]. TODO is the addition of the trigram option in the UI-level search configuration. ... (check-in: 06c99b83ba user: stephan tags: fts5-trigram) | |
2023-04-16
| ||
13:13 | Merge trunk into forumpost-locking branch. ... (check-in: 0af371047c user: stephan tags: forumpost-locking) | |
2023-04-14
| ||
15:31 | Squelch an unitialized var warning from gcc 12.2.1 on Alpine Linux. ... (check-in: 3783a24ee1 user: stephan tags: trunk) | |
2023-04-13
| ||
07:01 | Typo fix in capabilities.c, reported in forum. ... (check-in: 0df0586a11 user: danield tags: trunk) | |
2023-04-10
| ||
20:23 | Update the built-in SQLite to the latest trunk version for testing. ... (check-in: 2eb2077c1b user: drh tags: trunk) | |
08:46 | Do not save the password for syncing operations if the user denied the save password prompt or if the FOSSIL_SECURITY_LEVEL environment variable is ≥1. ... (check-in: 2916ec970b user: florian tags: trunk) | |