Don't look for pipes in the root node.
[lhc/web/wiklou.git] / includes / Hooks.php
2011-01-17 X!Add new Hooks class, because $wgHooks globals are evil.
2010-08-24 Sam ReedRemove some unreachable code (usually returns after...
2010-08-08 Alexandre Emsenhuber* Standardised file description headers
2010-08-03 Niklas LaxströmFollow-up r70109: use restore_error_handler()
2010-07-28 Niklas LaxströmBetter error message if hook function signature does...
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-06-28 Tim Starling* Introduced a new system for localisation caching...
2009-04-06 Alexandre Emsenhuber* (bug 18009) $wgHooks and $wgExtensionFunctions now...
2008-12-23 Brion VibberRevert r44702, r44703, r44704 (wfInvoke and UserMailer...
2008-12-17 Alexandre Emsenhuber* Short circuit EmailNotification::notify() to not...
2008-12-17 David McCabewfInvoke documentation fix
2008-12-17 David McCabeFactored wfInvoke out of wfRunHooks. This time without...
2008-11-12 Brion VibberRoll back r43377, r43379 "Factored wfInvokeFancyCallbac...
2008-11-11 David McCabeRenamed the new wfInvokeFancyCallback to simply wfInvoke.
2008-11-11 David McCabeFactored wfInvokeFancyCallback() out of wfRunHooks...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-08 Tim StarlingWorkaround for call_user_func_array bug
2008-03-21 Brion Vibber* (bug 12294) Namespace class renamed to MWNamespace...
2007-07-20 Brion Vibberpretty up the hook error message with an explanation...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-26 Tim StarlingFixed incorrect error message for static member functions
2007-06-20 Brion Vibber* Throw a showstopper exception when a hook function...
2007-03-22 Tim StarlingFixed static member invocation, was broken since inception.
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-09-24 Tim StarlingAllow hooks to be static member functions
2006-08-30 Brion Vibber* Fix bug in wfRunHooks which caused corruption of...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-04-05 Brion VibberUpdate the FSF's address in all these GPL stub headers
2006-01-25 Domas Mituzasremove profiling hooks from hooks ;-)
2006-01-14 Domas MituzasBe less anal about entry points, class definitions...
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-07 Ævar Arnfjörð Bjar... Code review!
2005-10-22 Tim StarlingPreserve object references
2005-10-13 Brion Vibber* Fix for hook callbacks on objects containing no fields
2005-10-12 Brion Vibber* (bug 3684) Fix typo in fatal error backtraces in...
2005-08-26 Ævar Arnfjörð Bjar... * Making null the default $args so that hooks without...
2005-08-21 Tim Starlingprofiling
2005-05-23 Ævar Arnfjörð Bjar... * Fixed @author line to a conformant phpdoc element
2005-04-12 Ævar Arnfjörð Bjar... * Some clown with CVS access deleted our MS Word files...
2005-03-15 Erik Moellerremove tabs at bottom, add newline
2005-03-13 Evan ProdromouChanged the calling protocol for function wfRunHooks...
2005-01-27 Antoine Mussofix phpdoc comment
2004-11-27 Evan ProdromouAdd an extension for logging MediaWiki events to the...
2004-11-27 Evan ProdromouAdd a system of hooks to allow third-party code to...