r99104 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99103‎ | r99104 | r99105 >
Date:13:48, 6 October 2011
Author:catrope
Status:ok (Comments)
Tags:
Comment:
Followup r99102: revert r88026 too, otherwise the dropdown is visible but not functional
Modified paths:
  • /trunk/phase3/includes/specials/SpecialContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialContributions.php
@@ -524,8 +524,7 @@
525525 }
526526
527527 function getNamespaceCond() {
528 - global $wgMiserMode;
529 - if( $this->namespace !== '' && !$wgMiserMode ) {
 528+ if( $this->namespace !== '' ) {
530529 return array( 'page_namespace' => (int)$this->namespace );
531530 } else {
532531 return array();

Follow-up revisions

RevisionCommit summaryAuthorDate
r991051.18wmf1: MFT r99104catrope13:49, 6 October 2011
r100375REL1_18 MFT r98927, r98990, r99081, r99082, r99091, r99102, r99104, r99126reedy21:08, 20 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88026* addon to previousfreakolowsky23:42, 13 May 2011
r99102Revert r88025 (put Special:Contributions namespace filter behind $wgMiserMode...catrope13:44, 6 October 2011

Comments

#Comment by G.Hagedorn (talk | contribs)   15:30, 6 October 2011

was added to 1.18wmf1, please consider tagging for 1.18 as well.

Status & tagging log