[Pywikipedia-bugs] [Maniphest] [Commented On] T248768: clientlogin seems to respond with badtoken instead of NeedToken or WrongToken; but site.tokens is empty when login

2020-03-29 Thread gerritbot
gerritbot added a comment. Change 584269 had a related patch set uploaded (by Dvorapa; owner: Dvorapa): [pywikibot/core@master] [bugfix] Fix minor endless loop when badtoken https://gerrit.wikimedia.org/r/584269 TASK DETAIL https://phabricator.wikimedia.org/T248768 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Updated] T248768: clientlogin seems to respond with badtoken instead of NeedToken or WrongToken; but site.tokens is empty when login

2020-03-29 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T248768 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa, gerritbot Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Oblanco79, Alter-paule, Beast1978,

[Pywikipedia-bugs] [Maniphest] [Commented On] T248766: login loop 1: userinfo calls user calls logged_in calls userinfo

2020-03-29 Thread Dvorapa
Dvorapa added a comment. But there is also an endless loop with API login(retry=True), and another loop with site.login(). And loops mentioned in parent task. TASK DETAIL https://phabricator.wikimedia.org/T248766 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Block] T137805: API action=login is deprecated

2020-03-29 Thread Dvorapa
Dvorapa reopened subtask T248768: clientlogin seems to respond with badtoken instead of NeedToken or WrongToken; but site.tokens is empty when login as Open. TASK DETAIL https://phabricator.wikimedia.org/T137805 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Unblock] T137805: API action=login is deprecated

2020-03-29 Thread Dvorapa
Dvorapa closed subtask T248768: clientlogin seems to respond with badtoken instead of NeedToken or WrongToken; but site.tokens is empty when login as Resolved. TASK DETAIL https://phabricator.wikimedia.org/T137805 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Reopened] T248768: clientlogin seems to respond with badtoken instead of NeedToken or WrongToken; but site.tokens is empty when login

2020-03-29 Thread Dvorapa
Dvorapa reopened this task as "Open". Dvorapa changed the subtype of this task from "Task" to "Bug Report". TASK DETAIL https://phabricator.wikimedia.org/T248768 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Aklapper,

[Pywikipedia-bugs] [Maniphest] [Closed] T248768: clientlogin seems to respond with badtoken instead of NeedToken or WrongToken; but site.tokens is empty when login

2020-03-29 Thread Dvorapa
Dvorapa closed this task as "Resolved". Dvorapa claimed this task. Dvorapa moved this task from Backlog to Test failures on the Pywikibot-tests board. TASK DETAIL https://phabricator.wikimedia.org/T248768 WORKBOARD https://phabricator.wikimedia.org/project/board/107/ EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T248766: login loop 1: userinfo calls user calls logged_in calls userinfo

2020-03-29 Thread Dvorapa
Dvorapa added a comment. Yeah, seems not everywhere is good to replace _userinfo() TASK DETAIL https://phabricator.wikimedia.org/T248766 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: JJMC89, zhuyifei1999, Xqt, Aklapper,

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T248766: login loop 1: userinfo calls user calls logged_in calls userinfo

2020-03-29 Thread JJMC89
JJMC89 added subscribers: Xqt, zhuyifei1999, JJMC89. JJMC89 added a comment. Related patches: - https://gerrit.wikimedia.org/r/#/c/pywikibot/core/+/571001/: always use Site.userinfo in favour of Site._userinfo (@Xqt, @Dvorapa) -

[Pywikipedia-bugs] [Maniphest] [Updated] T248766: login loop 1: userinfo calls user calls logged_in calls userinfo

2020-03-29 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T248766 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: gerritbot Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Oblanco79, Alter-paule, Beast1978, Un1tY,

[Pywikipedia-bugs] [Maniphest] [Commented On] T248766: login loop 1: userinfo calls user calls logged_in calls userinfo

2020-03-29 Thread gerritbot
gerritbot added a comment. Change 584266 had a related patch set uploaded (by Dvorapa; owner: Dvorapa): [pywikibot/core@master] [bugfix] Fix major endless loop https://gerrit.wikimedia.org/r/584266 TASK DETAIL https://phabricator.wikimedia.org/T248766 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T248787: checkimages.py shows warning about wrong settings

2020-03-29 Thread Xqt
Xqt added a comment. > @Xqt I should remove comments or what to do? Would say yes. Probably we should refactor this script to a ConfigParserBot which would have a nicer config setting. TASK DETAIL https://phabricator.wikimedia.org/T248787 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T224712: Attempt to login fails several times

