aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Hooks.php
Commit message (Expand)AuthorAgeFilesLines
...
* Hooks.php: trim trailing spaces, tweak docs, etc.Jack Phoenix2011-01-261-88/+81
* Add new Hooks class, because $wgHooks globals are evil. X!2011-01-171-145/+241
* Remove some unreachable code (usually returns after throwing exceptions)Sam Reed2010-08-241-2/+0
* * Standardised file description headersAlexandre Emsenhuber2010-08-081-1/+8
* Follow-up r70109: use restore_error_handler()Niklas Laxström2010-08-031-4/+2
* Better error message if hook function signature does not match parameters.Niklas Laxström2010-07-281-5/+44
* Mass convert NULL -> null. Left strings and comments alone, obviously.Chad Horohoe2009-12-111-4/+4
* * Introduced a new system for localisation caching. The system is based aroun...Tim Starling2009-06-281-4/+5
* * (bug 18009) $wgHooks and $wgExtensionFunctions now support closuresAlexandre Emsenhuber2009-04-061-23/+40
* Revert r44702, r44703, r44704 (wfInvoke and UserMailer refactor based on it) ...Brion Vibber2008-12-231-112/+88
* * Short circuit EmailNotification::notify() to not call EmailNotification::co...Alexandre Emsenhuber2008-12-171-31/+30
* wfInvoke documentation fixDavid McCabe2008-12-171-0/+2
* Factored wfInvoke out of wfRunHooks. This time without breakage. (I think.)David McCabe2008-12-171-78/+101
* Roll back r43377, r43379 "Factored wfInvokeFancyCallback() out of wfRunHooks(...Brion Vibber2008-11-121-101/+78
* Renamed the new wfInvokeFancyCallback to simply wfInvoke.David McCabe2008-11-111-7/+7
* Factored wfInvokeFancyCallback() out of wfRunHooks(). Allows flexible dynamic...David McCabe2008-11-111-78/+101
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-0/+1
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-1/+0
* Workaround for call_user_func_array bugTim Starling2008-04-081-0/+3
* * (bug 12294) Namespace class renamed to MWNamespace for PHP 5.3 compatibilityBrion Vibber2008-03-211-1/+1
* pretty up the hook error message with an explanation of what it should do ins...Brion Vibber2007-07-201-1/+3
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Fixed incorrect error message for static member functionsTim Starling2007-06-261-1/+1
* * Throw a showstopper exception when a hook function fails to return a value.Brion Vibber2007-06-201-0/+12
* Fixed static member invocation, was broken since inception.Tim Starling2007-03-221-1/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-1/+0
* Completing code housekeeping stuff for rest of includes/ directory: removing ...Nick Jenkins2006-11-291-1/+0
* Allow hooks to be static member functionsTim Starling2006-09-241-6/+6
* * Fix bug in wfRunHooks which caused corruption of objects in the hook listBrion Vibber2006-08-301-3/+3
* Removed most exit() calls from the MediaWiki core, by replacing them with eit...Tim Starling2006-06-071-6/+6
* Update the FSF's address in all these GPL stub headersBrion Vibber2006-04-051-1/+1
* remove profiling hooks from hooks ;-)Domas Mituzas2006-01-251-7/+1
* Be less anal about entry points, class definitions do no harm to anyone, defi...Domas Mituzas2006-01-141-2/+0
* * Added wfDie() wrapper, and some manual die(-1), to force the return codeBrion Vibber2006-01-141-1/+1
* * s~\t+$~~Ævar Arnfjörð Bjarmason2006-01-071-13/+13
* * s~ +$~~Ævar Arnfjörð Bjarmason2006-01-071-1/+1
* Code review!Ævar Arnfjörð Bjarmason2006-01-071-100/+99
* Preserve object referencesTim Starling2005-10-221-4/+4
* * Fix for hook callbacks on objects containing no fieldsBrion Vibber2005-10-131-2/+2
* * (bug 3684) Fix typo in fatal error backtraces in Hooks.phpBrion Vibber2005-10-121-5/+5
* * Making null the default $args so that hooks without arguments can be createdÆvar Arnfjörð Bjarmason2005-08-261-1/+1
* profilingTim Starling2005-08-211-1/+15
* * Fixed @author line to a conformant phpdoc elementÆvar Arnfjörð Bjarmason2005-05-231-1/+1
* * Some clown with CVS access deleted our MS Word files and replaced them withÆvar Arnfjörð Bjarmason2005-04-121-1/+1
* remove tabs at bottom, add newlineErik Moeller2005-03-151-1/+1
* Changed the calling protocol for function wfRunHooks() in Hooks.php.Evan Prodromou2005-03-131-88/+86
* fix phpdoc commentAntoine Musso2005-01-271-85/+83
* Add an extension for logging MediaWiki events to the system loggerEvan Prodromou2004-11-271-1/+1
* Add a system of hooks to allow third-party code to run before, after, orEvan Prodromou2004-11-271-0/+130