[PR #3141] [MERGED] Added page titles to many missing app areas #6142

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/3141
Author: @ssddanbrown
Created: 1/4/2022
Status: Merged
Merged: 1/4/2022
Merged by: @ssddanbrown

Base: masterHead: page_titles


📝 Commits (1)

  • a72bd75 Added page titles to many missing app areas

📊 Changes

9 files changed (+25 additions, -0 deletions)

View changed files

📝 app/Http/Controllers/Auth/MfaBackupCodesController.php (+2 -0)
📝 app/Http/Controllers/Auth/MfaController.php (+2 -0)
📝 app/Http/Controllers/Auth/MfaTotpController.php (+2 -0)
📝 app/Http/Controllers/FavouriteController.php (+2 -0)
📝 app/Http/Controllers/PageController.php (+2 -0)
📝 app/Http/Controllers/RoleController.php (+4 -0)
📝 app/Http/Controllers/TagController.php (+2 -0)
📝 app/Http/Controllers/UserProfileController.php (+2 -0)
📝 app/Http/Controllers/WebhookController.php (+7 -0)

📄 Description

Many pages were missing their unique tab/page titles
so this change is just to distribute them back over
many common areas where they were missing.


🔄 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/3141 **Author:** [@ssddanbrown](https://github.com/ssddanbrown) **Created:** 1/4/2022 **Status:** ✅ Merged **Merged:** 1/4/2022 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `page_titles` --- ### 📝 Commits (1) - [`a72bd75`](https://github.com/BookStackApp/BookStack/commit/a72bd75e3aeae33ff77a7a67073bd960ee7a5786) Added page titles to many missing app areas ### 📊 Changes **9 files changed** (+25 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/Auth/MfaBackupCodesController.php` (+2 -0) 📝 `app/Http/Controllers/Auth/MfaController.php` (+2 -0) 📝 `app/Http/Controllers/Auth/MfaTotpController.php` (+2 -0) 📝 `app/Http/Controllers/FavouriteController.php` (+2 -0) 📝 `app/Http/Controllers/PageController.php` (+2 -0) 📝 `app/Http/Controllers/RoleController.php` (+4 -0) 📝 `app/Http/Controllers/TagController.php` (+2 -0) 📝 `app/Http/Controllers/UserProfileController.php` (+2 -0) 📝 `app/Http/Controllers/WebhookController.php` (+7 -0) </details> ### 📄 Description Many pages were missing their unique tab/page titles so this change is just to distribute them back over many common areas where they were missing. --- <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:25:24 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6142