Merge "Bug 35162 - Change in Database api break extension MSSQLBackCompat"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.19
index 3f3deca..576cfa8 100644 (file)
@@ -24,6 +24,13 @@ production.
   preloaded into edit summary on section edit
 * (bug 31417) New ID mw-content-text around the actual page text, without categories,
   contentSub, ... The same div often also contains the class mw-content-ltr/rtl.
+* (bug 35303) Proxy and DNS blacklist blocking works again
+* (bug 35294) jquery.byteLimit shouldn't set element specific variables outside
+  the "return this.each" loop.
+* (bug 22555) Remove or skip strip markers from tag hooks like <nowiki> in 
+  core parser functions which operate on strings, such as padleft.
+* (bug 18295) Don't expose strip markers when a tag appears inside a link 
+  inside a heading.
 
 === Configuration changes in 1.19 ===
 * Removed SkinTemplateSetupPageCss hook; use BeforePageDisplay instead.