Changes between Initial Version and Version 1 of Ticket #29573, comment 13
- Timestamp:
- 09/08/2014 03:21:04 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29573, comment 13
initial v1 1 1 To summarize, there are two issues: 2 2 * If mbstring is disabled, we don't properly cut non-latin slugs with `strlen()` more than 30. This part is not a regression, see [6633], [6794], and [9986]. 3 * Since [28948], the same applies evenif mbstring is enabled. This part is a regression.3 * Since [28948], the same applies to non-latin slugs with `mb_strlen()` of 30 or less and `strlen()` more than 30, if mbstring is enabled. This part is a regression. 4 4 5 5 [attachment:29573.2.patch] fixes both of these issues.