[Pywikipedia-bugs] [Maniphest] [Commented On] T173498: Travis jobs with OAuth wait for password input and get terminated

2018-06-09 Thread Dalba
Dalba added a comment. Someone with access to Pywikibot-test account and Travis-CI environment should reset Travis environment variables for OAuth, then run the tests on a test branch to see if it fixes the issue. If fixed, re-enable the test on the master branch, it not, more debugging will be

[Pywikipedia-bugs] [Maniphest] [Commented On] T173498: Travis jobs with OAuth wait for password input and get terminated

2018-06-09 Thread Dvorapa
Dvorapa added a comment. What is needed to do here?TASK DETAILhttps://phabricator.wikimedia.org/T173498EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DvorapaCc: Dvorapa, valhallasw, jayvdb, Legoktm, Magul, Xqt, gerritbot, Framawiki, Aklapper,

[Pywikipedia-bugs] [Maniphest] [Updated] T104306: Share Appveyor account credentials with Release Engineering

2018-06-09 Thread Dvorapa
Dvorapa added a comment. Finally Pywikibot team went to a phase when the AppVeyor builds are not working and AppVeyor account credentials are unknown to fix the issue. See T183860 for more details...TASK DETAILhttps://phabricator.wikimedia.org/T104306EMAIL

[Pywikipedia-bugs] [Maniphest] [Closed] T196562: Pagefromfile.py script returns errors

2018-06-09 Thread Wesalius
Wesalius closed this task as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T196562EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Xqt, WesaliusCc: Wesalius, gerritbot, Xqt, Framawiki, Dvorapa, Aklapper, pywikibot-bugs-list, Sc4s2cg, Versusxo,

[Pywikipedia-bugs] [Maniphest] [Commented On] T196562: Pagefromfile.py script returns errors

2018-06-09 Thread Wesalius
Wesalius added a comment. I tested the Change 439446 on 2 different wikis, seems to work fine, no error produced.TASK DETAILhttps://phabricator.wikimedia.org/T196562EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Xqt, WesaliusCc: Wesalius, gerritbot, Xqt,

[Pywikipedia-bugs] [Maniphest] [Commented On] T186206: Misleaded tests and maintenance pages after renaming of github repository (tracking)

2018-06-09 Thread Dvorapa
Dvorapa added a comment. There were at least 4 issues with that, one already solved, three waiting. Two should be done easily from GitHub's repository, but to restore Magul's quick test will be a tough task...TASK DETAILhttps://phabricator.wikimedia.org/T186206EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T196813: -fullscan option for redirect.py doesn't work anymore

2018-06-09 Thread gerritbot
gerritbot added a comment. Change 439446 merged by jenkins-bot: [pywikibot/core@master] [bugfix] Ensure that BaseBot.treat is always processing a Page object https://gerrit.wikimedia.org/r/439446TASK DETAILhttps://phabricator.wikimedia.org/T196813EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T196562: Pagefromfile.py script returns errors

2018-06-09 Thread gerritbot
gerritbot added a comment. Change 439446 merged by jenkins-bot: [pywikibot/core@master] [bugfix] Ensure that BaseBot.treat is always processing a Page object https://gerrit.wikimedia.org/r/439446TASK DETAILhttps://phabricator.wikimedia.org/T196562EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T186206: Misleaded tests and maintenance pages after renaming of github repository (tracking)

2018-06-09 Thread Legoktm
Legoktm added a comment. Theoretically renaming a repository on github is supposed to be non-destructive since everything *should* redirect...I guess not everything handles that gracefully? :/TASK DETAILhttps://phabricator.wikimedia.org/T186206EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T196810: Grant access to GitHub's wikimedia/pywikibot repository to current Pywikibot developer base

2018-06-09 Thread Legoktm
Legoktm added a comment. OK, I invited you both as owners this time. Does that give you enough access? I'll take a look at the parent tasks as well...TASK DETAILhttps://phabricator.wikimedia.org/T196810EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Pywikipedia-bugs] [Maniphest] [Commented On] T196683: pwb.py cannot login to self-hosted mediawiki site

