Changes between Version 1 and Version 2 of Ticket #5305, comment 48
- Timestamp:
- 01/23/2015 09:32:20 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5305, comment 48
v1 v2 5 5 Along similar lines, we could prepend and/or append a colon `:` to the post's slug instead of a hyphen, in order to get urls like `/2015/01/:23/` or `/2015/01/:23:/`. (This is assuming, of course, that sanitize_title wouldn't balk at the input. Whereas it actually might...) 6 6 7 Anyway, my concern is these potential solutions don't really fix the problem. They merely sweep things under the rug in the hopes of not allowing the bug in the future while not addressing the multitudes of . That and the other solutions discussed here merely stick to sweeping it under the rug so as to try to avoid it from occurring.7 Anyway, my concern is these potential solutions don't really fix the problem. They merely sweep things under the rug in the hopes of not allowing the bug in the future while not addressing the multitudes of sites that exhibit the issue with various duct tape fixes already. That and the other solutions discussed here merely stick to sweeping it under the rug so as to try to avoid it from occurring. 8 8 9 9 If the latest patch or a variation thereof gets applied, I'm left wondering what to do with the existing posts on my site that led me to report a bug, and I'd gather other reporters in the thread are left asking for more as well.