r38120 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38119‎ | r38120 | r38121 >
Date:05:25, 28 July 2008
Author:brion
Status:old
Tags:
Comment:
Revert r38016, r38018 (change of $wgTranslateNumerals defaults).
There was no explanation given of why it should be forced to off by default for every language...
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -833,7 +833,7 @@
834834 * For Hindi and Arabic use local numerals instead of Western style (0-9)
835835 * numerals in interface.
836836 */
837 -$wgTranslateNumerals = false;
 837+$wgTranslateNumerals = true;
838838
839839 /**
840840 * Translation using MediaWiki: namespace.
Index: trunk/phase3/RELEASE-NOTES
@@ -23,8 +23,6 @@
2424 * $wgExemptFromUserRobotsControl is an array of namespaces to be exempt from
2525 the effect of the new __INDEX__/__NOINDEX__ magic words. (Default: null, ex-
2626 empt all content namespaces.)
27 -* $wgTranslateNumerals is now set to false by default. Those who wants to use
28 - the Eastern Arabic numerals should set it to true.
2927
3028 === New features in 1.14 ===
3129

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r38016Set $wgTranslateNumerals to false by default.alnokta21:54, 24 July 2008
r38018Add note about $wgTranslateNumeralsalnokta23:31, 24 July 2008

Status & tagging log