2020-03-29 Thread Dvorapa
Dvorapa added a comment. Last endless loop issue should be caused by loop 1 or 2. I suspect there are more hidden loops and this needs to be investigated properly. I also suspect userinfo <-> _userinfo and user() <-> username() are switched in wrong places producing these loops. TASK

[Pywikipedia-bugs] [Maniphest] [Commented On] T248771: login loop 4: get_login_token does poor job urldecoding response and results in badtoken (previously NeedToken)

2020-03-29 Thread Dvorapa
Dvorapa added a comment. Seems this might really be an issue of zh:ws, but we can't tell for sure until we solve the loops first TASK DETAIL https://phabricator.wikimedia.org/T248771 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc:

[Pywikipedia-bugs] [Maniphest] [Commented On] T248769: login loop 3: get_login_token and userinfo race condition getting login token making one of them bad and failing login

2020-03-29 Thread Dvorapa
Dvorapa added a comment. This might be due to other loopes TASK DETAIL https://phabricator.wikimedia.org/T248769 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Zkhalido, Viztor, Wenyi, Tbscho,

[Pywikipedia-bugs] [Maniphest] [Commented On] T248787: checkimages.py shows warning about wrong settings

2020-03-29 Thread Zoranzoki21
Zoranzoki21 added a comment. In T248787#6008475 , @Xqt wrote: > Your settings file does not match the SETTINGS_REGEX > I guess this is caused by your comments: > > > На овај начин бот може да разуме где почиње нови блок како

[Pywikipedia-bugs] [Maniphest] [Commented On] T224712: Attempt to login fails several times

2020-03-29 Thread gerritbot
gerritbot added a comment. Change 583711 **merged** by jenkins-bot: [pywikibot/core@master] [IMPR] Don't trust token from NeedToken response https://gerrit.wikimedia.org/r/583711 TASK DETAIL https://phabricator.wikimedia.org/T224712 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T224712: Attempt to login fails several times

2020-03-29 Thread Dvorapa
Dvorapa added a comment. Any pair of eye to identify issues in this traceback are welcome. If you find a loop, please create a subtask for it :) TASK DETAIL https://phabricator.wikimedia.org/T224712 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/

[Pywikipedia-bugs] [Maniphest] [Commented On] T248787: checkimages.py shows warning about wrong settings

2020-03-29 Thread Xqt
Xqt added a comment. Your settings file does not match the SETTINGS_REGEX I guess this is caused by your comments: На овај начин бот може да разуме где почиње нови блок како би преузео коректан параметар. TASK DETAIL https://phabricator.wikimedia.org/T248787 EMAIL

[Pywikipedia-bugs] [Maniphest] [Updated] T224712: Attempt to login fails several times

2020-03-29 Thread Dvorapa
Dvorapa added a subscriber: Urbanecm. Dvorapa added a comment. @Urbanecm @Xqt P10811 Finally we can see so far hidden login loops! Magnificent! TASK DETAIL https://phabricator.wikimedia.org/T224712 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Created] T248787: checkimages.py shows warning about wrong settings

2020-03-29 Thread Zoranzoki21
Zoranzoki21 created this task. Zoranzoki21 added a project: Pywikibot. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION When I run `python pwb.py checkimages.py` I get this output: kizule@kizule-laptop1:~/Desktop/development/pywikibot-core$ python

[Pywikipedia-bugs] [Maniphest] [Updated] T248767: login loop 2: userinfo calls _relogin calls login calls userinfo

2020-03-29 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T248767 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Maintenance_bot Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Zkhalido, Viztor, Wenyi, Tbscho,

[Pywikipedia-bugs] [Maniphest] [Updated] T248768: clientlogin seems to respond with badtoken instead of NeedToken or WrongToken; but site.tokens is empty when login

2020-03-29 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T248768 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Maintenance_bot Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Zkhalido, Viztor, Wenyi, Tbscho,

[Pywikipedia-bugs] [Maniphest] [Commented On] T224712: Attempt to login fails several times

2020-03-29 Thread gerritbot
gerritbot added a comment. Change 583711 had a related patch set uploaded (by Dvorapa; owner: Dvorapa): [pywikibot/core@master] [IMPR] Don't trust token from NeedToken response https://gerrit.wikimedia.org/r/583711 TASK DETAIL https://phabricator.wikimedia.org/T224712 EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T224712: Attempt to login fails several times

