Page MenuHomePhabricator

TitleMoveComplete & SpecialMovepageAfterMove not working in 1.12
Closed, DeclinedPublic

Description

I had a script that was working with version 1.10 that used the SpecialMovepageAfterMove hook. After i upgraded to 1.12, it's no longer working. I've tried to use TitleMoveComplete, and that's not working either. I completely stripped everything out, so that it's just outputting a debug statement, and that's not showing up, when i move a page.

Here's my stripped down test script:

$wgHooks['TitleMoveComplete'][] = 'MoveSongsHook';
function MoveSongsHook (&$title, &$newtitle, &$user, $oldid, $newid) { echo "true!";}

Can someone see if these two hooks work for them in 1.12 now, or if it's just something with my configuration?


Version: 1.12.x
Severity: normal

Details

Reference
bz13732

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:05 PM
bzimport set Reference to bz13732.
bzimport added a subscriber: Unknown Object (MLST).