diff options
author | Stephane Bisson <sbisson@wikimedia.org> | 2015-06-25 15:13:23 -0400 |
---|---|---|
committer | Kunal Mehta <legoktm@gmail.com> | 2015-06-26 12:51:55 -0700 |
commit | 28f2fe8a2235b76478b0767683a2cb57e2fe7fa7 (patch) | |
tree | 667abc499e7f37bc89c61f55b708e87733f7c4cf /RELEASE-NOTES-1.26 | |
parent | 9c8f333eb87f128933dd754f4c7e4b26fa1cf514 (diff) | |
download | mediawikicore-28f2fe8a2235b76478b0767683a2cb57e2fe7fa7.tar.gz mediawikicore-28f2fe8a2235b76478b0767683a2cb57e2fe7fa7.zip |
Add 'EnhancedChangesListModifyLineData' hook
Gives extensions a chance to modify the data used to
build each enhanced recent change 'inner' lines
(as opposed to the header lines).
Bug: T102021
Change-Id: Ia8a796fb9621db14d6574e66a4572e1fdf3bad03
Diffstat (limited to 'RELEASE-NOTES-1.26')
-rw-r--r-- | RELEASE-NOTES-1.26 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index 983601e8405a..33ba6de22463 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -34,6 +34,8 @@ production. if ImageMagick is used as image scaler ($wgUseImageMagick = true). Uploading of WebP images still disabled by default. Add $wgFileExtensions[] = 'webp'; to LocalSettings.php to enable uploading of WebP images. +* Added a new hook 'EnhancedChangesListModifyLineData', to + modify the data used to build lines in enhanced recentchanges and watchlist. ==== External libraries ==== * Update es5-shim from v4.0.0 to v4.1.5. @@ -116,7 +118,6 @@ changes to languages because of Bugzilla reports. way will issue a deprecation warning. * The jquery.mwExtension module was deprecated. - == Compatibility == MediaWiki 1.26 requires PHP 5.3.3 or later. There is experimental support for @@ -182,4 +183,3 @@ going to run a public MediaWiki, so you can be notified of security fixes. == IRC help == There's usually someone online in #mediawiki on irc.freenode.net. - |