2018-06-09 Thread Sc4s2cg
Sc4s2cg added a comment. I added this variable to the family file, but no change in error. def apipath(self, code): return '/path to api.php' Also you could check the output what you get from API, what it looks like. Try to print what you actually get by Pywikibot and compare it to what

[Pywikipedia-bugs] [Maniphest] [Commented On] T196683: pwb.py cannot login to self-hosted mediawiki site

2018-06-09 Thread Sc4s2cg
Sc4s2cg added a comment. In T196683#4269324, @zhuyifei1999 wrote: In T196683#4269319, @Sc4s2cg wrote: @zhuyifei1999 yes, that is the endpoint. Going to wiki.[REDACTED].com/api.php gets me the same page as www.mediawiki.org/w/api.php How about with some parameters?

[Pywikipedia-bugs] [Maniphest] [Commented On] T196683: pwb.py cannot login to self-hosted mediawiki site

2018-06-09 Thread zhuyifei1999
zhuyifei1999 added a comment. In T196683#4269319, @Sc4s2cg wrote: @zhuyifei1999 yes, that is the endpoint. Going to wiki.[REDACTED].com/api.php gets me the same page as www.mediawiki.org/w/api.php How about with some parameters? wiki.[REDACTED].com/api.php?action="" should look like

[Pywikipedia-bugs] [Maniphest] [Commented On] T196683: pwb.py cannot login to self-hosted mediawiki site

2018-06-09 Thread Sc4s2cg
Sc4s2cg added a comment. @zhuyifei1999 yes, that is the endpoint. Going to wiki.[REDACTED].com/api.php gets me the same page as www.mediawiki.org/w/api.php @Dvorapa the whole api path is http://wiki.[REDACTED].com/api.php Just wanted to reply real quick before I implement you guys'

[Pywikipedia-bugs] [Maniphest] [Commented On] T196562: Pagefromfile.py script returns errors

2018-06-09 Thread gerritbot
gerritbot added a comment. Change 437959 abandoned by Dvorapa: [bugfix] Initialize page before skip_page Reason: In favor of https://gerrit.wikimedia.org/r/#/c/pywikibot/core/ /439446/ https://gerrit.wikimedia.org/r/437959TASK DETAILhttps://phabricator.wikimedia.org/T196562EMAIL

[Pywikipedia-bugs] [Maniphest] [Updated] T196813: -fullscan option for redirect.py doesn't work anymore

2018-06-09 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T196813EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Xqt, gerritbotCc: gerritbot, Aklapper, Xqt, pywikibot-bugs-list, Sc4s2cg, Versusxo, Majesticalreaper22,

[Pywikipedia-bugs] [Maniphest] [Commented On] T196562: Pagefromfile.py script returns errors

2018-06-09 Thread gerritbot
gerritbot added a comment. Change 439446 had a related patch set uploaded (by Xqt; owner: Xqt): [pywikibot/core@master] [bugfix] Ensure that BaseBot.treat is always processing a Page object https://gerrit.wikimedia.org/r/439446TASK DETAILhttps://phabricator.wikimedia.org/T196562EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T196813: -fullscan option for redirect.py doesn't work anymore

2018-06-09 Thread gerritbot
gerritbot added a comment. Change 439446 had a related patch set uploaded (by Xqt; owner: Xqt): [pywikibot/core@master] [bugfix] Ensure that BaseBot.treat is always processing a Page object https://gerrit.wikimedia.org/r/439446TASK DETAILhttps://phabricator.wikimedia.org/T196813EMAIL

[Pywikipedia-bugs] [Maniphest] [Claimed] T196813: -fullscan option for redirect.py doesn't work anymore

2018-06-09 Thread Xqt
Xqt claimed this task. TASK DETAILhttps://phabricator.wikimedia.org/T196813EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: XqtCc: Aklapper, Xqt, pywikibot-bugs-list, Sc4s2cg, Magul, Tbscho, MayS, Salgo60, Mdupont, JJMC89, Avicennasis, jayvdb, Dalba, Masti,

[Pywikipedia-bugs] [Maniphest] [Triaged] T196813: -fullscan option for redirect.py doesn't work anymore

