*Add ImagePageFileHistoryLine hook
[lhc/web/wiklou.git] / docs / hooks.txt
2008-05-17 Aaron Schulz*Add ImagePageFileHistoryLine hook
2008-05-16 Aaron SchulzImprove efficiency of autoreviewing of edits rollbacks...
2008-05-16 Aaron SchulzDecrappify edit check for revision hook
2008-05-14 Alexandre EmsenhuberDocument new hook UserLoadFromSession and add a note...
2008-05-09 Alexandre Emsenhuber* Added --online option to maintenance/findhooks.php...
2008-04-30 River Tarnell(bug 13584) New hook: SkinTemplateToolboxEnd
2008-04-29 Alexandre EmsenhuberPer r33966: added $id param to ArticleDeleteComplete...
2008-04-24 Andrew GarrettVarious final compatibility additions to work with...
2008-04-22 Brion VibberRevert r33725, r33726 (hook in Sanitizer::fixTagAttribu...
2008-04-22 Andrew Garrett(bug 13821) Add new SanitizerAfterFixTagAttributes...
2008-04-15 Robert StojnićAjax suggestions:
2008-04-15 Aaron SchulzAutoreview null edits too (bug 13733)
2008-04-15 Alexandre EmsenhuberDocument newly added hooks
2008-04-15 Aryeh GregorAdd a new hook EditPageBeforeEditConflict to allow...
2008-04-12 Alexandre EmsenhuberAdded parameter to SavePreferences hook, contains...
2008-04-10 Alexandre EmsenhuberDocument GetCacheVaryCookies hook
2008-04-09 Andrew GarrettModify UserLoginComplete and UserLogoutComplete hooks...
2008-04-07 Alexandre EmsenhuberAdded parameter to BeforePageDisplay hook so that...
2008-03-22 Alexandre EmsenhuberDocument ArticleRevisionVisiblitySet hook
2008-03-22 Alexandre EmsenhuberSome tweaks:
2008-03-21 Brion Vibber* (bug 9447) Added hooks for search result headings
2008-03-06 Yaron KorenAdded new hook, 'BrokenLink'
2008-03-03 Brion VibberRevert r31505, r31510 (secureAndSplit hook).
2008-03-03 Roan KattouwAPI: Adding action=edit module
2008-03-03 Roan Kattouw(bug 13166) Adding TitleSecureAndSplit hook. Modified...
2008-03-02 Roan Kattouw(bug 12542) Adding a bunch of hooks to SpecialListusers...
2008-03-01 Alexandre Emsenhuberdoc tweaks
2008-03-01 Bryan Tong MinhFix description for UploadComplete hook. New hooks...
2008-02-29 Alexandre Emsenhuber* Document ParserMakeImageParams hook
2008-02-26 Aryeh GregorAdd new hook ImageBeforeProduceHTML, per request on...
2008-02-13 Ryan Schmidt* EditPageBeforeEditButtons hook now passes EditPage...
2008-02-13 Ryan Schmidt* Renamed hook 'ModifyEditButtons' to 'EditPageBeforeEd...
2008-02-10 HujiAdding ParserFirstCallInit to the documentation
2008-02-09 Bryan Tong MinhNew hooks: LinksUpdate, LinksUpdateComplete. Add functi...
2008-01-31 Brion VibberAdd SearchGetNearMatch hook, have TitleKey provide...
2008-01-30 Brion Vibber* Merged backends for OpenSearch suggestions and AJAX...
2008-01-29 Raimond SpekkingAdd an info to the comment field of the newuserlog...
2008-01-29 Roan KattouwAdding SkinSubPageSubtitle hook on Wiredtape's request.
2008-01-29 Brion VibberDocument new hook UserCanSendEmail
2008-01-14 Victor Vasiliev* Introduce getUserPermissionsErrorsExpensive hook
2008-01-02 Aryeh GregorClarify in getUserPermissionErrors hook documentation...
2007-12-23 Victor VasilievAdd user parameter to AutopromoteCondition hook. Docume...
2007-12-10 Raimond Spekking* (bug 12257) Update some documentation files
2007-12-08 Victor VasilievIntroduce an "AbortMove" hook
2007-12-07 Aaron Schulz*Add hook when a revision is restored (for flaggedrevs...
2007-12-03 Raimond Spekking* (bug 12174) Update hooks.txt. Change Linker.php to...
2007-11-30 Thomas Bleher* Minor style fix:
2007-11-22 ThomasV* got rid of magic codes for colours.* added hook for...
2007-11-06 David McCabeThe uncontroversial Liquid Threads hooks.
2007-11-01 Nick JenkinsAdd LogLine hook as per described in the updates to...
2007-10-30 Aaron Schulz*Add and document ArticleRollbackComplete hook. Lets...
2007-10-21 Aryeh GregorThere's no such thing as $this in static functions...
2007-10-21 Aryeh GregorisValidEmailAddr hook added to User method of that...
2007-10-10 Andrew Garrett* Add a new hook getUserPermissionsErrors, which is...
2007-09-13 Brion Vibberadd missing $article param to ArticleViewHeader doc
2007-08-28 Rob ChurchRe-alphabetise a few hooks
2007-08-23 Tim LaquaAdded SkinAfterBottomScripts hook to Skin::bottomScript...
2007-08-15 Aaron SchulzTweak ArticleUpdateBeforeRedirect hook a tad
2007-08-15 Aaron Schulz*Add ArticleUpdateBeforeRedirect hook, to allow for...
2007-08-09 Rob Church* (bug 10859) Introduce 'UserGetImplicitGroups' hook...
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...
next