User "OverlordQ" changed the status of MediaWiki.r87129. Old Status: new New Status: fixme
User "OverlordQ" also posted a comment on MediaWiki.r87129. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/87129#c16429 Commit summary: * (bug 21196) Article::getContributors() no longer fail on PostgreSQL Changed User::loadFromRow() to allow partial row (user_id, user_name, user_real_name can be set independently from other fields) userand removed User::$mDataLoaded, replaced by User::$mLoadedItems (marked as private) that can be an array with already loaded items or true when all data has been loaded. Changed GlobalFunctions.php and Database.php accordingly, no use of User::$mDataLoaded in extensions. Comment: Can't find FIRST in MySQL or PG docu. Likely be able to cheat with MIN(). _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
