Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
15 check-ins tagged with "forumpost-locking"
|
2023-06-07
| ||
| 12:07 | Initial version of the /setup_forum page. Closed-Leaf check-in: b370c189bc user: stephan tags: forumpost-locking | |
|
2023-06-06
| ||
| 19:38 | Add the forum-close-policy boolean config setting. If true, forum moderators may close/re-open forum posts, as well as reply to closed posts. check-in: 162fc1e6aa user: stephan tags: forumpost-locking | |
|
2023-06-03
| ||
| 08:49 | Merge trunk into forumpost-locking branch. check-in: 8e7de26aa2 user: stephan tags: forumpost-locking | |
|
2023-04-16
| ||
| 13:13 | Merge trunk into forumpost-locking branch. check-in: 0af371047c user: stephan tags: forumpost-locking | |
|
2023-03-02
| ||
| 17:13 | Merge trunk into forumpost-locking branch. check-in: 27c3423e89 user: stephan tags: forumpost-locking | |
|
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: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 | |