]> BookStack Code Mirror - bookstack/commit
Comments: Added back-end content reference handling
authorDan Brown <redacted>
Fri, 18 Apr 2025 20:13:49 +0000 (21:13 +0100)
committerDan Brown <redacted>
Fri, 18 Apr 2025 20:13:49 +0000 (21:13 +0100)
commit5e3c3ad634cb7de4a13041292611c7aaafaa2f30
tree9faf04d6ff4e26a3088cc3a1fadbe9b9ac50d34b
parentadd238fe9fb3d3626e8acd323bd32f91edb2797e
Comments: Added back-end content reference handling

Also added archived property, to be added.
app/Activity/CommentRepo.php
app/Activity/Controllers/CommentController.php
app/Activity/Models/Comment.php
database/factories/Activity/Models/CommentFactory.php
database/migrations/2025_04_18_215145_add_content_refs_and_archived_to_comments.php [new file with mode: 0644]
resources/js/components/page-comments.ts
tests/Entity/CommentTest.php