User "Aaron Schulz" changed the status of MediaWiki.r98329. Old Status: new New Status: ok
User "Aaron Schulz" also posted a comment on MediaWiki.r98329. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98329#c23366 Commit summary: Bug 31199 - Fix notification of implicit groups so it doesn't massively change json output Needs merging to 1.18, 1.18wmf1 and pushing to site Comment: <pre> $lastUserData['implicitgroups'] = ApiQueryUsers::getAutoGroups( User::newFromName( $lastUser ) ); </pre> Slightly suspect, but OKish since this is for users in the DB and not anons. If the creatable username rules changes, some old users could make this fatal I suspect. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
