r110613 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110612‎ | r110613 | r110614 >
Date:20:46, 2 February 2012
Author:krinkle
Status:ok
Tags:
Comment:
[Special:MovePage] fix Title method usage. Need potential subpages included as well.
* Follows-up r110209 CR
Modified paths:
  • /trunk/phase3/includes/specials/SpecialMovepage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialMovepage.php
@@ -267,7 +267,7 @@
268268 array( 'selected' => $newTitle->getNamespace() ),
269269 array( 'name' => 'wpNewTitleNs', 'id' => 'wpNewTitleNs' )
270270 ) .
271 - Xml::input( 'wpNewTitleMain', 60, $wgContLang->recodeForEdit( $newTitle->getBaseText() ), array(
 271+ Xml::input( 'wpNewTitleMain', 60, $wgContLang->recodeForEdit( $newTitle->getText() ), array(
272272 'type' => 'text',
273273 'id' => 'wpNewTitleMain',
274274 'maxlength' => 255,

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r110209[Special:MovePage] Split new title input, fix bug 29454 (byteLimit), namespac...krinkle16:26, 28 January 2012

Status & tagging log