Followup r98446, move RELEASE-NOTES from r95318
authorSam Reed <reedy@users.mediawiki.org>
Thu, 29 Sep 2011 21:00:17 +0000 (21:00 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 29 Sep 2011 21:00:17 +0000 (21:00 +0000)
RELEASE-NOTES-1.18

index c2d165d..e202f61 100644 (file)
@@ -217,7 +217,8 @@ production.
   Setting preferences in $wgDefaultUserOptions still work fine, but when reading
   them (i.e. with array_keys) to get a list of all preferences, then
   $wgDefaultUserOptions should no longer be used as it will contain those set via
-  User:getDefaultOptions().
+* (bug 30497) Add client-nojs and client-js classes on document element
+  to let styles easily hide or show things based on general JS availability
 
 === Bug fixes in 1.18 ===
 * mw.util.getScript has been implemented (like wfScript in GlobalFunctions.php)