r98343 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98342‎ | r98343 | r98344 >
Date:18:19, 28 September 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r98339

Add RELEASE-NOTES-1.19

Fix runChild in DatabaseUpdater.php
Modified paths:
  • /trunk/phase3/RELEASE-NOTES-1.19 (modified) (history)
  • /trunk/phase3/includes/installer/DatabaseUpdater.php (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.19
@@ -14,6 +14,7 @@
1515 * Removed SkinTemplateSetupPageCss hook; use BeforePageDisplay instead.
1616 * (bug 27132) movefile right granted by default to registered users.
1717 * Default cookie lifetime ($wgCookieExpiration) is increased to 180 days.
 18+* (bug 31204) Removed old user.user_options
1819
1920 === New features in 1.19 ===
2021 * (bug 30497) Add client-nojs and client-js classes on document element
Index: trunk/phase3/includes/installer/DatabaseUpdater.php
@@ -568,7 +568,7 @@
569569 }
570570
571571 protected function doMigrateUserOptions() {
572 - $cl = $this->maintenance->runChild( 'ConvertUserOptions' );
 572+ $cl = $this->maintenance->runChild( 'ConvertUserOptions', 'convertUserOptions.php' );
573573 $this->output( "Migrating remaining user_options... " );
574574 $cl->execute();
575575 $this->output( "done.\n" );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98339* (bug 31204) Remove old user.user_options...reedy18:08, 28 September 2011

Status & tagging log