-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow multibyte to be configured (fixes #605) #685
Conversation
I'm going to close this due to lack of action. If someone would like to pick up this work feel free to create a new PR with the requested change applied. |
Hi @GuySartorelli What diud you want to see changed? As per my last comment the requested changes I don't agree with and as @lerni pointed out - the fix does what it says on the tin |
Perhaps it would be that would require a major API change compared to the current proposed fix which retains existing API. |
Sounded like Steve was leaning towards preferring an extension to update the value, e.g. $allowMultiByte = true;
$this->extend('updateAllowUrlSegmentMultibyte', $allowMultiByte);
$filter->setAllowMultibyte($allowMultiByte); Personally I do prefer the config approach, so I'd probably be okay with your existing PR if the config name was a little more specific - It is preferable to declare |
@GuySartorelli Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks for that. Just a small change to make per below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks.
Now in BlogController.php |
addition to #685 also, respect mb-config in controller for tags & categories
No description provided.