r111130 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111129‎ | r111130 | r111131 >
Date:00:05, 10 February 2012
Author:reedy
Status:ok
Tags:
Comment:
Move config to 1.20 tooooo
Modified paths:
  • /trunk/phase3/includes/installer/Ibm_db2Updater.php (modified) (history)
  • /trunk/phase3/includes/installer/OracleUpdater.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/OracleUpdater.php
@@ -39,7 +39,6 @@
4040 array( 'doRecentchangesFK2Cascade' ),
4141
4242 //1.19
43 - array( 'addTable', 'config', 'patch-config.sql' ),
4443 array( 'addIndex', 'logging', 'i05', 'patch-logging_type_action_index.sql'),
4544 array( 'addTable', 'globaltemplatelinks', 'patch-globaltemplatelinks.sql' ),
4645 array( 'addTable', 'globalnamespaces', 'patch-globalnamespaces.sql' ),
@@ -53,6 +52,9 @@
5453 array( 'addField', 'job', 'job_timestamp', 'patch-job_timestamp_field.sql' ),
5554 array( 'addIndex', 'job', 'i02', 'patch-job_timestamp_index.sql' ),
5655
 56+ //1.20
 57+ array( 'addTable', 'config', 'patch-config.sql' ),
 58+
5759 // KEEP THIS AT THE BOTTOM!!
5860 array( 'doRebuildDuplicateFunction' ),
5961
Index: trunk/phase3/includes/installer/Ibm_db2Updater.php
@@ -55,7 +55,7 @@
5656 array( 'addField', 'categorylinks', 'cl_sortkey_prefix', 'patch-cl_sortkey_prefix-field.sql' ),
5757 array( 'addField', 'categorylinks', 'cl_collation', 'patch-cl_collation-field.sql' ),
5858 array( 'addField', 'categorylinks', 'cl_type', 'patch-cl_type-field.sql' ),
59 -
 59+
6060 //1.18
6161 array( 'doUserNewTalkTimestampNotNull' ),
6262 array( 'addIndex', 'user', 'user_email', 'patch-user_email_index.sql' ),
@@ -63,13 +63,15 @@
6464 array( 'addTable', 'uploadstash', 'patch-uploadstash.sql' ),
6565 array( 'addTable', 'user_former_groups', 'patch-user_former_groups.sql'),
6666 array( 'doRebuildLocalisationCache' ),
67 -
 67+
6868 // 1.19
69 - array( 'addTable', 'config', 'patch-config.sql' ),
7069 array( 'addIndex', 'logging', 'type_action', 'patch-logging-type-action-index.sql'),
7170 array( 'dropField', 'user', 'user_options', 'patch-drop-user_options.sql' ),
7271 array( 'addField', 'revision', 'rev_sha1', 'patch-rev_sha1.sql' ),
73 - array( 'addField', 'archive', 'ar_sha1', 'patch-ar_sha1.sql' )
 72+ array( 'addField', 'archive', 'ar_sha1', 'patch-ar_sha1.sql' ),
 73+
 74+ // 1.20
 75+ array( 'addTable', 'config', 'patch-config.sql' ),
7476 );
7577 }
7678 }

Status & tagging log