2018-06-09 Thread Xqt
Xqt triaged this task as "Low" priority. TASK DETAILhttps://phabricator.wikimedia.org/T196813EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: XqtCc: Aklapper, Xqt, pywikibot-bugs-list, Sc4s2cg, Magul, Tbscho, MayS, Salgo60, Mdupont, JJMC89, Avicennasis,

[Pywikipedia-bugs] [Maniphest] [Created] T196813: -fullscan option for redirect.py doesn't work anymore

2018-06-09 Thread Xqt
Xqt created this task.Xqt added projects: Pywikibot-core, Pywikibot-redirect.py.Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTIONC:\pwb\GIT\core>pwb.py redirect double -fullscan WARNING: Defined site without changing it. 0 pages read 0 pages written Execution time: 0

[Pywikipedia-bugs] [Maniphest] [Commented On] T67172: Jenkins should index all 'FixMe' or 'Todo' in pywikibot codebase

2018-06-09 Thread Dvorapa
Dvorapa added a comment. This would be cool, but Sphinx can only index those in docs. But what about those in # code comments?TASK DETAILhttps://phabricator.wikimedia.org/T67172EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hashar, DvorapaCc: Dvorapa,

[Pywikipedia-bugs] [Maniphest] [Commented On] T196810: Grant access to GitHub's wikimedia/pywikibot repository to current Pywikibot developer base

2018-06-09 Thread Dvorapa
Dvorapa added a comment. In T196810#4269170, @Ladsgroup wrote: I added @Xqt and @Dvorapa as collaborators of the repo. Tell me if it's not enough. Thanks @Nemo_bis for his email, otherwise I would've missed this. I think this is not enough as I can now edit the source, close pull requests, but

[Pywikipedia-bugs] [Maniphest] [Commented On] T186206: Misleaded tests and maintenance pages after renaming of github repository (tracking)

2018-06-09 Thread Dvorapa
Dvorapa added a comment. In T186206#4269169, @Ladsgroup wrote: Somehow I missed this ping. Sorry. Will check this ASAP. In these cases, please ping me in IRC. This is new ping from today :) But ok, I'll have this in mind next time.TASK DETAILhttps://phabricator.wikimedia.org/T186206EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T196683: pwb.py cannot login to self-hosted mediawiki site

2018-06-09 Thread Dvorapa
Dvorapa added a comment. If there is a bug on Pywikibot side, probably there is somewhere some of these variables hardcoded somewhere or incorrectly chosen a default or maybe generate_family_file is not correctly making scriptpath and apipath variables when you insert api path to it, so try to

[Pywikipedia-bugs] [Maniphest] [Commented On] T196683: pwb.py cannot login to self-hosted mediawiki site

2018-06-09 Thread Dvorapa
Dvorapa added a comment. The variables recognized by Pywikibot you can modify in your family file: Single code/lang wiki: name = example dbname = examplewiki protocol = http/https (default https) domain = www.example.com scriptpath = '/w' apipath = '/api.php' langs[name] = www.example.com

[Pywikipedia-bugs] [Maniphest] [Commented On] T196810: Grant access to GitHub's wikimedia/pywikibot repository to current Pywikibot developer base

2018-06-09 Thread Ladsgroup
Ladsgroup added a comment. I added @Xqt and @Dvorapa as collaborators of the repo. Tell me if it's not enough. Thanks @Nemo_bis for his email, otherwise I would've missed this.TASK DETAILhttps://phabricator.wikimedia.org/T196810EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T186206: Misleaded tests and maintenance pages after renaming of github repository (tracking)

2018-06-09 Thread Ladsgroup
Ladsgroup added a comment. Somehow I missed this ping. Sorry. Will check this ASAP. In these cases, please ping me in IRC.TASK DETAILhttps://phabricator.wikimedia.org/T186206EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: Dvorapa, MarcoAurelio,

[Pywikipedia-bugs] [Maniphest] [Commented On] T196683: pwb.py cannot login to self-hosted mediawiki site

2018-06-09 Thread Dvorapa
Dvorapa added a comment. As @zhuyifei1999 suggested, you should make sure the api uri properly if it leads where it should and set the proper uri to def apipath(): return 'http://path to api.php' into your family file. Also you should check the output what you get from API, what it looks like.

