jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/742241 )
Change subject: [doc] update ROADMAP.rst ......................................................................
[doc] update ROADMAP.rst
Change-Id: I32292bda05506be981e3ed299b61b32781ae9fb5 --- M ROADMAP.rst 1 file changed, 10 insertions(+), 0 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/ROADMAP.rst b/ROADMAP.rst index 9d32716..323b195 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -4,6 +4,14 @@ Improvements and Bugfixes -------------------------
+* pywikibot.argv has been fixed for pwb.py wrapper if called with global args (T254435) +* A new method User.is_locked() was added to determine whether the user is currently locked globally (T249392) +* A new method APISite.is_locked() was added to determine whether a given user or user id is locked globally (T249392) +* APISite.get_globaluserinfo() method was added to retrieve globaluserinfo for any user or user id (T163629) +* APISite.globaluserinfo attribute may be deleted to force reload +* APISite.is_blocked() method has a force parameter to reload that info +* Allow family files in base_dir by default +* Only ignore FileExistsError when creating the api cache (T295924) * Make pwb wrapper script a pywikibot entry point for scripts (T139143, T270480) * Enable -version and --version with pwb wrapper or code entry point (T101828) * Retry upload if 'copyuploadbaddomain' API error occurs (T294825) @@ -82,6 +90,8 @@ Deprecations ^^^^^^^^^^^^
+* 7.0.0: User.isBlocked() method is renamed to is_blocked for consistency +* 7.0.0: Require mysql >= 0.7.11 (T216741) * 7.0.0: Private BaseBot counters _treat_counter, _save_counter, _skip_counter will be removed in favour of collections.Counter counter attribute * 7.0.0: A boolean watch parameter in Page.save() is deprecated and will be desupported * 7.0.0: baserevid parameter of editSource(), editQualifier(), removeClaims(), removeSources(), remove_qualifiers() DataSite methods will be removed
pywikibot-commits@lists.wikimedia.org