- Made tags case-insensitive by default; this will stop the common problem of a tag like "chicken" existing and someone typing in "Chicken" or "CHICKEN" instead, requiring manual admin intervention to merge them. They are now auto-merged. There was already some code in RH's original extension that made it clear that case sensitivity was intended to be an administrative choice. This has been extended throughout the codebase, though there is not yet an administrative selector to turn on case-sensitive tagging. That would only be of practical use on a system in which only admins/mods and selected other users were permitted to tag, and only from a predefined list of tags, otherwise the problem of unintentional duplicates would again run rampant.
0 commit comments