(bug 7671) Observe canonical media namespace prefix in Linker::formatComment
[lhc/web/wiklou.git] / RELEASE-NOTES
index b967a76..1b3dde8 100644 (file)
@@ -224,11 +224,35 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   This is triggered by including &undo=revid in an edit URL. A link to a URL
   that will undo a given edit is shown on NEW NON-CURRENT revision headers on diff pages.
 * Fix display of link in "already rolled back" message for image/category pages
+* (bug 6016) Left-aligned images should stack vertically, like right-aligned
+  images, not horizontally.
+* Patch from LeonWP: added UploadForm:BeforeProcessing hook in SpecialUpload.php
+* Add AuthPluginSetup hook to override $wgAuth after configuration
+* Fix regression in authentication hook auto-creation on login
+* (bug 8110) Allow spaces in ISBNs
+* (bug 8024) Introduce "send me copies of emails I send to others" preference
+* Added 'EditPage::attemptSave' hook before an article is saved.
+* (bug 8083) Applied patch for sk localisation
+* Add a backslash character to the edit token, to prevent edits via certain
+  broken proxies that mangle such characters in form submissions
+* (bug 7461) Allow overwriting pages using importTextFile.php
+* (bug 7946) importTextFile.php doesn't perform pre-save transform
+* (bug 8117) {{REVISIONTIMESTAMP}} showed weird default if $wgLocalTZoffset set;
+  now uses current time for previews and if timestamp can't be loaded from DB
+* {{REVISIONTIMESTAMP}} now uses site local timezone instead of user timezone
+  to ensure consistent behavior
+* {{REVISIONTIMESTAMP}} and friends should now work on non-MySQL backends
+* Special:Contributions has been rewritten to inherit from QueryPage
+* New special page Special:NewbieContributions, with a (deprecated)
+  redirect from Special:Contributions/newbies for backwards compatibility
+* (bug 7671) Observe canonical media namespace prefix in Linker::formatComment
 
 == Languages updated ==
 
 * Bishnupriya Manipuri (bpy)
 * Cantonese (zh-yue)
+* Finnish (fi)
+* Frisian (fy)
 * German (de)
 * Hebrew (he)
 * Indonesian (id)
@@ -246,6 +270,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Slovak (sk)
 * Swedish (sv)
 * Upper Sorbian (hsb)
+* Vietnamese (vi)
 
 == Compatibility ==