]> BookStack Code Mirror - bookstack/commit
Enabled utf8 slugs
authorDan Brown <redacted>
Sat, 12 Nov 2016 17:16:52 +0000 (17:16 +0000)
committerDan Brown <redacted>
Sat, 12 Nov 2016 17:16:52 +0000 (17:16 +0000)
commit0fb1fc87c8aef6a6bccc2210b26adbf69b525020
tree50e1dce51655fe659e8eb19fc2b05b3521a92bc5
parentd3c7aada89a41127bbe468880a88b44ee0daa0c5
Enabled utf8 slugs

Prevents slug change when using only non-ascii chars
Allows use of more localised urls.

Closes #233
app/Book.php
app/Chapter.php
app/Http/Controllers/ChapterController.php
app/Page.php
app/Repos/BookRepo.php
app/Repos/ChapterRepo.php
app/Repos/EntityRepo.php
app/Repos/PageRepo.php