"Tim Starling" posted a comment on MediaWiki.r96546. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/96546#c30581
Commit summary for MediaWiki.r96546: Enabled MoveLogFormatter -> This brings better i18n even to existing move log entries Fixed the class name from r96441, it's Move not Block Added notes about new naming conventions to DefaultSettings.php -> didn't bother the remain existing messages now, they will keep working Didn't remove 1movedto2*, they are still used until I commit the code which actually makes new style log entries. Tim Starling's comment: If you have memcached enabled, you get less queries: one per row for users with default options before r110910, and zero per row after r110910. I think a single DB query would be faster than 50 memcached queries, so that may be the best option, unless BagOStuff were given support for MWMemcached::get_multi() or similar. Loading from the database is tricky because User::newFromResult() doesn't support loading data from user_properties, so the interfaces would have to be changed. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
