Rafael dos Santos Silva 2304dcf993 FIX: Do not truncate encoded slugs
Trying to truncate encoded slugs will mean that we have to keep the URL
valid, which can be tricky as you have to be aware of multibyte
characters.

Since we already have upper bounds for the title, the slug won't grow
for more than title*6 in the worst case. The slug column in the topic
table can store that just fine.

Added a test to ensure that a generated slug is a valid URL too, so we
don't introduce regressions in the future.
2019-10-17 13:38:31 -03:00
..
2019-10-09 10:02:49 -03:00
2019-08-07 16:39:58 +05:30
2014-03-11 03:18:57 -04:00
2019-05-22 17:39:44 +03:00
2019-10-17 13:38:31 -03:00
2019-10-10 11:46:28 -04:00