[PR #4629] [CLOSED] Modified mail notifications to add the name of the book #6383

Closed
opened 2026-02-05 10:30:53 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/4629
Author: @Man-in-Black
Created: 10/29/2023
Status: Closed

Base: developmentHead: Man-in-Black-patch-1


📝 Commits (10+)

📊 Changes

5 files changed (+48 additions, -8 deletions)

View changed files

📝 app/Activity/Notifications/Messages/PageCreationNotification.php (+21 -4)
📝 app/Activity/Notifications/Messages/PageUpdateNotification.php (+21 -4)
📝 lang/de/notifications.php (+2 -0)
📝 lang/de_informal/notifications.php (+2 -0)
📝 lang/en/notifications.php (+2 -0)

📄 Description

As written on discord I've changed the mail notifications to add the title of the book.
It's my first real pull request, so I hope I've done everything right ;)
This time with the right codebase ;)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/4629 **Author:** [@Man-in-Black](https://github.com/Man-in-Black) **Created:** 10/29/2023 **Status:** ❌ Closed **Base:** `development` ← **Head:** `Man-in-Black-patch-1` --- ### 📝 Commits (10+) - [`d730e66`](https://github.com/BookStackApp/BookStack/commit/d730e667a58d2f374f0e4e2951e8b4ea8d4cec60) Added book name to the mail template - [`63a6e55`](https://github.com/BookStackApp/BookStack/commit/63a6e55bba5ed71b9f65f23f89c34bdf818b09b3) added book name - [`ee194db`](https://github.com/BookStackApp/BookStack/commit/ee194dbbc5a2bcdc65319fb4ee120cfeb75c0d48) synced with actual file from dev branch - [`67cf1d6`](https://github.com/BookStackApp/BookStack/commit/67cf1d6f5f300d3484fe423b608af85f8766e05e) added book name - [`dbefe1e`](https://github.com/BookStackApp/BookStack/commit/dbefe1e4169d9dbc2baa320ad2567009ddafcb6d) add book name - [`f1567d0`](https://github.com/BookStackApp/BookStack/commit/f1567d027798f04b26065f5905721428d77337fa) added book name - [`8561bc8`](https://github.com/BookStackApp/BookStack/commit/8561bc8336ec7f104abc2db846a963233664e9f8) extended with chaptername - [`3f54646`](https://github.com/BookStackApp/BookStack/commit/3f546467fa354bd5de1d75760a03cc5e399117c0) extended with chapter name - [`b75b1f1`](https://github.com/BookStackApp/BookStack/commit/b75b1f18a870f931b0bed987d9758db725e5cae1) Update PageUpdateNotification.php - [`59b4b4b`](https://github.com/BookStackApp/BookStack/commit/59b4b4befb05c0952e082bd30f5cddc8543ed536) Update notifications.php ### 📊 Changes **5 files changed** (+48 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `app/Activity/Notifications/Messages/PageCreationNotification.php` (+21 -4) 📝 `app/Activity/Notifications/Messages/PageUpdateNotification.php` (+21 -4) 📝 `lang/de/notifications.php` (+2 -0) 📝 `lang/de_informal/notifications.php` (+2 -0) 📝 `lang/en/notifications.php` (+2 -0) </details> ### 📄 Description As written on discord I've changed the mail notifications to add the title of the book. It's my first real pull request, so I hope I've done everything right ;) This time with the right codebase ;) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:30:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6383