[Pywikipedia-bugs] [Maniphest] [Commented On] T196683: pwb.py cannot login to self-hosted mediawiki site

2018-06-09 Thread zhuyifei1999
zhuyifei1999 added a comment. Oh I see, uri: /api.php is printed. Is wiki.[REDACTED].com/api.php your mediawiki API endpoint if you visit in your browser? An API endpoint looks like https://www.mediawiki.org/w/api.phpTASK DETAILhttps://phabricator.wikimedia.org/T196683EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T196683: pwb.py cannot login to self-hosted mediawiki site

2018-06-09 Thread zhuyifei1999
zhuyifei1999 added a comment. In T196683#4267172, @Sc4s2cg wrote: So rawdata is wiki.[REDACTED].com/api.php Theoretically that should be true, but did you check the uri? If that is indeed the case, does the uri actually lead to the mediawiki API if you visit it in browser?TASK

[Pywikipedia-bugs] [Maniphest] [Commented On] T196683: pwb.py cannot login to self-hosted mediawiki site

2018-06-09 Thread Sc4s2cg
Sc4s2cg added a comment. Just a prompt to see if anyone has any idea?TASK DETAILhttps://phabricator.wikimedia.org/T196683EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Sc4s2cgCc: zhuyifei1999, Chicocvenancio, Framawiki, Dvorapa, Aklapper,

[Pywikipedia-bugs] [Maniphest] [Commented On] T196810: Grant access to GitHub's wikimedia/pywikibot repository to current Pywikibot developer base

2018-06-09 Thread Dvorapa
Dvorapa added a comment. In T196810#4269155, @Nemo_bis wrote: Courtesy notice sent to the mailing list: https://lists.wikimedia.org/pipermail/pywikibot/2018-June/009852.html Thank you :)TASK DETAILhttps://phabricator.wikimedia.org/T196810EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T196810: Grant access to GitHub's wikimedia/pywikibot repository to current Pywikibot developer base

2018-06-09 Thread Nemo_bis
Nemo_bis added a comment. Courtesy notice sent to the mailing list: https://lists.wikimedia.org/pipermail/pywikibot/2018-June/009852.htmlTASK DETAILhttps://phabricator.wikimedia.org/T196810EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Nemo_bisCc: Nemo_bis,

[Pywikipedia-bugs] [Maniphest] [Commented On] T132136: Pywikibot documentation showing broken directory listing

2018-06-09 Thread Dvorapa
Dvorapa added a comment. In T132136#4215978, @Dzahn wrote: I thought this is because of this, but maybe i'm wrong: ./puppet/modules/contint/templates/apache/doc.wikimedia.org.erb # T95164 DirectorySlash Off RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+[^/])$ https://doc.wikimedia.org/$1/

[Pywikipedia-bugs] [Maniphest] [Commented On] T196810: Grant access to GitHub's wikimedia/pywikibot repository to current Pywikibot developer base

2018-06-09 Thread Dalba
Dalba added a comment. I removed myself from the description as I honestly don't feel up to it. But my +1 for all the others mentioned.TASK DETAILhttps://phabricator.wikimedia.org/T196810EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DalbaCc: matej_suchanek,

[Pywikipedia-bugs] [Maniphest] [Edited] T196810: Grant access to GitHub's wikimedia/pywikibot repository to current Pywikibot developer base

2018-06-09 Thread Dalba
Dalba updated the task description. (Show Details) CHANGES TO TASK DESCRIPTIONThe Pywikibot repository was renamed recently and multiple issues like T186206 and its subtasks arisedarose with that change. As the former Pywikibot developers with GitHub access are inactive and almost inaccessible, I

[Pywikipedia-bugs] [Maniphest] [Commented On] T100903: Run pywikibot test suite regularly on beta cluster as part of MediaWiki/Wikimedia CI

2018-06-09 Thread Dvorapa
Dvorapa added a comment. Probably the tests should be retagged then?TASK DETAILhttps://phabricator.wikimedia.org/T100903EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DvorapaCc: Dvorapa, Lokal_Profil, Luke081515, Legoktm, gerritbot, Ricordisamoa, hashar,

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T196810: Grant access to GitHub's wikimedia/pywikibot repository to current Pywikibot developer base

