Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
31 check-ins using file extsrc/shell.c version 133a7d8489
|
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 | |
| 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 | |