Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2026-05-24
| ||
| 17:30 | After attaching a file to a forum post, redirect back to that post instead of /attachview. Leaf check-in: ce5b3b5d38 user: stephan tags: forum-attachments | |
| 16:26 | Enhance the test-content-put command to support the --moderate option and to be able to specify a repository using -R and to support inserting multiple artifacts all at once. Leaf check-in: 6c2efda1a0 user: drh tags: trunk | |
| 13:54 | Do not show the Attach button for anonymous/nobody. check-in: dfe39cc5c2 user: stephan tags: forum-attachments | |
| 13:05 | Cosmetic tweaks and docs in the forum attachments. check-in: 129082a485 user: stephan tags: forum-attachments | |
| 12:33 | Add a mention of forum attachments to the change log. check-in: 65e1588e0e user: stephan tags: forum-attachments | |
| 12:28 | In /ainfo elide the content if it's pending moderation and the user lacks permission to moderate or delete it. It's possible for unprivileged users to bypass this restriction by passing the same hash to /artifact, which will reveal the content. check-in: 641e7fced1 user: stephan tags: forum-attachments | |
| 12:06 | If /attachadd fails due to a size limit violation, re-render the input form and populate the description field (we can't repopulate the file selector). check-in: c206c78e15 user: stephan tags: forum-attachments | |
| 10:31 | Slight misinformation fix in fileformat.wiki. check-in: 2a03fc1dbd user: stephan tags: forum-attachments | |
| 10:30 | fileformat.wiki tweaks for attachments support. check-in: c4ba59b73e user: stephan tags: forum-attachments | |
| 10:19 | Strength the disapproval of moderation-pending attachments to disallow anonymous/nobody and use CSRF protections. check-in: 363649c579 user: stephan tags: forum-attachments | |
| 09:54 | Fix: users can now cancel their own pending-moderation attachments. check-in: 2005cc0a9f user: stephan tags: forum-attachments | |
| 09:34 | Add notes for an interesting TODO in the hopes that someone else can propose a good solution for it. check-in: 5e2c49b4a7 user: stephan tags: forum-attachments | |
| 09:12 | API doc clarification for moderation_user_could(). check-in: 6e8f6c23d3 user: stephan tags: forum-attachments | |
| 09:06 | Correct 'Usage:' tag for test-user-could-moderate. check-in: cea22dc04f user: stephan tags: forum-attachments | |
| 09:04 | Simplify the skip-pending-moderation check in attachment_list(). check-in: c72ac2aac7 user: stephan tags: forum-attachments | |
| 08:57 | /attachlist now elides entries which are pending moderation unless they belong to the current user or a moderator. check-in: 686057e0e6 user: stephan tags: forum-attachments | |
|
2026-05-23
| ||
| 19:56 | Extend the scope of the forum-close-policy setting to include giving forum moderators the ability to delete other users' forum post attachments. check-in: 9e60ef975b user: stephan tags: forum-attachments | |
| 19:53 | Add a note about an open design question re. where /attachadd should redirect for a forum post attachment. check-in: 55b2a10844 user: stephan tags: forum-attachments | |
| 17:34 | Add some comments explaining the reason behind a particular attachment-handling case. Remove the new (in this branch) CFTYPE_TECHNOTE alias for CFTYPE_EVENT. check-in: 782b8b8e81 user: stephan tags: forum-attachments | |
| 17:20 | Correct a technote attachment URL arg name in attachment_list(). check-in: 554fdf8f50 user: stephan tags: forum-attachments | |
| 14:09 | Use webpage_error() instead of fossil_fatal() in some new error cases. check-in: 9692f7ba54 user: stephan tags: forum-attachments | |
| 13:24 | Add flag to attachment_list() to filter pending-moderation attachments out of view except for their owner and attachment-type-dependent moderators. This should arguably be the default. Add a note to the bottom of the forum post editor explaining that attachments can be added after saving. check-in: 50645bf5e9 user: stephan tags: forum-attachments | |
| 09:57 | Automatic moderation approval for attachments to moderation-approved forum posts seems to work. check-in: bd00fbe81a user: stephan tags: forum-attachments | |
| 09:17 | Slight fileformat.wiki touchups regarding attachments/tags on forum posts. check-in: 07bee50ac1 user: stephan tags: forum-attachments | |
| 09:01 | Refactor forum post moderation and put untested/disabled pieces in place for applying the same moderation operation to the forum post's attachments. check-in: 5078e72060 user: stephan tags: forum-attachments | |
| 08:59 | Fix the annoying extra space in the attachment list. Minor doc update. check-in: 0436eb5ce3 user: stephan tags: forum-attachments | |
| 07:45 | Add missing CSRF token to the new Attach button. check-in: 2302e4141c user: stephan tags: forum-attachments | |
| 06:32 | Add notes to fileformat.wiki explaining why tags on forumpost artifacts should generally be applied to the first version of a post instead of an edited version. check-in: 051af7e323 user: stephan tags: forum-attachments | |
|
2026-05-22
| ||
| 22:26 | Add some formatting flags to attachment_list() so it can optionally show each download link's size. This adds an ugly extra space which still needs to be eliminated. Fix the attachment-target-type-dependent URL flag being passed to /attachdownload links (was previously always page=X, regardless of the attachment type). check-in: fbab27b0b7 user: stephan tags: forum-attachments | |
| 22:04 | Add an Attach button to the currently-selected forum post if the user is an admin or the owner of the post. Make some use of ForumPost::pEditHead to save a query. check-in: b3c9af2092 user: stephan tags: forum-attachments | |
| 21:16 | Render forumpost attachment list between the post's collapsible body and its buttons. The list would ideally be in the collapsible box but forum_render(), which has many callers, isn't currently structured to make that easy. check-in: c3bb903212 user: stephan tags: forum-attachments | |
| 20:56 | Use a cached statement in forumpost_head_rid() because it's used frequently checking for closed tags and (now) attachments. check-in: 1e10be4821 user: stephan tags: forum-attachments | |
| 20:39 | Remove some stray debug output. check-in: 9bdaf6d5ec user: stephan tags: forum-attachments | |
| 20:36 | Correct /attachlist's linking to the proper attachment-target page. For forumpost attachments, have /attachadd redirect to /attachview for the time being, and that page has a link back to the forum post(s). check-in: f1a04c3ada user: stephan tags: forum-attachments | |
| 19:21 | Correct a misformated variadic caused by emacs having chased a compileation error into the generated build/manifest_.c and my having edited that instead of the original src/manifest.c. check-in: 184de2d2af user: stephan tags: forum-attachments | |
| 18:10 | Make use of new attachment target type detection to slightly simplify how /artifacts renders attachments. check-in: efe2513329 user: stephan tags: forum-attachments | |
| 17:54 | Add 'attachment-size-limit' setting and honor it in /attachadd. Update generation of timeline messages for attachment artifacts to distinguish forum post attachments. check-in: fed106e8b6 user: stephan tags: forum-attachments | |
| 16:48 | Correct /artifact/ATTACHMENT_ID to distinguish forum post attachments from wiki page attachments. check-in: 19506538a5 user: stephan tags: forum-attachments | |
| 16:36 | Initial WIP of adding attachments to forum posts. It can currently create the attachment but does not yet provide access to them via the forum (requires hand-editing URLs to /attachadd). TODOs include an attachment size limit setting and integrating attachment selection into the new-post and edit-post UIs. check-in: 55d9faf99e user: stephan tags: forum-attachments | |
| 16:07 | Enhance the "fossil whatis" command so that it response to ticket IDs. check-in: 86d07e8a74 user: drh tags: trunk | |
| 14:59 | In /admin_log's link to /setup_settings, add the ?all URL argument so that the admin-log setting gets displayed. check-in: 1a93c064cc user: stephan tags: trunk | |
| 14:40 | Minor correction in comment, no functionality changes. check-in: f0563d7c3a user: andybradford tags: trunk | |
| 12:53 | Refactor setting of forum post 'closed' tag so that it can be reused for other tags. check-in: 4d58d6e834 user: stephan tags: trunk | |
| 12:35 | Minor refactoring of forum post 'closed' tag lookup internals, moving towards extending it to support other tags, e.g. 'resolved'. check-in: 2d7e2cb24e user: stephan tags: trunk | |
| 07:55 | Minor cosmetic code style tweak - spacing only, no code changes. Leaf check-in: caeb8cd142 user: stephan tags: forum-subject-search | |
|
2026-05-21
| ||
| 21:01 | Add possibility to only search forum subject lines check-in: 8798a34244 user: Torsten tags: forum-subject-search | |
| 20:26 | Be more aggressive about saving unused commit messages for reuse on a retry. An attempt to fix [forum:/forumpost/83c5f1bce2|bug 83c5f1bce2]. check-in: ea99abc540 user: drh tags: trunk | |
| 19:13 | Update the change log. Also update the built-in SQLite to the latest trunk version for beta-testing of SQLite. check-in: 055e4d0472 user: drh tags: trunk | |
|
2026-05-19
| ||
| 11:16 | Update the delta_parse() table-valued function to better align with the code in the SQLite source tree. check-in: 921e7c1ec8 user: drh tags: trunk | |
|
2026-05-10
| ||
| 18:14 | Merge trunk into rss-content Leaf check-in: d7d3fdab9e user: vor0nwe tags: rss-content | |