jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1057348?usp=email )
Change subject: [doc] update ROADMAP.rst and CHANGELOG.rst ......................................................................
[doc] update ROADMAP.rst and CHANGELOG.rst
Change-Id: I5057cb43d8a4bf28e6f1a91c06c14b9914350ff9 --- M ROADMAP.rst M scripts/CHANGELOG.rst 2 files changed, 34 insertions(+), 0 deletions(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/ROADMAP.rst b/ROADMAP.rst index ce8bc73..63d76f2 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<cosmetic_changes.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<pywikibot.site._apisite.APISite.editpage>` and :api:`edit`. @@ -14,6 +22,8 @@ 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 31ae292..b207ef7 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 -----
pywikibot-commits@lists.wikimedia.org