* (bug 10338) Enforce signature length limit in Unicode characters instead of bytes
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 99da169..5a81b71 100644 (file)
@@ -308,34 +308,34 @@ $wgAntivirus= NULL;
  *
  * @global array $wgAntivirusSetup
  */
-$wgAntivirusSetup= array(
+$wgAntivirusSetup = array(
 
        #setup for clamav
        'clamav' => array (
                'command' => "clamscan --no-summary ",
 
-               'codemap'=> array (
-                       "0"=>  AV_NO_VIRUS, #no virus
-                       "1"=>  AV_VIRUS_FOUND, #virus found
-                       "52"=> AV_SCAN_ABORTED, #unsupported file format (probably imune)
-                       "*"=>  AV_SCAN_FAILED, #else scan failed
+               'codemap' => array (
+                       "0" =>  AV_NO_VIRUS, # no virus
+                       "1" =>  AV_VIRUS_FOUND, # virus found
+                       "52" => AV_SCAN_ABORTED, # unsupported file format (probably imune)
+                       "*" =>  AV_SCAN_FAILED, # else scan failed
                ),
 
-               'messagepattern'=> '/.*?:(.*)/sim',
+               'messagepattern' => '/.*?:(.*)/sim',
        ),
 
        #setup for f-prot
        'f-prot' => array (
                'command' => "f-prot ",
 
-               'codemap'=> array (
-                       "0"=> AV_NO_VIRUS, #no virus
-                       "3"=> AV_VIRUS_FOUND, #virus found
-                       "6"=> AV_VIRUS_FOUND, #virus found
-                       "*"=> AV_SCAN_FAILED, #else scan failed
+               'codemap' => array (
+                       "0" => AV_NO_VIRUS, # no virus
+                       "3" => AV_VIRUS_FOUND, # virus found
+                       "6" => AV_VIRUS_FOUND, # virus found
+                       "*" => AV_SCAN_FAILED, # else scan failed
                ),
 
-               'messagepattern'=> '/.*?Infection:(.*)$/m',
+               'messagepattern' => '/.*?Infection:(.*)$/m',
        ),
 );
 
@@ -857,6 +857,7 @@ $wgRedirectSources = false;
 
 $wgShowIPinHeader      = true; # For non-logged in users
 $wgMaxNameChars                = 255;  # Maximum number of bytes in username
+$wgMaxSigChars      = 255;  # Maximum number of Unicode characters in signature
 $wgMaxArticleSize      = 2048; # Maximum article size in kilobytes
 
 $wgExtraSubtitle       = '';
@@ -1182,7 +1183,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '75';
+$wgStyleVersion = '77';
 
 
 # Server-side caching:
@@ -1358,6 +1359,18 @@ $wgWantedPagesThreshold = 1;
 /** Enable slow parser functions */
 $wgAllowSlowParserFunctions = false;
 
+/**
+ * Maps jobs to their handling classes; extensions
+ * can add to this to provide custom jobs
+ */
+$wgJobClasses = array(
+       'refreshLinks' => 'RefreshLinksJob',
+       'htmlCacheUpdate' => 'HTMLCacheUpdateJob',
+       'html_cache_update' => 'HTMLCacheUpdateJob', // backwards-compatible
+       'sendMail' => 'EmaillingJob',
+       'enotifNotify' => 'EnotifNotifyJob',
+);
+
 /**
  * To use inline TeX, you need to compile 'texvc' (in the 'math' subdirectory of
  * the MediaWiki package and have latex, dvips, gs (ghostscript), andconvert
@@ -1532,10 +1545,15 @@ $wgNamespacesToBeSearchedDefault = array(
        NS_MAIN           => true,
 );
 
-/** If set, a bold ugly notice will show up at the top of every page. */
+/**
+ * Site notice shown at the top of each page
+ *
+ * This message can contain wiki text, and can also be set through the
+ * MediaWiki:Sitenotice page. You can also provide a separate message for
+ * logged-out users using the MediaWiki:Anonnotice page.
+ */
 $wgSiteNotice = '';
 
-
 #
 # Images settings
 #
@@ -2175,7 +2193,7 @@ $wgLogTypes = array( '',
  * Extensions with custom log types may add to this array.
  */
 $wgLogNames = array(
-       ''        => 'log',
+       ''        => 'all-logs-page',
        'block'   => 'blocklogpage',
        'protect' => 'protectlogpage',
        'rights'  => 'rightslog',
@@ -2214,6 +2232,7 @@ $wgLogActions = array(
        'block/block'       => 'blocklogentry',
        'block/unblock'     => 'unblocklogentry',
        'protect/protect'   => 'protectedarticle',
+       'protect/modify'    => 'modifiedarticleprotection',
        'protect/unprotect' => 'unprotectedarticle',
        'rights/rights'     => 'rightslogentry',
        'delete/delete'     => 'deletedarticle',
@@ -2495,7 +2514,7 @@ $wgUpdateRowsPerQuery = 10;
 /**
  * Enable AJAX framework
  */
-$wgUseAjax = false;
+$wgUseAjax = true;
 
 /**
  * Enable auto suggestion for the search bar 
@@ -2515,7 +2534,7 @@ $wgAjaxExportList = array( );
  * Requires $wgUseAjax to be true too.
  * Causes wfAjaxWatch to be added to $wgAjaxExportList
  */
-$wgAjaxWatch = false;
+$wgAjaxWatch = true;
 
 /**
  * Allow DISPLAYTITLE to change title display