feat(history): exclude sort order changes from edit history

Stop recording sort order changes in the backend edit log
Filter out existing sort order changes from the frontend edit history panel
This commit is contained in:
2026-05-05 07:15:18 +08:00
parent 357dc061d6
commit 8ee29e9549
3 changed files with 22 additions and 24 deletions

View File

@@ -344,6 +344,7 @@
- `created_at`
- 详情页展示最后编辑者、最后编辑时间和编辑历史面板。
- 编辑历史中的用户信息只展示必要署名不暴露邮箱、token、hash 或内部元数据。
- 排序操作仍更新列表顺序、最后编辑者和最后编辑时间,但 `sort_order` / Sort order 字段变更不写入或展示在详情页编辑历史面板中。
- 编辑署名、编辑历史署名、Life 作者和讨论作者可链接到对应公开 Profile。
## Wiki 图片上传