| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Hooks.php: trim trailing spaces, tweak docs, etc. | Jack Phoenix | 2011-01-26 | 1 | -88/+81 |
* | Add new Hooks class, because $wgHooks globals are evil. | X! | 2011-01-17 | 1 | -145/+241 |
* | Remove some unreachable code (usually returns after throwing exceptions) | Sam Reed | 2010-08-24 | 1 | -2/+0 |
* | * Standardised file description headers | Alexandre Emsenhuber | 2010-08-08 | 1 | -1/+8 |
* | Follow-up r70109: use restore_error_handler() | Niklas Laxström | 2010-08-03 | 1 | -4/+2 |
* | Better error message if hook function signature does not match parameters. | Niklas Laxström | 2010-07-28 | 1 | -5/+44 |
* | Mass convert NULL -> null. Left strings and comments alone, obviously. | Chad Horohoe | 2009-12-11 | 1 | -4/+4 |
* | * Introduced a new system for localisation caching. The system is based aroun... | Tim Starling | 2009-06-28 | 1 | -4/+5 |
* | * (bug 18009) $wgHooks and $wgExtensionFunctions now support closures | Alexandre Emsenhuber | 2009-04-06 | 1 | -23/+40 |
* | Revert r44702, r44703, r44704 (wfInvoke and UserMailer refactor based on it) ... | Brion Vibber | 2008-12-23 | 1 | -112/+88 |
* | * Short circuit EmailNotification::notify() to not call EmailNotification::co... | Alexandre Emsenhuber | 2008-12-17 | 1 | -31/+30 |
* | wfInvoke documentation fix | David McCabe | 2008-12-17 | 1 | -0/+2 |
* | Factored wfInvoke out of wfRunHooks. This time without breakage. (I think.) | David McCabe | 2008-12-17 | 1 | -78/+101 |
* | Roll back r43377, r43379 "Factored wfInvokeFancyCallback() out of wfRunHooks(... | Brion Vibber | 2008-11-12 | 1 | -101/+78 |
* | Renamed the new wfInvokeFancyCallback to simply wfInvoke. | David McCabe | 2008-11-11 | 1 | -7/+7 |
* | Factored wfInvokeFancyCallback() out of wfRunHooks(). Allows flexible dynamic... | David McCabe | 2008-11-11 | 1 | -78/+101 |
* | WARNING: HUGE COMMIT | Alexandre Emsenhuber | 2008-05-20 | 1 | -0/+1 |
* | * remove end of line whitespace | Siebrand Mazeland | 2008-04-14 | 1 | -1/+0 |
* | Workaround for call_user_func_array bug | Tim Starling | 2008-04-08 | 1 | -0/+3 |
* | * (bug 12294) Namespace class renamed to MWNamespace for PHP 5.3 compatibility | Brion Vibber | 2008-03-21 | 1 | -1/+1 |
* | pretty up the hook error message with an explanation of what it should do ins... | Brion Vibber | 2007-07-20 | 1 | -1/+3 |
* | Remove ?>'s from files. They're pointless, and just asking for people to mes... | Aryeh Gregor | 2007-06-29 | 1 | -1/+1 |
* | Fixed incorrect error message for static member functions | Tim Starling | 2007-06-26 | 1 | -1/+1 |
* | * Throw a showstopper exception when a hook function fails to return a value. | Brion Vibber | 2007-06-20 | 1 | -0/+12 |
* | Fixed static member invocation, was broken since inception. | Tim Starling | 2007-03-22 | 1 | -1/+1 |
* | Use Doxygen @addtogroup instead of phpdoc @package && @subpackage | Antoine Musso | 2007-01-20 | 1 | -1/+0 |
* | Completing code housekeeping stuff for rest of includes/ directory: removing ... | Nick Jenkins | 2006-11-29 | 1 | -1/+0 |
* | Allow hooks to be static member functions | Tim Starling | 2006-09-24 | 1 | -6/+6 |
* | * Fix bug in wfRunHooks which caused corruption of objects in the hook list | Brion Vibber | 2006-08-30 | 1 | -3/+3 |
* | Removed most exit() calls from the MediaWiki core, by replacing them with eit... | Tim Starling | 2006-06-07 | 1 | -6/+6 |
* | Update the FSF's address in all these GPL stub headers | Brion Vibber | 2006-04-05 | 1 | -1/+1 |
* | remove profiling hooks from hooks ;-) | Domas Mituzas | 2006-01-25 | 1 | -7/+1 |
* | Be less anal about entry points, class definitions do no harm to anyone, defi... | Domas Mituzas | 2006-01-14 | 1 | -2/+0 |
* | * Added wfDie() wrapper, and some manual die(-1), to force the return code | Brion Vibber | 2006-01-14 | 1 | -1/+1 |
* | * s~\t+$~~ | Ævar Arnfjörð Bjarmason | 2006-01-07 | 1 | -13/+13 |
* | * s~ +$~~ | Ævar Arnfjörð Bjarmason | 2006-01-07 | 1 | -1/+1 |
* | Code review! | Ævar Arnfjörð Bjarmason | 2006-01-07 | 1 | -100/+99 |
* | Preserve object references | Tim Starling | 2005-10-22 | 1 | -4/+4 |
* | * Fix for hook callbacks on objects containing no fields | Brion Vibber | 2005-10-13 | 1 | -2/+2 |
* | * (bug 3684) Fix typo in fatal error backtraces in Hooks.php | Brion Vibber | 2005-10-12 | 1 | -5/+5 |
* | * Making null the default $args so that hooks without arguments can be created | Ævar Arnfjörð Bjarmason | 2005-08-26 | 1 | -1/+1 |
* | profiling | Tim Starling | 2005-08-21 | 1 | -1/+15 |
* | * Fixed @author line to a conformant phpdoc element | Ævar Arnfjörð Bjarmason | 2005-05-23 | 1 | -1/+1 |
* | * Some clown with CVS access deleted our MS Word files and replaced them with | Ævar Arnfjörð Bjarmason | 2005-04-12 | 1 | -1/+1 |
* | remove tabs at bottom, add newline | Erik Moeller | 2005-03-15 | 1 | -1/+1 |
* | Changed the calling protocol for function wfRunHooks() in Hooks.php. | Evan Prodromou | 2005-03-13 | 1 | -88/+86 |
* | fix phpdoc comment | Antoine Musso | 2005-01-27 | 1 | -85/+83 |
* | Add an extension for logging MediaWiki events to the system logger | Evan Prodromou | 2004-11-27 | 1 | -1/+1 |
* | Add a system of hooks to allow third-party code to run before, after, or | Evan Prodromou | 2004-11-27 | 1 | -0/+130 |