[PR #3698] [MERGED] Added "page_include_parse" theme event #6247

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/3698
Author: @ssddanbrown
Created: 9/5/2022
Status: Merged
Merged: 9/5/2022
Merged by: @ssddanbrown

Base: developmentHead: include_theme_event


📝 Commits (1)

  • 7101ce3 Added "page_include_parse" theme event

📊 Changes

3 files changed (+69 additions, -14 deletions)

View changed files

📝 app/Entities/Tools/PageContent.php (+21 -12)
📝 app/Theming/ThemeEvents.php (+18 -2)
📝 tests/ThemeTest.php (+30 -0)

📄 Description

For custom control of include tag parsing.

Related to #3678 and #3671


🔄 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/3698 **Author:** [@ssddanbrown](https://github.com/ssddanbrown) **Created:** 9/5/2022 **Status:** ✅ Merged **Merged:** 9/5/2022 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `development` ← **Head:** `include_theme_event` --- ### 📝 Commits (1) - [`7101ce3`](https://github.com/BookStackApp/BookStack/commit/7101ce3050752f679f2be8bc177c29b1abc00715) Added "page_include_parse" theme event ### 📊 Changes **3 files changed** (+69 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `app/Entities/Tools/PageContent.php` (+21 -12) 📝 `app/Theming/ThemeEvents.php` (+18 -2) 📝 `tests/ThemeTest.php` (+30 -0) </details> ### 📄 Description For custom control of include tag parsing. Related to #3678 and #3671 --- <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:27:41 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6247