From: jenkins-bot Date: Tue, 9 May 2017 18:38:57 +0000 (+0000) Subject: Merge "Allow callback functions for creating jobs" X-Git-Tag: 1.31.0-rc.0~3292 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=58e1e472ba48c3271902ccbcadb7c142220c4d58;p=lhc%2Fweb%2Fwiklou.git Merge "Allow callback functions for creating jobs" --- 58e1e472ba48c3271902ccbcadb7c142220c4d58 diff --cc RELEASE-NOTES-1.30 index 590dc2c857,5370c6d2ca..dd2841c907 --- a/RELEASE-NOTES-1.30 +++ b/RELEASE-NOTES-1.30 @@@ -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 ===