[Pywikipedia-bugs] [Maniphest] [Updated] T175207: Arwiki - commonscat.py

2018-07-18 Thread Helmoony
Helmoony added a project: Wikimania-Hackathon-2018. TASK DETAILhttps://phabricator.wikimedia.org/T175207EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: HelmoonyCc: Helmoony, Dvorapa, JAnD, gerritbot, Framawiki, Aklapper, pywikibot-bugs-list, alanajjar, samuelg

[Pywikipedia-bugs] [Maniphest] [Closed] T199661: filter_unique: allow only checking page names

2018-07-18 Thread zhuyifei1999
zhuyifei1999 closed this task as "Invalid".zhuyifei1999 added a comment. Can't understand either. Feel free to reopen with some examples.TASK DETAILhttps://phabricator.wikimedia.org/T199661EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zhuyifei1999Cc: Xqt, zh

[Pywikipedia-bugs] [Maniphest] [Commented On] T57212: Update commonscat.py for en-wiki

2018-07-18 Thread Dvorapa
Dvorapa added a comment. In T57212#4429576, @Xqt wrote: Can somebody update what is to be updated here please. I asked for help: https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#Commonscat_template_+_alternativesTASK DETAILhttps://phabricator.wikimedia.org/T57212EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Created] T199891: fix interwiki links issue in newitem.py

2018-07-18 Thread Bugreporter
Bugreporter created this task.Bugreporter added a project: Pywikibot-Wikidata.Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTIONhttps://phabricator.wikimedia.org/diffusion/PWBC/browse/master/scripts/newitem.py if page.langlinks(): # FIXME: Implement thi

[Pywikipedia-bugs] [Maniphest] [Updated] T199891: fix interwiki links issue in newitem.py

2018-07-18 Thread Dvorapa
Dvorapa added a project: Pywikibot-core. TASK DETAILhttps://phabricator.wikimedia.org/T199891EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DvorapaCc: Aklapper, pywikibot-bugs-list, Bugreporter, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, mys_721tx, jayvdb, R

[Pywikipedia-bugs] [Maniphest] [Commented On] T199891: fix interwiki links issue in newitem.py

2018-07-18 Thread matej_suchanek
matej_suchanek added a comment. interwikidata.py is the alternative for this.TASK DETAILhttps://phabricator.wikimedia.org/T199891EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: matej_suchanek, Aklapper, pywikibot-bugs-list, Bugreporter, Tbsch

[Pywikipedia-bugs] [Maniphest] [Updated] T191108: https://stream.wikimedia.org/v2/stream/recentchange 502 Bad Gateway

2018-07-18 Thread gerritbot
gerritbot added a comment. Change 423341 abandoned by Mobrovac: Config: Increase memory and heartbeat limits Reason: Not viable because of T199813 https://gerrit.wikimedia.org/r/423341TASK DETAILhttps://phabricator.wikimedia.org/T191108EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/p

[Pywikipedia-bugs] [Maniphest] [Commented On] T199891: fix interwiki links issue in newitem.py

2018-07-18 Thread AdityaJ
AdityaJ added a comment. Could you please tell me the approach how can we retrieve language links (interwiki links) from a page?TASK DETAILhttps://phabricator.wikimedia.org/T199891EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AdityaJCc: AdityaJ, matej_suchan

[Pywikipedia-bugs] [Maniphest] [Commented On] T199891: fix interwiki links issue in newitem.py

2018-07-18 Thread matej_suchanek
matej_suchanek added a comment. It's in the code snippet: page.langlinks().TASK DETAILhttps://phabricator.wikimedia.org/T199891EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: AdityaJ, matej_suchanek, Aklapper, pywikibot-bugs-list, Bugreporter

[Pywikipedia-bugs] [Maniphest] [Commented On] T199891: fix interwiki links issue in newitem.py

2018-07-18 Thread gerritbot
gerritbot added a comment. Change 446620 had a related patch set uploaded (by AdityaJ; owner: AdityaJ): [pywikibot/core@master] fix interwiki links issue in newitem.py https://gerrit.wikimedia.org/r/446620TASK DETAILhttps://phabricator.wikimedia.org/T199891EMAIL PREFERENCEShttps://phabricator.wiki

[Pywikipedia-bugs] [Maniphest] [Updated] T199891: fix interwiki links issue in newitem.py

2018-07-18 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T199891EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, AdityaJ, matej_suchanek, Aklapper, pywikibot-bugs-list, Bugreporter, Gaboe420, Versusxo, Ma

[Pywikipedia-bugs] [Maniphest] [Commented On] T199891: fix interwiki links issue in newitem.py

2018-07-18 Thread gerritbot
gerritbot added a comment. Change 446622 had a related patch set uploaded (by AdityaJ; owner: AdityaJ): [pywikibot/core@master] fix interwiki links issue in newitem.py https://gerrit.wikimedia.org/r/446622TASK DETAILhttps://phabricator.wikimedia.org/T199891EMAIL PREFERENCEShttps://phabricator.wiki

[Pywikipedia-bugs] [Maniphest] [Commented On] T199891: fix interwiki links issue in newitem.py

2018-07-18 Thread Framawiki
Framawiki added a comment. In T199891#4434520, @AdityaJ wrote: Could you please tell me the approach how can we retrieve language links (interwiki links) from a page? Hello @AdityaJ, thanks for your change. However, I don't see how printing these interwiki links to the console can be useful ? Ca

