Added release notes for changes in r54109 - a fix to bug #18497 which caused pages...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 3 Aug 2009 23:43:19 +0000 (23:43 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 3 Aug 2009 23:43:19 +0000 (23:43 +0000)
RELEASE-NOTES

index 829103f..2f3921e 100644 (file)
@@ -79,6 +79,10 @@ 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
+* 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.
 
 === New features in 1.16 ===