[PR #165] [MERGED] Merge V0.11.1 Fixes and Updates into Master #5604

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/165
Author: @ssddanbrown
Created: 8/14/2016
Status: Merged
Merged: 8/14/2016
Merged by: @ssddanbrown

Base: masterHead: v0.11


📝 Commits (6)

  • 07c7d5a Updated elixr and fixed table th element borders
  • 2d958e8 Fixed entities created with blank slugs.
  • b246a67 Fixed double brace issues in both editors.
  • b157a99 Fixed tag section and editor safari rendering.
  • baa260a Started work on subdirectory support
  • 43d9d2e Updated all application urls to allow path prefix.

📊 Changes

89 files changed (+559 additions, -459 deletions)

View changed files

📝 .env.example (+4 -2)
📝 app/Book.php (+6 -2)
📝 app/Chapter.php (+6 -2)
📝 app/Exceptions/Handler.php (+2 -2)
📝 app/Http/Controllers/Auth/AuthController.php (+3 -5)
📝 app/Http/Controllers/PageController.php (+2 -2)
📝 app/Http/Middleware/Authenticate.php (+1 -1)
📝 app/Page.php (+8 -2)
app/Providers/PaginationServiceProvider.php (+30 -0)
📝 app/Repos/BookRepo.php (+7 -9)
📝 app/Repos/ChapterRepo.php (+2 -1)
📝 app/Repos/ImageRepo.php (+3 -3)
📝 app/Repos/PageRepo.php (+6 -5)
📝 app/Services/ImageService.php (+1 -1)
📝 app/Services/SocialAuthService.php (+4 -3)
📝 app/User.php (+12 -3)
📝 app/helpers.php (+37 -3)
📝 bootstrap/autoload.php (+1 -0)
📝 composer.json (+1 -4)
📝 config/app.php (+3 -2)

...and 69 more files

📄 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/165 **Author:** [@ssddanbrown](https://github.com/ssddanbrown) **Created:** 8/14/2016 **Status:** ✅ Merged **Merged:** 8/14/2016 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `v0.11` --- ### 📝 Commits (6) - [`07c7d5a`](https://github.com/BookStackApp/BookStack/commit/07c7d5af176a2071b2151737567283eb22c485ef) Updated elixr and fixed table th element borders - [`2d958e8`](https://github.com/BookStackApp/BookStack/commit/2d958e88bfc5a24e91223e328322b6d21d74215d) Fixed entities created with blank slugs. - [`b246a67`](https://github.com/BookStackApp/BookStack/commit/b246a67e8a10311337f34dc751f3676011e9ef29) Fixed double brace issues in both editors. - [`b157a99`](https://github.com/BookStackApp/BookStack/commit/b157a9927ac4a56024bed38c62bc861af4fe9eac) Fixed tag section and editor safari rendering. - [`baa260a`](https://github.com/BookStackApp/BookStack/commit/baa260a03d872c59e8dd086a0969522df5e492d4) Started work on subdirectory support - [`43d9d2e`](https://github.com/BookStackApp/BookStack/commit/43d9d2eba76528dc1bcaccb6896b110faa920cff) Updated all application urls to allow path prefix. ### 📊 Changes **89 files changed** (+559 additions, -459 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+4 -2) 📝 `app/Book.php` (+6 -2) 📝 `app/Chapter.php` (+6 -2) 📝 `app/Exceptions/Handler.php` (+2 -2) 📝 `app/Http/Controllers/Auth/AuthController.php` (+3 -5) 📝 `app/Http/Controllers/PageController.php` (+2 -2) 📝 `app/Http/Middleware/Authenticate.php` (+1 -1) 📝 `app/Page.php` (+8 -2) ➕ `app/Providers/PaginationServiceProvider.php` (+30 -0) 📝 `app/Repos/BookRepo.php` (+7 -9) 📝 `app/Repos/ChapterRepo.php` (+2 -1) 📝 `app/Repos/ImageRepo.php` (+3 -3) 📝 `app/Repos/PageRepo.php` (+6 -5) 📝 `app/Services/ImageService.php` (+1 -1) 📝 `app/Services/SocialAuthService.php` (+4 -3) 📝 `app/User.php` (+12 -3) 📝 `app/helpers.php` (+37 -3) 📝 `bootstrap/autoload.php` (+1 -0) 📝 `composer.json` (+1 -4) 📝 `config/app.php` (+3 -2) _...and 69 more files_ </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:04 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5604