Add missing semicolons
[lhc/web/wiklou.git] / RELEASE-NOTES
index 607af0e..ff6fa7f 100644 (file)
@@ -79,6 +79,7 @@ this. Was used when mwEmbed was going to be an extension.
 * (bug 19907) $wgCrossSiteAJAXdomains and $wgCrossSiteAJAXdomainsRegex added 
   to control which external domains may access the API via cross-site AJAX.
 * $wgMaintenanceScripts for extensions to add their scripts to the default list
+* $wgMemoryLimit has been added, default value '50M'
 
 === New features in 1.16 ===
 
@@ -182,6 +183,10 @@ this. Was used when mwEmbed was going to be an extension.
 * (bug 671) The HTML <abbr> tag is now permitted.
 * RecentChanges now has a legend to explain what the Nmb! flags mean, and the
   flags have tooltips.
+* (bug 15209) New hook BeforeInitialize called after everything has been setup
+  but before Mediawiki::performRequestForTitle()
+* wgMainPageTitle variable now available to JavaScript code to identify the main
+  page link, so it doesn't have to be extracted from the link URLs.
 
 === Bug fixes in 1.16 ===
 
@@ -380,6 +385,11 @@ this. Was used when mwEmbed was going to be an extension.
   preferences
 * (bug 18855) commandLine.inc and Maintenance.php are now properly included
   using the full path
+* OutputPage::addStyle now appends projection to the media attribute of any
+  style that specifies the media attribute as screen. This is done to resolve
+  and issue with Opera (bug 18497) where fullscreen mode is assumed to be
+  projection mode and the style sheet for screen media is no longer used.
+* (bug 16084) Default memory limit has be increased to 50M, see $wgMemoryLimit
 
 == API changes in 1.16 ==