http://www.mediawiki.org/wiki/Special:Code/MediaWiki/71836

Revision: 71836
Author:   reedy
Date:     2010-08-28 00:57:58 +0000 (Sat, 28 Aug 2010)

Log Message:
-----------
r71834, params and desc would be good

Modified Paths:
--------------
    trunk/phase3/includes/api/ApiQueryLogEvents.php

Modified: trunk/phase3/includes/api/ApiQueryLogEvents.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryLogEvents.php     2010-08-28 00:54:16 UTC 
(rev 71835)
+++ trunk/phase3/includes/api/ApiQueryLogEvents.php     2010-08-28 00:57:58 UTC 
(rev 71836)
@@ -329,6 +329,7 @@
                                        'title',
                                        'type',
                                        'user',
+                                       'userid',
                                        'timestamp',
                                        'comment',
                                        'parsedcomment',
@@ -376,6 +377,7 @@
                                ' title          - Adds the title of the page 
for the log event',
                                ' type           - Adds the type of log event',
                                ' user           - Adds the user responsible 
for the log event',
+                               ' userid         - Adds the user id who was 
responsible for the log event',
                                ' timestamp      - Adds the timestamp for the 
event',
                                ' comment        - Adds the comment of the 
event',
                                ' parsedcomment  - Adds the parsed comment of 
the event',



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to