r60686 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60685‎ | r60686 | r60687 >
Date:20:18, 5 January 2010
Author:btongminh
Status:ok
Tags:
Comment:
r60685, now properly tested
Modified paths:
  • /trunk/extensions/GlobalUsage/SpecialGlobalUsage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/GlobalUsage/SpecialGlobalUsage.php
@@ -43,7 +43,7 @@
4444 global $wgScript, $wgOut;
4545
4646 $html = Xml::openElement( 'form', array( 'action' => $wgScript ) ) . "\n";
47 - $html .= Xml::hidden( 'title', $this->getPrefixedTitle()->getText() ) . "\n";
 47+ $html .= Xml::hidden( 'title', $this->getTitle()->getPrefixedText() ) . "\n";
4848 $formContent = "\t" . Xml::input( 'target', 40, is_null( $this->target ) ? ''
4949 : $this->target->getText() )
5050 . "\n\t" . Xml::element( 'input', array(

Follow-up revisions

RevisionCommit summaryAuthorDate
r60692wmf-deployment: Merge r60685, r60686 from trunk (GlobalUsage fixes)catrope20:49, 5 January 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r60685Don't add the namespace in self links. This fixes navigation issues.btongminh20:09, 5 January 2010

Status & tagging log