Revert r44702, r44703, r44704 (wfInvoke and UserMailer refactor based on it) and...
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 23 Dec 2008 18:08:43 +0000 (18:08 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 23 Dec 2008 18:08:43 +0000 (18:08 +0000)
commit97f77b9b1ab71dff4494407b5eded83234d260b1
tree3f1f0776beea039d74ef24c62a65ef154cb8c4cd
parent2a815b10bbfaf64e284791af3e95f84702572836
Revert r44702, r44703, r44704 (wfInvoke and UserMailer refactor based on it) and r44715, r44721 (cleanup thereof)
As Tim notes, the weird callback setup in $wgHooks isn't really something we want to replicate or ever rely on ever again, as PHP's native callback syntax already handles things fine and is more consistent (and used extensively in the rest of MediaWiki).
May be other remaining issues with the refactor on top of bugs already discovered, but if it's going to be refactored to use callbacks it should be done using regular callbacks.
includes/AutoLoader.php
includes/EnotifNotifyJob.php
includes/Hooks.php
includes/RecentChange.php
includes/UserMailer.php