Merge "Update parts order in message files"
[lhc/web/wiklou.git] / includes / Hooks.php
2012-10-29 HasharMerge "Update some external conversion tables to latest...
2012-10-25 TychayMerge "Revert "Function for "pretty timestamps" that...
2012-10-25 NikerabbitMerge "(bug 38377) Fix MediaWiki:Continue-editing"
2012-10-25 ReedyMerge "Function for "pretty timestamps" that are human...
2012-10-23 Aaron SchulzMerge "(bug 26585) Detect CSV/array values in $_SERVER...
2012-10-21 IAlexMerge "CologneBlue rewrite: fix talkLink() to use gener...
2012-10-21 IAlexMerge "don't overwrite $item['single-id'] in makeListIt...
2012-10-20 IAlexMerge "(bug 40857) fix non-array sidebar links handling...
2012-10-19 ReedyMerge "Revert "Revert "Show a "(blocked)" hint on Speci...
2012-10-19 NikerabbitMerge "Fixed dependencies for jquery.collapsibleTabs"
2012-10-18 SiebrandMerge "Deprecate static User::edits() in favour of...
2012-10-17 SiebrandMerge "SI standards for time units"
2012-10-17 ReedyMerge "Revert "Show a "(blocked)" hint on Special:ListU...
2012-10-17 TheDJMerge "(bug 40154) On action=info show where this page...
2012-10-17 Daniel KinzlerMerge "Replaced some !count() with explicit and more...
2012-10-16 Aaron SchulzMerge "define RC_EXTERNAL type for recent changes"
2012-10-11 Aaron SchulzMerge "Allow ORMTable to access a foreign wiki."
2012-10-10 SiebrandMerge "Convert -{}- markups in title="" and alt=""."
2012-10-09 CSteippMerge "(bug 40789) Fixed $wgSecureLogin after-login...
2012-10-09 Trevor ParscalMerge "(bug 40834) mw.loader: Fix comma-joined 404...
2012-10-09 IAlexMerge "Removed READ_LATEST default from Revision::newFr...
2012-10-09 DemonMerge "[FileBackend] Tweaked TempFSFile::bind() to...
2012-10-09 danielMerge branch 'Wikidata' into master.
2012-10-09 SiebrandMerge "Use parseAsBlock() instead of parse() to show...
2012-10-09 SiebrandMerge changes I9d2b148e,Iccf6ea81
2012-10-09 Aaron SchulzMerge "Disable transaction warnings for automatic trx."
2012-10-09 Aaron SchulzMerge "Deprecate $wgSharedDB"
2012-10-08 NikerabbitMerge "Phase out tests/jasmine; Update mediawiki i18n...
2012-10-08 IAlexMerge "Fix typo in comment."
2012-10-08 ReedyMerge "Fix behavior of Hooks class."
2012-10-08 danielmerge latest master into Wikidata branch
2012-10-08 danielFix behavior of Hooks class.
2012-10-06 SiebrandMerge "Fix behaviour of namespaceSelector to match...
2012-10-06 SiebrandMerge "(bug 38559) Add hook to info action to allow...
2012-10-05 MaxSemMerge "Don't display multiple language links to the...
2012-10-05 CatropeMerge "Bug 40756 - API: Call to a member function isGoo...
2012-10-05 IAlexMerge "Add @since tags too Hooks"
2012-10-05 ReedyAdd @since tags too Hooks
2012-04-16 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
2012-02-10 Sam ReedDocumentation followups from lastnight
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-01-12 Aaron SchulzReverted r108743 per CR comment. This should at least...
2012-01-12 Sam ReedKill "* @return void"
2012-01-06 Aaron Schulz* Cleanup for r108175: made if easier for extensions...
2011-11-09 Alexandre EmsenhuberThrow a FatalError exception instead of calling OutputP...
2011-06-17 Sam ReedSwap else if for elseif
2011-05-28 Alexandre EmsenhuberNow that Hooks.php contains a class, moved wfRunHooks...
2011-05-18 Antoine Mussouse string as callback when possible (since PHP 5.2.3)
2011-04-03 Alexandre Emsenhuber* Drop 5.1 compat code
2011-01-26 Jack PhoenixHooks.php: trim trailing spaces, tweak docs, etc.
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...