2018-06-09 Thread Dvorapa
Dvorapa added subscribers: zhuyifei1999, matej_suchanek.Dvorapa added a comment. If anyone else from current Pywikibot team would like to be part of it (@Framawiki, @zhuyifei1999, @matej_suchanek), please just edit the task description. Also it would be cool to notify mailing list, but I've tried

[Pywikipedia-bugs] [Maniphest] [Updated] T196810: Grant access to GitHub's wikimedia/pywikibot repository to current Pywikibot developer base

2018-06-09 Thread Reedy
Reedy removed a project: Gerrit. TASK DETAILhttps://phabricator.wikimedia.org/T196810EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ReedyCc: matej_suchanek, zhuyifei1999, Framawiki, Dvorapa, Aklapper, Dalba, Xqt, pywikibot-bugs-list, Sc4s2cg, Zylc,

[Pywikipedia-bugs] [Maniphest] [Updated] T196810: Grant access to GitHub's wikimedia/pywikibot repository to current Pywikibot developer base

2018-06-09 Thread Dvorapa
Dvorapa added a project: Gerrit. TASK DETAILhttps://phabricator.wikimedia.org/T196810EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DvorapaCc: Dvorapa, Aklapper, Dalba, Xqt, pywikibot-bugs-list, Sc4s2cg, A.S.Kochergin, Zylc, Gentlejack35, Magul, Tbscho,

[Pywikipedia-bugs] [Maniphest] [Edited] T196810: Grant access to GitHub's wikimedia/pywikibot repository to current Pywikibot developer base

2018-06-09 Thread Dvorapa
Dvorapa updated the task description. (Show Details) CHANGES TO TASK DESCRIPTIONThe Pywikibot repository was renamed recently and multiple issues like T186206 and its subtasks arised with that change. As the former Pywikibot developers with GitHub access are inactive and almost inaccessible, I

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

2018-06-09 Thread Dvorapa
Dvorapa added a subtask: T196810: Grant access to GitHub's wikimedia/pywikibot repository to current Pywikibot developer base. TASK DETAILhttps://phabricator.wikimedia.org/T183860EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DvorapaCc: Dvorapa, Framawiki,

[Pywikipedia-bugs] [Maniphest] [Updated] T196810: Grant access to GitHub's wikimedia/pywikibot repository to current Pywikibot developer base

2018-06-09 Thread Dvorapa
Dvorapa added a parent task: T186209: codeclimate doesn't update repository automatically. TASK DETAILhttps://phabricator.wikimedia.org/T196810EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DvorapaCc: Dvorapa, Aklapper, Dalba, Xqt, pywikibot-bugs-list,

[Pywikipedia-bugs] [Maniphest] [Updated] T186209: codeclimate doesn't update repository automatically

2018-06-09 Thread Dvorapa
Dvorapa added a subtask: T196810: Grant access to GitHub's wikimedia/pywikibot repository to current Pywikibot developer base. TASK DETAILhttps://phabricator.wikimedia.org/T186209EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DvorapaCc: Dvorapa, Dalba,

[Pywikipedia-bugs] [Maniphest] [Created] T196810: Grant access to GitHub's wikimedia/pywikibot repository to current Pywikibot developer base

2018-06-09 Thread Dvorapa
Dvorapa created this task.Dvorapa added projects: GitHub-Mirrors, Repository-Admins, Pywikibot-core.Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTIONThe Pywikibot repository was renamed recently and multiple issues like T186206 and its subtasks arised with that change. As

[Pywikipedia-bugs] [Maniphest] [Updated] T186206: Misleaded tests and maintenance pages after renaming of github repository (tracking)

2018-06-09 Thread Dvorapa
Dvorapa added a comment. @Ladsgroup You solved T182473. Could you help with the rest of these two? Also pinging @Legoktm and @jayvdb as these three are the only one with GitHub repo accessTASK DETAILhttps://phabricator.wikimedia.org/T186206EMAIL

[Pywikipedia-bugs] [Maniphest] [Updated] T186206: Misleaded tests and maintenance pages after renaming of github repository (tracking)

