X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=blobdiff_plain;f=RELEASE-NOTES-1.25;h=c1b600dc21ad227bb739d4f4aaabf8cfbb298020;hb=aa04aab5cf9649b3ce17a83db40af8737a77cc41;hp=ae1c23ef185badfb40eb6491ce8ac51aacf58500;hpb=66e12c6531557024b43655c589ec3c154be0bc4b;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.25 b/RELEASE-NOTES-1.25 index ae1c23ef18..c1b600dc21 100644 --- a/RELEASE-NOTES-1.25 +++ b/RELEASE-NOTES-1.25 @@ -23,6 +23,10 @@ production. See StartProfiler.sample for details. * $wgMangleFlashPolicy was added to make MediaWiki's mangling of anything that might be a flash policy directive configurable. +* ApiOpenSearch now supports XML output. The OpenSearchXml extension should no + longer be used. If extracts and page images are desired, the TextExtracts and + PageImages extensions are required. +* $wgOpenSearchTemplate is deprecated in favor of $wgOpenSearchTemplates. === New features in 1.25 === * (bug 62861) Updated plural rules to CLDR 26. Includes incompatible changes @@ -51,6 +55,10 @@ production. User::matchEditToken will reject any older tokens. * The debug logging internals have been overhauled, and are now using the PSR-3 interfaces. +* Update CSSJanus to v1.1.1. +* Added a hook, "ApiOpenSearchSuggest", to allow extensions to provide extracts + and images for ApiOpenSearch output. The semantics are identical to the + "OpenSearchXml" hook provided by the OpenSearchXml extension. === Bug fixes in 1.25 === * (bug 71003) No additional code will be generated to try to load CSS-embedded @@ -97,6 +105,19 @@ production. * If the user has the 'deletedhistory' right, action=query's revids parameter will now recognize deleted revids. * prop=revisions may be used as a generator, generating revids. +* (bug 66776) format=json results will no longer be corrupted when + $wgMangleFlashPolicy is in effect. format=php results will cleanly return an + error instead of returning invalid serialized data. +* Generators may now return data for the generated pages when used with + action=query. +* Query page data for generator=search and generator=prefixsearch will now + include an "index" field, which may be used by the client for sorting the + search results. +* ApiOpenSearch now supports XML output. +* ApiOpenSearch will now output descriptions and URLs as array indexes 2 and 3 + in JSON format. +* (bug T76051) list=tags will now continue correctly. +* (bug T76052) list=tags can now indicate whether a tag is defined. === Action API internal changes in 1.25 === * ApiHelp has been rewritten to support i18n and paginated HTML output. @@ -126,6 +147,8 @@ production. revisions as "good" if the user has the 'deletedhistory' right. New methods ApiPageSet::getLiveRevisionIDs() and ApiPageSet::getDeletedRevisionIDs() are provided to access just the live or just the deleted revids. +* Added ApiPageSet::setGeneratorData() and ApiPageSet::populateGeneratorData() + to allow generators to include data in the action=query result. * The following methods have been deprecated and may be removed in a future release: * ApiBase::getDescription @@ -192,6 +215,11 @@ changes to languages because of Bugzilla reports. * Deprecated the getInternalLinkAttributes, getInternalLinkAttributesObj, and getInternalLinkAttributes methods in Linker, and removed getExternalLinkAttributes method, which was deprecated in MediaWiki 1.18. +* Removed Sites class, which was deprecated in 1.21 and replaced by SiteSQLStore. +* The mw.api.getToken() method now uses action=query?meta=tokens. This will now + fail for custom tokens registered only via the deprecated ApiTokensGetTokenTypes + hook. The ApiQueryTokensRegisterTypes hook should be used for this to work. +* Added wgRelevantArticleId to the client-side config, for use on special pages. == Compatibility == @@ -232,7 +260,7 @@ Don't forget to always back up your database before upgrading! See the file UPGRADE for more detailed upgrade instructions. -For notes on 1.23.x and older releases, see HISTORY. +For notes on 1.24.x and older releases, see HISTORY. == Online documentation ==