Per CR on r86169, start adding unit tests for metadata extraction.
[lhc/web/wiklou.git] / RELEASE-NOTES-1.18
index 9afb57b..7b86b21 100644 (file)
@@ -61,6 +61,8 @@ production.
 * The spyc library is now no longer included in phase3.
 * (bug 28343) Unused preferences contextlines/contextchars have been removed
 * $wgSkinExtensionFunctions has been removed. Use $wgExtensionFunctions instead.
+* $wgProto has been removed. You now only need to set $wgServer to change the 
+  URL protocol.
 
 === New features in 1.18 ===
 * (bug 8130) Query pages should limit to content namespaces, not just main
@@ -253,6 +255,8 @@ production.
 * (bug 29263) Add LTR class to the shared CSS to be used for left-to-right text
   such as SQL queries shown in dberrortext and similar messages in RTL
   environments
+* (bug 14977) Fixed $wgServer detection in cases where an IPv6 address is used 
+  as the server name.
 
 === API changes in 1.18 ===
 * (bug 26339) Throw warning when truncating an overlarge API result.