[PR #4921] [MERGED] v23.02.3 changes #6430

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/4921
Author: @ssddanbrown
Created: 3/31/2024
Status: Merged
Merged: 4/5/2024
Merged by: @ssddanbrown

Base: developmentHead: v24-02


📝 Commits (5)

  • 58f6219 Code: Fixed highlighting issues when no code language set
  • a33dbcb References: Fixed references count/list recycle bin interaction
  • 19f78db WYSIWYG descriptions: Allowed anchor target attrs
  • b9e2d33 Page Content: Aligned max-width across viewer and editors
  • 3e23f45 CSS: Removed redundant calc

📊 Changes

8 files changed (+38 additions, -9 deletions)

View changed files

📝 app/References/ReferenceFetcher.php (+2 -1)
📝 app/Util/HtmlDescriptionFilter.php (+1 -1)
📝 resources/js/code/index.mjs (+3 -1)
📝 resources/js/wysiwyg/config.js (+1 -1)
📝 resources/sass/_forms.scss (+3 -2)
📝 resources/sass/_tinymce.scss (+1 -0)
📝 tests/Entity/BookTest.php (+2 -2)
📝 tests/References/ReferencesTest.php (+25 -1)

📄 Description


🔄 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/4921 **Author:** [@ssddanbrown](https://github.com/ssddanbrown) **Created:** 3/31/2024 **Status:** ✅ Merged **Merged:** 4/5/2024 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `development` ← **Head:** `v24-02` --- ### 📝 Commits (5) - [`58f6219`](https://github.com/BookStackApp/BookStack/commit/58f6219cb3cf937fef59d03d4420de1ba64df436) Code: Fixed highlighting issues when no code language set - [`a33dbcb`](https://github.com/BookStackApp/BookStack/commit/a33dbcb04a7c64bb5198bd6a7cc421f50e0cc541) References: Fixed references count/list recycle bin interaction - [`19f78db`](https://github.com/BookStackApp/BookStack/commit/19f78dbe6c1198a0b7072340d1422efaf0cd8bd0) WYSIWYG descriptions: Allowed anchor target attrs - [`b9e2d33`](https://github.com/BookStackApp/BookStack/commit/b9e2d33ed40d8bc154d7609ee68349e5958a5601) Page Content: Aligned max-width across viewer and editors - [`3e23f45`](https://github.com/BookStackApp/BookStack/commit/3e23f456fe1280749060654357b2e8a12e65f899) CSS: Removed redundant calc ### 📊 Changes **8 files changed** (+38 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `app/References/ReferenceFetcher.php` (+2 -1) 📝 `app/Util/HtmlDescriptionFilter.php` (+1 -1) 📝 `resources/js/code/index.mjs` (+3 -1) 📝 `resources/js/wysiwyg/config.js` (+1 -1) 📝 `resources/sass/_forms.scss` (+3 -2) 📝 `resources/sass/_tinymce.scss` (+1 -0) 📝 `tests/Entity/BookTest.php` (+2 -2) 📝 `tests/References/ReferencesTest.php` (+25 -1) </details> ### 📄 Description - #4917 - #4918 - #4925 - #4916 --- <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:32:02 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6430