r103895 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103894‎ | r103895 | r103896 >
Date:14:25, 22 November 2011
Author:hashar
Status:ok
Tags:
Comment:
reverts r103894

not meant to be sent yet.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES-1.19 (modified) (history)
  • /trunk/phase3/includes/specials/SpecialEditWatchlist.php (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.19
@@ -153,7 +153,6 @@
154154 was specified.
155155 * (bug 30368) Special:Newpages now shows the new page name for moved pages
156156 * (bug 1697) The way to search blocked usernames in block log should be clearer
157 -* (bug 32412) TOC links on [[Special:EditWatchlist]] now points to the fieldset
158157
159158 === API changes in 1.19 ===
160159 * (bug 19838) siprop=interwikimap can now use the interwiki cache.
Index: trunk/phase3/includes/specials/SpecialEditWatchlist.php
@@ -559,10 +559,6 @@
560560 ? wfMsgHtml( 'blanknamespace' )
561561 : htmlspecialchars( $this->getContext()->getLanguage()->getFormattedNsText( $namespace ) );
562562 }
563 -
564 - public function getBody() {
565 - return $this->displaySection( $this->mFieldTree, '', 'mw-htmlform-' );
566 - }
567563 }
568564
569565 class EditWatchlistCheckboxSeriesField extends HTMLMultiSelectField {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103894(bug 32412) TOC links on [[Special:EditWatchlist]] now points to the fieldsethashar14:21, 22 November 2011

Status & tagging log