From: Brion Vibber Date: Mon, 24 Nov 2003 13:18:47 +0000 (+0000) Subject: TURN OFF DYNAMIC DATES BY DEFAULT -- this option corrupts output for non-English X-Git-Tag: 1.1.0~98 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=16bb35957b738467b5f11d6a47dbc970fe023f16;p=lhc%2Fweb%2Fwiklou.git TURN OFF DYNAMIC DATES BY DEFAULT -- this option corrupts output for non-English --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f5ee962f99..037a513119 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -59,11 +59,11 @@ $wgEditEncoding = ""; $wgDocType = "-//W3C//DTD HTML 4.01 Transitional//EN"; $wgDTD = "http://www.w3.org/TR/html4/loose.dtd"; $wgUseDynamicDates = false; # Enable to allow rewriting dates in page text + # DOES NOT FORMAT CORRECTLY FOR MOST LANGUAGES $wgAmericanDates = false; # Enable for English module to print dates # as eg 'May 12' instead of '12 May' $wgLocalInterwiki = "w"; $wgShowIPinHeader = true; # For non-logged in users -$wgUseDynamicDates = true; # Allows the user to pick their preferred date format # Translation using MediaWiki: namespace # Not recommended unless memcached is installed