X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=RELEASE-NOTES-1.21;h=30a73b0e57a395aaf2c237067c6cfcfd09dcfc66;hb=e061ee37153a1b61033ceb3f39cc8a6f7474ba56;hp=184812cdfc34c55f348de0d1a0b8048112adcd78;hpb=de5821044d4a20ba4c532aa58937f79ed03d269c;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21 index 184812cdfc..30a73b0e57 100644 --- a/RELEASE-NOTES-1.21 +++ b/RELEASE-NOTES-1.21 @@ -85,6 +85,8 @@ production. in MW 1.20 (saving preferences using Special:Preferences cleared any additional fields) and which has been disabled in 1.20.1 as a part of a security fix (bug 42202). +* Added option to specify "others" as author in extension credits using + "..." as author name. * Added the ability to limit the wall clock time used by shell processes, as well as the CPU time. Configurable with $wgMaxShellWallClockTime. * Allow memory of shell subprocesses to be limited using Linux cgroups @@ -94,11 +96,21 @@ production. * (bug 5346) Categories that are redirects will be displayed italic in the category links section at the bottom of a page. * (bug 43915) New maintenance script deleteEqualMessages.php. -* New collation uppercase-sv, which is like uppercase, but adapted - to Swedish sort order. * WikiText now permits the use of WAI-ARIA's role="presentation" inside of html elements and tables. This allows presentational markup, especially tables. To be marked up as such. +* maintenance/sql.php learned the --cluster option. Let you run the script + on some external cluster instead of the primary cluster for a given wiki. +* (bug 20281) test the parsing of inline URLs. +* Added Special:PagesWithProp, which lists pages using a particular page property. +* Implemented language-specific collations for category sorting for 67 languages + based in latin, greek and cyrillic alphabets. This allows one to *finally* get + articles to be correctly sorted on category pages. They are named + 'uca-', where is one of: af, ast, az, be, bg, br, bs, ca, + co, cs, cy, da, de, dsb, el, en, eo, es, et, eu, fi, fo, fr, fur, fy, ga, gd, + gl, hr, hsb, hu, is, it, kk, kl, ku, ky, la, lb, lt, lv, mk, mo, mt, nl, no, + oc, pl, pt, rm, ro, ru, rup, sco, sk, sl, smn, sq, sr, sv, tk, tl, tr, tt, uk, + uz, vi. === Bug fixes in 1.21 === * (bug 40353) SpecialDoubleRedirect should support interwiki redirects. @@ -169,6 +181,12 @@ production. * (bug 43964) Invalid value of "link" parameter in no longer produces a fatal error. * (bug 44775) The username field is not pre-filled when creating an account. +* (bug 45069) wfParseUrl() no longer produces a PHP notice if passed a "mailto:" + URL without address +* (bug 45012) Creating an account by e-mail can no longer show a + "password mismatch" error. +* (bug 44599) On Special:Version, HEADs for submodule checkouts (e.g. for + extensions) performed using Git 1.7.8+ should now appear. === API changes in 1.21 === * prop=revisions can now report the contentmodel and contentformat. @@ -212,6 +230,19 @@ production. iicontinue). * Add supports for all pageset capabilities - generators, redirects, converttitles to action=purge and action=setnotificationtimestamp. +* (bug 43251) prop=pageprops&ppprop= now accepts multiple props to query. +* ApiQueryImageInfo will now limit the number of calls to File::transform made + in any one query. If there are too many, iicontinue will be returned. +* action=query&meta=siteinfo&siprop=general will now return the regexes used for + link trails and link prefices. Added for Parsoid support. +* Added an API query module list=pageswithprop, which lists pages using a + particular page property. +* Added an API query module list=pagepropnames, which lists all page prop names + currently in use on the wiki. +* (bug 44921) ApiMain::execute() will now return after the CORS check for an + HTTP OPTIONS request. +* (bug 44923) action=upload works correctly if the entire file is uploaded in + the first chunk. === API internal changes in 1.21 === * For debugging only, a new global $wgDebugAPI removes many API restrictions when true.