r112396 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112395‎ | r112396 | r112397 >
Date:15:59, 25 February 2012
Author:ialex
Status:ok
Tags:
Comment:
* (bug 34246) Display MediaWiki:Whatlinkshere-summary again in Special:Whatlinkshere
Modified paths:
  • /branches/REL1_18/phase3/RELEASE-NOTES-1.18 (modified) (history)
  • /branches/REL1_18/phase3/includes/specials/SpecialWhatlinkshere.php (modified) (history)
  • /branches/REL1_19/phase3/HISTORY (modified) (history)
  • /branches/REL1_19/phase3/includes/specials/SpecialWhatlinkshere.php (modified) (history)
  • /trunk/phase3/HISTORY (modified) (history)

Diff [purge]

Index: trunk/phase3/HISTORY
@@ -10,6 +10,8 @@
1111 * UserMailer could potentially throw a fatal error when a MailAddress object had
1212 an empty email address.
1313 * (bug 34528) Edit section tooltips show correction section name again
 14+* (bug 34246) MediaWiki:Whatlinkshere-summary message is displayed again in
 15+ Special:Whatlinkshere
1416
1517 === MediaWiki 1.18.1 ===
1618 2012-01-11
Index: branches/REL1_18/phase3/RELEASE-NOTES-1.18
@@ -18,6 +18,8 @@
1919 an empty email address.
2020 * (Bug 33087) Exchange server rejected mail sent by MediaWiki
2121 * (bug 34528) Edit section tooltips show correction section name again
 22+* (bug 34246) MediaWiki:Whatlinkshere-summary message is displayed again in
 23+ Special:Whatlinkshere
2224
2325 == MediaWiki 1.18.1 ==
2426 2012-01-11
Index: branches/REL1_18/phase3/includes/specials/SpecialWhatlinkshere.php
@@ -50,6 +50,7 @@
5151 $out = $this->getOutput();
5252
5353 $this->setHeaders();
 54+ $this->outputHeader();
5455
5556 $opts = new FormOptions();
5657
Index: branches/REL1_19/phase3/HISTORY
@@ -10,6 +10,8 @@
1111 * UserMailer could potentially throw a fatal error when a MailAddress object had
1212 an empty email address.
1313 * (bug 34528) Edit section tooltips show correction section name again
 14+* (bug 34246) MediaWiki:Whatlinkshere-summary message is displayed again in
 15+ Special:Whatlinkshere
1416
1517 === MediaWiki 1.18.1 ===
1618 2012-01-11
Index: branches/REL1_19/phase3/includes/specials/SpecialWhatlinkshere.php
@@ -51,6 +51,7 @@
5252 $out = $this->getOutput();
5353
5454 $this->setHeaders();
 55+ $this->outputHeader();
5556
5657 $opts = new FormOptions();
5758

Follow-up revisions

RevisionCommit summaryAuthorDate
r112397Forgot to commit this file in r112396ialex16:00, 25 February 2012

Status & tagging log