From e4be20b3beb6c1e9cae5b4700497030147f9af68 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Tue, 20 Jun 2006 23:24:59 +0000 Subject: [PATCH] De-document RunUnknownJob hook, since it no longer exists (will re-add a mechanism to use the improved Job subclassing stuff later) --- RELEASE-NOTES | 1 - docs/hooks.txt | 8 -------- 2 files changed, 9 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ffaf9f3b89..fd5a1c45df 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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. diff --git a/docs/hooks.txt b/docs/hooks.txt index ff6b89b799..a8c0ff1821 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -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, -- 2.20.1