Normalize tags / display tags in lowercase
Currently tags are not normalized (for example to lowercase). Before a tag is inserted, there is a check if it already exists in a different case. This leads to "ugly" tags. We might end up with a Tag like "DeVELOPment" (although we entered "Development" if somebody entered the term like that at first.
Suggestion:
- Convert tags to lowercase at creation time (use custom Tag Parser in ActsAsTaggableOn)
Nice to have:
- Normalize all existing tags in the database
- update ActsAsTaggableOn to current version
Edited by dgt