summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES-1.22
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2014-03-28 05:41:12 +0100
committerPierre Schmitz <pierre@archlinux.de>2014-03-28 05:41:12 +0100
commit9441dde8bfb95277df073717ed7817dced40f948 (patch)
treeba31c10147e91bda378b77c8cae90c5651af9bfe /RELEASE-NOTES-1.22
parentd417de70fcf39e0a7a15ba780b597914d16ca0f7 (diff)
Update to MediaWiki 1.22.5
Diffstat (limited to 'RELEASE-NOTES-1.22')
-rw-r--r--RELEASE-NOTES-1.2224
1 files changed, 24 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22
index 284ef1f8..99f893b6 100644
--- a/RELEASE-NOTES-1.22
+++ b/RELEASE-NOTES-1.22
@@ -3,6 +3,29 @@
Security reminder: MediaWiki does not require PHP's register_globals. If you
have it on, turn it '''off''' if you can.
+== MediaWiki 1.22.5 ==
+
+This is a security and maintenance release of the MediaWiki 1.22 branch.
+
+=== Changes since 1.22.4 ===
+
+* (bug 62497) SECURITY: Add CSRF token on Special:ChangePassword.
+* (bug 62467) Set a title for the context during import on the cli.
+* Fix custom local MediaWiki:Helppage values.
+* mediawiki.js: Fix documentation breakage.
+* (bug 58153) Make MySQLi work with non standard port.
+* (bug 53887) Reintroduced a link to help pages in the default sidebar, that
+ any sysop can customize by editing [[MediaWiki:Sidebar]] locally. The link
+ now points to a mediawiki.org page which is guaranteed to exist. Nothing needs
+ to be done on your end, but remember to adjust [[MediaWiki:Sidebar]] for the
+ needs of your wikis. Everyone can help with the shared documentation by
+ translating: https://www.mediawiki.org/wiki/Special:Translate/agg-Help_pages .
+* (bug 53888) Corrected a regression in 1.22 which introduced red links on the
+ login page. If you previously installed 1.22.x and have created a local page
+ to make the red link blue, write its title as in [[MediaWiki:helplogin-url]]
+ if you didn't already. Otherwise, you don't need to do anything, but you can
+ translate the help page at https://www.mediawiki.org/wiki/Help:Logging_in .
+
== MediaWiki 1.22.4 ==
This is a maintenance release of the MediaWiki 1.22 branch.
@@ -16,6 +39,7 @@ This is a maintenance release of the MediaWiki 1.22 branch.
This is a security and bugfix release of the MediaWiki 1.22 branch.
=== Changes since 1.22.2 ===
+
* (bug 60771) SECURITY: Disallow uploading SVG files using non-whitelisted
namespaces. Also disallow iframe elements. User will get an error
including the namespace name if they use a non- whitelisted namespace.