]> BookStack Code Mirror - bookstack/commit
Notifications: Review of PR to include path path #4629
authorDan Brown <redacted>
Tue, 14 Nov 2023 10:31:44 +0000 (10:31 +0000)
committerDan Brown <redacted>
Tue, 14 Nov 2023 10:38:34 +0000 (10:38 +0000)
commitd41fd7a8dd2a9e4f4117a07c9f87346dbbd661f6
treedc82e65b3a45c6ea67ef48e4c1a455aee3697c0c
parent65ac197be440b90deccfd13d4eb8e6bec11e23b0
Notifications: Review of PR to include path path #4629

- Merged book and chapter name items to a single page path list item
  which has links to parent page/chapter.
- Added permission filtering to page path elements.
- Added page path to also be on comment notifications.
- Updated testing to cover.
- Added new Message Line objects to support.

Done during review of #4629
app/Activity/Notifications/MessageParts/EntityLinkMessageLine.php [new file with mode: 0644]
app/Activity/Notifications/MessageParts/EntityPathMessageLine.php [new file with mode: 0644]
app/Activity/Notifications/Messages/BaseActivityNotification.php
app/Activity/Notifications/Messages/CommentCreationNotification.php
app/Activity/Notifications/Messages/PageCreationNotification.php
app/Activity/Notifications/Messages/PageUpdateNotification.php
lang/de/notifications.php
lang/de_informal/notifications.php
lang/en/notifications.php
tests/Activity/WatchTest.php