Last modified: 2010-05-15 15:54:48 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T15732, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 13732 - TitleMoveComplete & SpecialMovepageAfterMove not working in 1.12
TitleMoveComplete & SpecialMovepageAfterMove not working in 1.12
Status: RESOLVED WORKSFORME
Product: MediaWiki
Classification: Unclassified
Page editing (Other open bugs)
1.12.x
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-04-13 19:48 UTC by Brad Will (tmbw.net)
Modified: 2010-05-15 15:54 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Brad Will (tmbw.net) 2008-04-13 19:48:12 UTC
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?
Comment 1 Brion Vibber 2008-04-14 20:44:04 UTC
Works here...

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links