Last modified: 2010-05-15 15:56:55 UTC
There is no mechanism for me (a MW hacker and webmaster) to create a new job command and hook it into the Job class. This could be implemented using bug 4452 or similar.
Created attachment 1830 [details] An implementation based on bug 4452 This is an implementation that uses wfCallHook() from Attachment #1829 [details] on bug 4452. The event used is "runjob" and the only argument is the Job object.
RunUnknownJob hook introduced in SVN trunk, r14767.