2020-03-29 Thread gerritbot
gerritbot added a comment. Change 584195 **merged** by jenkins-bot: [pywikibot/core@master] [bugfix] Fix handling of badtoken response for login actions https://gerrit.wikimedia.org/r/584195 TASK DETAIL https://phabricator.wikimedia.org/T224712 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T248768: clientlogin seems to respond with badtoken instead of NeedToken or WrongToken; but site.tokens is empty when login

2020-03-29 Thread gerritbot
gerritbot added a comment. Change 584195 **merged** by jenkins-bot: [pywikibot/core@master] [bugfix] Fix handling of badtoken response for login actions https://gerrit.wikimedia.org/r/584195 TASK DETAIL https://phabricator.wikimedia.org/T248768 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T248767: login loop 2: userinfo calls _relogin calls login calls userinfo

2020-03-29 Thread gerritbot
gerritbot added a comment. Change 584195 **merged** by jenkins-bot: [pywikibot/core@master] [bugfix] Fix handling of badtoken response for login actions https://gerrit.wikimedia.org/r/584195 TASK DETAIL https://phabricator.wikimedia.org/T248767 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Updated] T248782: AppVeyor ignores several options from settings

2020-03-29 Thread Dvorapa
Dvorapa removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T248782 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont,

[Pywikipedia-bugs] [Maniphest] [Commented On] T248782: AppVeyor ignores several options from settings

2020-03-29 Thread gerritbot
gerritbot added a comment. Change 584198 **merged** by jenkins-bot: [pywikibot/core@master] [test] Move AppVeyor web settings into .appveyor.yml https://gerrit.wikimedia.org/r/584198 TASK DETAIL https://phabricator.wikimedia.org/T248782 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Changed Project Column] T248782: AppVeyor ignores several options from settings

2020-03-29 Thread Dvorapa
Dvorapa moved this task from Backlog to Upstream issues on the Pywikibot board. Dvorapa added a project: Upstream. TASK DETAIL https://phabricator.wikimedia.org/T248782 WORKBOARD https://phabricator.wikimedia.org/project/board/87/ EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T248782: AppVeyor ignores several options from settings

2020-03-29 Thread Dvorapa
Dvorapa added a comment. Thus we can't use login credentials until solved TASK DETAIL https://phabricator.wikimedia.org/T248782 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Oblanco79,

[Pywikipedia-bugs] [Maniphest] [Updated] T248782: AppVeyor ignores several options from settings

2020-03-29 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T248782 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: gerritbot Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Oblanco79, Alter-paule, Beast1978, Un1tY,

[Pywikipedia-bugs] [Maniphest] [Commented On] T248782: AppVeyor ignores several options from settings

2020-03-29 Thread gerritbot
gerritbot added a comment. Change 584198 had a related patch set uploaded (by Dvorapa; owner: Dvorapa): [pywikibot/core@master] [test] Move AppVeyor web settings into .appveyor.yml https://gerrit.wikimedia.org/r/584198 TASK DETAIL https://phabricator.wikimedia.org/T248782 EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T248782: AppVeyor ignores several options from settings

2020-03-29 Thread Dvorapa
Dvorapa added a comment. https://help.appveyor.com/discussions/problems/26674-project-settings-are-not-working TASK DETAIL https://phabricator.wikimedia.org/T248782 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Aklapper,

[Pywikipedia-bugs] [Maniphest] [Updated] T245012: test bot is unable to login on wikipedia:en

2020-03-29 Thread Dvorapa
Dvorapa added a subtask: T248782: AppVeyor ignores several options from settings. TASK DETAIL https://phabricator.wikimedia.org/T245012 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Mpaa, Aklapper, Dvorapa, Xqt, pywikibot-bugs-list,

[Pywikipedia-bugs] [Maniphest] [Triaged] T248767: login loop 2: userinfo calls _relogin calls login calls userinfo

2020-03-29 Thread Xqt
Xqt triaged this task as "High" priority. TASK DETAIL https://phabricator.wikimedia.org/T248767 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Oblanco79, Alter-paule, Beast1978, Un1tY, Zkhalido,

[Pywikipedia-bugs] [Maniphest] [Created] T248782: AppVeyor ignores several options from settings

