Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins related to "trunk"

2026-06-09
01:20
Fix the use of uninitialized static variables for DB statements: whenever such variable is declared initialize it with a predefined empty value.<br> Because otherwize it looks like a bug.<br> It is unclear why it did work before. Also add a few code comments for further consideration. Leaf check-in: 76e735502f user: george tags: trunk
2026-06-08
19:50
Merge in trunk. check-in: 919cfb8711 user: stephan tags: forum-editor-2026
19:44
New "Forum Threads" category under the /reports webpage. check-in: 59985724d7 user: drh tags: trunk
19:29
Update the built-in SQLite to the latest trunk version, for testing. check-in: a570ebc608 user: drh tags: trunk
2026-06-04
09:23
Merge trunk for a larger diff -tk. check-in: c6c86ebd20 user: stephan tags: attach-v2
08:56
On tall-ish screens, experimentally resize diff -tk's view to some appreciable fraction of the screen size. This is arguable but is expected to save me many future manual window resizings. Down-side is that it's overkill for small diffs. check-in: 7f2f04c835 user: stephan tags: trunk
2026-06-03
15:11
Merge trunk and add a todo which requires refactoring. check-in: 032d684d9b user: stephan tags: attach-v2
15:09
Do not show the Close Post button for private/pending-moderation posts to avoid tagging what will turn into a phantom if it's rejected. check-in: f1c281dd46 user: stephan tags: trunk
14:15
Do not show the status-change control in the forum if the post is still pending moderation, as setting the status then will tag an artifact which will be deleted if moderation rejects the post. check-in: 449bb3bc6e user: stephan tags: trunk
2026-06-02
12:37
Initial pieces for extending attachment input to support multiple attachments at a time, drag-and-drop, and clipboard paste. WIP and currently requires the dev console to try out. check-in: 2d39f60670 user: stephan tags: attach-v2
10:54
Doc typo fix. check-in: b6b08b6d86 user: stephan tags: trunk
09:15
Add the -x/--crosslink flag to test-content-put, which causes it to treat all inputs as artifacts and crosslink them. check-in: ff6b9dbe84 user: stephan tags: trunk
2026-06-01
08:22
www/forum.wiki: document the file attachment capability and add some developer notes regarding current limitations and overcoming them. check-in: ff4caf13ba user: stephan tags: trunk
07:45
Fix /forum filtering for the case that the repo has a forum-statuses setting but no posts have a status tag. check-in: 0f934bb075 user: stephan tags: trunk
07:26
Add a few mkdir calls to makemake.tcl to address the report at [forum:8cd0d4c814|2026-05-31T12:07:24Z]. Edit: search term make --shuffle=reverse check-in: 7796221f38 user: stephan tags: trunk
2026-05-31
19:04
Enhance the change descriptions in the "Changes" accordion panel title to provide information on the number of added and deleted files and similar. check-in: 94e94bc3a6 user: drh tags: trunk
10:49
In main.mk use = instead of :=, which is not POSIX-portable. check-in: 4151ae9722 user: stephan tags: trunk
2026-05-30
13:54
Update the built-in SQLite to the latest version with the diskused() SQL function support. Add an option (accessible to Admin users only) to view the output of diskused() as the "Details" submenu on the /repo-tabsize page, if Fossil is linked against SQLite 3.54.0 or later. check-in: 71439dc76a user: drh tags: trunk
06:35
Remove the unused description field from the forum-statuses setting. check-in: c56de3f19a user: stephan tags: trunk
2026-05-29
10:13
Update the built-in SQLite to the latest trunk version for beta testing. check-in: 3b2d0c9f59 user: drh tags: trunk
10:10
Support for status in forums. check-in: 4c4c28dafe user: drh tags: trunk
00:30
Fix a minor typo. Leaf check-in: 16c894034b user: drh tags: forum-statuses
2026-05-27
19:50
Merge trunk for the new 'fossil tag -root' flag, which is useful in testing this branch's feature. check-in: 63fee24a3a user: stephan tags: forum-statuses
19:43
Add the -root flag to [/help/tag|fossil tag add/cancel/ls] which translates the given name to the root-most primary parent of the given artifact. This is primarily intended to simplify tagging of forum pages, where we apply tags to the initial version for consistent handling of tags across a post's history. check-in: ab0f06a5ac user: stephan tags: trunk
16:33
Add the whatis() SQL function, available for debugging. check-in: 9d503225e1 user: drh tags: trunk
2026-05-26
18:49
Improvements to the whatis() SQL function. Leaf check-in: 5b31bb7fce user: drh tags: pinned-forum-posts
18:13
Add the whatis() SQL function for use in debugging. check-in: db8c6f909d user: drh tags: pinned-forum-posts
2026-05-25
13:44
PoC for sticky forum posts, where a 'sticky' tag set on the first version of the root post of a thread will cause it to sort to the top of the list. Pending is a way for Setup users (only) to set/unset the sticky tag (it currently requires tagging from the CLI). check-in: 70ac3f6e83 user: stephan tags: pinned-forum-posts
13:05
Initial sketches for the ability to assign a status=X tag to forum posts, e.g. opened vs resolved. This compiles but does nothing useful. check-in: 025256542f user: stephan tags: forum-statuses
11:39
Add file attachment capability to forum posts. check-in: 5079ffb027 user: stephan tags: trunk
11:38
Correct permissions check on forum-attachment removal confirmation to account for the forum-close-policy setting. Closed-Leaf check-in: cb9e36ecd8 user: stephan tags: forum-attachments
2026-05-24
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. check-in: 6c2efda1a0 user: drh tags: trunk
2026-05-22
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
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
2026-05-08
17:27
Fix the test-captcha command so that accepts 64-bit values in decimal, octal, or hex. check-in: ee6a2f0c21 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:/forumpost/839b3b6fef|Forum post 839b3b6fef]. check-in: 20c579e435 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. check-in: e454028a29 user: drh tags: trunk
15:04
Fix a potential CSRF bypass. Leaf check-in: 80ae3f149e user: drh tags: enhanced-checkin-edit
11:21
Comment improvement. No changes to code. check-in: f6d335bc8f user: drh tags: trunk
2026-05-05
17:41
Initial infrastructure changes for improved WWW editing and creation of check-ins. check-in: 2bee647ed6 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. check-in: c93e1c8721 user: drh tags: trunk