"Jeroen De Dauw" changed the status of MediaWiki.r111264 to "new" and commented it. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/111264#c30790
Old Status: fixme > New Status: new Commit summary for MediaWiki.r111264: adding DBDataObject class after having some people review it and posting on the list. docs can currently be found at https://www.mediawiki.org/wiki/User:Jeroen_De_Dauw/DBDataObject Jeroen De Dauw's comment: This class is 5.3 dependent as described in the docs. You can get rid of the anon functions, but not of the late static bindings (unless you want to do evil stuff). That's the way it is unfortunately - only code that can depend on 5.3 can use this. That means none of core for now, until we ditch 5.2, but most new extensions can happily require 5.3 (esp since 5.3 is now on the cluster). _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