2020-03-29 Thread Dvorapa
Dvorapa created this task. Dvorapa added a project: Pywikibot-tests. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. Restricted Application added a project: Pywikibot. TASK DESCRIPTION - login credentials and env variables - ignore tags TASK DETAIL

[Pywikipedia-bugs] [Maniphest] [Updated] T248782: AppVeyor ignores several options from settings

2020-03-29 Thread Dvorapa
Dvorapa added a parent task: T245012: test bot is unable to login on wikipedia:en. TASK DETAIL https://phabricator.wikimedia.org/T248782 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Zkhalido,

[Pywikipedia-bugs] [Maniphest] [Lowered Priority] T183860: AppVeyor test not running since months

2020-03-29 Thread Dvorapa
Dvorapa lowered the priority of this task from "Low" to "Lowest". Dvorapa added a comment. I would say lowest TASK DETAIL https://phabricator.wikimedia.org/T183860 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Liuxinyu970226,

[Pywikipedia-bugs] [Maniphest] [Triaged] T248768: clientlogin seems to respond with badtoken instead of NeedToken or WrongToken; but site.tokens is empty when login

2020-03-29 Thread Xqt
Xqt triaged this task as "High" priority. TASK DETAIL https://phabricator.wikimedia.org/T248768 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Oblanco79, Alter-paule, Beast1978, Un1tY, Zkhalido,

[Pywikipedia-bugs] [Maniphest] [Closed] T241497: Python > 3.5.0 fails in AppVeyor for an unknown reason

2020-03-29 Thread Dvorapa
Dvorapa closed this task as "Resolved". Dvorapa assigned this task to Xqt. Dvorapa triaged this task as "Low" priority. Dvorapa moved this task from Backlog to Test failures on the Pywikibot-tests board. Dvorapa added a comment. Seems solved TASK DETAIL

[Pywikipedia-bugs] [Maniphest] [Edited] T241497: Python > 3.5.0 fails in AppVeyor for an unknown reason

2020-03-29 Thread Dvorapa
Dvorapa updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T241497 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Xqt, Aklapper, pywikibot-bugs-list, Dvorapa, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont,

[Pywikipedia-bugs] [Maniphest] [Updated] T245012: test bot is unable to login on wikipedia:en

2020-03-29 Thread Dvorapa
Dvorapa added a parent task: T222508: action=logout needs CSRF token, since API breaking change. TASK DETAIL https://phabricator.wikimedia.org/T245012 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Mpaa, Aklapper, Dvorapa, Xqt,

[Pywikipedia-bugs] [Maniphest] [Updated] T222508: action=logout needs CSRF token, since API breaking change

2020-03-29 Thread Dvorapa
Dvorapa added a subtask: T245012: test bot is unable to login on wikipedia:en. TASK DETAIL https://phabricator.wikimedia.org/T222508 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Framawiki, Dvorapa Cc: Dalba, Dvorapa, Xqt, Aklapper,

[Pywikipedia-bugs] [Maniphest] [Updated] T224712: Attempt to login fails several times

2020-03-29 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T224712 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa, gerritbot Cc: Jdforrester-WMF, Pchelolo, Anomie, Dvorapa, Framawiki, Aklapper,

[Pywikipedia-bugs] [Maniphest] [Commented On] T224712: Attempt to login fails several times

2020-03-29 Thread gerritbot
gerritbot added a comment. Change 584195 had a related patch set uploaded (by Dvorapa; owner: Dvorapa): [pywikibot/core@master] [bugfix] Fix handling of badtoken response for login actions https://gerrit.wikimedia.org/r/584195 TASK DETAIL https://phabricator.wikimedia.org/T224712

[Pywikipedia-bugs] [Maniphest] [Commented On] T248767: login loop 2: userinfo calls _relogin calls login calls userinfo

2020-03-29 Thread gerritbot
gerritbot added a comment. Change 584195 had a related patch set uploaded (by Dvorapa; owner: Dvorapa): [pywikibot/core@master] [bugfix] Fix handling of badtoken response for login actions https://gerrit.wikimedia.org/r/584195 TASK DETAIL https://phabricator.wikimedia.org/T248767

[Pywikipedia-bugs] [Maniphest] [Updated] T248768: clientlogin seems to respond with badtoken instead of NeedToken or WrongToken; but site.tokens is empty when login

2020-03-29 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T248768 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: gerritbot Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Oblanco79, Alter-paule, Beast1978, Un1tY,

