Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / includes / Hooks.php
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...