[Pywikipedia-bugs] [Maniphest] [Updated] T57271: undetected edit conficts

2019-02-21 Thread Xqt
Xqt added a project: Upstream. TASK DETAIL https://phabricator.wikimedia.org/T57271 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Cosine02, Cyberpower678, Dvorapa, Xqt, Legoktm, pywikibot-bugs-list, Ladsgroup, Wenyi, Tbscho, MayS, Mdupont,

[Pywikipedia-bugs] [Maniphest] [Commented On] T85271: document pywikibot.error and pywikibot.exception

2019-02-21 Thread Aklapper
Aklapper added a comment. @Urstrulykkr: Thanks for your patch. All Gerrit patches merged, can this task be closed as resolved (you can do that via Add Action... > Change Status in the dropdown menu) or is there more work to do? TASK DETAIL https://phabricator.wikimedia.org/T85271 EMAIL

[Pywikipedia-bugs] [Maniphest] [Claimed] T216455: transferbot.py adds same summary with /edithistory for /edithistory subpage

2019-02-21 Thread Jacek.duszenko
Jacek.duszenko claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T216455 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Jacek.duszenko Cc: Aklapper, Zoranzoki21, pywikibot-bugs-list, Wenyi, Kieubinhtb, Asad_Ali_Palijo, Lahi,

[Pywikipedia-bugs] [Maniphest] [Commented On] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread Dvorapa
Dvorapa added a comment. @bd808 https://wikitech.wikimedia.org/wiki/Help:Toolforge/Pywikibot is the best Toolforge manual from all Toolforge manuals. It just misses some stuff about how to create a tool and maybe a little more detail about how to run webservice (but it is not in the scope

[Pywikipedia-bugs] [Maniphest] [Commented On] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread Xqt
Xqt added a comment. We can catch the exception in our mysql.py like with contextlib.suppress(AttributeError): conn.close() TASK DETAIL https://phabricator.wikimedia.org/T216741 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc:

[Pywikipedia-bugs] [Maniphest] [Commented On] T90978: Redirects to global user pages are broken, and added to Special:BrokenRedirects

2019-02-21 Thread gerritbot
gerritbot added a comment. Change 492038 had a related patch set uploaded (by Gerrit Patch Uploader; owner: Superyetkin): [mediawiki/core@master] Fix the query for SpecialBrokenRedirects.php https://gerrit.wikimedia.org/r/492038 TASK DETAIL https://phabricator.wikimedia.org/T90978

[Pywikipedia-bugs] [Maniphest] [Updated] T90978: Redirects to global user pages are broken, and added to Special:BrokenRedirects

2019-02-21 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T90978 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: gerritbot Cc: gerritbot, Superyetkin, Stryn, Quiddity, Kippenvlees1, Liuxinyu970226, Freddy2001,

[Pywikipedia-bugs] [Maniphest] [Commented On] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread zhuyifei1999
zhuyifei1999 added a comment. In T216741#4973335 , @bd808 wrote: > Is https://wikitech.wikimedia.org/wiki/Help:Toolforge/My_first_Flask_OAuth_tool a bad tutorial in your opinion, or just not relevant to your particular problem?

[Pywikipedia-bugs] [Maniphest] [Commented On] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread Dvorapa
Dvorapa added a comment. In T216741#4973335 , @bd808 wrote: > In T216741#4973307 , @Dvorapa wrote: > > > @bd808 Well, this issue is from my point of view a little bit deep. To run

[Pywikipedia-bugs] [Maniphest] [Commented On] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread bd808
bd808 added a comment. In T216741#4973307 , @Dvorapa wrote: > @bd808 Well, this issue is from my point of view a little bit deep. To run Gerrit + Git review, there is nice tutorial with easy steps. On the other hand to gain acces to

[Pywikipedia-bugs] [Maniphest] [Commented On] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread Dvorapa
Dvorapa added a comment. @bd808 Well, this issue is from my point of view a little bit deep. To run Gerrit + Git review, there is nice tutorial with easy steps. On the other hand to gain acces to Toolforge, connect to it using ssh in terminal or file browser supporting ssh, run any type of

