It helps when you don't break things...
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 74ffbe4..4f16073 100644 (file)
@@ -921,12 +921,12 @@ $wgColorErrors          = true;
 $wgShowExceptionDetails = false;
 
 /**
- * If set to true, exposes host names through API and HTML comments.
+ * Expose backend server host names through the API and various HTML comments
  */
 $wgShowHostnames = false;
-/** * disable experimental dmoz-like category browsing. Output things like:
- * Encyclopedia > Music > Style of Music > Jazz
+
+/**
+ * Use experimental, DMOZ-like category browser
  */
 $wgUseCategoryBrowser   = false;
 
@@ -1201,7 +1201,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '81';
+$wgStyleVersion = '85';
 
 
 # Server-side caching:
@@ -1586,6 +1586,7 @@ $wgMediaHandlers = array(
        'image/gif' => 'BitmapHandler',
        'image/x-ms-bmp' => 'BmpHandler',
        'image/svg+xml' => 'SvgHandler',
+       'image/svg' => 'SvgHandler',
        'image/vnd.djvu' => 'DjVuHandler',
 );
 
@@ -2559,6 +2560,11 @@ $wgAjaxWatch = true;
  */
 $wgAjaxUploadDestCheck = true;
 
+/**
+ * Enable previewing licences via AJAX
+ */
+$wgAjaxLicencePreview = true;
+
 /**
  * Allow DISPLAYTITLE to change title display
  */
@@ -2691,5 +2697,3 @@ $wgDisableOutputCompression = false;
  */
 $wgSlaveLagWarning = 10;
 $wgSlaveLagCritical = 30;
-
-