r92796 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92795‎ | r92796 | r92797 >
Date:21:36, 21 July 2011
Author:demon
Status:ok
Tags:
Comment:
Back r88270 and friends out of REL1_18 (conf overhaul)
Modified paths:
  • /branches/REL1_18/phase3/includes/AutoLoader.php (modified) (history)
  • /branches/REL1_18/phase3/includes/conf (deleted) (history)
  • /branches/REL1_18/phase3/maintenance/archives/patch-config.sql (deleted) (history)
  • /branches/REL1_18/phase3/maintenance/tables.sql (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/maintenance/archives/patch-config.sql
@@ -1,9 +0,0 @@
2 -CREATE TABLE /*_*/config (
3 - -- Config var name
4 - cf_name varbinary(255) NOT NULL PRIMARY KEY,
5 - -- Config var value
6 - cf_value blob NOT NULL
7 -) /*$wgDBTableOptions*/;
8 -CREATE INDEX /*i*/cf_name_value ON /*_*/config (cf_name,cf_value(255));
Index: branches/REL1_18/phase3/maintenance/tables.sql
@@ -1469,14 +1469,4 @@
14701470 ) /*$wgDBTableOptions*/;
14711471 CREATE UNIQUE INDEX /*i*/md_module_skin ON /*_*/module_deps (md_module, md_skin);
14721472
1473 -CREATE TABLE /*_*/config (
1474 - -- Config var name
1475 - cf_name varbinary(255) NOT NULL PRIMARY KEY,
1476 - -- Config var value
1477 - cf_value blob NOT NULL
1478 -) /*$wgDBTableOptions*/;
1479 -CREATE INDEX /*i*/cf_name_value ON /*_*/config (cf_name,cf_value(255));
1480 -
14811473 -- vim: sw=2 sts=2 et
Index: branches/REL1_18/phase3/includes/AutoLoader.php
@@ -376,11 +376,6 @@
377377 'TitleDependency' => 'includes/cache/CacheDependency.php',
378378 'TitleListDependency' => 'includes/cache/CacheDependency.php',
379379
380 - # includes/conf
381 - 'Conf' => 'includes/conf/Conf.php',
382 - 'DatabaseConf' => 'includes/conf/DatabaseConf.php',
383 - 'DefaultSettings' => 'includes/conf/DefaultSettings.php',
384 -
385380 # includes/db
386381 'Blob' => 'includes/db/DatabaseUtility.php',
387382 'ChronologyProtector' => 'includes/db/LBFactory.php',

Follow-up revisions

RevisionCommit summaryAuthorDate
r93002Followup r92796...reedy18:52, 24 July 2011
r93006Followup r92796, r93002...reedy18:55, 24 July 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88270Initial commit of configuration management backend proposal. Feedback desired...demon21:04, 16 May 2011

Status & tagging log