adding icon for cc-by license
[lhc/web/wiklou.git] / RELEASE-NOTES-1.19
index 99d3eff..c6b711a 100644 (file)
@@ -18,13 +18,23 @@ production.
 * LogReader and LogViewer classes (deprecated in 1.14) have now been removed
 
 === New features in 1.19 ===
+* (bug 28916) A way to to toggle mw.config legacy globals settings from
+  LocalSettings.php has been created by introducing $wgLegacyJavaScriptGlobals.
 
 === Bug fixes in 1.19 ===
 * (bug 10154) Don't allow user to specify days beyond $wgRCMaxAge.
 * (bug 28868) Show total pages in the subtitle of an image on the
 file description page for multi-paged documents.
+* (bug 28883) Message names for different compression types commonly
+used in Tiff files.
+* When translcuding a special page, do not let it interpret url parameters.
+* (bug 28887) Special page classes are no longer re-used during 1 request.
+* New title field of Special:MovePage is now length limited on client side.
+* (bug 28888) Searching for something starting with a # sign no longer tells
+  the user a page named [[:]] already exists.
 
 === API changes in 1.19 ===
+* (bug 27790) add query type for querymodules to action=paraminfo
 
 === Languages updated in 1.19 ===
 
@@ -32,6 +42,8 @@ MediaWiki supports over 330 languages. Many localisations are updated
 regularly. Below only new and removed languages are listed, as well as
 changes to languages because of Bugzilla reports.
 
+* Bhojpuri (bho) (renamed from "bh").
+
 == Compatibility ==
 
 MediaWiki 1.19 requires PHP 5.2.3. PHP 4 is no longer supported.