Details
-
Type:
Sub-task
-
Status:
Reopened
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.9
-
Fix Version/s: None
-
Component/s: Tags
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
Description
Create tags:
Moodle, HE, cat
In the tag cloud their original case is kept.
In blog tags list/interest their are lowercased apart from first letter
I just had a discussion with Martin about this feature, which is apparently because in some languages (German?) the meaning changes with the capitalization of words. I agree it might be better to make this consistent throughout the user interface.
The database contains two fields : name and rawname. "name" is used for internal comparison, while "rawname" is used to display the tag.
Should this be changed for the tag cloud?