[Pywikipedia-bugs] [Maniphest] [Commented On] T214265: wikia does not support several allusers properties

2019-01-20 Thread Xqt
Xqt added a comment. Seems registration is available as auprops parameter only, see https://www.wikia.com/api.php And there are are only name and id given back, see https://www.wikia.com/api.php?action=""> How to proceed for this deviation of default mw version?TASK

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T214263: wikia does not support ucuserprefix for API:Usercontribs

2019-01-20 Thread Xqt
Xqt added subscribers: Dvorapa, Dalba.Xqt added a comment. Seems registration is available as auprops parameter only, see https://www.wikia.com/api.php And there are are only name and id given back, see https://www.wikia.com/api.php?action=""> How to proceed for this deviation of default mw

[Pywikipedia-bugs] [Maniphest] [Updated] T214266: request parameter does not match expected parameters for wikia

2019-01-20 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T214266EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Xqt, gerritbotCc: gerritbot, Aklapper, pywikibot-bugs-list, Xqt, CucyNoiD, NebulousIris, Wenyi, Gaboe420,

[Pywikipedia-bugs] [Maniphest] [Commented On] T214266: request parameter does not match expected parameters for wikia

2019-01-20 Thread gerritbot
gerritbot added a comment. Change 485502 had a related patch set uploaded (by Xqt; owner: Xqt): [pywikibot/core@master] [bugfix] Fix expected_params for several tests https://gerrit.wikimedia.org/r/485502TASK DETAILhttps://phabricator.wikimedia.org/T214266EMAIL

[Pywikipedia-bugs] [Maniphest] [Triaged] T214266: request parameter does not match expected parameters for wikia

2019-01-20 Thread Xqt
Xqt triaged this task as "High" priority. TASK DETAILhttps://phabricator.wikimedia.org/T214266EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: XqtCc: Aklapper, pywikibot-bugs-list, Xqt, Wenyi, Mahveotm, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, mys_721tx,

[Pywikipedia-bugs] [Maniphest] [Updated] T214266: request parameter does not match expected parameters for wikia

2019-01-20 Thread Xqt
Xqt added a parent task: T214009: several tests on wikia are failing. TASK DETAILhttps://phabricator.wikimedia.org/T214266EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: XqtCc: Aklapper, pywikibot-bugs-list, Xqt, Wenyi, Mahveotm, Tbscho, MayS, Mdupont,

[Pywikipedia-bugs] [Maniphest] [Updated] T214009: several tests on wikia are failing

2019-01-20 Thread Xqt
Xqt added a subtask: T214266: request parameter does not match expected parameters for wikia. TASK DETAILhttps://phabricator.wikimedia.org/T214009EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: XqtCc: gerritbot, Aklapper, Dalba, Xqt, pywikibot-bugs-list,

[Pywikipedia-bugs] [Maniphest] [Created] T214266: request parameter does not match expected parameters for wikia

2019-01-20 Thread Xqt
Xqt created this task.Xqt added projects: Pywikibot, Pywikibot-tests.Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTIONrequest parameters for site.pagelinks() and site.pagetemplates() does not contain 'continue' parameter as expected see

[Pywikipedia-bugs] [Maniphest] [Updated] T122091: fixing_redirects.py / replace_links fails on links such as [[{{2001}}]]

2019-01-20 Thread valhallasw
valhallasw added a comment. Looking at the stack trace, the user is running a very old version of pywikibot; the use of textlib.replace_links was removed in november 2015 (8a7c42f5). The fix looks OK, but the issue is likely also present in the textlib.replace_links implementation; it might make

[Pywikipedia-bugs] [Maniphest] [Retitled] T214263: wikia does not support ucuserprefix for API:Usercontribs

2019-01-20 Thread Dvorapa
Dvorapa renamed this task from "wiki does not support ucuserprefix for API:Usercontribs" to "wikia does not support ucuserprefix for API:Usercontribs". TASK DETAILhttps://phabricator.wikimedia.org/T214263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Pywikipedia-bugs] [Maniphest] [Triaged] T214265: wikia does not support several allusers properties

2019-01-20 Thread Xqt
Xqt triaged this task as "High" priority. TASK DETAILhttps://phabricator.wikimedia.org/T214265EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: XqtCc: Aklapper, Xqt, pywikibot-bugs-list, Wenyi, Mahveotm, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, mys_721tx,

[Pywikipedia-bugs] [Maniphest] [Updated] T214009: several tests on wikia are failing

2019-01-20 Thread Xqt
Xqt added a subtask: T214265: wikia does not support several allusers properties. TASK DETAILhttps://phabricator.wikimedia.org/T214009EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: XqtCc: gerritbot, Aklapper, Dalba, Xqt, pywikibot-bugs-list, CucyNoiD,

[Pywikipedia-bugs] [Maniphest] [Created] T214265: wikia does not support several allusers properties

2019-01-20 Thread Xqt
Xqt created this task.Xqt added projects: Pywikibot, Pywikibot-tests.Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTIONwikia allusers does not support parameter editcount and groups and does not return their properties. And it seems userid is (re)named to id.

[Pywikipedia-bugs] [Maniphest] [Updated] T214265: wikia does not support several allusers properties

2019-01-20 Thread Xqt
Xqt added a parent task: T214009: several tests on wikia are failing. TASK DETAILhttps://phabricator.wikimedia.org/T214265EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: XqtCc: Aklapper, Xqt, pywikibot-bugs-list, Wenyi, Mahveotm, Tbscho, MayS, Mdupont,

