r110105 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110104‎ | r110105 | r110106 >
Date:07:15, 27 January 2012
Author:ialex
Status:ok
Tags:
Comment:
* (bug 33762) QueryPage-based special pages no longer misses *-summary message
Modified paths:
  • /trunk/phase3/RELEASE-NOTES-1.19 (modified) (history)
  • /trunk/phase3/includes/QueryPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.19
@@ -238,6 +238,7 @@
239239 * (bug 33880) $wgUsersNotifiedOnAllChanges should not send e-mail to user who made
240240 the edit.
241241 * (bug 33902) Decoding %2B with mw.Uri.decode results in ' ' instead of +
 242+* (bug 33762) QueryPage-based special pages no longer misses *-summary message.
242243
243244 === API changes in 1.19 ===
244245 * Made action=edit less likely to return "unknownerror", by returning the actual error
Index: trunk/phase3/includes/QueryPage.php
@@ -449,6 +449,8 @@
450450 $dbr = wfGetDB( DB_SLAVE );
451451
452452 $this->setHeaders();
 453+ $this->outputHeader();
 454+
453455 $out = $this->getOutput();
454456 $out->setSyndicated( $this->isSyndicated() );
455457

Status & tagging log