r103894 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103893‎ | r103894 | r103895 >
Date:14:21, 22 November 2011
Author:hashar
Status:reverted
Tags:
Comment:
(bug 32412) TOC links on [[Special:EditWatchlist]] now points to the fieldset
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,6 +153,7 @@
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
157158
158159 === API changes in 1.19 ===
159160 * (bug 19838) siprop=interwikimap can now use the interwiki cache.
Index: trunk/phase3/includes/specials/SpecialEditWatchlist.php
@@ -559,6 +559,10 @@
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+ }
563567 }
564568
565569 class EditWatchlistCheckboxSeriesField extends HTMLMultiSelectField {

Follow-up revisions

RevisionCommit summaryAuthorDate
r103895reverts r103894...hashar14:25, 22 November 2011
r103896(bug 32412) TOC links on [[Special:EditWatchlist]] points to the fieldsets...hashar14:37, 22 November 2011
r103898MFT to REL1_18 r103896...hashar14:42, 22 November 2011

Status & tagging log