Merge "Allow callback functions for creating jobs"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 9 May 2017 18:38:57 +0000 (18:38 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 9 May 2017 18:38:57 +0000 (18:38 +0000)
1  2 
RELEASE-NOTES-1.30
includes/DefaultSettings.php

@@@ -12,13 -12,14 +12,18 @@@ production
    case.
  * $wgShellLocale now affects LC_ALL rather than only LC_CTYPE. See
    documentation of $wgShellLocale for details.
+ * $wgJobClasses may now specify callback functions
+   as an alternative to plain class names.
+   This is intended for extensions that want control
+   over the instantiation of their jobs,
+   to allow for proper dependency injection.
  
  === New features in 1.30 ===
 -* …
 +* (T37247) Output from Parser::parse() will now be wrapped in a div with
 +  class="mw-parser-output" by default. This may be changed or disabled using
 +  ParserOptions::setWrapOutputClass().
 +* Added 'ChangeTagsAllowedAdd' hook, enabling extensions to allow software-
 +  specific tags to be added by users.
  
  === External library changes in 1.30 ===
  
Simple merge