[Pywikipedia-bugs] [Maniphest] [Commented On] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread bd808
bd808 added a comment. In T216741#4973080 , @Dvorapa wrote: > Well, we can use venv and run the script again with updated pip package. But I never used venv on forge, don't know how it works and the forge tutorials are not really good

[Pywikipedia-bugs] [Maniphest] [Changed Status] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread Dvorapa
Dvorapa changed the task status from "Open" to "Stalled". Dvorapa added a comment. Okay, we can currently do nothing about, just wait until Debian developers will update the package. TASK DETAIL https://phabricator.wikimedia.org/T216741 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread Dvorapa
Dvorapa added a comment. v0.7.11? S close! TASK DETAIL https://phabricator.wikimedia.org/T216741 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Xqt, zhuyifei1999, Mpaa, Aklapper, pywikibot-bugs-list, Dvorapa, Wenyi, AndyTan,

[Pywikipedia-bugs] [Maniphest] [Commented On] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread zhuyifei1999
zhuyifei1999 added a comment. The fix was https://github.com/PyMySQL/PyMySQL/commit/0e01158fb8a204144c5ae983bea2b3e4ff93, part of v0.7.11 release. TASK DETAIL https://phabricator.wikimedia.org/T216741 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread zhuyifei1999
zhuyifei1999 added a comment. In T216741#4973067 , @zhuyifei1999 wrote: > If close happened due to 'MySQL server has gone away', we should have received a `OperationalError`. This was nullified by `except Exception:` `pass`

[Pywikipedia-bugs] [Maniphest] [Commented On] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread Dvorapa
Dvorapa added a comment. Well, we can use venv and run the script again with updated pip package. But I never used venv on forge, don't know how it works and the forge tutorials are not really good written. TASK DETAIL https://phabricator.wikimedia.org/T216741 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread zhuyifei1999
zhuyifei1999 added a comment. If close happened due to 'MySQL server has gone away', we should have received a `OperationalError`. TASK DETAIL https://phabricator.wikimedia.org/T216741 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999

