User "Brion VIBBER" posted a comment on MediaWiki.r92220. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/92220#c19617 Commit summary:
* Removed angry autoblock code - unused by anything * Added $wgAutoblockHandlers variable for alternative autoblock handling functions * Gave CheckUser a potential $wgAutoblockHandlers function (bug 29330) Comment: As noted on IRC, just recording so we don't forget -- My inclination is to use wfRunHooks here and go ahead and have CheckUser set its hook when it loads; I think that'll be more consistent than creating another callback structure. The logic itself looks like it should be ok either way though! _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