[Pywikipedia-bugs] [Maniphest] [Created] T199933: Get rid of "This documentation is incomplete" int the doc index page

2018-07-18 Thread Framawiki
Framawiki created this task.Framawiki added projects: Pywikibot-core, Pywikibot-Documentation.Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTIONThe big red banner https://doc.wikimedia.org/pywikibot/master/ needs to be removed one day. Is there a reason to leave her? If so,

[Pywikipedia-bugs] [Maniphest] [Commented On] T199891: fix interwiki links issue in newitem.py

2018-07-18 Thread Framawiki
Framawiki added a comment. As I understand currently newitem.py skips pages that have one or more interwiki links in its wikitext. Can someone edit the description to explain what is the needed implementation ? Something like creating the item and add both current page and her language pages as li

[Pywikipedia-bugs] [Maniphest] [Retitled] T199891: newitem.py doesn't handle the case where interwiki links are present in the page content

2018-07-18 Thread Framawiki
Framawiki renamed this task from "fix interwiki links issue in newitem.py" to "newitem.py doesn't handle the case where interwiki links are present in the page content". TASK DETAILhttps://phabricator.wikimedia.org/T199891EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailprefer

[Pywikipedia-bugs] [Maniphest] [Created] T199936: newitem.py: Do not touch local page if user is not confirmed in local wiki

2018-07-18 Thread Bugreporter
Bugreporter created this task.Bugreporter added a project: Pywikibot-Wikidata.Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTIONIn newitem.py, after creation a new item the local page is touched. If the user is not confirmed in local wiki this should not be done because of:

[Pywikipedia-bugs] [Maniphest] [Updated] T199936: newitem.py: Do not touch local page if user is not confirmed in local wiki

2018-07-18 Thread Framawiki
Framawiki added a project: Pywikibot-core. TASK DETAILhttps://phabricator.wikimedia.org/T199936EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FramawikiCc: Aklapper, pywikibot-bugs-list, Bugreporter, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, mys_721tx, jayvd

[Pywikipedia-bugs] [Maniphest] [Updated] T199936: newitem.py: Do not touch local page if user is not confirmed in local wiki

2018-07-18 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T199936EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Aklapper, pywikibot-bugs-list, Bugreporter, Gaboe420, Versusxo, Majesticalreaper22, Giuliam

[Pywikipedia-bugs] [Maniphest] [Commented On] T199936: newitem.py: Do not touch local page if user is not confirmed in local wiki

2018-07-18 Thread gerritbot
gerritbot added a comment. Change 446695 had a related patch set uploaded (by Framawiki; owner: Framawiki): [pywikibot/core@master] newitem.py: Add a warning when -touch and not autoconfirmed https://gerrit.wikimedia.org/r/446695TASK DETAILhttps://phabricator.wikimedia.org/T199936EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T199936: newitem.py: Do not touch local page if user is not confirmed in local wiki

2018-07-18 Thread Bugreporter
Bugreporter added a subscriber: Framawiki.Bugreporter added a comment. @Framawiki def _callback(self, page, exc): if exc is None: self._touch_page(page) def treat_page_and_item(self, page, item): """Treat page/item.""" if item and item.exists(): pywikibot.output(u'%s a

[Pywikipedia-bugs] [Maniphest] [Commented On] T199936: newitem.py: Do not touch local page if user is not confirmed in local wiki

2018-07-18 Thread Framawiki
Framawiki added a comment. For pages without item the touch is always done regardless whether you use -touch or not. Oh, I see that it touch every page that has already an item, so the most of them, regardless of whether the -touch option is activated. I don't see what is the purpose of this, and

[Pywikipedia-bugs] [Maniphest] [Created] T199953: "cannot join current thread" during network problem

2018-07-18 Thread Bugreporter
Bugreporter created this task.Bugreporter added a project: Pywikibot-core.Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTIONThis often occurs if I'm using an unreliable internet access (e.g. WiFi). However I can not reproduce it directly. Debug message (using newitem.py): WA

[Pywikipedia-bugs] [Maniphest] [Created] T199959: Cryptography is going to drop support for python 2.7.6 and before

2018-07-18 Thread Dalba
Dalba created this task.Dalba added projects: Pywikibot-core, Pywikibot-tests.Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTIONhttps://github.com/pyca/cryptography/blob/master/CHANGELOG.rst#23---2018-07-18: Support for Python 2.7.x without hmac.compare_digest has been depre

[Pywikipedia-bugs] [Maniphest] [Triaged] T199959: Cryptography is going to drop support for python 2.7.6 and before

2018-07-18 Thread Dalba
Dalba triaged this task as "High" priority. TASK DETAILhttps://phabricator.wikimedia.org/T199959EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DalbaCc: Aklapper, pywikibot-bugs-list, Dalba, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, mys_721tx, jayvdb, Masti,

[Pywikipedia-bugs] [Maniphest] [Commented On] T199891: newitem.py doesn't handle the case where interwiki links are present in the page content

2018-07-18 Thread gerritbot
gerritbot added a comment. Change 446620 abandoned by AdityaJ: fix interwiki links issue in newitem.py https://gerrit.wikimedia.org/r/446620TASK DETAILhttps://phabricator.wikimedia.org/T199891EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: Framaw