Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins by user stephan
|
2023-05-17
| ||
| 02:01 | Update another potentially misleading reference to wiki format in check-in comments. Leaf check-in: 0f6526cbfe user: stephan tags: trunk | |
| 01:55 | Add a note that check-in comments currently assume fossil-wiki text format. Prompted by [forum:485ae77a61d04a26 | forum post 485ae77a61d04a26]. check-in: d6de7f2e42 user: stephan tags: trunk | |
|
2023-05-15
| ||
| 16:43 | Potential fix for [746a5106f92287036c12c945d9d7358a1263301e]. check-in: d6a4ab2276 user: stephan tags: trunk | |
|
2023-05-13
| ||
| 20:47 | Translate the Accept-Language HTTP header into the HTTP_ACCEPT_LANGUAGE CGI var. This part is missing from [7e77e29d1646]. check-in: 926a27c63b user: stephan tags: trunk | |
| 14:21 | Add HTTP_ACCEPT_LANGUAGE to the environment vars passed on to /ext CGIs, per request in [forum:6674089de55e25cc|forum post 6674089de55e25cc]. check-in: 7e77e29d16 user: stephan tags: trunk | |
| 14:07 | Correct mishandling of -tk, -by, etc. flags to the (patch diff) subcommand. check-in: c55f0d91bb user: stephan tags: trunk | |
|
2023-05-12
| ||
| 16:50 | Account for emscripten change which broke pikchr-worker.js: stackAlloc() now requires explicit export. check-in: fc8d306a5f user: stephan tags: trunk | |
|
2023-05-03
| ||
| 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 | |
|
2023-04-19
| ||
| 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
| ||
| 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. Leaf 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-03-19
| ||
| 14:25 | CSS tweak for disabled submit buttons in darkmode skin, based on forum feedback. check-in: 081194bb5e user: stephan tags: trunk | |
|
2023-03-17
| ||
| 11:50 | CSS tweaks for the Blitz and Aroise skins to make it more apparent when Submit buttons are disabled. Based on [forum:4cbd254480d00dd2|forum post 4cbd254480d00dd2]. check-in: c0f623864b user: stephan tags: trunk | |
|
2023-03-15
| ||
| 12:42 | A blitz skin forum CSS tweak from [forum:224044aa2d8d2] to give visited links in the thread list a slightly different color. check-in: 68e9acb836 user: stephan tags: trunk | |
| 10:40 | (x)diff --context N, where N is a negative value, is now treated as infinite, per off-list feature request. check-in: 16d3d8b05e user: stephan tags: trunk | |
| 10:35 | Forum listing CSS tweaks prompted by [forum:3d350d67b6e836]. check-in: 0aae0ef506 user: stephan tags: trunk | |
|
2023-03-14
| ||
| 14:16 | Slight CSS tweak to the darkmode skin's forum listing, based on [forum:9a6f4c039d82|forum post 9a6f4c039d82], intended to make the have-been-visited links stand out a bit better. check-in: d2c93a417e user: stephan tags: trunk | |
| 14:07 | Correct a directory name in skins/README.md which was made invalid via code restructuring. check-in: e6ef19776f user: stephan tags: trunk | |
|
2023-03-12
| ||
| 21:10 | Add a note to 'fossil uv' help that sync requires 'y' permissions on the remote. check-in: 2eef3acda3 user: stephan tags: trunk | |
|
2023-03-11
| ||
| 11:23 | Minor code re-org of previous checkin. check-in: 2a4b604d98 user: stephan tags: trunk | |
| 11:05 | Add a 'Max' field to the forum thread list, analog to the one in /timeline, and remember that value as part of the display prefs cookie. Per request in [forum:113ee6f241b84403|forum post 113ee6f241b84403]. check-in: 2ee93fc0c5 user: stephan tags: trunk | |
|
2023-03-07
| ||
| 14:23 | Change default anonymous user perms for new repos from 'hmnc' to 'hz', per discussion at [forum:c6326072f3e6b270|forum post c6326072f3e6b270] and /chat. check-in: ddabf09faa user: stephan tags: trunk | |
| 12:40 | CSS tweak to make long hashes wrap in narrow /chat views. check-in: 8a401c209f user: stephan tags: trunk | |
|
2023-03-03
| ||
| 14:34 | Resolve incorrect value being sent with the SMTP EHLO header when sending notification mails, per discussion in [forum:f183ab47a7beee47|forum post f183ab47a7beee47]. check-in: e7a5b98583 user: stephan tags: trunk | |
| 13:05 | Minor updates to the schema docs for the tagxref table. No functional changes. check-in: 3037be63e2 user: stephan tags: trunk | |
|
2023-03-02
| ||
| 17:13 | Merge trunk into forumpost-locking branch. check-in: 27c3423e89 user: stephan tags: forumpost-locking | |
| 14:10 | Prototype for one approach to linking forum posts to other artifacts (initially check-ins). Adds the --forumpost HASH flag to the ci command, which adds a forumpost/FULL-HASH tag to the checkin for later use in /info and forum post views. For ease of use, this probably needs to be adapted to map only to the first version of a forum post, as is done in the forumpost-locking branch, once that branch is merged with trunk. Closed-Leaf check-in: 3e5d23daec user: stephan tags: ci-link-formpost | |
| 10:26 | An equivalent of the patch proposed in [forum:f183ab47a7beee47|forum post f183ab47a7beee47] to resolve the argument sent to smtp EHLO, reducing it from an email address to the domain part of the address. Closed-Leaf check-in: be4815b17e user: stephan tags: smtp-ehlo | |
|
2023-02-25
| ||
| 22:14 | Correct 2.21 change log link to point to 2.21 instead of 2.20. check-in: 1eb545a140 user: stephan tags: trunk | |
| 22:11 | Update version to 2.22 for the next dev cycle. check-in: e13f7ca4a7 user: stephan tags: trunk | |
|
2023-02-24
| ||
| 23:39 | Move forumpost close/re-open controls around. Add, if appropriate, a Close/Re-open button to the thread view, but only for the currently-selected post. check-in: ecc324b6af user: stephan tags: forumpost-locking | |
| 23:38 | In /admin_log, add rowid DESC to the ORDER BY so that entries with the same timestamp predictably sort newest-first. check-in: 914c6b5a0e user: stephan tags: forumpost-locking | |
|
2023-02-22
| ||
| 06:09 | Minor CSS tweaks to closed forum posts. check-in: 3078ff46ee user: stephan tags: forumpost-locking | |
| 04:46 | Rework forumpost closure to always apply to the first artifact in an edit chain to enable consistent behavior across the whole chain and responses to arbitrary versions within that chain. Add rudimentary UI elements for closing/re-opening posts, but their layout needs to be revisited (noting that they need to be in a separate form from the main editor so that closing/re-opening introduces only a smalll control artifact instead of a whole forumpost artifact). check-in: cc6ca4e110 user: stephan tags: forumpost-locking | |
|
2023-02-21
| ||
| 10:30 | Initial (untested) code for creating the control artifact for closing and re-opening forum threads. Extend test-forumthread's tree view to show thread closure. check-in: 32fc62e681 user: stephan tags: forumpost-locking | |
| 09:52 | Add db_add_unsent() and replace numerous "INSERT OR IGNORE INTO unset" statements with that. check-in: 98d4ee73d7 user: stephan tags: forumpost-locking | |
| 08:47 | Coding style tweaks. check-in: 9fc70f6f63 user: stephan tags: forumpost-locking | |
| 03:58 | Correct inability of forum users to delete their own pending-moderation posts. check-in: 19333c8a49 user: stephan tags: trunk | |
| 03:49 | Closed forum threads can no longer be edited by non-admins. Fix broken ability of non-builtin users to delete their own pending-moderation post. UI controls for closing/reing-open threads are still TODO. check-in: 8f02c1d4a8 user: stephan tags: forumpost-locking | |
| 01:58 | Add capability to determine whether a given sub-thread inherits a lock from a parent. Re-label "locked" to "closed" per /chat feedback. check-in: 464f4d175f user: stephan tags: forumpost-locking | |
| 00:52 | Initial bits for "locking" forum (sub)threads using a "closed" tag. This currently affects the display but does not hinder edits made via malicious misuse because the pieces needed for such validation do not yet have access to the relevant ForumPost objects. check-in: 4d664bfe55 user: stephan tags: forumpost-locking | |
|
2023-02-17
| ||
| 14:37 | A large collection of compiler warning fixes re. signed/unsigned comparison from Daniel D. Closed-Leaf check-in: c71f711ec9 user: stephan tags: compiler-warnings | |
|
2023-02-10
| ||
| 17:38 | Add a PD_NoBot() check to /timeline, based on spider attack records. check-in: 3fa6f8f09a user: stephan tags: trunk | |