X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES;h=45bbe08a572db6806ad80899f795572a6812a1a0;hb=de79cb9cde213974a0c06d74596d3d43332d9d85;hp=1671a6d5093978a40f9147482310b36594b74bab;hpb=7da18d25f69306c397c515db5566ee3083932158;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1671a6d509..45bbe08a57 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -46,6 +46,10 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 6672) Images are now autorotated according to their EXIF orientation. This only affects thumbnails; the source remains unrotated. * (bug 25708) Update case mappings and normalization to Unicode 6.0.0 +* 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 @@ -75,6 +79,32 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 26208) Mark directionality of some interlanguage links * (bug 26034) Make the "View / Read" tab in content_navigation style tabs remain selected when the action is "purge". +* (bug 14267) Support a MediaWiki:Mainpage-nstab override for the subject namespace + tab on the mainpage of a wiki. +* (bug 10158) Do not mention allowing others to contact you when the feature + is disabled ($wgEnableUserEmail=false) +* (bug 26733) Wrap initial table creation in transaction +* (bug 26729) Category pages should return 404 if they do not exist and have no + members. +* (bug 2585) Image pages should send 404 if no image, no shared image and no + description page. +* (bug 12974) The behaviour of wikitable and template parsing was altered. Previously, + all templates were treated as being at the start of a block context for the purposes + 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 @@ -98,6 +128,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 26484) add a lltitles param to prop=langlinks * (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 === Languages updated in 1.18 ===