De-document RunUnknownJob hook, since it no longer exists (will re-add a mechanism...
authorRob Church <robchurch@users.mediawiki.org>
Tue, 20 Jun 2006 23:24:59 +0000 (23:24 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Tue, 20 Jun 2006 23:24:59 +0000 (23:24 +0000)
RELEASE-NOTES
docs/hooks.txt

index ffaf9f3..fd5a1c4 100644 (file)
@@ -504,7 +504,6 @@ Some default configuration options have changed:
 * (bug 6162) Change date format for Dutch Low Saxon (nds-nl)
 * (bug 6296) Update to Indonesian localisation (id) #21
 * Introduce EditFormPreloadText hook, see docs/hooks.txt for more information
-* (bug 6095) Introduce RunUnknownJob hook, see docs/hooks.txt for more information
 * (bug 4054) Add "boteditletter" to recent changes flags
 * Update to Catalan localization (ca)
 * (bug 2099) Deleted image files can now be archived and undeleted.
index ff6b89b..a8c0ff1 100644 (file)
@@ -390,14 +390,6 @@ my talk page, my contributions" etc).
 &$personal_urls: Array of link specifiers (see SkinTemplate.php)
 &$title: Title object representing the current page
 
-'RunUnknownJob': Handle additional, unknown job queue commands
-&$job: Job object to be handled
-&$retval: Return value indicating whether or not the operation was successful
-
-Return true to continue with processing the job through other hooks and code,
-or false if the job has been completed. Alter $retval to indicate success or
-failure when performing the actual steps to "process" the job.
-
 'SiteNoticeBefore': Before the sitenotice/anonnotice is composed
 &$siteNotice: HTML returned as the sitenotice
 Return true to allow the normal method of notice selection/rendering to work,