r88026 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88025‎ | r88026 | r88027 >
Date:23:42, 13 May 2011
Author:freakolowsky
Status:reverted (Comments)
Tags:
Comment:
* addon to previous
Modified paths:
  • /trunk/phase3/includes/specials/SpecialContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialContributions.php
@@ -605,7 +605,8 @@
606606 }
607607
608608 function getNamespaceCond() {
609 - if( $this->namespace !== '' ) {
 609+ global $wgMiserMode;
 610+ if( $this->namespace !== '' && !$wgMiserMode ) {
610611 return array( 'page_namespace' => (int)$this->namespace );
611612 } else {
612613 return array();

Follow-up revisions

RevisionCommit summaryAuthorDate
r96306Revert r88008 (add size difference to Special:Contributions) and its large gr...catrope21:47, 5 September 2011
r99104Followup r99102: revert r88026 too, otherwise the dropdown is visible but not...catrope13:48, 6 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88025* removed unused messages because of previous revert....freakolowsky23:31, 13 May 2011

Comments

#Comment by Hashar (talk | contribs)   16:32, 18 May 2011

Safer to check on the server side too :-)))

Status & tagging log