From 16bb35957b738467b5f11d6a47dbc970fe023f16 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 24 Nov 2003 13:18:47 +0000 Subject: [PATCH] TURN OFF DYNAMIC DATES BY DEFAULT -- this option corrupts output for non-English --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1