moving around $wgUseBetterLinksUpdate and $wgUseDynamicDates
authorTim Starling <tstarling@users.mediawiki.org>
Thu, 10 Jul 2003 12:50:28 +0000 (12:50 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Thu, 10 Jul 2003 12:50:28 +0000 (12:50 +0000)
LocalSettings.sample
includes/DefaultSettings.php

index 3a35391..17d5dbf 100644 (file)
@@ -47,7 +47,6 @@ $wgDBtransactions   = false; # Set to true if using InnoDB tables
 # $wgLanguageCode = "de";
 
 $wgUseTeX                      = false;
-$wgUseDynamicDates     = true;
 
 $wgLocalInterwiki   = "w";
 
index 9a8f560..ec3f7ad 100644 (file)
@@ -50,6 +50,7 @@ $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
 
 # Miscellaneous configuration settings
 #
@@ -59,6 +60,8 @@ $wgDebugComments      = false;
 $wgReadOnly                    = false;
 $wgSqlLogFile          = "{$wgUploadDirectory}/sqllog_mFhyRe6";
 $wgLogQueries          = false;
+$wgUseBetterLinksUpdate = true;
+
 
 # Client-side caching:
 $wgCachePages       = true; # Allow client-side caching of pages