[PR #365] [CLOSED] Enhanced Book Name slugification #5637

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/365
Author: @ecappa
Created: 4/19/2017
Status: Closed

Base: releaseHead: patch-1


📝 Commits (1)

  • 4cc0460 Enhanced Name slugification

📊 Changes

1 file changed (+231 additions, -1 deletions)

View changed files

📝 app/Repos/EntityRepo.php (+231 -1)

📄 Description

I had some issues with accented characters in Book name. Here is a stronger slugification routine.
Perhaps should be more callable generic service ?


🔄 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/365 **Author:** [@ecappa](https://github.com/ecappa) **Created:** 4/19/2017 **Status:** ❌ Closed **Base:** `release` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`4cc0460`](https://github.com/BookStackApp/BookStack/commit/4cc0460d781705fef55ed2ba74291da3a0d43e01) Enhanced Name slugification ### 📊 Changes **1 file changed** (+231 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Repos/EntityRepo.php` (+231 -1) </details> ### 📄 Description I had some issues with accented characters in Book name. Here is a stronger slugification routine. Perhaps should be more callable generic service ? --- <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:59 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5637