Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
16 check-ins using file src/db.c version a475d34ec1
|
2023-06-17
| ||
| 14:10 | add "renamed" annotation to renamed and changed files in /info As per James Cook's report in [forum:2b857ded1b], the /info page provided no hint that a renamed and modified file had been renamed, only modified. This slightly changes the annotation to make it clear the file was also renamed. Discussed with larrybr and stephan in /chat. Slight tweak on stephan's suggested phrasing. ok stephan@ check-in: 495a4d71b8 user: mark tags: trunk | |
|
2023-06-16
| ||
| 08:15 | Update auto.def to MINIMUM_SQLITE_VERSION 3.43.00 to match [2abb23dba8bdc5db]. check-in: cbd27f23a6 user: stephan tags: trunk | |
|
2023-06-15
| ||
| 19:12 | Fix a gap positions vs. adjacent chunks positions mix-up in the diff context loader. The test case to reveal this bug is the 2nd gap of commit diff [d6ddd5bcfa]. Congrats again to Stephan for this smart code! check-in: 8347c4add1 user: florian tags: trunk | |
| 12:21 | To avoid unnecessary clutter in the error log, do not write timeout message to the error log for timeouts that occur during web-page reply and that use less than one second of CPU time. check-in: af2f7d1749 user: drh tags: trunk | |
| 11:58 | Use the new timediff() function of SQLite 3.43.0 to refactor the "Duration of Project" line on the /stat page to be "Project Age". check-in: 2abb23dba8 user: drh tags: trunk | |
| 11:26 | Document the --errorlog command-line option to "fossil ui". check-in: 1e64c2c10b user: drh tags: trunk | |
|
2023-06-14
| ||
| 14:37 | Add the ability for 'branch list' to filter the branches that have/have not been merged into the current branch, per [forum:c4a9d9e097|forum request]. Closed-Leaf check-in: d6ddd5bcfa user: danield tags: branch-list-merged-unmerged | |
| 14:29 | Remove a longtime obsolete comment in the branch listing routine. check-in: ebe81aa11c user: danield tags: trunk | |
|
2023-06-12
| ||
| 18:24 | Update the built-in SQLite to the latest trunk version that fixes a harmless compiler warning. check-in: f8a29b2e20 user: drh tags: trunk | |
| 09:20 | Correct previous check-in to fail fatally if the CSRF check fails. check-in: 37dfb4c8d6 user: stephan tags: trunk | |
| 08:53 | Add a CSRF check for the forum post Close/Re-open button. check-in: 619d51440f user: stephan tags: trunk | |
|
2023-06-10
| ||
| 19:12 | Adjust forum-closure docs to match the previous check-in. check-in: 420d6e77e4 user: stephan tags: trunk | |
| 19:03 | Remove the superfluous Close Post option from the forum edit page. check-in: b2f007178a user: stephan tags: trunk | |
| 12:29 | Add some docs about closing forum posts to www/forum.wiki. When replying to a post, to not show the Close option at the bottom of the page (as it would apply to the response, which cannot be closed because it has no hash). check-in: c2b38f0aad user: stephan tags: trunk | |
| 09:16 | Add ability to "close" forum posts. check-in: 673dc38ffb user: stephan tags: trunk | |
|
2023-06-07
| ||
| 12:07 | Initial version of the /setup_forum page. Closed-Leaf check-in: b370c189bc user: stephan tags: forumpost-locking | |