[Pywikipedia-bugs] [Maniphest] [Updated] T214263: wiki does not support ucuserprefix for API:Usercontribs

2019-01-20 Thread Xqt
Xqt added a parent task: T214009: several tests on wikia are failing. TASK DETAILhttps://phabricator.wikimedia.org/T214263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: XqtCc: Aklapper, Xqt, pywikibot-bugs-list, Wenyi, Mahveotm, Tbscho, MayS, Mdupont,

[Pywikipedia-bugs] [Maniphest] [Updated] T214009: several tests on wikia are failing

2019-01-20 Thread Xqt
Xqt added a subtask: T214263: wiki does not support ucuserprefix for API:Usercontribs. TASK DETAILhttps://phabricator.wikimedia.org/T214009EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: XqtCc: gerritbot, Aklapper, Dalba, Xqt, pywikibot-bugs-list, CucyNoiD,

[Pywikipedia-bugs] [Maniphest] [Created] T214263: wiki does not support ucuserprefix for API:Usercontribs

2019-01-20 Thread Xqt
Xqt created this task.Xqt added projects: Pywikibot-tests, Pywikibot.Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTIONwiki does not support ucuserprefix for API:Usercontribs which is strange because it was introduced in mw 1.13+ and wikia has Version 1.19.24

[Pywikipedia-bugs] [Maniphest] [Commented On] T214009: several tests on wikia are failing

2019-01-20 Thread Xqt
Xqt added a comment. I made two patches for this tasks but there are few remaining issues. I think they should be splitted in to subtasks.TASK DETAILhttps://phabricator.wikimedia.org/T214009EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: XqtCc: gerritbot,

[Pywikipedia-bugs] [Maniphest] [Claimed] T214009: several tests on wikia are failing

2019-01-20 Thread Xqt
Xqt claimed this task. TASK DETAILhttps://phabricator.wikimedia.org/T214009EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: XqtCc: gerritbot, Aklapper, Dalba, Xqt, pywikibot-bugs-list, CucyNoiD, NebulousIris, Wenyi, Gaboe420, Versusxo, Majesticalreaper22,

[Pywikipedia-bugs] [Maniphest] [Commented On] T214009: several tests on wikia are failing

2019-01-20 Thread gerritbot
gerritbot added a comment. Change 485485 had a related patch set uploaded (by Xqt; owner: Xqt): [pywikibot/core@master] [tests] Skip test_pages_with_property_generator test for wikia https://gerrit.wikimedia.org/r/485485TASK DETAILhttps://phabricator.wikimedia.org/T214009EMAIL

[Pywikipedia-bugs] [Maniphest] [Updated] T148354: -total option should be renamed to -limit

2019-01-20 Thread Zoranzoki21
Zoranzoki21 added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T148354EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Zoranzoki21Cc: Zoranzoki21, gerritbot, Dvorapa, binbot, valhallasw, Multichill, Aklapper, Ladsgroup, Xqt,

[Pywikipedia-bugs] [Maniphest] [Commented On] T214009: several tests on wikia are failing

2019-01-20 Thread gerritbot
gerritbot added a comment. Change 485484 had a related patch set uploaded (by Xqt; owner: Xqt): [pywikibot/core@master] [tests] Fix some api_tests for wikia https://gerrit.wikimedia.org/r/485484TASK DETAILhttps://phabricator.wikimedia.org/T214009EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T148354: -total option should be renamed to -limit

2019-01-20 Thread Zoranzoki21
Zoranzoki21 added a comment. In T148354#4876512, @Xqt wrote: Change 484007 abandoned by Zoranzoki21: I am not sure how to handle this.. https://gerrit.wikimedia.org/r/484007 I did it for you :) Thanks!TASK DETAILhttps://phabricator.wikimedia.org/T148354EMAIL

[Pywikipedia-bugs] [Maniphest] [Updated] T214009: several tests on wikia are failing

2019-01-20 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T214009EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Aklapper, Dalba, Xqt, pywikibot-bugs-list, CucyNoiD, NebulousIris, Wenyi, Gaboe420,

[Pywikipedia-bugs] [Maniphest] [Commented On] T214009: several tests on wikia are failing

2019-01-20 Thread gerritbot
gerritbot added a comment. Change 485483 had a related patch set uploaded (by Xqt; owner: Xqt): [pywikibot/core@master] [test] travis.yml: disable wikia tests https://gerrit.wikimedia.org/r/485483TASK DETAILhttps://phabricator.wikimedia.org/T214009EMAIL

[Pywikipedia-bugs] [Maniphest] [Triaged] T214234: add -querypage parameter to pagegenerators

2019-01-20 Thread Xqt
Xqt triaged this task as "Normal" priority. TASK DETAILhttps://phabricator.wikimedia.org/T214234EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: XqtCc: gerritbot, Aklapper, pywikibot-bugs-list, Mpaa, CucyNoiD, NebulousIris, Wenyi, Gaboe420, Versusxo,

[Pywikipedia-bugs] [Maniphest] [Changed Status] T214239: pagegenerators_tests.TestFactoryGeneratorNewpages fails for test_newpages_ns_default_commons

2019-01-20 Thread Xqt
Xqt changed the task status from "Open" to "Stalled".Xqt added a comment. Can't do anything on pwb's side I guessTASK DETAILhttps://phabricator.wikimedia.org/T214239EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: XqtCc: Zoranzoki21, Aklapper,