http://www.mediawiki.org/wiki/Special:Code/MediaWiki/68831

Revision: 68831
Author:   demon
Date:     2010-07-01 13:43:05 +0000 (Thu, 01 Jul 2010)

Log Message:
-----------
Followup r63389: remove useless CACHE_DB and confusing CACHE_ANYTHING from 
cache setup

Modified Paths:
--------------
    trunk/phase3/includes/installer/Installer.i18n.php
    trunk/phase3/includes/installer/WebInstaller.php

Modified: trunk/phase3/includes/installer/Installer.i18n.php
===================================================================
--- trunk/phase3/includes/installer/Installer.i18n.php  2010-07-01 13:30:24 UTC 
(rev 68830)
+++ trunk/phase3/includes/installer/Installer.i18n.php  2010-07-01 13:43:05 UTC 
(rev 68831)
@@ -406,8 +406,6 @@
 No functionality is removed, but speed may be impacted.',
        'config-cache-accel'              => 'PHP object caching (APC, 
eAccelerator, XCache or WinCache)',
        'config-cache-memcached'          => 'Use Memcached (requires 
additional setup and configuration)',
-       'config-cache-db'                 => 'Cache data into the database',
-       'config-cache-anything'           => 'MediaWiki will attempt to cache 
data anywhere possible, except in Memcached, unless indicated explicitely',
        'config-memcached-servers'        => 'Memcached servers:',
        'config-memcached-help'           => 'List of IP addresses to use for 
Memcached.
 Should be separated with commas and specify the port to be used (for example: 
1.2.3.4:56, 7.8.9.10:11).',

Modified: trunk/phase3/includes/installer/WebInstaller.php
===================================================================
--- trunk/phase3/includes/installer/WebInstaller.php    2010-07-01 13:30:24 UTC 
(rev 68830)
+++ trunk/phase3/includes/installer/WebInstaller.php    2010-07-01 13:43:05 UTC 
(rev 68831)
@@ -1406,8 +1406,7 @@
                        $this->parent->getFieldsetEnd()
                );
 
-               $caches = array( 'none', 'anything', 'db' );
-               $selected = 'db';
+               $caches = array( 'none' );
                if( count( $this->getVar( '_Caches' ) ) ) {
                        $caches[] = 'accel';
                        $selected = 'accel';



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to