IAlex has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/94507


Change subject: Sync RELEASE-NOTES-1.22 between master and REL1_22
......................................................................

Sync RELEASE-NOTES-1.22 between master and REL1_22

Part I: master

Change-Id: I5113828701fde7d21c81ef3219d04202a9073f00
---
M RELEASE-NOTES-1.22
1 file changed, 5 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/07/94507/1

diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22
index 1c364ff..24a5a73 100644
--- a/RELEASE-NOTES-1.22
+++ b/RELEASE-NOTES-1.22
@@ -67,6 +67,8 @@
 * Default value of $wgMaxShellMemory has been tripled (it's now 300 MB).
 
 === New features in 1.22 ===
+* You can now install extensions using Composer.
+  See https://www.mediawiki.org/wiki/Composer
 * (bug 44525) mediawiki.jqueryMsg can now parse (whitelisted) HTML elements 
and attributes.
 * (bug 33454) Language::sprintfDate now has a timezone parameter, and supports
   the "eIOPTZ" formatting characters.
@@ -253,7 +255,7 @@
 * The 'UnwatchArticle' and 'WatchArticle' hooks now support a Status object
   instead of just a boolean return value to abort the hook.
 * Added a hook, SpecialWatchlistGetNonRevisionTypes, to allow extensions
-  with custom recentchanges entries to hook into the Watchlist without 
+  with custom recentchanges entries to hook into the Watchlist without
   clobbering each other.
 * A hidden, empty input field was added to the edit form, and any edit that 
fills
   it in will be rejected. This prevents against the simplest form of spambots.
@@ -351,6 +353,7 @@
 * (bug 45288) Support mysqli PHP extension
 * (bug 55818) BREAKING CHANGE: Removed undocumented 'Debug' hook in wfDebug.
   This resolves an infinite loop when using $wgDebugFunctionEntry = true.
+* (bug 56707) Correct tooltip of "Next n results" on query special pages.
 
 === API changes in 1.22 ===
 * (bug 25553) The JSON output formatter now leaves forward slashes unescaped
@@ -426,7 +429,7 @@
 * The rc_type field in the recentchanges table has been superseded by a new
   rc_source field.  The rc_source field is a string representation of the
   change type where rc_type was a numeric constant.  This field is not yet
-  queried but will be in a future point release of 1.22.  
+  queried but will be in a future point release of 1.22.
 ** Utilize update.php to create and populate this new field.  On larger wiki's
    which do not wish to update recentchanges table in one large update please
    review the sql and comments in maintenance/archives/patch-rc_source.sql.

-- 
To view, visit https://gerrit.wikimedia.org/r/94507
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5113828701fde7d21c81ef3219d04202a9073f00
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IAlex <coderev...@emsenhuber.ch>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to