X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.20;h=1577b149b6d6f3a6f629f869576a16ed37fea39f;hb=03f81522c5a7a0aa758a30183288709f17f36cb9;hp=2729aee709aef188c37ba36f31499a57e5773722;hpb=d969a278b7b0b2b712a1cef4bf79d9ee5e71fe0f;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20 index 2729aee709..1577b149b6 100644 --- a/RELEASE-NOTES-1.20 +++ b/RELEASE-NOTES-1.20 @@ -54,7 +54,7 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. Special:Version * Edit notices can now be translated. * (bug 35680) jQuery upgraded to 1.7.2. -* jQuery UI upgraded to 1.8.19. +* jQuery UI upgraded to 1.8.21. * (bug 22887) Add warning and tracking category for preprocessor errors * (bug 31704) Allow selection of associated namespace on the watchlist * (bug 5445) Now remove autoblocks when a user is unblocked. @@ -71,6 +71,9 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * cleanupSpam.php now can delete spam pages if --delete was specified instead of blanking them. * Added new hook ChangePasswordForm to allow adding of additional fields in Special:ChangePassword +* Added new function getDomain to AuthPlugin for getting a user's domain +* (bug 23427) New magic word {{PAGEID}} which gives the current page ID. + Will be null on previewing a page being created. === Bug fixes in 1.20 === * (bug 30245) Use the correct way to construct a log page title. @@ -116,11 +119,13 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * (bug 32604) Some messages needs escaping of wikitext inside username * (bug 36537) Rename wfArrayToCGI to wfArrayToCgi for consistency with wfCgiToArray. * (bug 25946) The message on the top of Special:RecentChanges is now displayed - in user language instead of content language + in user language instead of content language. * (bug 35264) Wrong type used for in export.xsd * (bug 24985) Use $wgTmpDirectory as the default temp directory so that people who don't have access to /tmp can specify an alternative. -* (bug 27283) SqlBagOStuff breaks PostgreSQL transactions +* (bug 27283) SqlBagOStuff breaks PostgreSQL transactions. +* (bug 35727) mw.Api ajax() should put token parameter last. +* (bug 260) Handle
 overflow automatically with a scroll bar.
 
 === API changes in 1.20 ===
 * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API.
@@ -128,10 +133,10 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki.
   the format parameter.
 * (bug 32384) Allow descending order for list=watchlistraw.
 * (bug 31883) Limit of bkusers of list=blocks and titles of action=query is not documented in API help.
-* (bug 32492) API now allows editing using pageid
-* (bug 32497) API now allows changing of protection level using pageid
-* (bug 32498) API now allows comparing pages using pageids
-* (bug 30975) API import of pages with invalid characters in this wiki leads to Fatal Error
+* (bug 32492) API now allows editing using pageid.
+* (bug 32497) API now allows changing of protection level using pageid.
+* (bug 32498) API now allows comparing pages using pageids.
+* (bug 30975) API import of pages with invalid characters in this wiki leads to Fatal Error.
 * (bug 30488) API now allows listing of backlinks/embeddedin/imageusage per pageid
 * (bug 34927) Output media_type for list=filearchive
 * (bug 28814) add properties to output of action=parse