[Pywikipedia-bugs] [Maniphest] [Commented On] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread zhuyifei1999
zhuyifei1999 added a comment. def _write_bytes(self, data): self._sock.settimeout(self._write_timeout) try: self._sock.sendall(data) except IOError as e: self._force_close() raise err.OperationalError(

[Pywikipedia-bugs] [Maniphest] [Commented On] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread zhuyifei1999
zhuyifei1999 added a comment. def close(self): """Send the quit message and close the socket""" if self._closed: raise err.Error("Already closed") self._closed = True if self._sock is None: return send_data =

[Pywikipedia-bugs] [Maniphest] [Commented On] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread Xqt
Xqt added a comment. I can't see that the close statement is wrong on our side. Can't you try to update the package? TASK DETAIL https://phabricator.wikimedia.org/T216741 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Xqt, zhuyifei1999,

[Pywikipedia-bugs] [Maniphest] [Commented On] T216748: Find a better way to name and promote site page generators

2019-02-21 Thread Xqt
Xqt added a comment. In T216748#4972862 , @Dvorapa wrote: > You proposed to split site.py into a folder in https://gerrit.wikimedia.org/r/#/c/pywikibot/core/+/480503/. It can be a possible solution Yes indeed TASK DETAIL

[Pywikipedia-bugs] [Maniphest] [Updated] T168222: Querying wikidata with pywikibot fails for items with images when user is not registered for commons

2019-02-21 Thread Dvorapa
Dvorapa added a project: Pywikibot-login.py. TASK DETAIL https://phabricator.wikimedia.org/T168222 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Tdbot, Dvorapa, pywikibot-bugs-list, zhuyifei1999, Chicocvenancio, Knuthuehne, Wenyi,

[Pywikipedia-bugs] [Maniphest] [Updated] T216722: Error mwoauth-invalid-authorization-invalid-user in Wikidata:Pywikibot - Python 3 Tutorial/Data Harvest

2019-02-21 Thread Dvorapa
Dvorapa added a comment. (Yes, see T168222: Querying wikidata with pywikibot fails for items with images when user is not registered for commons ) TASK DETAIL https://phabricator.wikimedia.org/T216722 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Raised Priority] T168222: Querying wikidata with pywikibot fails for items with images when user is not registered for commons

2019-02-21 Thread Dvorapa
Dvorapa raised the priority of this task from "Low" to "High". Dvorapa added a project: Pywikibot. TASK DETAIL https://phabricator.wikimedia.org/T168222 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Tdbot, Dvorapa, pywikibot-bugs-list,

[Pywikipedia-bugs] [Maniphest] [Commented On] T216748: Find a better way to name and promote site page generators

2019-02-21 Thread Dvorapa
Dvorapa added a comment. You proposed to split site.py into a folder in https://gerrit.wikimedia.org/r/#/c/pywikibot/core/+/480503/. It can be a possible solution TASK DETAIL https://phabricator.wikimedia.org/T216748 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread Dvorapa
Dvorapa added a comment. tools.dvorapabot@tools-sgebastion-07:~$ python3 Python 3.5.3 (default, Sep 27 2018, 17:25:39) [GCC 6.3.0 20170516] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import pymysql >>> pymysql.__version__

[Pywikipedia-bugs] [Maniphest] [Commented On] T216748: Find a better way to name and promote site page generators

2019-02-21 Thread Xqt
Xqt added a comment. > (as @Xqt already proposed on Gerrit) I proposed something? Don't remember this case - give me a hint ;) TASK DETAIL https://phabricator.wikimedia.org/T216748 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc:

[Pywikipedia-bugs] [Maniphest] [Commented On] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread Xqt
Xqt added a comment. Are you sure that the pymysql is up-to-date (0.9.3)? Can't find this line at https://github.com/PyMySQL/PyMySQL/blob/1ef6c587337bd6ff3272c2c4771948676fd2a9e6/pymysql/connections.py TASK DETAIL https://phabricator.wikimedia.org/T216741 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread Dvorapa
Dvorapa added a comment. I tried the script multiple times and all the time the same result. If I limit the MySQL query (`limit 100`, `limit 1000`), it does not happen. Only if I run the whole (422 000 articles), it takes more than 30 hours to complete the task for every article on cswiki.

[Pywikipedia-bugs] [Maniphest] [Commented On] T216722: Error mwoauth-invalid-authorization-invalid-user in Wikidata:Pywikibot - Python 3 Tutorial/Data Harvest

2019-02-21 Thread Chicocvenancio
Chicocvenancio added a comment. Try to login to commons and wikidata as well. I think there is a task for this bug. TASK DETAIL https://phabricator.wikimedia.org/T216722 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Chicocvenancio Cc:

[Pywikipedia-bugs] [Maniphest] [Commented On] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread Dvorapa
Dvorapa added a comment. stretch, using crontab (I think jsub runs on gridengine?) TASK DETAIL https://phabricator.wikimedia.org/T216741 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: zhuyifei1999, Mpaa, Aklapper,

[Pywikipedia-bugs] [Maniphest] [Edited] T216748: Find a better way to name and promote site page generators

2019-02-21 Thread Dvorapa
Dvorapa updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T216748 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Xqt, Wenyi, Tbscho, MayS, Framawiki, Mdupont, JJMC89,

[Pywikipedia-bugs] [Maniphest] [Created] T216748: Find a better way to name and promote site page generators

2019-02-21 Thread Dvorapa
Dvorapa created this task. Dvorapa added projects: Pywikibot-pagegenerators.py, Pywikibot, Pywikibot-RfCs. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION The pagegenerators are currently in the following state: pagegenerators.SomePageGenerator() -

[Pywikipedia-bugs] [Maniphest] [Commented On] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread zhuyifei1999
zhuyifei1999 added a comment. Which host (or via what means; bastion/grid/k8s; trusty/jessie/stretch) is the script executed on? TASK DETAIL https://phabricator.wikimedia.org/T216741 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999

[Pywikipedia-bugs] [Maniphest] [Edited] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread Dvorapa
Dvorapa updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T216741 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Mpaa, Aklapper, pywikibot-bugs-list, Dvorapa, Wenyi, AndyTan, Zylc, 1978Gage2001, aborrero,

[Pywikipedia-bugs] [Maniphest] [Commented On] T216722: Error mwoauth-invalid-authorization-invalid-user in Wikidata:Pywikibot - Python 3 Tutorial/Data Harvest

2019-02-21 Thread BernhardHumm
BernhardHumm added a comment. Yes, I think so: I am certainly logged into https://paws.wmflabs.org and I am also logged into https://www.mediawiki.org and https://en.wikipedia.org (my username appears on the top) TASK DETAIL https://phabricator.wikimedia.org/T216722 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Edited] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread Dvorapa
Dvorapa updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T216741 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Wenyi, AndyTan, Zylc, 1978Gage2001, aborrero,

[Pywikipedia-bugs] [Maniphest] [Retitled] T216741: MySQL page generator throws error on sock.close() on toolforge

2019-02-21 Thread Dvorapa
Dvorapa renamed this task from "mysql.py throws error on sock.close() on toolforge" to "MySQL page generator throws error on sock.close() on toolforge". TASK DETAIL https://phabricator.wikimedia.org/T216741 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/

[Pywikipedia-bugs] [Maniphest] [Edited] T216741: mysql.py throws error on sock.close() on toolforge

2019-02-21 Thread Dvorapa
Dvorapa updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T216741 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Wenyi, AndyTan, Zylc, 1978Gage2001, aborrero,

[Pywikipedia-bugs] [Maniphest] [Edited] T216741: mysql.py throws error on sock.close() on toolforge

2019-02-21 Thread Dvorapa
Dvorapa updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T216741 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Wenyi, AndyTan, Zylc, 1978Gage2001, aborrero,

[Pywikipedia-bugs] [Maniphest] [Edited] T216741: mysql.py throws error on sock.close() on toolforge

2019-02-21 Thread Dvorapa
Dvorapa updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T216741 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Wenyi, AndyTan, Zylc, 1978Gage2001, aborrero,

[Pywikipedia-bugs] [Maniphest] [Edited] T216741: mysql.py throws error on sock.close() on toolforge

2019-02-21 Thread Dvorapa
Dvorapa updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T216741 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Wenyi, AndyTan, Zylc, 1978Gage2001, aborrero,

[Pywikipedia-bugs] [Maniphest] [Created] T216741: mysql.py throws error on sock.close() on toolforge

2019-02-21 Thread Dvorapa
Dvorapa created this task. Dvorapa added projects: Toolforge, Pywikibot, Pywikibot-pagegenerators.py. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION If I run MySQL page generator for longer time (here is the example of cca 1.5 day long run), it goes

[Pywikipedia-bugs] [Maniphest] [Updated] T216722: Error mwoauth-invalid-authorization-invalid-user in Wikidata:Pywikibot - Python 3 Tutorial/Data Harvest

2019-02-21 Thread matej_suchanek
matej_suchanek removed subscribers: Pywikibot, Wikidata. matej_suchanek added a project: Pywikibot-Wikidata. TASK DETAIL https://phabricator.wikimedia.org/T216722 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: matej_suchanek Cc: Dvorapa, Aklapper,

[Pywikipedia-bugs] [Maniphest] [Commented On] T216722: Error mwoauth-invalid-authorization-invalid-user in Wikidata:Pywikibot - Python 3 Tutorial/Data Harvest

2019-02-21 Thread Dvorapa
Dvorapa added a comment. Have you tried to log into en wikipedia first? TASK DETAIL https://phabricator.wikimedia.org/T216722 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Dvorapa, Aklapper, pywikibot-bugs-list, #pywikibot,

[Pywikipedia-bugs] [Maniphest] [Created] T216722: Error mwoauth-invalid-authorization-invalid-user in Wikidata:Pywikibot - Python 3 Tutorial/Data Harvest

2019-02-21 Thread BernhardHumm
BernhardHumm created this task. BernhardHumm added projects: Wikidata, Pywikibot. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION I have registered to Wikidata and set up https://paws.wmflabs.org/ and logged in. I am performing the Wikidata:Pywikibot

[Pywikipedia-bugs] [Maniphest] [Commented On] T216715: misspelling.py is failing due to TypeError

2019-02-21 Thread gerritbot
gerritbot added a comment. Change 491966 had a related patch set uploaded (by Xqt; owner: Xqt): [pywikibot/core@master] [bugfix] Fix TypeError when instantiating DisambiguationRobot https://gerrit.wikimedia.org/r/491966 TASK DETAIL https://phabricator.wikimedia.org/T216715 EMAIL

[Pywikipedia-bugs] [Maniphest] [Updated] T216715: misspelling.py is failing due to TypeError

2019-02-21 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T216715 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt, gerritbot Cc: gerritbot, Aklapper, pywikibot-bugs-list, binbot, Xqt, CucyNoiD, NebulousIris,

[Pywikipedia-bugs] [Maniphest] [Triaged] T216715: misspelling.py is failing due to TypeError

2019-02-21 Thread Xqt
Xqt triaged this task as "High" priority. TASK DETAIL https://phabricator.wikimedia.org/T216715 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Aklapper, pywikibot-bugs-list, binbot, Xqt, Wenyi, Mahveotm, Tbscho, MayS, Mdupont, JJMC89,

[Pywikipedia-bugs] [Maniphest] [Created] T216715: misspelling.py is failing due to TypeError

2019-02-21 Thread Xqt
Xqt created this task. Xqt added projects: Pywikibot, Pywikibot-solve-disambiguation.py. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.

[Pywikipedia-bugs] [Maniphest] [Commented On] T216544: Offer possibility to skip to the next disambiguation

2019-02-21 Thread gerritbot
gerritbot added a comment. Change 491946 had a related patch set uploaded (by Xqt; owner: Xqt): [pywikibot/core@master] [IMPR] Offer possibility to skip to the next disambiguation https://gerrit.wikimedia.org/r/491946 TASK DETAIL https://phabricator.wikimedia.org/T216544 EMAIL

[Pywikipedia-bugs] [Maniphest] [Updated] T216544: Offer possibility to skip to the next disambiguation

2019-02-21 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T216544 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt, gerritbot Cc: gerritbot, Dvorapa, Xqt, pywikibot-bugs-list, matej_suchanek, Aklapper, CucyNoiD,

[Pywikipedia-bugs] [Maniphest] [Claimed] T216544: Offer possibility to skip to the next disambiguation

2019-02-21 Thread Xqt
Xqt claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T216544 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Dvorapa, Xqt, pywikibot-bugs-list, matej_suchanek, Aklapper, Wenyi, Mahveotm, Tbscho, MayS, Mdupont, JJMC89,

[Pywikipedia-bugs] [Maniphest] [Updated] T210322: paraminfo_tests fails several times due to timeout at beta.wmflabs.org

2019-02-21 Thread Addshore
Addshore removed a parent task: T214557: Allow accessing Wikibase entities from multiple (Wikibase) databases. TASK DETAIL https://phabricator.wikimedia.org/T210322 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: Dvorapa, Krenair,

[Pywikipedia-bugs] [Maniphest] [Updated] T210322: paraminfo_tests fails several times due to timeout at beta.wmflabs.org

2019-02-21 Thread Addshore
Addshore added a parent task: T214557: Allow accessing Wikibase entities from multiple (Wikibase) databases. TASK DETAIL https://phabricator.wikimedia.org/T210322 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: Dvorapa, Krenair,

[Pywikipedia-bugs] [Maniphest] [Updated] T210322: paraminfo_tests fails several times due to timeout at beta.wmflabs.org

2019-02-21 Thread Addshore
Addshore removed a project: Wikidata-Campsite. TASK DETAIL https://phabricator.wikimedia.org/T210322 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: Dvorapa, Krenair, gerritbot, Framawiki, Aklapper, pywikibot-bugs-list, Dalba, Xqt,

[Pywikipedia-bugs] [Maniphest] [Updated] T210322: paraminfo_tests fails several times due to timeout at beta.wmflabs.org

2019-02-21 Thread Addshore
Addshore added a project: Wikidata-Campsite. Restricted Application added a project: Wikidata. TASK DETAIL https://phabricator.wikimedia.org/T210322 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: Dvorapa, Krenair, gerritbot, Framawiki,