r114350 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114349‎ | r114350 | r114351 >
Date:05:49, 21 March 2012
Author:santhosh
Status:ok
Tags:i18nreview 
Comment:
Fix Bug 13896: Rendering of devanagari numbers in automatic '#' number lists
Add -moz-devanagari as list type for mr and hi language ordered lists.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES-1.20 (modified) (history)
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.20
@@ -49,6 +49,7 @@
5050 valued parameters in the query string
5151 * (bug 34735) Updated compressOld.php documentation to mention the different
5252 usages of -s and -n parameters depending on compression type
 53+* (bug 13896) Rendering of devanagari numbers in automatic '#' number lists
5354
5455 === API changes in 1.20 ===
5556 * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API.
Index: trunk/phase3/skins/common/shared.css
@@ -861,6 +861,12 @@
862862 list-style-type: arabic-indic;
863863 }
864864
 865+ol:lang(hi) li,
 866+ol:lang(mr) li {
 867+ list-style-type: -moz-devanagari;
 868+ list-style-type: devanagari;
 869+}
 870+
865871 ol:lang(as) li,
866872 ol:lang(bn) li {
867873 list-style-type: -moz-bengali;

Status & tagging log