X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=RELEASE-NOTES;h=d5716251aeb852c755249db3eafb9b6864c106f5;hb=41e923e164e2fa3241de8646de32173b4c881c5f;hp=3b0e3be73cd6ffb16735027b784fbda7580d94af;hpb=2d8ee839cb13d922731473ddc1d06e32e84b9bda;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3b0e3be73c..d5716251ae 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -49,6 +49,10 @@ 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. +* Add width parameter to Special:Filepath to allow getting the file path of a thumbnail. +* (bug 26870) Add size to {{filepath:}} +* Upload warnings now show a thumbnail of the uploaded file === Bug fixes in 1.18 === * (bug 23119) WikiError class and subclasses are now marked as deprecated @@ -92,6 +96,18 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN of evaluating wikitext elements like #, :, *, and tables (bug 529). Now this behaviour is only applied to wikitable-start {|, but the first line of a wikitable cell is now treated as a linestart. +* Custom editintro's using the editintro url parameter will no longer show + 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 +* (bug 26809) Uploading files with multiple extensions where one of the extensions + is blacklisted now gives the proper extension in the error message. === API changes in 1.18 === * (bug 26339) Throw warning when truncating an overlarge API result @@ -116,6 +132,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 26480) add a pppageprops param to prop=pageprops * (bug 26650) Remove $wgAPICacheHelp in favour of $wgAPICacheHelpTimeout * (bug 24650) Fix API to work with categorylinks changes +* Expose list of skins in meta=siteinfo === Languages updated in 1.18 ===