jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1324359?usp=email )
Change subject: Update ROADMAP.rst and CHANGELOG.rst ...................................................................... Update ROADMAP.rst and CHANGELOG.rst Change-Id: Iccececc05ffeaa3c9d02ad10ec5b16d14b934f64 --- M ROADMAP.rst M scripts/CHANGELOG.rst 2 files changed, 26 insertions(+), 5 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/ROADMAP.rst b/ROADMAP.rst index e38ebac..cdd9f53 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,6 +1,12 @@ Release 11.7 ============ +* Avoid unnecessary :class:`pywikibot.Site` creation in :class:`specialbots.UploadRobot`. +* Add :meth:`page.BasePage.review` and :meth:`page.BasePage.unreview`, which call + :meth:`APISite.review_revision()<pywikibot.site._extensions.FlaggedRevsMixin.review_revision>`. + (:phab:`T408389`) +* Add :meth:`APISite.review_revision()<pywikibot.site._extensions.FlaggedRevsMixin.review_revision>` + for the :ext:`FlaggedRevs` extension. (:phab:`T408389`) * Add ``show`` filters to :meth:`APISite.blocks() <pywikibot.site._generators.GeneratorsMixin.blocks>`; they can be set by the new *account*, *ip*, *ip_range* and *temp* parameters. (:phab:`T433531`) diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst index 16c5369..1ed2fbd 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -4,14 +4,29 @@ 11.7.0 ------ +interwiki +^^^^^^^^^ + +* Create an interwiki graph in ``-autonomous`` mode when processing is forced to stop before + reaching the normal end, e.g. because duplicate pages were found. (:phab:`T416086`) + +reflinks +^^^^^^^^ + +* Fix processing of PDF responses with binary data. + revertbot ^^^^^^^^^ -* :class:`scripts.revertbot.ContribRevertBot` class was introduced where - contribution items are :class:`page.Contributions`. Users who want to - customize the bot's behaviour should subclass from it. The legacy classes - :class:`scripts.revertbot.BaseRevertBot` and :class:`scripts.revertbot.myRevertBot` - are deprecated. +* Introduce :class:`scripts.revertbot.ContribRevertBot`, whose contribution items are + :class:`page.Contributions`. Users who want to customize the bot's behavior should subclass it. + The legacy classes :class:`scripts.revertbot.BaseRevertBot` and + :class:`scripts.revertbot.myRevertBot` are deprecated. + +welcome +^^^^^^^ + +* Fix bad-account queue handling to correctly process and clear reported usernames. 11.6.0 ------ -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1324359?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: Iccececc05ffeaa3c9d02ad10ec5b16d14b934f64 Gerrit-Change-Number: 1324359 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
