index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
Hooks.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark Hooks::runner() as @internal
DannyS712
2021-07-28
1
-0
/
+1
*
Hooks: Map dash character to underscore when generating hook names
Daimona Eaytoy
2021-01-26
1
-1
/
+1
*
Introduce wfDeprecatedMsg()
Tim Starling
2020-06-22
1
-2
/
+3
*
Add Hooks::runner()
Tim Starling
2020-05-05
1
-0
/
+19
*
Hook Container
Nikki Nikkhoui
2020-04-17
1
-123
/
+37
*
Improve param docs
Umherirrender
2019-11-28
1
-1
/
+1
*
Hooks: remove some unnecessary code
Kunal Mehta
2018-05-26
1
-4
/
+0
*
Complete test coverage of Hooks class
Kunal Mehta
2018-05-26
1
-0
/
+1
*
Hooks: Introduce Hooks::runWithoutAbort() alongside Hooks::run()
Timo Tijhof
2017-09-04
1
-54
/
+98
*
Cleanup after Iba0138a6
Brad Jorsch
2017-01-03
1
-11
/
+2
*
Refactor parser tests
Tim Starling
2016-09-12
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-6
/
+6
*
Follow-up for Iba0138a6d: remove now-unused MWHookException class
Ori Livneh
2015-12-04
1
-6
/
+0
*
Don't install a custom error handler for hooks
Ori Livneh
2015-12-04
1
-45
/
+1
*
Make hookErrorHandler() only care about serious signature errors
Aaron Schulz
2015-10-21
1
-7
/
+11
*
Enhance stacktrace logging for fatals
Bryan Davis
2015-09-08
1
-6
/
+9
*
Revert "Count API and hook calls, with 1:1000 sampling"
Aaron Schulz
2015-08-21
1
-4
/
+0
*
Count API and hook calls, with 1:1000 sampling
Gergő Tisza
2015-08-10
1
-0
/
+4
*
Revert Count API module instantiations and Hook runs
Bryan Davis
2015-07-08
1
-1
/
+0
*
Count API module instantiations and Hook runs
Ori Livneh
2015-07-02
1
-0
/
+1
*
Avoid section profiling in Hooks::run due to high overhead
Aaron Schulz
2015-06-10
1
-6
/
+0
*
Add lots of @throws
Reedy
2014-12-24
1
-2
/
+3
*
Switched hook profiling to use scopedProfileIn
Aaron Schulz
2014-12-04
1
-6
/
+7
*
Add name of offensive hook function to error message
Stephan Gambke
2014-10-10
1
-1
/
+1
*
Cleanup some docs (includes/*.php)
umherirrender
2014-07-24
1
-3
/
+3
*
Use some callable hints on @param docs
umherirrender
2014-07-03
1
-1
/
+1
*
Make phpcs-strict pass on includes/ (1/~10)
Siebrand Mazeland
2014-05-11
1
-2
/
+2
*
Add ability to mark hooks as deprecated
aude
2014-01-10
1
-1
/
+8
*
Make sure we always restore the error handler.
daniel
2013-11-15
1
-0
/
+3
*
Allow explicit & implicit null returns from hook handlers
Ori Livneh
2013-06-25
1
-8
/
+4
*
Fixed spacing around parenthesis in includes
umherirrender
2013-04-28
1
-2
/
+2
*
Cleaned up Hooks code, comments, and documentation.
MatmaRex
2013-04-22
1
-179
/
+108
*
Fixed spacing in files direct in includes folder
umherirrender
2013-04-21
1
-4
/
+4
*
Add missing wfProfileOut before throwing an exception
umherirrender
2013-04-08
1
-0
/
+5
*
fix some spacing
umherirrender
2013-03-25
1
-1
/
+1
*
Fixed @param tags to conform with Doxygen format.
Tyler Anthony Romeo
2013-03-11
1
-7
/
+7
*
fix some spacing
umherirrender
2013-03-07
1
-1
/
+0
*
Profiling for hook calls.
daniel
2013-02-01
1
-0
/
+3
*
Add numerous missing @throws to method documentation
Reedy
2012-12-09
1
-0
/
+2
*
Fix behavior of Hooks class.
daniel
2012-10-08
1
-40
/
+63
*
Add @since tags too Hooks
Reedy
2012-10-05
1
-1
/
+18
*
Documentation followups from lastnight
Sam Reed
2012-02-10
1
-1
/
+1
*
Fixing some of the "@return true" or "@return false", need to be "@return boo...
Sam Reed
2012-02-09
1
-1
/
+1
*
Reverted r108743 per CR comment. This should at least be discussed first.
Aaron Schulz
2012-01-12
1
-0
/
+1
*
Kill "* @return void"
Sam Reed
2012-01-12
1
-1
/
+0
*
* Cleanup for r108175: made if easier for extensions to interact with each ot...
Aaron Schulz
2012-01-06
1
-1
/
+1
*
Throw a FatalError exception instead of calling OutputPage::showFatalError() ...
Alexandre Emsenhuber
2011-11-09
1
-3
/
+1
*
Swap else if for elseif
Sam Reed
2011-06-17
1
-1
/
+1
*
Now that Hooks.php contains a class, moved wfRunHooks() definition to GlobalF...
Alexandre Emsenhuber
2011-05-28
1
-19
/
+0
*
use string as callback when possible (since PHP 5.2.3)
Antoine Musso
2011-05-18
1
-1
/
+1
[next]