adding generic hook points to SpecialPreferences
[lhc/web/wiklou.git] / docs / hooks.txt
2007-07-30 Daniel Kinzleradding generic hook points to SpecialPreferences
2007-07-22 Rob Church* Pass new Revision to the 'ArticleInsertComplete'...
2007-07-21 Rob ChurchIntroduce 'UserGetRights' hook; see docs/hooks.txt...
2007-07-18 Aaron Schulz*Decrappify inefficient hook/link update scheme for...
2007-07-17 Rob ChurchPass the user as an argument to 'isValidPassword' hook...
2007-07-17 Rob Church* Clean up User::isValidPassword()
2007-07-16 Rob ChurchLess verbose; don't bother with "return not evaluated...
2007-07-16 Rob ChurchRename 'SpecialContribSubEnd' hook to more appropriate...
2007-07-16 Daniel CannonDocument recently added SpecialContribsSubEnd hook...
2007-07-02 Aryeh GregorRevert r23617 per Brion
2007-07-01 Aryeh Gregor* (bug 10422) Change <pre> on CSS/JS pages to <div...
2007-06-29 Rob ChurchHook callbacks for 'ShowRawCssJs' should do their own...
2007-06-29 Rob ChurchClean up handling of custom CSS and JavaScript pages...
2007-06-27 Rob Church* Introduce 'UserEffectiveGroups' hook; see docs/hooks...
2007-06-18 Brion Vibberdon't mix spaces and tabs in code examples, or the...
2007-06-18 Brion Vibberwhitespace consistency
2007-06-05 Rob ChurchAdd missing $hint to 'EditSectionLink' hook call
2007-06-05 Rob Church(bug 10139) Introduce 'EditSectionLink' and 'EditSectio...
2007-06-03 Aaron Schulz*Document old ArticleViewHeader hook
2007-06-01 Aaron Schulz*Document some hooks
2007-05-19 Antoine MussoDocumentation for AlternateEdit hook (triggered on...
2007-05-16 Magnus ManskeNew hook 'ImageOpenShowImageInlineBefore' for upcoming...
2007-05-08 Brion VibberTweak audit hooks
2007-05-07 Brion Vibber* Add hooks for captcha in main user login form
2007-05-01 Brion VibberRevert 'MonoBookTemplateAboveColumnContent' hook. Seems...
2007-04-30 Leon Weber* Added beginnings of WatchlistTicker extension. Works...
2007-04-25 River Tarnell9697: Adding InternalParseBeforeLinks Parser Hook for...
2007-04-10 Rob ChurchCouple of new hooks; FileUpload and SearchUpdate
2007-04-02 Daniel Kinzlerhook point for injecting fields into edit form
2007-03-25 Rob Church* Update release notes for r20680
2007-03-25 Aaron Schulz*Document PageHistoryBeforeList and PageHistoryLineEndi...
2007-02-09 Brion Vibber* Add 'ParserTestTables' hook to expand the list of...
2007-01-21 Antoine MussoNew hook: AjaxAddScript. Used to load some more ajax...
2007-01-20 Rob ChurchIntroduce 'CustomEditor' hook; see docs/hooks.txt for...
2007-01-18 Rob Church* (bug 8136) Introduce 'ArticleUndelete' hook; see...
2007-01-16 Rob Church* Introduce "BookInformation" hook; see docs/hooks...
2007-01-11 Leon Weber* (bug 8567) Added hook RawPageViewBeforeOutput just...
2007-01-10 Leon Weber* Added SkinTemplateOutputPageBeforeExec hook before...
2006-12-30 Brion Vibbermore 3am centralauth crap woo
2006-12-22 Rob ChurchIntroduce 'PingLimiter' hook for overriding the result...
2006-12-01 Leon WeberAdded hook 'EditPage::attemptSave' before an article...
2006-11-30 Brion Vibber* Add AuthPluginSetup hook to override $wgAuth after...
2006-11-29 Ilmari KaronenPatch from LeonWP: added UploadForm:BeforeProcessing...
2006-11-25 Andrew Garretthooks.txt documentation for UploadForm:initial hook...
2006-10-21 Nick JenkinsMinor path update to example Content_action.php file...
2006-07-02 Rob Church* Introduce 'BadImage' hook; see docs/hooks.txt for...
2006-06-26 Rob Church(bug 672) Add MathAfterTexvc hook
2006-06-25 Rotem LissRevert due to brion's request.
2006-06-25 Rotem LissSome docs about magic words and the new hooks.
2006-06-21 Rob ChurchIntroduce 'FetchChangesList' hook; see docs/hooks.txt...
2006-06-20 Rob ChurchDe-document RunUnknownJob hook, since it no longer...
2006-06-15 Rob Church(bug 6095) Introduce RunUnknownJob hook, see docs/hooks...
2006-06-14 Rob ChurchIntroduce EditFormPreloadText hook, see docs/hooks...
2006-06-04 Rob ChurchAdd hooks to manipulate the sitenotice/anonnotice:
2006-05-27 Jens Frank(bug5077) added BeforePageDisplay hook
2006-05-25 Brion VibberTo simplify the lives of extension developers, the...
2006-05-24 Brion Vibber* Add 'DiffViewHeader' hook called before diff page...
2006-05-17 Rob Church(bug 5819) Fix the PersonalUrls hook so it's useful
2006-05-10 Antoine MussoDocument UnwatchArticleComplete
2006-05-08 Rob Church(bug 5819) Add 'PersonalUrls' hook
2006-05-07 Brion VibberFix that optional error return for EditFilter hook.
2006-05-06 Rob Church(bug 5841) Allow the 'EditFilter' hook to return a...
2006-05-02 Antoine Mussobasic script to find undocumented / deprecated hooks.
2006-05-02 Rob ChurchDocumentation didn't go through...
2006-04-17 Brion Vibber* (bug 3884) Add $user parameter to AddNewUser hook...
2006-04-13 Rob Church(bug 3359) Add hooks on completion of file upload
2006-04-04 Domas MituzasHooks:UserCan: allow advisory external checks instead...
2006-03-29 Rob ChurchAdd UserRights hook, fires after a user's group members...
2006-02-05 Rob ChurchDocument new hook to avoid brutal stabbing by Vibber...
2006-01-29 Brion Vibber* Adjust user login/creation form hooks to work with...
2006-01-13 Brion Vibber* (bug 4104) 'OutputPageBeforeHTML' hook to postprocess...
2006-01-03 Rob Church* Bug 4456: Add hook for marking article patrolled
2005-12-26 Brion Vibber* Add 'GetInternalURL' hook to match the GetFullURL...
2005-12-25 Brion Vibber* Added 'PageRenderingHash' hook for changing the parse...
2005-12-20 Domas MituzasAutoAuthenticate hook for external User suppliers
2005-12-17 Brion Vibber* Add a hook for additional user creation throttle...
2005-09-06 Brion Vibber* Add UploadVerification hook for custom file upload...
2005-08-18 Niklas Laxströmtypo, i assume
2005-08-17 Brion Vibber* (bug 3175) update filenames in documentation files
2005-08-17 Ævar Arnfjörð Bjar... * Added a new hook, 'AddNewAccount', which is run after...
2005-08-09 Ævar Arnfjörð Bjar... * Adding a SkinTemplateContentActions hook to be able...
2005-07-29 Antoine Mussolists hooks added in LogPage.php v1.34 by Avar.
2005-06-01 Brion Vibber* (bug 2275) Update search index more or less right...
2005-04-25 Gabriel WickeCategoryPageView hook as in 1.4
2005-04-12 Brion VibberChange .doc extension to .txt so people stop asking...