r112065 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112064‎ | r112065 | r112066 >
Date:23:51, 21 February 2012
Author:aaron
Status:ok
Tags:
Comment:
r112062: updated LogEntry publish() function too
Modified paths:
  • /trunk/phase3/includes/logging/LogEntry.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/logging/LogEntry.php
@@ -462,14 +462,15 @@
463463 $this->getTimestamp(),
464464 $logpage,
465465 $user,
466 - $formatter->getIRCActionText(), // Used for IRC feeds
 466+ $formatter->getPlainActionText(),
467467 $user->isAnon() ? $user->getName() : '',
468468 $this->getType(),
469469 $this->getSubtype(),
470470 $this->getTarget(),
471471 $this->getComment(),
472472 serialize( (array) $this->getParameters() ),
473 - $newId
 473+ $newId,
 474+ $formatter->getIRCActionText() // Used for IRC feeds
474475 );
475476
476477 if ( $to === 'rc' || $to === 'rcandudp' ) {

Sign-offs

UserFlagDate
Nikerabbitinspected08:09, 22 February 2012

Follow-up revisions

RevisionCommit summaryAuthorDate
r112073MFT r112045, r112046, r112049, r112061, r112062, r112063, r112065, r112066, r...reedy00:54, 22 February 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112062Separate out an IRC actionText field for RecentChange. The two are currently ...aaron23:39, 21 February 2012

Status & tagging log