User "Aaron Schulz" changed the status of MediaWiki.r96543.

Old Status: new
New Status: fixme

User "Aaron Schulz" also posted a comment on MediaWiki.r96543.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/96543#c22209
Commit summary:

Change LogEventsList to use query info from DatabaseLogEntry.
The only changes in the query are:
* New fields: log_user_text, user_id
* INNER JOIN on user table is changed to LEFT JOIN
* AND (user_id = log_user) is dropped from WHERE conditions (looks redundant, 
easy to add back if needed)

This means that log entries from anonymous users are not dropped anymore.
Those will actually get displayed correctly after the next commit.
It is also possible to use User::newFromRow for non-anonymous users now.

Comment:

See http://stackoverflow.com/questions/2140090/operator-for-array-in-php (first 
response has example code)

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

Reply via email to