2018-06-09 Thread Dvorapa
Dvorapa added a subtask: T182473: codecov.io reports are broken. TASK DETAILhttps://phabricator.wikimedia.org/T186206EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DvorapaCc: Zoranzoki21, Framawiki, Magul, Aklapper, Xqt, pywikibot-bugs-list, Sc4s2cg, Tbscho,

[Pywikipedia-bugs] [Maniphest] [Updated] T182473: codecov.io reports are broken

2018-06-09 Thread Dvorapa
Dvorapa added a parent task: T186206: Misleaded tests and maintenance pages after renaming of github repository (tracking). TASK DETAILhttps://phabricator.wikimedia.org/T182473EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, DvorapaCc: Dvorapa,

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

2018-06-09 Thread Dvorapa
Dvorapa raised the priority of this task from "Lowest" to "Normal". TASK DETAILhttps://phabricator.wikimedia.org/T183860EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DvorapaCc: Dvorapa, Framawiki, Ladsgroup, jayvdb, Aklapper, Dalba, Xqt,

[Pywikipedia-bugs] [Maniphest] [Triaged] T186206: Misleaded tests and maintenance pages after renaming of github repository (tracking)

2018-06-09 Thread Dvorapa
Dvorapa triaged this task as "High" priority. TASK DETAILhttps://phabricator.wikimedia.org/T186206EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DvorapaCc: Zoranzoki21, Framawiki, Magul, Aklapper, Xqt, pywikibot-bugs-list, Sc4s2cg, Tbscho, MayS, Salgo60,

[Pywikipedia-bugs] [Maniphest] [Raised Priority] T186209: codeclimate doesn't update repository automatically

2018-06-09 Thread Dvorapa
Dvorapa raised the priority of this task from "Low" to "Normal". TASK DETAILhttps://phabricator.wikimedia.org/T186209EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DvorapaCc: Dvorapa, Dalba, Aklapper, Xqt, pywikibot-bugs-list, Sc4s2cg, Zylc, Gentlejack35,

[Pywikipedia-bugs] [Maniphest] [Commented On] T196676: [m]ore context is printed twice

2018-06-09 Thread Dvorapa
Dvorapa added a comment. I know, what the problem here is, but I'm not sure, how to resolve it. The before_question option prints context before question. And after question the result is printed, which also contains the context. So multiple fixes can be made here: instead of before_question,

[Pywikipedia-bugs] [Maniphest] [Updated] T196619: newitem.py ignores -namespace: parameter

2018-06-09 Thread Dvorapa
Dvorapa added a project: Pywikibot-core. TASK DETAILhttps://phabricator.wikimedia.org/T196619EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DvorapaCc: Aklapper, JAnD, pywikibot-bugs-list, Sc4s2cg, Magul, Tbscho, MayS, Salgo60, Mdupont, JJMC89, Avicennasis,

[Pywikipedia-bugs] [Maniphest] [Changed Project Column] T196801: pywikibot cosmetic_changes.py to group the same references

2018-06-09 Thread Dvorapa
Dvorapa moved this task from Backlog to Method requests on the Pywikibot-cosmetic-changes.py board.Dvorapa added a project: Pywikibot-core. TASK DETAILhttps://phabricator.wikimedia.org/T196801WORKBOARDhttps://phabricator.wikimedia.org/project/board/95/EMAIL

[Pywikipedia-bugs] [Maniphest] [Closed] T196778: Add Bengali Wikivoyage Welcome template in welcome.py

2018-06-09 Thread Dvorapa
Dvorapa closed this task as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T196778EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Bodhisattwa, DvorapaCc: MarcoAurelio, Framawiki, gerritbot, pywikibot-bugs-list, Bodhisattwa, Aklapper, Sc4s2cg,

[Pywikipedia-bugs] [Maniphest] [Commented On] T196778: Add Bengali Wikivoyage Welcome template in welcome.py

2018-06-09 Thread gerritbot
gerritbot added a comment. Change 439301 merged by jenkins-bot: [pywikibot/core@master] [i18n] Add Bengali Wikivoyage Welcome template in welcome.py https://gerrit.wikimedia.org/r/439301TASK DETAILhttps://phabricator.wikimedia.org/T196778EMAIL