X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=RELEASE-NOTES;h=83544c0df7112ff6ac70ffb50fd84b439afd7d7b;hb=56de6f1b62734f6339cbcbed33ba97bcda8349b4;hp=c6ae9bc600c8dca7bac127d9d862d7b33a41ec63;hpb=088999eeacc414494efbcc71c3915580a216bee9;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c6ae9bc600..83544c0df7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -21,6 +21,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN === Configuration changes in 1.13 === * New option $wgFeed can be set false to turn off syndication feeds +* (bug 5745) Special:Whatlinkshere now shows up to $wgMaxRedirectLinksRetrieved + links through each redirect instead of hardcoded 500 +* Set $wgUploadSizeWarning to false by default === New features in 1.13 === @@ -36,7 +39,24 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 13112) Added Special:RelatedChanges alias to Special:Recentchangeslinked * (bug 13130) Moved edit token and autosummary fields above edit tools to reduce broken form submissions - +* Add --old-redirects-only option to maintenance/refreshLinks.php, to add old + redirects to the redirect table +* Add links to page and file deletion forms to edit predefined delete reasons +* (bug 13269) Added MediaWiki:Uploadfooter to the bottom of Special:Upload +* (bug 2815) Search results for media now use thumb instead of text extract +* When a page doesn't exist, the tab should say "create", not "edit" +* (bug 12882) Added a span with class "patrollink" arround "Mark as patrolled" + link on diffs +* Magic word formatnum can now take raw suffix to undo formatting +* Add updatelog table to reliably permit updates that don't change the schema +* Add category table to allow better tracking of category membership counts +** (bug 1212) Give correct membership counts on the pages of large categories +** Use category table for more efficient display of Special:Categories +* (bug 1459) Search for duplicate files by hash: Special:FileDuplicateSearch +* (bug 9447) Added hooks for search result headings +* Image redirects are now enabled +* (bug 13450) Email confirmation can now be canceled before the expiration +* (bug 13490) Show upload/file size limit on upload form === Bug fixes in 1.13 === @@ -61,6 +81,64 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 11561) Fix fatal error when calling action=revert to non-image page * (bug 12430) Fix call to private method LinkFilter::makeRegex fatal error in maintenance/cleanupSpam.php +* All skins should have the "mediawiki" class on the body element +* (bug 13019) Message cache for some extensions not loaded at time of editing +* (bug 13247) Prettified ISBN links +* maintenance/refreshLinks.php did not fix page_id 1 with the --new-only option +* (bug 13110) Don't show "Permission error" page if the edit is already rolled + back when using rollback +* (bug 13012) Use content messages for block options when generating the + recentchanges entry +* (bug 13274) Change links for messages to ucfirst +* (bug 13273) Un-hardcode some punctuation (add new messages colon-separator, + autocomment-prefix) +* Parse MediaWiki message translations with a correct language setting on preview +* (bug 13281) Treat X-Forwarded-For, Client-ip and User-Agent headers as + case-insensitive names. +* Adding the fix for lists in RTL wikis to more skins, and fixing the image toc +* (bug 8157) Remove redirects from Special:Unusedtemplates. Patch by WebBoy. +* (bug 10721) Duplicate section anchors with differing case now disambiguated + for Internet Explorer's sake and standards compliance +* (bug 13298) Tighter limits on Special:Newpages limits when embedding +* Email subject in content language instead of sending user's UI language +* (bug 13251) Allow maintenance rebuild scripts to work with Postgres +* (bug 2084) Fixed incorrect regex to match redirects +* (bug 3131) Manually-specified upload destination filename is no longer + overwritten by browsing for a file after you wrote it. +* (bug 7251) Sidebars generated by MediaWiki:Sidebar now have the class + 'generated-sidebar'. +* (bug 13265) Media handler is missing 'image/x-bmp' +* (bug 13407) MediaWiki:Powersearch is used in two places +* (bug 13403) Fix cache invalidation of history pages when old revisions change +* (bug 11563) Deprecated SearchMySQL4 class; merged code to SearchMySQL +* (bug 12801) Fix link in subtitle message in AJAX search +* (bug 13428) Fix regression in protection form layout HTML validity +* (bug 9403) Sanitize newlines from search term input +* (bug 13429) Separate date and time in message sp-newimages-showfrom +* (bug 13137) Allow setting 'editprotected' right separately from 'protect', + so groups may optionally edit protected pages without having 'protect' perms +* Disallow deletion of big pages by means of moving a page to its title and + using the "delete and move" option. +* (bug 13466) White space differences not shown in diffs +* (bug 1953) Search form now honors namespace selections more reliably +* (bug 12294) Namespace class renamed to MWNamespace for PHP 5.3 compatibility +* PHP 5.3 compatibility fix for wfRunHooks() called with no parameters +* (bug 6447) Trackbacks now work with transactional tables, if enabled +* (bug 6892, 7147) Trackback error handling, optional fields more robust +* (bug 6813) Don't break HTML validator when using trackbacks +* Fix for size checks on SVG images with global 'stroke-width' attribute +* (bug 11874) Inline CSS with !important no longer borken +* (bug 1600) Strip extra == section markup == in new-comment field +* (bug 11325) Wrapped page titles in MonoBook skin spaced more nicely +* (bug 12077) Fix HTML nesting for TOC +* (bug 344) Purge cache for talk/article pages when deleting the other tab +* (bug 13436) Treat image captions correctly when they include option keywords + (like ending with "px" or starting with "upright") +* Trackback display formatting fixed +* Don't die when single-element arrays are passed to SQL query constructors + that have an array index other than 0 +* (bug 13522) Fix fatal error in Parser::extractTagsAndParams + === API changes in 1.13 === @@ -69,9 +147,30 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Implemented {bl,ei,iu}redirect (lists links through redirects as well) * (bug 13154) Introduced subpages flag to meta=siteinfo&siprop=namespaces * (bug 13157) Added ucuserprefix parameter to list=usercontibs -* (bug 12394) Added rctitles parameter to list=recentchanges, making rcid retrieval easier +* (bug 12394) Added rctitles parameter to list=recentchanges, making rcid + retrieval easier * (bug 13218) Fix inclusion of " character in hyperlinks * Added watch and unwatch parameters to action=delete and action=move +* Added action=edit +* (bug 11401) Added xmldoublequote to xml formatter +* Added rvsection parameter to prop=revisions to allow fetching the content of + a certain section only +* Introduced list=allimages +* (bug 13371) Build page set from image hashes +* Mark non-existent messages in meta=allmessages as missing +* (bug 13390) One invalid title no longer kills an entire API query +* (bug 13419) Fix gblredirect so it actually works +* (bug 13418) Disable eiredirect because it's useless +* (bug 13395) list=allcategories should use category table +* (bug 13442) Missing pages in prop=langlinks and prop=extlinks are now + handled properly. +* (bug 13444) Add description to list=watchlist +* (bug 13482) Disabled search types handled properly +* Added inprop=talkid,subjectid to prop=info +* Added help text message that specifies whether a module is POST-only +* Added createonly parameter to action=edit +* Replaced $wgAPIUCUserPrefixMinLength by the more generic $wgAPIMaxDBRows +* (bug 11719) Remove trailing blanks in YAML output. === Languages updated in 1.13 === @@ -151,6 +250,10 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Wolof (wo) * Mingrelian (xmf) * Yiddish (yi) +* Cantonese (yue) +* Old Chinese / Late Time Chinese (zh-classical) +* Chinese (Simplified) (zh-hans) +* Chinese (Traditional) (zh-hant) == Compatibility ==