aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Hooks.php
Commit message (Expand)AuthorAgeFilesLines
* Mark Hooks::runner() as @internalDannyS7122021-07-281-0/+1
* Hooks: Map dash character to underscore when generating hook namesDaimona Eaytoy2021-01-261-1/+1
* Introduce wfDeprecatedMsg()Tim Starling2020-06-221-2/+3
* Add Hooks::runner()Tim Starling2020-05-051-0/+19
* Hook ContainerNikki Nikkhoui2020-04-171-123/+37
* Improve param docsUmherirrender2019-11-281-1/+1
* Hooks: remove some unnecessary codeKunal Mehta2018-05-261-4/+0
* Complete test coverage of Hooks classKunal Mehta2018-05-261-0/+1
* Hooks: Introduce Hooks::runWithoutAbort() alongside Hooks::run()Timo Tijhof2017-09-041-54/+98
* Cleanup after Iba0138a6Brad Jorsch2017-01-031-11/+2
* Refactor parser testsTim Starling2016-09-121-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-6/+6
* Follow-up for Iba0138a6d: remove now-unused MWHookException classOri Livneh2015-12-041-6/+0
* Don't install a custom error handler for hooksOri Livneh2015-12-041-45/+1
* Make hookErrorHandler() only care about serious signature errorsAaron Schulz2015-10-211-7/+11
* Enhance stacktrace logging for fatalsBryan Davis2015-09-081-6/+9
* Revert "Count API and hook calls, with 1:1000 sampling"Aaron Schulz2015-08-211-4/+0
* Count API and hook calls, with 1:1000 samplingGergő Tisza2015-08-101-0/+4
* Revert Count API module instantiations and Hook runsBryan Davis2015-07-081-1/+0
* Count API module instantiations and Hook runsOri Livneh2015-07-021-0/+1
* Avoid section profiling in Hooks::run due to high overheadAaron Schulz2015-06-101-6/+0
* Add lots of @throwsReedy2014-12-241-2/+3
* Switched hook profiling to use scopedProfileInAaron Schulz2014-12-041-6/+7
* Add name of offensive hook function to error messageStephan Gambke2014-10-101-1/+1
* Cleanup some docs (includes/*.php)umherirrender2014-07-241-3/+3
* Use some callable hints on @param docsumherirrender2014-07-031-1/+1
* Make phpcs-strict pass on includes/ (1/~10)Siebrand Mazeland2014-05-111-2/+2
* Add ability to mark hooks as deprecatedaude2014-01-101-1/+8
* Make sure we always restore the error handler.daniel2013-11-151-0/+3
* Allow explicit & implicit null returns from hook handlersOri Livneh2013-06-251-8/+4
* Fixed spacing around parenthesis in includesumherirrender2013-04-281-2/+2
* Cleaned up Hooks code, comments, and documentation.MatmaRex2013-04-221-179/+108
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-4/+4
* Add missing wfProfileOut before throwing an exceptionumherirrender2013-04-081-0/+5
* fix some spacingumherirrender2013-03-251-1/+1
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-7/+7
* fix some spacingumherirrender2013-03-071-1/+0
* Profiling for hook calls.daniel2013-02-011-0/+3
* Add numerous missing @throws to method documentationReedy2012-12-091-0/+2
* Fix behavior of Hooks class.daniel2012-10-081-40/+63
* Add @since tags too HooksReedy2012-10-051-1/+18
* Documentation followups from lastnightSam Reed2012-02-101-1/+1
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* Reverted r108743 per CR comment. This should at least be discussed first.Aaron Schulz2012-01-121-0/+1
* Kill "* @return void"Sam Reed2012-01-121-1/+0
* * Cleanup for r108175: made if easier for extensions to interact with each ot...Aaron Schulz2012-01-061-1/+1
* Throw a FatalError exception instead of calling OutputPage::showFatalError() ...Alexandre Emsenhuber2011-11-091-3/+1
* Swap else if for elseifSam Reed2011-06-171-1/+1
* Now that Hooks.php contains a class, moved wfRunHooks() definition to GlobalF...Alexandre Emsenhuber2011-05-281-19/+0
* use string as callback when possible (since PHP 5.2.3)Antoine Musso2011-05-181-1/+1