http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97674

Revision: 97674
Author:   reedy
Date:     2011-09-20 22:38:24 +0000 (Tue, 20 Sep 2011)
Log Message:
-----------
Restore RELEASE-NOTES-1.18 entries accidentally killed in r97673

Modified Paths:
--------------
    branches/REL1_18/phase3/RELEASE-NOTES-1.18

Modified: branches/REL1_18/phase3/RELEASE-NOTES-1.18
===================================================================
--- branches/REL1_18/phase3/RELEASE-NOTES-1.18  2011-09-20 22:36:23 UTC (rev 
97673)
+++ branches/REL1_18/phase3/RELEASE-NOTES-1.18  2011-09-20 22:38:24 UTC (rev 
97674)
@@ -202,6 +202,14 @@
 * Introduced $wgVaryOnXFPForAPI which will cause the API to send
   Vary: X-Forwarded-Proto headers.
 * New maintenance script to refresh image metadata 
(maintenance/refreshImageMetadata.php)
+* (bug 16428) Include permalink in printable version
+* (bug 30940) Add a hook in User:getDefaultOptions.
+   To give extensions a better and more flexible way of providing default      
 
+   values for preferences a hook has been introdiced in 
User:getDefaultOptions().       
+   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 30722) Add an identity collation that sorts things based on what the
   unicode code point is (aka pre-1.17 behaviour)
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to