Merge "Kill DeviceDetection"
authorawjrichards <arichards@wikimedia.org>
Mon, 26 Nov 2012 20:57:11 +0000 (20:57 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 26 Nov 2012 20:57:11 +0000 (20:57 +0000)
1  2 
includes/AutoLoader.php
includes/DefaultSettings.php

diff --combined includes/AutoLoader.php
@@@ -71,8 -71,6 +71,6 @@@ $wgAutoloadLocalClasses = array
        'DeferredUpdates' => 'includes/DeferredUpdates.php',
        'DeprecatedGlobal' => 'includes/DeprecatedGlobal.php',
        'DerivativeRequest' => 'includes/WebRequest.php',
-       'DeviceDetection' => 'includes/mobile/DeviceDetection.php',
-       'DeviceProperties' => 'includes/mobile/DeviceDetection.php',
        'DiffHistoryBlob' => 'includes/HistoryBlob.php',
        'DoubleReplacer' => 'includes/StringUtils.php',
        'DummyLinker' => 'includes/Linker.php',
        'HttpRequest' => 'includes/HttpFunctions.old.php',
        'ICacheHelper' => 'includes/CacheHelper.php',
        'IcuCollation' => 'includes/Collation.php',
-       'IDeviceProperties' => 'includes/mobile/DeviceDetection.php',
-       'IDeviceDetector' => 'includes/mobile/DeviceDetection.php',
        'IdentityCollation' => 'includes/Collation.php',
        'ImageGallery' => 'includes/ImageGallery.php',
        'ImageHistoryList' => 'includes/ImagePage.php',
        'MoveFileOp' => 'includes/filebackend/FileOp.php',
        'DeleteFileOp' => 'includes/filebackend/FileOp.php',
        'CreateFileOp' => 'includes/filebackend/FileOp.php',
 +      'DescribeFileOp' => 'includes/filebackend/FileOp.php',
        'NullFileOp' => 'includes/filebackend/FileOp.php',
  
        # includes/filerepo
@@@ -2535,6 -2535,11 +2535,6 @@@ $wgAllowRdfaAttributes = false
   */
  $wgAllowMicrodataAttributes = false;
  
 -/**
 - * Cleanup as much presentational html like valign -> css vertical-align as we can
 - */
 -$wgCleanupPresentationalAttributes = true;
 -
  /**
   * Should we try to make our HTML output well-formed XML?  If set to false,
   * output will be a few bytes shorter, and the HTML will arguably be more
@@@ -4586,9 -4591,7 +4586,9 @@@ $wgProfileOnly = false
   * Log sums from profiling into "profiling" table in db.
   *
   * You have to create a 'profiling' table in your database before using
 - * this feature, see maintenance/archives/patch-profiling.sql
 + * this feature.  Run set $wgProfileToDatabase to true in
 + * LocalSettings.php and run maintenance/update.php or otherwise
 + * manually add patch-profiling.sql to your database.
   *
   * To enable profiling, edit StartProfiler.php
   */
@@@ -6204,20 -6207,6 +6204,6 @@@ $wgCompiledFiles = array()
  
  /** @} */ # End of HipHop compilation }
  
- /************************************************************************//**
-  * @name   Mobile support
-  * @{
-  */
- /**
-  * Name of the class used for mobile device detection, must be inherited from
-  * IDeviceDetector.
-  */
- $wgDeviceDetectionClass = 'DeviceDetection';
- /** @} */ # End of Mobile support }
  /************************************************************************//**
   * @name   Miscellaneous
   * @{