User "^demon" posted a comment on MediaWiki.r89371. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89371#c17700 Commit summary:
Various OpenID cleanups (did them as I went) * Drop 1.15 and below Preference hooks * Drop some unused functions * Fix $wgAvailableRights * Move SQL stuff to patches/, use shorthand for /*_*/ and fix /*i*/ * Just used echo instead of wfOut() in LoadExtensionSchemaUpdates. Yeah it's ugly, but I don't feel like fixing the 1.16/1.17 discrepency here yet Comment: Those hooks don't even exist in 1.16 or above, so removing them won't affect anything. All preferences are done by a single hook now, which I kept. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
