From a0c0f33f021a622e53fa3259f63b5e443882e992 Mon Sep 17 00:00:00 2001 From: xqt Date: Sat, 27 Jul 2024 18:54:25 +0200 Subject: [PATCH] [doc] update ROADMAP.rst and CHANGELOG.rst Change-Id: I5057cb43d8a4bf28e6f1a91c06c14b9914350ff9 --- ROADMAP.rst | 10 ++++++++++ scripts/CHANGELOG.rst | 24 ++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/ROADMAP.rst b/ROADMAP.rst index ce8bc737bd..63d76f2154 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,6 +1,14 @@ Current Release Changes ======================= +* Only add lang links from API response to a given page if present in family file (:phab:`T371107`) +* Add support for ``cswikivoyage`` to Pywikibot (:phab:`T370915`) +* :class:`pywikibot.FilePage` has a parameter *ignore_extension* to ignore file extension check :phab:`T352237`) +* Provide :attr:`cosmetic_changes.main_sortkey` to localize sort key in + :meth:`CosmeticChangesToolkit.standardizePageFooter` +* Add *ignore_section parameter* to :meth:`site.APISite.getredirtarget` and :meth:`page.BasePage.getRedirectTarget` to + ignore :exc:`exceptions.SectionError` (:phab:`T370295`) +* Avoid backslash in repr string of :class:`page.WikibaseEntity` * *botflag* parameter of :meth:`page.BasePage.save`, :meth:`page.BasePage.put`, :meth:`page.BasePage.touch`, :meth:`pywikibot.Page.set_redirect_target` and :meth:`pywikibot.ItemPage.set_redirect_target` was renamed to *bot* to be in sync with :meth:`APISite.editpage` and :api:`edit`. @@ -14,6 +22,8 @@ Current Release Changes Current Deprecations ==================== +* 9.3.0: :meth:`page.BasePage.userName` and :meth:`page.BasePage.isIpEdit` are deprecated in favour of + ``user`` or ``anon`` attributes of :attr:`page.BasePage.latest_revision` property * 9.2.0: Imports of :mod:`logging` functions from :mod:`bot` module is deprecated and will be desupported * 9.2.0: *total* argument in ``-logevents`` pagegenerators option is deprecated; use ``-limit`` instead (:phab:`T128981`) diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst index 31ae292f94..b207ef7155 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -1,6 +1,30 @@ Scripts Changelog ================= +9.3.0 +----- + +delinker +^^^^^^^^ + +* Ignore file extension check :phab:`T352237`) + +fixing_redirects +^^^^^^^^^^^^^^^^ + +* Ignore :exc:`SectionError` in fixing_redirects.py script (:phab:`T370295`) + +interwiki +^^^^^^^^^ + +* ``-wiktionary`` option was removed + +redirect +^^^^^^^^ + +* Show the current redirect target with redirect summary (:phab:`T254839`) + + 9.2.0 -----