[Pywikipedia-bugs] [Maniphest] [Commented On] T143217: archivebot.py exception: ValueError: unsupported format character '|' (0x7c) at index 43

2019-03-19 Thread Xqt
Xqt added a comment. In T143217#5038342 , @valhallasw wrote: > maybe crashing isn't so bad, as this did lead to the issue being noticed) Sure. We also can extend i18n tests for it. TASK DETAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T160402: It isn't possible to create properties (and other types of entities)

2019-03-19 Thread gerritbot
gerritbot added a comment. Change 497646 had a related patch set uploaded (by 813gan; owner: 813gan): [pywikibot/core@master] pywikibot: Add support for property creation https://gerrit.wikimedia.org/r/497646 TASK DETAIL https://phabricator.wikimedia.org/T160402 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Updated] T160402: It isn't possible to create properties (and other types of entities)

2019-03-19 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T160402 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: 813gan, gerritbot Cc: gerritbot, pywikibot-bugs-list, Aklapper, matej_suchanek, CucyNoiD,

[Pywikipedia-bugs] [Maniphest] [Unassigned] T143217: archivebot.py exception: ValueError: unsupported format character '|' (0x7c) at index 43

2019-03-19 Thread valhallasw
valhallasw removed valhallasw as the assignee of this task. valhallasw added a comment. Restricted Application added a subscriber: Liuxinyu970226. Apparently I was still assigned to this; unassigning. (or we could close this -- maybe crashing isn't so bad, as this did lead to the issue being

[Pywikipedia-bugs] [Maniphest] [Commented On] T217948: newitem.py -touch crashes on missing i18n

2019-03-19 Thread gerritbot
gerritbot added a comment. Change 497476 **merged** by jenkins-bot: [pywikibot/core@master] [doc] Print a more explainable error messages https://gerrit.wikimedia.org/r/497476 TASK DETAIL https://phabricator.wikimedia.org/T217948 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T218607: archivebot failing when archive counter starts with zero (0)

2019-03-19 Thread Dvorapa
Dvorapa added a comment. Okay, should we close this as invalid/resolved? TASK DETAIL https://phabricator.wikimedia.org/T218607 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: matej_suchanek, Aklapper, Liuxinyu970226,

[Pywikipedia-bugs] [Maniphest] [Commented On] T118423: [clonable] Improve docstrings to the Pywikibot library

2019-03-19 Thread gerritbot
gerritbot added a comment. Change 497580 had a related patch set uploaded (by Nikitrain; owner: Nikitrain): [pywikibot/core@master] Improve docstrings to the Pywikibot library https://gerrit.wikimedia.org/r/497580 TASK DETAIL https://phabricator.wikimedia.org/T118423 EMAIL

[Pywikipedia-bugs] [Maniphest] [Updated] T215247: archivebot should reset counter when changing a year

2019-03-19 Thread matej_suchanek
matej_suchanek added a subtask: T217107: archivebot resets the numbering to 1 even for non-year archives. TASK DETAIL https://phabricator.wikimedia.org/T215247 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: matej_suchanek Cc: matej_suchanek, Xqt,

[Pywikipedia-bugs] [Maniphest] [Updated] T217107: archivebot resets the numbering to 1 even for non-year archives

2019-03-19 Thread matej_suchanek
matej_suchanek added a parent task: T215247: archivebot should reset counter when changing a year. TASK DETAIL https://phabricator.wikimedia.org/T217107 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: matej_suchanek Cc: Aklapper, Dvorapa,

[Pywikipedia-bugs] [Maniphest] [Commented On] T218607: archivebot failing when archive counter starts with zero (0)

2019-03-19 Thread matej_suchanek
matej_suchanek added a comment. That's expected, as I demonstrated in my comment. The counter is a number, its format `%03d` (integer, 3 characters, missing ones filled with zeros) is declared in the pattern. TASK DETAIL https://phabricator.wikimedia.org/T218607 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T218607: archivebot failing when archive counter starts with zero (0)

2019-03-19 Thread MarcoAurelio
MarcoAurelio added a comment. However archivebot keeps removing the 0 from the counter parameter: https://en.wikiquote.org?diff=2563236 Would that be an issue? They want their archives to be preceded with 0. TASK DETAIL https://phabricator.wikimedia.org/T218607 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T218607: archivebot failing when archive counter starts with zero (0)

2019-03-19 Thread MarcoAurelio
MarcoAurelio added a comment. In T218607#5036693 , @matej_suchanek wrote: > Note that you may want to use correctly zero-padded counter `%(counter)03d`. Because > > >>> str(int('034') + 1) >'35' > That was

[Pywikipedia-bugs] [Maniphest] [Unassigned] T215247: archivebot should reset counter when changing a year

2019-03-19 Thread matej_suchanek
matej_suchanek removed matej_suchanek as the assignee of this task. matej_suchanek added a comment. Some notes: In T217107#4984900 , @matej_suchanek wrote: > Perhaps we shouldn't attempt to reset counter if the archive pattern

[Pywikipedia-bugs] [Maniphest] [Commented On] T218607: archivebot failing when archive counter starts with zero (0)

2019-03-19 Thread matej_suchanek
matej_suchanek added a comment. Note that you may want to use correctly zero-padded counter `%(counter)03d`. Because >>> str(int('034') + 1) '35' TASK DETAIL https://phabricator.wikimedia.org/T218607 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Updated] T215874: pytest 5.0 will no longer support Python 2.7 and 3.4

2019-03-19 Thread Xqt
Xqt changed the subtype of this task from "Task" to "Deadline". Restricted Application changed the subtype of this task from "Deadline" to "Task". TASK DETAIL https://phabricator.wikimedia.org/T215874 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To:

[Pywikipedia-bugs] [Maniphest] [Updated] T57081: Implement support for Flagged Revisions in Pywikibot

2019-03-19 Thread Xqt
Xqt changed the subtype of this task from "Task" to "Feature Request". TASK DETAIL https://phabricator.wikimedia.org/T57081 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Subhang65523, Dvorapa, Iamsandipbhuyan, Cyberpower678, Cirdan,

[Pywikipedia-bugs] [Maniphest] [Updated] T217664: site_tests.TestLogPages are failing for test_logpages and test_logpages_dump

2019-03-19 Thread Xqt
Xqt changed the subtype of this task from "Task" to "Bug Report". TASK DETAIL https://phabricator.wikimedia.org/T217664 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: gerritbot, Dalba, Aklapper, Mpaa, Xqt, pywikibot-bugs-list, CucyNoiD,

[Pywikipedia-bugs] [Maniphest] [Updated] T217664: site_tests.TestLogPages are failing for test_logpages and test_logpages_dump

2019-03-19 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T217664 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt, gerritbot Cc: gerritbot, Dalba, Aklapper, Mpaa, Xqt, pywikibot-bugs-list, CucyNoiD, NebulousIris,

[Pywikipedia-bugs] [Maniphest] [Commented On] T217664: site_tests.TestLogPages are failing for test_logpages and test_logpages_dump

2019-03-19 Thread gerritbot
gerritbot added a comment. Change 497519 had a related patch set uploaded (by Xqt; owner: Xqt): [pywikibot/core@master] [bugfix] Set optional parameter namespace to None in site.logpages https://gerrit.wikimedia.org/r/497519 TASK DETAIL https://phabricator.wikimedia.org/T217664

[Pywikipedia-bugs] [Maniphest] [Claimed] T217664: site_tests.TestLogPages are failing for test_logpages and test_logpages_dump

2019-03-19 Thread Xqt
Xqt claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T217664 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Dalba, Aklapper, Mpaa, Xqt, pywikibot-bugs-list, Wenyi, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, mys_721tx,

[Pywikipedia-bugs] [Maniphest] [Updated] T215247: archivebot should reset counter when changing a year

2019-03-19 Thread Xqt
Xqt removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T215247 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: matej_suchanek, Xqt Cc: Xqt, gerritbot, Aklapper, pywikibot-bugs-list, Dvorapa, MattLongCT, Wenyi, Tbscho,

[Pywikipedia-bugs] [Maniphest] [Triaged] T217948: newitem.py -touch crashes on missing i18n

2019-03-19 Thread Xqt
Xqt triaged this task as "Lowest" priority. TASK DETAIL https://phabricator.wikimedia.org/T217948 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: gerritbot, Dvorapa, Xqt, Aklapper, pywikibot-bugs-list, JAnD, CucyNoiD, NebulousIris, Wenyi,

[Pywikipedia-bugs] [Maniphest] [Updated] T217948: newitem.py -touch crashes on missing i18n

2019-03-19 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T217948 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: gerritbot Cc: gerritbot, Dvorapa, Xqt, Aklapper, pywikibot-bugs-list, JAnD, CucyNoiD, NebulousIris,

[Pywikipedia-bugs] [Maniphest] [Commented On] T217948: newitem.py -touch crashes on missing i18n

2019-03-19 Thread gerritbot
gerritbot added a comment. Change 497476 had a related patch set uploaded (by Xqt; owner: Xqt): [pywikibot/core@master] [doc] Print a more explainable error messages_available https://gerrit.wikimedia.org/r/497476 TASK DETAIL https://phabricator.wikimedia.org/T217948 EMAIL

[Pywikipedia-bugs] [Maniphest] [Closed] T191113: checkimages.py hangs when putting a file page

2019-03-19 Thread Xqt
Xqt closed this task as "Invalid". Xqt added a comment. Restricted Application added a subscriber: Liuxinyu970226. Python 2.7.2 and 2.7.3 has been dropped TASK DETAIL https://phabricator.wikimedia.org/T191113 EMAIL PREFERENCES