[Pywikipedia-bugs] [Maniphest] [Created] T220876: Implement support of Extension:UrlShortener in PWB

2019-04-13 Thread Framawiki
Framawiki created this task. Framawiki added a project: Pywikibot. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION https://www.mediawiki.org/wiki/Extension:UrlShortener is not deployed on prod wikis, and usable on metawiki. TASK DETAIL

[Pywikipedia-bugs] [Maniphest] [Edited] T220828: archivebot.py: don't reorder template parameters

2019-04-13 Thread whym
whym updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T220828 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: whym Cc: Xqt, Dvorapa, pywikibot-bugs-list, Aklapper, whym, Jeff_G, MattLongCT, Wenyi, Tbscho, MayS, Mdupont,

[Pywikipedia-bugs] [Maniphest] [Closed] T219762: Pywikibot configuration does not work for bot passwords

2019-04-13 Thread Xqt
Xqt closed this task as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T219762 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa, Xqt Cc: Jarrettanthony80, Dalba, Xqt, Aklapper, pywikibot-bugs-list, Dvorapa, joker88john, CucyNoiD,

[Pywikipedia-bugs] [Maniphest] [Commented On] T220828: archivebot.py: don't reorder template parameters

2019-04-13 Thread Dvorapa
Dvorapa added a comment. Okay, examples now show just the fiddling with optional parameters. The fix was easy for mandatory parameters, but it may not be an easy task for optional parameters. TASK DETAIL https://phabricator.wikimedia.org/T220828 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T218389: Pywikibot:Archivebot-older-than needs PLURAL support

2019-04-13 Thread gerritbot
gerritbot added a comment. Change 496760 had a related patch set uploaded (by Dvorapa; owner: Dvorapa): [pywikibot/i18n@master] [bugfix] Add plural support to archivebot-older-than https://gerrit.wikimedia.org/r/496760 TASK DETAIL https://phabricator.wikimedia.org/T218389 EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T218389: Pywikibot:Archivebot-older-than needs PLURAL support

2019-04-13 Thread gerritbot
gerritbot added a comment. Change 496758 had a related patch set uploaded (by Dvorapa; owner: Dvorapa): [pywikibot/core@master] [bugfix] Add plural support to archivebot-older-than https://gerrit.wikimedia.org/r/496758 TASK DETAIL https://phabricator.wikimedia.org/T218389 EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T220828: archivebot.py: don't reorder template parameters

2019-04-13 Thread whym
whym added a comment. Sorry, the link in the description was not adequate - it was done before I updated Pywikibot. I replaced it with newer examples. TASK DETAIL https://phabricator.wikimedia.org/T220828 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Edited] T220828: archivebot.py: don't reorder template parameters

2019-04-13 Thread whym
whym updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T220828 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: whym Cc: Xqt, Dvorapa, pywikibot-bugs-list, Aklapper, whym, Jeff_G, MattLongCT, Wenyi, Tbscho, MayS, Mdupont,

[Pywikipedia-bugs] [Maniphest] [Commented On] T219762: Pywikibot configuration does not work for bot passwords

2019-04-13 Thread gerritbot
gerritbot added a comment. Change 500395 **merged** by jenkins-bot: [pywikibot/core@master] [bugfix] Fix error thrown on saving user-passwords.py https://gerrit.wikimedia.org/r/500395 TASK DETAIL https://phabricator.wikimedia.org/T219762 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T220828: archivebot.py: don't reorder template parameters

2019-04-13 Thread Xqt
Xqt added a comment. In T220828#5108653 , @Dvorapa wrote: > - //other parameters in the order they've been found (which still differs between Python 2 and 3, but if your bot uses only one Python version, then it should be fine)//

[Pywikipedia-bugs] [Maniphest] [Commented On] T220876: Implement support of Extension:UrlShortener in PWB

2019-04-13 Thread Dvorapa
Dvorapa added a comment. In T220876#5108881 , @Xqt wrote: > @Framawiki: any idea what to do in this matter. I've no glue what supporting url shortener could mean for pwb. Me neither. Should we implement just an API call, or add

[Pywikipedia-bugs] [Maniphest] [Commented On] T220876: Implement support of Extension:UrlShortener in PWB

2019-04-13 Thread Xqt
Xqt added a comment. @Framawiki: any idea what to do in this matter. I've no glue what supporting url shortener could mean for pwb. TASK DETAIL https://phabricator.wikimedia.org/T220876 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Framawiki,

[Pywikipedia-bugs] [Maniphest] [Commented On] T220828: archivebot.py: don't reorder template parameters

2019-04-13 Thread Dvorapa
Dvorapa added a comment. Like setting their initial empty value? Anyway the example in the description seems like there was Pywikibot downgraded or Python version changed between 2 and 3 on outdated Pywikibot version. Weird. TASK DETAIL https://phabricator.wikimedia.org/T220828

[Pywikipedia-bugs] [Maniphest] [Updated] T220828: archivebot.py: don't reorder template parameters

2019-04-13 Thread Dvorapa
Dvorapa added a comment. In 14f2ded70c288275157163a5b4cc7128e2f29adf . The order was set to following: - archive - algo - counter - maxarchivesize - //other parameters in the order they've been