r69679 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69678‎ | r69679 | r69680 >
Date:13:28, 21 July 2010
Author:catrope
Status:deferred
Tags:
Comment:
resourceloader: Redo the updaters.inc part of r68383 because the updaters were moved to their own files
Modified paths:
  • /branches/resourceloader/phase3/includes/installer/MysqlUpdater.php (modified) (history)
  • /branches/resourceloader/phase3/includes/installer/SqliteUpdater.php (modified) (history)

Diff [purge]

Index: branches/resourceloader/phase3/includes/installer/MysqlUpdater.php
@@ -152,6 +152,7 @@
153153 array( 'add_index', 'iwlinks', 'iwl_prefix_from_title', 'patch-rename-iwl_prefix.sql' ),
154154 array( 'add_field', 'updatelog', 'ul_value', 'patch-ul_value.sql' ),
155155 array( 'add_field', 'interwiki', 'iw_api', 'patch-iw_api_and_wikiid.sql' ),
 156+ array( 'add_table', 'msg_resource', 'patch-msg_resource.sql' ),
156157 ),
157158 );
158159 }
Index: branches/resourceloader/phase3/includes/installer/SqliteUpdater.php
@@ -34,6 +34,7 @@
3535 array( 'add_index', 'iwlinks', 'iwl_prefix_from_title', 'patch-rename-iwl_prefix.sql' ),
3636 array( 'add_field', 'updatelog', 'ul_value', 'patch-ul_value.sql' ),
3737 array( 'add_field', 'interwiki', 'iw_api', 'patch-iw_api_and_wikiid.sql' ),
 38+ array( 'add_table', 'msg_resource', 'patch-msg_resource.sql' ),
3839 ),
3940 );
4041 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r68383resourceloader: Near-complete implementation of MessageBlobStore, just need t...catrope22:27, 21 June 2010

Status & tagging log