r71836 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71835‎ | r71836 | r71837 >
Date:00:57, 28 August 2010
Author:reedy
Status:ok
Tags:
Comment:
r71834, params and desc would be good
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryLogEvents.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryLogEvents.php
@@ -329,6 +329,7 @@
330330 'title',
331331 'type',
332332 'user',
 333+ 'userid',
333334 'timestamp',
334335 'comment',
335336 'parsedcomment',
@@ -376,6 +377,7 @@
377378 ' title - Adds the title of the page for the log event',
378379 ' type - Adds the type of log event',
379380 ' user - Adds the user responsible for the log event',
 381+ ' userid - Adds the user id who was responsible for the log event',
380382 ' timestamp - Adds the timestamp for the event',
381383 ' comment - Adds the comment of the event',
382384 ' parsedcomment - Adds the parsed comment of the event',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71834Couple more userid properties for Bug 19195reedy00:52, 28 August 2010

Status & tagging log