Don't look for pipes in the root node.
[lhc/web/wiklou.git] / RELEASE-NOTES
index e829726..08fb831 100644 (file)
@@ -49,6 +49,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * New hook ArticlePrepareTextForEdit added, called when preparing text to be saved.
 * New parser option PreSaveTransform added, allows the pre-save transformation
   to be selectively disabled.
+* Alternative to $wgHooks implemented, using the new Hooks class. 
 
 === Bug fixes in 1.18 ===
 * (bug 23119) WikiError class and subclasses are now marked as deprecated
@@ -94,6 +95,14 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   cell is now treated as a linestart.
 * Custom editintro's using the editintro url parameter will no longer show <noinclude>
   sections on pages they are included on.
+* (bug 26449) Keep underlines from headings outside of tables and thumbs by
+  adding overflow:hidden to h1,h2,h3,h4,h5,h6 (also fixes editsection bunching).
+* (bug 26708) Remove background-color:white from tables in Monobook and Vector.
+* (bug 26781) {{PAGENAME}} and related parser functions escape their output better.
+* (bug 26716) Provide link to instructions for external editor related preferences
+  and add a comment to the ini control file explaining what is going on.
+* Trying to upload a file with no extension or with a disallowed MIME type now gives
+  the right message instead of complaining about a MIME/extension mismatch
 
 === API changes in 1.18 ===
 * (bug 26339) Throw warning when truncating an overlarge API result