[PR #289] [CLOSED] Release #5625

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/289
Author: @amasses
Created: 1/30/2017
Status: Closed

Base: releaseHead: release


📝 Commits (3)

  • b541aba Added handling of shortcodes to allow for codesample embedding
  • 5bb4af7 Removed var_dump
  • 32d80ee Support tab persistence

📊 Changes

7 files changed (+182 additions, -6 deletions)

View changed files

📝 app/Http/Controllers/PageController.php (+4 -3)
app/Providers/ShortcodesServiceProvider.php (+82 -0)
app/Shortcodes/CodeSampleShortcode.php (+11 -0)
📝 composer.json (+2 -1)
📝 composer.lock (+58 -2)
📝 config/app.php (+3 -0)
📝 resources/views/base.blade.php (+22 -0)

📄 Description

No description provided


🔄 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/289 **Author:** [@amasses](https://github.com/amasses) **Created:** 1/30/2017 **Status:** ❌ Closed **Base:** `release` ← **Head:** `release` --- ### 📝 Commits (3) - [`b541aba`](https://github.com/BookStackApp/BookStack/commit/b541aba5640973eb7235ce05b6346d5c54cc8018) Added handling of shortcodes to allow for codesample embedding - [`5bb4af7`](https://github.com/BookStackApp/BookStack/commit/5bb4af7226cabc932796dbd07df390a2b459fd0a) Removed var_dump - [`32d80ee`](https://github.com/BookStackApp/BookStack/commit/32d80ee16187fd4e72e2a2ce623746bfb27482f1) Support tab persistence ### 📊 Changes **7 files changed** (+182 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/PageController.php` (+4 -3) ➕ `app/Providers/ShortcodesServiceProvider.php` (+82 -0) ➕ `app/Shortcodes/CodeSampleShortcode.php` (+11 -0) 📝 `composer.json` (+2 -1) 📝 `composer.lock` (+58 -2) 📝 `config/app.php` (+3 -0) 📝 `resources/views/base.blade.php` (+22 -0) </details> ### 📄 Description _No description provided_ --- <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:12:38 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5625