TURN OFF DYNAMIC DATES BY DEFAULT -- this option corrupts output for non-English
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 24 Nov 2003 13:18:47 +0000 (13:18 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 24 Nov 2003 13:18:47 +0000 (13:18 +0000)
includes/DefaultSettings.php

index f5ee962..037a513 100644 (file)
@@ -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