[Pywikipedia-bugs] [Maniphest] [Commented On] T248768: clientlogin seems to respond with badtoken instead of NeedToken or WrongToken; but site.tokens is empty when login

2020-03-29 Thread gerritbot
gerritbot added a comment. Change 584195 had a related patch set uploaded (by Dvorapa; owner: Dvorapa): [pywikibot/core@master] [bugfix] Fix handling of badtoken response for login actions https://gerrit.wikimedia.org/r/584195 TASK DETAIL https://phabricator.wikimedia.org/T248768

[Pywikipedia-bugs] [Maniphest] [Updated] T248767: login loop 2: userinfo calls _relogin calls login calls userinfo

2020-03-29 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T248767 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: gerritbot Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Oblanco79, Alter-paule, Beast1978, Un1tY,

[Pywikipedia-bugs] [Maniphest] [Commented On] T151110: RFC: Regressions of core should be rethought or solved

2020-03-29 Thread gerritbot
gerritbot added a comment. Change 584196 had a related patch set uploaded (by Xqt; owner: Xqt): [pywikibot/core@master] [cleanup] Desupport Page.fullVersionHistory() method https://gerrit.wikimedia.org/r/584196 TASK DETAIL https://phabricator.wikimedia.org/T151110 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Updated] T151110: RFC: Regressions of core should be rethought or solved

2020-03-29 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T151110 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: gerritbot Cc: zhuyifei1999, pywikibot-bugs-list, Aklapper, Magul, Xqt, Oblanco79, Alter-paule,

[Pywikipedia-bugs] [Maniphest] [Updated] T247707: Sphinx creates triplicates of each User, APISite, ClosedSite, DataSite and LoginStatus

2020-03-29 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T247707 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa, Maintenance_bot Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Zkhalido, Urstrulykkr,

[Pywikipedia-bugs] [Maniphest] [Commented On] T136513: Different results of Page.getVersion() between compat and core

2020-03-29 Thread gerritbot
gerritbot added a comment. Change 584194 had a related patch set uploaded (by Xqt; owner: Xqt): [pywikibot/core@master] [cleanup] Desupport Page.getVersionHistory() method https://gerrit.wikimedia.org/r/584194 TASK DETAIL https://phabricator.wikimedia.org/T136513 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Triaged] T247707: Sphinx creates triplicates of each User, APISite, ClosedSite, DataSite and LoginStatus

2020-03-29 Thread Dvorapa
Dvorapa triaged this task as "Low" priority. TASK DETAIL https://phabricator.wikimedia.org/T247707 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Oblanco79, Alter-paule, Beast1978, Un1tY,

[Pywikipedia-bugs] [Maniphest] [Commented On] T247707: Sphinx creates triplicates of each User, APISite, ClosedSite, DataSite and LoginStatus

2020-03-29 Thread Dvorapa
Dvorapa added a comment. Well, they are duplicates now, but I think this is ok as we want to let users know, which parts are available from pywikibot directly (pywikibot.DataSite shortcuts to pywikibot.site.DataSite) TASK DETAIL https://phabricator.wikimedia.org/T247707 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T247707: Sphinx creates triplicates of each User, APISite, ClosedSite, DataSite and LoginStatus

2020-03-29 Thread gerritbot
gerritbot added a comment. Change 584192 **merged** by jenkins-bot: [pywikibot/core@master] [doc] Remove duplicate pywikibot.site docs in cache module https://gerrit.wikimedia.org/r/584192 TASK DETAIL https://phabricator.wikimedia.org/T247707 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Closed] T247707: Sphinx creates triplicates of each User, APISite, ClosedSite, DataSite and LoginStatus

2020-03-29 Thread Xqt
Xqt assigned this task to Dvorapa. Xqt closed this task as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T247707 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa, Xqt Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Oblanco79,

[Pywikipedia-bugs] [Maniphest] [Commented On] T136513: Different results of Page.getVersion() between compat and core

2020-03-29 Thread gerritbot
gerritbot added a comment. Change 404435 had a related patch set uploaded (by Xqt; owner: Xqt): [pywikibot/core@master] [doc] Update breaking change info for getVersionHistory https://gerrit.wikimedia.org/r/404435 TASK DETAIL https://phabricator.wikimedia.org/T136513 EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T247707: Sphinx creates triplicates of each User, APISite, ClosedSite, DataSite and LoginStatus

