From: Antoine Musso Date: Sat, 4 Sep 2004 00:02:45 +0000 (+0000) Subject: some comments. X-Git-Tag: 1.5.0alpha1~2121 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=d3bc7dbf0def99227c9877b0ee297c69c3bdc872;p=lhc%2Fweb%2Fwiklou.git some comments. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 71b2a54a49..b58a4a308b 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -228,17 +228,36 @@ $wgMemCachedDebug = false; $wgSessionsInMemcached = false; $wgLinkCacheMemcached = false; # Not fully tested -# Turck MMCache shared memory -# You can use this for persistent caching where your wiki runs on a small number of -# servers. Mutually exclusive with memcached. MMCache must be installed. +/** + * Turck MMCache shared memory + * You can use this for persistent caching where your wiki runs on a small + * number of servers. Mutually exclusive with memcached. MMCache must be + * installed. + * + * @global bool $wgUseTurckShm Enable or disabled Turck MMCache + */ $wgUseTurckShm = false; # Language settings # +/** + * Site language code + * Default to 'en'. Should be one of ./language/Language(.*).php + * @global string $wgLanguageCode + */ $wgLanguageCode = 'en'; -$wgLanguageFile = false; # Filename of a language file generated by dumpMessages.php -$wgInterwikiMagic = true; # Treat language links as magic connectors, not inline links + +/** + * Filename of a language file generated by dumpMessages.php + * @global string|false $wgLanguageFile (default:false) + */ +$wgLanguageFile = false; +/** + * Treat language links as magic connectors, not inline links + * @global bool $wgInterwikiMagic (default:true) + */ +$wgInterwikiMagic = true; $wgInputEncoding = 'ISO-8859-1'; # LanguageUtf8.php normally overrides this $wgOutputEncoding = 'ISO-8859-1'; # unless you set the next option to true: $wgUseLatin1 = false; # Enable ISO-8859-1 compatibility mode @@ -278,6 +297,10 @@ $wgReadOnlyFile = "{$wgUploadDirectory}/lock_yBgMBwiR"; # The debug log file should be not be publicly accessible if it is # used, as it may contain private data. $wgDebugLogFile = ''; + +/**#@+ + * @global bool + */ $wgDebugRedirects = false; $wgDebugRawPage = false; # Avoid overlapping debug entries by leaving out CSS @@ -306,6 +329,7 @@ $wgCompressedPersistentLC = true; # use gzcompressed blobs $wgUseOldExistenceCheck = false; # use old prefill link method, for debugging only $wgEnableParserCache = false; # requires that php was compiled --with-zlib +/**#@-*/ # wgHitcounterUpdateFreq sets how often page counters should be # updated, higher values are easier on the database. A value of 1