r47418 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47417‎ | r47418 | r47419 >
Date:04:49, 18 February 2009
Author:werdna
Status:deferred
Tags:
Comment:
Partial revert of r47192 (* removed DefaultQuery cruft) -- That cruft was kinda important.
Modified paths:
  • /trunk/phase3/includes/LogEventsList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/LogEventsList.php
@@ -504,6 +504,10 @@
505505
506506 public function getDefaultQuery() {
507507 $query = parent::getDefaultQuery();
 508+ $query['type'] = $this->type;
 509+ $query['user'] = $this->user;
 510+ $query['month'] = $this->mMonth;
 511+ $query['year'] = $this->mYear;
508512 return $query;
509513 }
510514

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r47192* consolidated getDateMenu duplication into xml.php...aaron19:02, 12 February 2009

Status & tagging log