2020-03-29 Thread gerritbot
gerritbot added a comment. Change 584192 had a related patch set uploaded (by Dvorapa; owner: Dvorapa): [pywikibot/core@master] [doc] Remove duplicate pywikibot.site docs in cache module https://gerrit.wikimedia.org/r/584192 TASK DETAIL https://phabricator.wikimedia.org/T247707

[Pywikipedia-bugs] [Maniphest] [Updated] T247707: Sphinx creates triplicates of each User, APISite, ClosedSite, DataSite and LoginStatus

2020-03-29 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T247707 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: gerritbot Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Oblanco79, Alter-paule, Beast1978, Un1tY,

[Pywikipedia-bugs] [Maniphest] [Lowered Priority] T136513: Different results of Page.getVersion() between compat and core

2020-03-29 Thread Xqt
Xqt lowered the priority of this task from "High" to "Low". TASK DETAIL https://phabricator.wikimedia.org/T136513 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: gerritbot, Urbanecm, TerraCodes, Luke081515, Aklapper, Mpaa, jayvdb, Zppix,

[Pywikipedia-bugs] [Maniphest] [Block] T151110: RFC: Regressions of core should be rethought or solved

2020-03-29 Thread Xqt
Xqt reopened subtask T136513: Different results of Page.getVersion() between compat and core as Open. TASK DETAIL https://phabricator.wikimedia.org/T151110 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: zhuyifei1999, pywikibot-bugs-list,

[Pywikipedia-bugs] [Maniphest] [Reopened] T136513: Different results of Page.getVersion() between compat and core

2020-03-29 Thread Xqt
Xqt reopened this task as "Open". Xqt added a comment. getVersionHistory might be dropped and removed due to multiple breaking changes in core TASK DETAIL https://phabricator.wikimedia.org/T136513 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To:

[Pywikipedia-bugs] [Maniphest] [Unblock] T151110: RFC: Regressions of core should be rethought or solved

2020-03-29 Thread Xqt
Xqt closed subtask T136513: Different results of Page.getVersion() between compat and core as Declined. TASK DETAIL https://phabricator.wikimedia.org/T151110 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: zhuyifei1999, pywikibot-bugs-list,

[Pywikipedia-bugs] [Maniphest] [Declined] T136513: Different results of Page.getVersion() between compat and core

2020-03-29 Thread Xqt
Xqt closed this task as "Declined". Xqt added a comment. getVersionHistory is deprecated; Page.revisions() should be used instead. TASK DETAIL https://phabricator.wikimedia.org/T136513 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc:

[Pywikipedia-bugs] [Maniphest] [Commented On] T136513: Different results of Page.getVersion() between compat and core

2020-03-29 Thread gerritbot
gerritbot added a comment. Change 291605 abandoned by Xqt: [compat2core] return compat-like list of tuples from getVersionHistory Reason: getVersionHistory is deprecated https://gerrit.wikimedia.org/r/291605 TASK DETAIL https://phabricator.wikimedia.org/T136513 EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T248746: Warnings and crashes linked to Claim.on_item attribute

2020-03-29 Thread Dvorapa
Dvorapa added a comment. (I would wait as master currently contains improvements to LoginManager that should be tested for bugs before released. And there are some bugs, but except one they seem to be older than these new changes.) TASK DETAIL https://phabricator.wikimedia.org/T248746

[Pywikipedia-bugs] [Maniphest] [Closed] T248746: Warnings and crashes linked to Claim.on_item attribute

2020-03-29 Thread matej_suchanek
matej_suchanek closed this task as "Resolved". matej_suchanek claimed this task. matej_suchanek added a subscriber: Xqt. matej_suchanek added a comment. I //believe// it is. I wonder if @Xqt wants a new release because the most recent one contains this bug. TASK DETAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T248746: Warnings and crashes linked to Claim.on_item attribute

2020-03-29 Thread Dvorapa
Dvorapa added a comment. Is it solved or the patch fixed just a part of it? TASK DETAIL https://phabricator.wikimedia.org/T248746 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Dvorapa, Aklapper, matej_suchanek, pywikibot-bugs-list,

[Pywikipedia-bugs] [Maniphest] [Closed] T245338: use api.Request MutableMapping methods instead of direct access to Request._params

2020-03-29 Thread Xqt
Xqt closed this task as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T245338 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Aklapper, pywikibot-bugs-list, Framawiki, Dvorapa, Xqt, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont,