[Pywikipedia-bugs] [Maniphest] [Commented On] T113461: pywikibot.Link should support interwiki prefix be-x-old

2015-09-23 Thread XZise
XZise added a subscriber: XZise.
XZise added a comment.

The `Link.parse` method could in theory check the family's 
`interwiki_replacements` and replace them before getting the actual site 
associated with this link.


TASK DETAIL
  https://phabricator.wikimedia.org/T113461

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: XZise
Cc: XZise, Aklapper, pywikibot-bugs-list, jayvdb, Ladsgroup, zhuyifei1999



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Updated] T113461: pywikibot.Link should support interwiki prefix be-x-old

2015-09-23 Thread XZise
XZise added a comment.

Ah dang it that isn't actually the problem… the problem is that we don't parse 
`be-x-old.wikipedia.org` into the new site. When you use Python 3 you actually 
see the original traceback and it's actually written in the exception text: 
`Unknown URL 'https://be-x-old.wikipedia.org/wiki/$1'`.

The actual bug is that there is no hostname provided for obsolete sites. So it 
might be a duplicate of T74674: Unable to communicate with obsolete / 
non-existing wikis  .


TASK DETAIL
  https://phabricator.wikimedia.org/T113461

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: XZise
Cc: XZise, Aklapper, pywikibot-bugs-list, jayvdb, Ladsgroup, zhuyifei1999



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T113461: pywikibot.Link should support interwiki prefix be-x-old

2015-09-23 Thread zhuyifei1999
zhuyifei1999 added a comment.

Why not add checks for obsolete/moved wikis in Family.from_url ?


TASK DETAIL
  https://phabricator.wikimedia.org/T113461

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: zhuyifei1999
Cc: Krenair, XZise, Aklapper, pywikibot-bugs-list, jayvdb, Ladsgroup, 
zhuyifei1999



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T74674: Unable to communicate with obsolete / non-existing wikis

2015-09-23 Thread zhuyifei1999
zhuyifei1999 added a subscriber: zhuyifei1999.

TASK DETAIL
  https://phabricator.wikimedia.org/T74674

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: zhuyifei1999
Cc: zhuyifei1999, Krenair, Malafaya, MGA73, Aklapper, Ricordisamoa, gerritbot, 
Liuxinyu970226, JAnD, Nemo_bis, Kronf, jayvdb, MZMcBride, pywikibot-bugs-list, 
XZise, Mpaa, droid



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T113161: Partial failed import of pywikibot causes unrecoverable state

2015-09-23 Thread gerritbot
gerritbot added a comment.

Change 239643 merged by jenkins-bot:
Dont overwrite tools.debug

https://gerrit.wikimedia.org/r/239643


TASK DETAIL
  https://phabricator.wikimedia.org/T113161

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: XZise, gerritbot, Aklapper, pywikibot-bugs-list, jayvdb



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T113461: pywikibot.Link should support interwiki prefix be-x-old

2015-09-23 Thread XZise
XZise added a comment.

Because it compares the article paths and to do that it needs to query the wiki 
and that is not possible (hence https://phabricator.wikimedia.org/T74674, 
because the hostname is not available). If that is possible, it might be 
possible to `Family.from_url` to work also for obsolete wikis.


TASK DETAIL
  https://phabricator.wikimedia.org/T113461

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: XZise
Cc: Krenair, XZise, Aklapper, pywikibot-bugs-list, jayvdb, Ladsgroup, 
zhuyifei1999



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Closed] T113449: Create project pywikibot-touch.py

2015-09-23 Thread Aklapper
Aklapper closed this task as "Resolved".
Aklapper added a comment.

Created: https://phabricator.wikimedia.org/project/profile/1533/

Feel free to go through open tasks in 
https://phabricator.wikimedia.org/tag/pywikibot-other-scripts/ and move those 
related to touch.py.


TASK DETAIL
  https://phabricator.wikimedia.org/T113449

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Aklapper
Cc: Revi, jayvdb, pywikibot-bugs-list, Billinghurst, Jdforrester-WMF, Krenair



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Created] T113461: pywikibot.Link should support interwiki prefix be-x-old

2015-09-23 Thread zhuyifei1999
zhuyifei1999 created this task.
zhuyifei1999 added subscribers: zhuyifei1999, Ladsgroup, jayvdb.
zhuyifei1999 added a project: pywikibot-core.
Herald added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION
  After T11823,
  ```
  $ python /shared/pywikipedia/core/pwb.py shell
  Welcome to the Pywikibot interactive shell!
  >>> import pywikibot as pyb
  >>> pywikibot.Link(u"be-tarask:Страсбург", source=pywikibot.Site("en", 
"wikipedia"))
  Traceback (most recent call last):
File "", line 1, in 
File "/data/project/pywikibot/public_html/core/pywikibot/page.py", line 
4749, in __repr__
  return "pywikibot.page.Link(%r, %r)" % (self.title, self.site)
File "/data/project/pywikibot/public_html/core/pywikibot/page.py", line 
4937, in title
  self.parse()
File "/data/project/pywikibot/public_html/core/pywikibot/page.py", line 
4831, in parse
  self._text, self._site, prefix, e))
  SiteDefinitionError: be-tarask:Страсбург is not a local page on wikipedia:en, 
and the interwiki prefix be-tarask is not supported by PyWikiBot!:
  Unknown URL 'https://be-x-old.wikipedia.org/wiki/$1'.
  >>> pywikibot.Link(u"be-x-old:Страсбург", source=pywikibot.Site("en", 
"wikipedia"))
  Traceback (most recent call last):
File "", line 1, in 
File "/data/project/pywikibot/public_html/core/pywikibot/page.py", line 
4749, in __repr__
  return "pywikibot.page.Link(%r, %r)" % (self.title, self.site)
File "/data/project/pywikibot/public_html/core/pywikibot/page.py", line 
4937, in title
  self.parse()
File "/data/project/pywikibot/public_html/core/pywikibot/page.py", line 
4831, in parse
  self._text, self._site, prefix, e))
  SiteDefinitionError: be-x-old:Страсбург is not a local page on wikipedia:en, 
and the interwiki prefix be-x-old is not supported by PyWikiBot!:
  Unknown URL 'https://be-x-old.wikipedia.org/wiki/$1'.
  ```
  
  Expected: Instead of SiteDefinitionError, It should parse the link to 
[[https://be-tarask.wikipedia.org/wiki/%D0%A1%D1%82%D1%80%D0%B0%D1%81%D0%B1%D1%83%D1%80%D0%B3|be-tarask:Страсбург]].

TASK DETAIL
  https://phabricator.wikimedia.org/T113461

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: zhuyifei1999
Cc: Aklapper, pywikibot-bugs-list, jayvdb, Ladsgroup, zhuyifei1999



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Updated] T113461: pywikibot.Link should support interwiki prefix be-x-old

2015-09-23 Thread zhuyifei1999
zhuyifei1999 added a blocking task: T111853: The href of be-tarask: 
interlanguage link points to the be-x-old domain.

TASK DETAIL
  https://phabricator.wikimedia.org/T113461

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: zhuyifei1999
Cc: Aklapper, pywikibot-bugs-list, jayvdb, Ladsgroup, zhuyifei1999



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T113461: pywikibot.Link should support interwiki prefix be-x-old

2015-09-23 Thread Krenair
Krenair added a subscriber: Krenair.

TASK DETAIL
  https://phabricator.wikimedia.org/T113461

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Krenair
Cc: Krenair, XZise, Aklapper, pywikibot-bugs-list, jayvdb, Ladsgroup, 
zhuyifei1999



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T113461: pywikibot.Link should support interwiki prefix be-x-old

2015-09-23 Thread zhuyifei1999
zhuyifei1999 added a comment.

Yeah, be-tarask in url works:

  >>> pywikibot.Site(url="https://be-tarask.wikipedia.org/wiki/$1;)
  Site("be-tarask", "wikipedia")


TASK DETAIL
  https://phabricator.wikimedia.org/T113461

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: zhuyifei1999
Cc: Krenair, XZise, Aklapper, pywikibot-bugs-list, jayvdb, Ladsgroup, 
zhuyifei1999



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T113129: Unused code in api.Request._add_defaults

2015-09-23 Thread gerritbot
gerritbot added a comment.

Change 239563 merged by jenkins-bot:
api.py: remove unused code in api.Request._add_defaults

https://gerrit.wikimedia.org/r/239563


TASK DETAIL
  https://phabricator.wikimedia.org/T113129

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Tokencolour, gerritbot, pywikibot-bugs-list, Aklapper, XZise, Mpaa, jayvdb



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T109168: [BLOCKER] Inconsistency in the ParamInfo API cache leads to assertion error

2015-09-23 Thread gerritbot
gerritbot added a comment.

Change 236246 merged by jenkins-bot:
Deprecate ParamInfo.query_modules_with_limits

https://gerrit.wikimedia.org/r/236246


TASK DETAIL
  https://phabricator.wikimedia.org/T109168

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: zhuyifei1999, Steinsplitter, Mjbmr, KTC, Ladsgroup, JAnD, XZise, jayvdb, 
gerritbot, Xqt, Aklapper, pywikibot-bugs-list, Billinghurst



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T110856: Convert all scripts to TWN i18n

2015-09-23 Thread gerritbot
gerritbot added a comment.

Change 239666 abandoned by Xqt:
[i18n] Enable twn support

Reason:
due to alternate implementation

https://gerrit.wikimedia.org/r/239666


TASK DETAIL
  https://phabricator.wikimedia.org/T110856

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: XZise, Xqt, Ricordisamoa, Avicennasis, gerritbot, Aklapper, jayvdb, 
pywikibot-bugs-list



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T112006: Link.langlinkUnsafe does not work on Beta-Cluster wikis

2015-09-23 Thread gerritbot
gerritbot added a comment.

Change 239748 merged by jenkins-bot:
Split langlist for beta

https://gerrit.wikimedia.org/r/239748


TASK DETAIL
  https://phabricator.wikimedia.org/T112006

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Krenair, gerritbot
Cc: greg, Luke081515, gerritbot, Krenair, jayvdb, Aklapper, 
pywikibot-bugs-list, XZise, scfc, hashar



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T112006: Link.langlinkUnsafe does not work on Beta-Cluster wikis

2015-09-23 Thread XZise
XZise added a comment.

How long does it take until that comes live so that we can verify that it 
worked? At the moment the English Wikipedia still advertises `bar` as a 
langlink to a non-existing wiki: 
http://en.wikipedia.beta.wmflabs.org/w/api.php?action=query=siteinfo=interwikimap


TASK DETAIL
  https://phabricator.wikimedia.org/T112006

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Krenair, XZise
Cc: demon, greg, Luke081515, gerritbot, Krenair, jayvdb, Aklapper, 
pywikibot-bugs-list, XZise, scfc, hashar



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T110856: Convert all scripts to TWN i18n

2015-09-23 Thread gerritbot
gerritbot added a comment.

Change 239667 merged by jenkins-bot:
[i18n] enable twn support

https://gerrit.wikimedia.org/r/239667


TASK DETAIL
  https://phabricator.wikimedia.org/T110856

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: XZise, Xqt, Ricordisamoa, Avicennasis, gerritbot, Aklapper, jayvdb, 
pywikibot-bugs-list



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T100779: pywikibot api paraminfo should to recover from defective API modules

2015-09-23 Thread gerritbot
gerritbot added a comment.

Change 236246 merged by jenkins-bot:
Deprecate ParamInfo.query_modules_with_limits

https://gerrit.wikimedia.org/r/236246


TASK DETAIL
  https://phabricator.wikimedia.org/T100779

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: gerritbot, Ricordisamoa, XZise, Aklapper, jayvdb, pywikibot-bugs-list



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Closed] T112006: Link.langlinkUnsafe does not work on Beta-Cluster wikis

2015-09-23 Thread demon
demon closed this task as "Resolved".
demon added a subscriber: demon.

TASK DETAIL
  https://phabricator.wikimedia.org/T112006

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Krenair, demon
Cc: demon, greg, Luke081515, gerritbot, Krenair, jayvdb, Aklapper, 
pywikibot-bugs-list, XZise, scfc, hashar



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Unblock] T100796: Run pywikibot tests on beta wikis

2015-09-23 Thread demon
demon closed blocking task T112006: Link.langlinkUnsafe does not work on 
Beta-Cluster wikis as "Resolved".

TASK DETAIL
  https://phabricator.wikimedia.org/T100796

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: jayvdb, demon
Cc: Ricordisamoa, gerritbot, pywikibot-bugs-list, Aklapper, jayvdb



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Reopened] T112006: Link.langlinkUnsafe does not work on Beta-Cluster wikis

2015-09-23 Thread Krenair
Krenair reopened this task as "Open".

TASK DETAIL
  https://phabricator.wikimedia.org/T112006

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Krenair
Cc: demon, greg, Luke081515, gerritbot, Krenair, jayvdb, Aklapper, 
pywikibot-bugs-list, XZise, scfc, hashar



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Block] T100796: Run pywikibot tests on beta wikis

2015-09-23 Thread Krenair
Krenair reopened blocking task T112006: Link.langlinkUnsafe does not work on 
Beta-Cluster wikis as "Open".

TASK DETAIL
  https://phabricator.wikimedia.org/T100796

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: jayvdb, Krenair
Cc: Ricordisamoa, gerritbot, pywikibot-bugs-list, Aklapper, jayvdb



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T112006: Link.langlinkUnsafe does not work on Beta-Cluster wikis

2015-09-23 Thread gerritbot
gerritbot added a comment.

Change 240378 had a related patch set uploaded (by Alex Monk):
Use /srv/mediawiki directly instead of $IP/../

https://gerrit.wikimedia.org/r/240378


TASK DETAIL
  https://phabricator.wikimedia.org/T112006

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Krenair, gerritbot
Cc: demon, greg, Luke081515, gerritbot, Krenair, jayvdb, Aklapper, 
pywikibot-bugs-list, XZise, scfc, hashar



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T109173: "Nonce already used" regularly occurring on beta cluster

2015-09-23 Thread XZise
XZise added a subscriber: XZise.
XZise added a comment.

Not sure if that patch helped but since a few days all tests on Travis 
connecting to OAuth fail similar to 
https://travis-ci.org/wikimedia/pywikibot-core/jobs/81789795#L1016

And I can't find servedby anywhere there (except for the 5 times where we 
actually create that test response).


TASK DETAIL
  https://phabricator.wikimedia.org/T109173

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: bd808, XZise
Cc: XZise, gerritbot, ori, bd808, Tgr, greg, Aklapper, Luke081515, 
pywikibot-bugs-list, jayvdb, scfc, hashar



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T112006: Link.langlinkUnsafe does not work on Beta-Cluster wikis

2015-09-23 Thread gerritbot
gerritbot added a comment.

Change 240391 had a related patch set uploaded (by Alex Monk):
Use getRealmSpecificFilename to get langlist path

https://gerrit.wikimedia.org/r/240391


TASK DETAIL
  https://phabricator.wikimedia.org/T112006

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Krenair, gerritbot
Cc: demon, greg, Luke081515, gerritbot, Krenair, jayvdb, Aklapper, 
pywikibot-bugs-list, XZise, scfc, hashar



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T113450: pywikibot-touch.py needs to operate in bot mode

2015-09-23 Thread Aschroet
Aschroet added a subscriber: Aschroet.

TASK DETAIL
  https://phabricator.wikimedia.org/T113450

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Aschroet
Cc: Aschroet, gerritbot, jayvdb, Tpt, Aklapper, pywikibot-bugs-list, 
Billinghurst, 01tonythomas



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Updated] T113450: pywikibot-touch.py needs to operate in bot mode

2015-09-23 Thread Mpaa
Mpaa edited projects, added Pywikibot-touch.py; removed Pywikibot-Other-scripts.
Mpaa set Security to None.

TASK DETAIL
  https://phabricator.wikimedia.org/T113450

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mpaa
Cc: jayvdb, Tpt, Aklapper, pywikibot-bugs-list, Billinghurst, 01tonythomas



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Updated] T108799: Commons "File usage on other wikis" does not show usage by German Wikisource

2015-09-23 Thread Billinghurst
Billinghurst added a project: pywikibot-core.
Herald added a subscriber: pywikibot-bugs-list.

TASK DETAIL
  https://phabricator.wikimedia.org/T108799

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Billinghurst
Cc: pywikibot-bugs-list, Glaisher, Paulis, Jdforrester-WMF, zhuyifei1999, Tpt, 
Billinghurst, Revi, Aklapper, Steinsplitter, Aschroet, GOIII, jayvdb, Krenair



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Created] T113449: Create project pywikibot-touch.py

2015-09-23 Thread Billinghurst
Billinghurst created this task.
Billinghurst assigned this task to Aklapper.
Billinghurst added a subscriber: Billinghurst.
Billinghurst added a project: pywikibot-core.
Herald added a subscriber: pywikibot-bugs-list.

TASK DESCRIPTION
  Andre,
  
  We seem to have specific projects for each of the pywiki scripts, though we 
seem to have missed pywikibot-touch.py  Would you be so kind to create it. 
Thanks.

TASK DETAIL
  https://phabricator.wikimedia.org/T113449

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Aklapper, Billinghurst
Cc: pywikibot-bugs-list, Billinghurst, jayvdb



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Up For Grabs] T66457: refactor sitelinks structure to support badges

2015-09-23 Thread Ricordisamoa
Ricordisamoa placed this task up for grabs.
Ricordisamoa removed a project: Patch-For-Review.
Ricordisamoa set Security to None.

TASK DETAIL
  https://phabricator.wikimedia.org/T66457

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ricordisamoa
Cc: gerritbot, Aklapper, Bene, jayvdb, Ricordisamoa, pywikibot-bugs-list, 
Liuxinyu970226



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Updated] T108799: Commons "File usage on other wikis" does not show usage by German Wikisource

2015-09-23 Thread Billinghurst
Billinghurst removed a project: pywikibot-core.

TASK DETAIL
  https://phabricator.wikimedia.org/T108799

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Billinghurst
Cc: pywikibot-bugs-list, Glaisher, Paulis, Jdforrester-WMF, zhuyifei1999, Tpt, 
Billinghurst, Revi, Aklapper, Steinsplitter, Aschroet, GOIII, jayvdb, Krenair



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T108799: Commons "File usage on other wikis" does not show usage by German Wikisource

2015-09-23 Thread Billinghurst
Billinghurst added a comment.

adding pywikibot-core as the project, as no project (currently) exists for 
pywikibot-touch.py


TASK DETAIL
  https://phabricator.wikimedia.org/T108799

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Billinghurst
Cc: pywikibot-bugs-list, Glaisher, Paulis, Jdforrester-WMF, zhuyifei1999, Tpt, 
Billinghurst, Revi, Aklapper, Steinsplitter, Aschroet, GOIII, jayvdb, Krenair



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Updated] T108799: Commons "File usage on other wikis" does not show usage by German Wikisource

2015-09-23 Thread Billinghurst
Billinghurst added a blocking task: T113450: pywikibot-touch.py needs to 
operate in bot mode.

TASK DETAIL
  https://phabricator.wikimedia.org/T108799

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Billinghurst
Cc: pywikibot-bugs-list, Glaisher, Paulis, Jdforrester-WMF, zhuyifei1999, Tpt, 
Billinghurst, Revi, Aklapper, Steinsplitter, Aschroet, GOIII, jayvdb, Krenair



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Raised Priority] T109173: "Nonce already used" regularly occurring on beta cluster

2015-09-23 Thread jayvdb
jayvdb raised the priority of this task from "High" to "Unbreak Now!".

TASK DETAIL
  https://phabricator.wikimedia.org/T109173

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: bd808, jayvdb
Cc: gerritbot, ori, bd808, Tgr, greg, Aklapper, Luke081515, 
pywikibot-bugs-list, jayvdb, scfc, hashar



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T66457: refactor sitelinks structure to support badges

2015-09-23 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.
Herald added a subscriber: Aklapper.

Change 131019 abandoned by Ricordisamoa:
[POC] [BREAKING] refactor the sitelinks structure

Reason:
Should be done properly in pywikibot/wikibase

https://gerrit.wikimedia.org/r/131019


TASK DETAIL
  https://phabricator.wikimedia.org/T66457

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ricordisamoa, gerritbot
Cc: gerritbot, Aklapper, Bene, jayvdb, Ricordisamoa, pywikibot-bugs-list, 
Liuxinyu970226



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T113449: Create project pywikibot-touch.py

2015-09-23 Thread jayvdb
jayvdb added a subscriber: jayvdb.
jayvdb added a comment.

We use https://phabricator.wikimedia.org/tag/pywikibot-other-scripts/ as a 
catch-all for these smaller scripts. No objection to creating a tag for each 
script though.


TASK DETAIL
  https://phabricator.wikimedia.org/T113449

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Aklapper, jayvdb
Cc: jayvdb, pywikibot-bugs-list, Billinghurst



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Created] T113450: pywikibot-touch.py needs to operate in bot mode

2015-09-23 Thread Billinghurst
Billinghurst created this task.
Billinghurst added a subscriber: Billinghurst.
Billinghurst added a project: pywikibot-core.
Herald added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION
  When trying to undertake a large scale touch of Wikisource Page: namespace 
pages, I found that it was unable to be undertaken in bot mode. Discovered this 
when the bot found a page that was resaved with a difference due to a change 
made in the code elsewhere in either MediaWiki or ProofreadPage, and the edit 
was saved without the 'b' flag, which for large scale touch operations is 
problematic.

TASK DETAIL
  https://phabricator.wikimedia.org/T113450

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Billinghurst
Cc: Aklapper, pywikibot-bugs-list, Billinghurst, jayvdb



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T61678: Implement badtoken detection and recovery

2015-09-23 Thread Qgil
Qgil added a comment.

This is a message posted to all tasks under "Need Discussion" at 
https://phabricator.wikimedia.org/tag/possible-tech-projects/. 
https://phabricator.wikimedia.org/tag/outreachy-round-11/ is around the corner. 
If you want to propose this task as a featured project idea, we need a clear 
plan with community support, and two mentors willing to support it.


TASK DETAIL
  https://phabricator.wikimedia.org/T61678

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Qgil
Cc: Mps, gerritbot, Rubin16, PhantomTech, Aklapper, Twp, NiharikaKohli, XZise, 
Sitic, Qgil, Daniel_Mietchen, jayvdb, valhallasw, Ricordisamoa, 555, 
pywikibot-bugs-list, Multichill, Ladsgroup, Billinghurst, Krenair



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T89067: GSoC 2015: pywikibot: Implement support for a large core MediaWiki component or extension deployed to Wikimedia sites.

2015-09-23 Thread Qgil
Qgil added a comment.

This is a message posted to all tasks under "Re-check in September 2015" at 
https://phabricator.wikimedia.org/tag/possible-tech-projects/. 
https://phabricator.wikimedia.org/tag/outreachy-round-11/ is around the corner. 
If you want to propose this task as a featured project idea, we need a clear 
plan with community support, and two mentors willing to support it.


TASK DETAIL
  https://phabricator.wikimedia.org/T89067

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Qgil
Cc: Mpaa, Ricordisamoa, NiharikaKohli, Qgil, pywikibot-bugs-list, jayvdb, 
Aklapper



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T57081: implement support for Flagged Revisions in Pywikibot

2015-09-23 Thread Qgil
Qgil added a comment.
Herald added a subscriber: Aklapper.

This is a message posted to all tasks under "Re-check in September 2015" at 
https://phabricator.wikimedia.org/tag/possible-tech-projects/. 
https://phabricator.wikimedia.org/tag/outreachy-round-11/ is around the corner. 
If you want to propose this task as a featured project idea, we need a clear 
plan with community support, and two mentors willing to support it.


TASK DETAIL
  https://phabricator.wikimedia.org/T57081

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Qgil
Cc: Aklapper, Qgil, jayvdb, Legoktm, Ricordisamoa, pywikibot-bugs-list, 
NiharikaKohli



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T89761: Python library for quiz data, with serialisation

2015-09-23 Thread Qgil
Qgil added a subscriber: Qgil.
Qgil added a comment.

This is a message posted to all tasks under "Re-check in September 2015" at 
https://phabricator.wikimedia.org/tag/possible-tech-projects/. 
https://phabricator.wikimedia.org/tag/outreachy-round-11/ is around the corner. 
If you want to propose this task as a featured project idea, we need a clear 
plan with community support, and two mentors willing to support it.


TASK DETAIL
  https://phabricator.wikimedia.org/T89761

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Qgil
Cc: Qgil, Ricordisamoa, Bawolff, He7d3r, Crochet.david, Ajraddatz, 
NiharikaKohli, Jsalsman, pywikibot-bugs-list, jayvdb, Aklapper, Evanontario



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T85656: detect and correctly handle edits that trigger abusefilter rules

2015-09-23 Thread Qgil
Qgil added a comment.

This is a message posted to all tasks under "Re-check in September 2015" at 
https://phabricator.wikimedia.org/tag/possible-tech-projects/. 
https://phabricator.wikimedia.org/tag/outreachy-round-11/ is around the corner. 
If you want to propose this task as a featured project idea, we need a clear 
plan with community support, and two mentors willing to support it.


TASK DETAIL
  https://phabricator.wikimedia.org/T85656

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Qgil
Cc: XZise, Multichill, NiharikaKohli, Qgil, Xqt, Mpaa, jayvdb, Aklapper, 
pywikibot-bugs-list, Ryasmeen, Gryllida



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T95140: svn.wikimedia.org links in pywikibot

2015-09-23 Thread gerritbot
gerritbot added a comment.

Change 234807 abandoned by MarcoAurelio:
Removing svn.wikimedia links in pywikibot

Reason:
Looks that I3de96be6 might fix it and other people is also working, so leaving 
to them.

https://gerrit.wikimedia.org/r/234807


TASK DETAIL
  https://phabricator.wikimedia.org/T95140

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: XZise, Xqt, MarcoAurelio, gerritbot, Yurik, Ricordisamoa, 
pywikibot-bugs-list, jayvdb, Aklapper, Anshoe, 01tonythomas



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Closed] T113129: Unused code in api.Request._add_defaults

2015-09-23 Thread XZise
XZise closed this task as "Resolved".
XZise assigned this task to Mpaa.

TASK DETAIL
  https://phabricator.wikimedia.org/T113129

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mpaa, XZise
Cc: Tokencolour, gerritbot, pywikibot-bugs-list, Aklapper, XZise, Mpaa, jayvdb



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T113222: unicodecsv has dropped support for Python 2.6

2015-09-23 Thread XZise
XZise added a comment.

Okay upstream they released 0.14.1 which contains the revert which broke Python 
2.6 so it's supported again. Providing a patch soon.


TASK DETAIL
  https://phabricator.wikimedia.org/T113222

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: XZise
Cc: gerritbot, Aklapper, jayvdb, pywikibot-bugs-list, Krenair



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Updated] T113517: Search test failed

2015-09-23 Thread XZise
XZise added projects: pywikibot-core, Pywikibot-tests.
XZise set Security to None.
Herald added a subscriber: pywikibot-bugs-list.

TASK DETAIL
  https://phabricator.wikimedia.org/T113517

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: XZise
Cc: pywikibot-bugs-list, Aklapper, XZise, jayvdb



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T74863: add coverage report to tests

2015-09-23 Thread XZise
XZise added a subscriber: XZise.

TASK DETAIL
  https://phabricator.wikimedia.org/T74863

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: XZise
Cc: XZise, gerritbot, Aklapper, jayvdb, pywikibot-bugs-list



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Updated] T113450: pywikibot-touch.py needs to operate in bot mode

2015-09-23 Thread gerritbot
gerritbot added a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T113450

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: gerritbot, jayvdb, Tpt, Aklapper, pywikibot-bugs-list, Billinghurst, 
01tonythomas



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T113450: pywikibot-touch.py needs to operate in bot mode

2015-09-23 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 240570 had a related patch set uploaded (by Mpaa):
touch.py: allow botflag tagging from cli

https://gerrit.wikimedia.org/r/240570


TASK DETAIL
  https://phabricator.wikimedia.org/T113450

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: gerritbot, jayvdb, Tpt, Aklapper, pywikibot-bugs-list, Billinghurst, 
01tonythomas



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Changed Project Column] T113517: Search test failed

2015-09-23 Thread EBernhardson
EBernhardson moved this task to Needs review on the Discovery-Cirrus-Sprint 
workboard.

TASK DETAIL
  https://phabricator.wikimedia.org/T113517

WORKBOARD
  https://phabricator.wikimedia.org/project/board/1227/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: EBernhardson
Cc: gerritbot, EBernhardson, greg, Luke081515, pywikibot-bugs-list, Aklapper, 
XZise, Deskana, scfc, hashar, jeremyb



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Claimed] T113517: Search test failed

2015-09-23 Thread EBernhardson
EBernhardson claimed this task.
EBernhardson added a project: Discovery-Cirrus-Sprint.

TASK DETAIL
  https://phabricator.wikimedia.org/T113517

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: EBernhardson
Cc: gerritbot, EBernhardson, greg, Luke081515, pywikibot-bugs-list, Aklapper, 
XZise, Deskana, scfc, hashar, jeremyb



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Updated] T113517: Search test failed

2015-09-23 Thread gerritbot
gerritbot added a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T113517

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: gerritbot, EBernhardson, greg, Luke081515, pywikibot-bugs-list, Aklapper, 
XZise, Deskana, scfc, hashar, jeremyb



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T113517: Search test failed

2015-09-23 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 240579 had a related patch set uploaded (by EBernhardson):
Fix interwiki search

https://gerrit.wikimedia.org/r/240579


TASK DETAIL
  https://phabricator.wikimedia.org/T113517

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: gerritbot, EBernhardson, greg, Luke081515, pywikibot-bugs-list, Aklapper, 
XZise, Deskana, scfc, hashar, jeremyb



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Up For Grabs] T109173: "Nonce already used" regularly occurring on beta cluster

2015-09-23 Thread greg
greg placed this task up for grabs.

TASK DETAIL
  https://phabricator.wikimedia.org/T109173

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: greg
Cc: XZise, gerritbot, ori, bd808, Tgr, greg, Aklapper, Luke081515, 
pywikibot-bugs-list, jayvdb, scfc, hashar



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T74863: add coverage report to tests

2015-09-23 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.
Herald added a subscriber: Aklapper.

Change 240564 had a related patch set uploaded (by Ladsgroup):
Add coverage in travis builds

https://gerrit.wikimedia.org/r/240564


TASK DETAIL
  https://phabricator.wikimedia.org/T74863

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: gerritbot, Aklapper, jayvdb, pywikibot-bugs-list



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T95140: svn.wikimedia.org links in pywikibot

2015-09-23 Thread MarcoAurelio
MarcoAurelio removed a subscriber: MarcoAurelio.

TASK DETAIL
  https://phabricator.wikimedia.org/T95140

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: MarcoAurelio
Cc: XZise, Xqt, gerritbot, Yurik, Ricordisamoa, pywikibot-bugs-list, jayvdb, 
Aklapper, Anshoe, 01tonythomas



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T66838: Port catimages.py to core

2015-09-23 Thread Qgil
Qgil added a comment.

This is a message sent to all 
https://phabricator.wikimedia.org/tag/possible-tech-projects/. The new round of 
Wikimedia Individual Engagement Grants 
 is open until 29 Sep. For the 
first time, technical projects are within scope, thanks to the feedback 
received at Wikimania 2015, before, and after (T105414 
). If someone is interested in 
obtaining funds to push this task, this might be a good way.


TASK DETAIL
  https://phabricator.wikimedia.org/T66838

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Qgil
Cc: Qgil, Shrutika719, Avicennasis, Aklapper, Xqt, jayvdb, valhallasw, 
Ricordisamoa, pywikibot-bugs-list, NiharikaKohli, droid



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T89067: GSoC 2015: pywikibot: Implement support for a large core MediaWiki component or extension deployed to Wikimedia sites.

2015-09-23 Thread Qgil
Qgil added a comment.

This is a message sent to all 
https://phabricator.wikimedia.org/tag/possible-tech-projects/. The new round of 
Wikimedia Individual Engagement Grants 
 is open until 29 Sep. For the 
first time, technical projects are within scope, thanks to the feedback 
received at Wikimania 2015, before, and after (T105414 
). If someone is interested in 
obtaining funds to push this task, this might be a good way.


TASK DETAIL
  https://phabricator.wikimedia.org/T89067

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Qgil
Cc: Mpaa, Ricordisamoa, NiharikaKohli, Qgil, pywikibot-bugs-list, jayvdb, 
Aklapper



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T85656: detect and correctly handle edits that trigger abusefilter rules

2015-09-23 Thread Qgil
Qgil added a comment.

This is a message sent to all 
https://phabricator.wikimedia.org/tag/possible-tech-projects/. The new round of 
Wikimedia Individual Engagement Grants 
 is open until 29 Sep. For the 
first time, technical projects are within scope, thanks to the feedback 
received at Wikimania 2015, before, and after (T105414 
). If someone is interested in 
obtaining funds to push this task, this might be a good way.


TASK DETAIL
  https://phabricator.wikimedia.org/T85656

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Qgil
Cc: XZise, Multichill, NiharikaKohli, Qgil, Xqt, Mpaa, jayvdb, Aklapper, 
pywikibot-bugs-list, Ryasmeen, Gryllida



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T89761: Python library for quiz data, with serialisation

2015-09-23 Thread Qgil
Qgil added a comment.

This is a message sent to all 
https://phabricator.wikimedia.org/tag/possible-tech-projects/. The new round of 
Wikimedia Individual Engagement Grants 
 is open until 29 Sep. For the 
first time, technical projects are within scope, thanks to the feedback 
received at Wikimania 2015, before, and after (T105414 
). If someone is interested in 
obtaining funds to push this task, this might be a good way.


TASK DETAIL
  https://phabricator.wikimedia.org/T89761

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Qgil
Cc: Qgil, Ricordisamoa, Bawolff, He7d3r, Crochet.david, Ajraddatz, 
NiharikaKohli, Jsalsman, pywikibot-bugs-list, jayvdb, Aklapper, Evanontario



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T57081: implement support for Flagged Revisions in Pywikibot

2015-09-23 Thread Qgil
Qgil added a comment.

This is a message sent to all 
https://phabricator.wikimedia.org/tag/possible-tech-projects/. The new round of 
Wikimedia Individual Engagement Grants 
 is open until 29 Sep. For the 
first time, technical projects are within scope, thanks to the feedback 
received at Wikimania 2015, before, and after (T105414 
). If someone is interested in 
obtaining funds to push this task, this might be a good way.


TASK DETAIL
  https://phabricator.wikimedia.org/T57081

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Qgil
Cc: Aklapper, Qgil, jayvdb, Legoktm, Ricordisamoa, pywikibot-bugs-list, 
NiharikaKohli



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Closed] T113411: UnicodeDecodeError in color_format()

2015-09-23 Thread XZise
XZise closed this task as "Resolved".
XZise added a comment.

Should be solved now.


TASK DETAIL
  https://phabricator.wikimedia.org/T113411

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: XZise
Cc: gerritbot, XZise, Aklapper, Malafaya, pywikibot-bugs-list



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Updated] T113449: Create project pywikibot-touch.py

2015-09-23 Thread Revi
Revi added a project: Project-Creators.
Revi added a subscriber: Revi.

TASK DETAIL
  https://phabricator.wikimedia.org/T113449

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Aklapper, Revi
Cc: Revi, jayvdb, pywikibot-bugs-list, Billinghurst, Jdforrester-WMF, Krenair



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T112006: Link.langlinkUnsafe does not work on Beta-Cluster wikis

2015-09-23 Thread gerritbot
gerritbot added a comment.

Change 240378 abandoned by Chad:
Use /srv/mediawiki directly instead of $IP/../

Reason:
Stupid

https://gerrit.wikimedia.org/r/240378


TASK DETAIL
  https://phabricator.wikimedia.org/T112006

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Krenair, gerritbot
Cc: demon, greg, Luke081515, gerritbot, Krenair, jayvdb, Aklapper, 
pywikibot-bugs-list, XZise, scfc, hashar



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T110856: Convert all scripts to TWN i18n

2015-09-23 Thread gerritbot
gerritbot added a comment.

Change 239669 merged by jenkins-bot:
[i18n] Enable twn support.

https://gerrit.wikimedia.org/r/239669


TASK DETAIL
  https://phabricator.wikimedia.org/T110856

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: XZise, Xqt, Ricordisamoa, Avicennasis, gerritbot, Aklapper, jayvdb, 
pywikibot-bugs-list



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Changed Project Column] T110042: Pywikibot and Flow (tracking)

2015-09-23 Thread Quiddity
Quiddity moved this task to External on the Collaboration-Team-Backlog 
workboard.

TASK DETAIL
  https://phabricator.wikimedia.org/T110042

WORKBOARD
  https://phabricator.wikimedia.org/project/board/65/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Quiddity
Cc: Mattflaschen, happy5214, Aklapper, Quiddity, Ricordisamoa, jayvdb, 
pywikibot-bugs-list, matthiasmullie, Gryllida, Josve05a



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Updated] T89499: Refactor upload.py / move re-usable parts to framework

2015-09-23 Thread jayvdb
jayvdb added a blocked task: T66856: Port various Commons upload bots to core & 
move to separate repository.

TASK DETAIL
  https://phabricator.wikimedia.org/T89499

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: jayvdb
Cc: jayvdb, Liuxinyu970226, pywikibot-bugs-list, Ricordisamoa, valhallasw, 
Aklapper, Multichill



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Updated] T66856: Port various Commons upload bots to core & move to separate repository

2015-09-23 Thread jayvdb
jayvdb added a blocking task: T89499: Refactor upload.py / move re-usable parts 
to framework.
Herald added a subscriber: Avicennasis.

TASK DETAIL
  https://phabricator.wikimedia.org/T66856

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: jayvdb
Cc: Avicennasis, Aklapper, jayvdb, Steinsplitter, gerritbot, valhallasw, droid, 
Ricordisamoa, pywikibot-bugs-list, Multichill, Ladsgroup



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T112006: Link.langlinkUnsafe does not work on Beta-Cluster wikis

2015-09-23 Thread gerritbot
gerritbot added a comment.

Change 240391 merged by jenkins-bot:
Use getRealmSpecificFilename to get langlist path

https://gerrit.wikimedia.org/r/240391


TASK DETAIL
  https://phabricator.wikimedia.org/T112006

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Krenair, gerritbot
Cc: demon, greg, Luke081515, gerritbot, Krenair, jayvdb, Aklapper, 
pywikibot-bugs-list, XZise, scfc, hashar



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Created] T113561: TestImageUsage timeout failures on wikia

2015-09-23 Thread jayvdb
jayvdb created this task.
jayvdb added a subscriber: jayvdb.
jayvdb added projects: pywikibot-core, Pywikibot-tests.
Herald added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION
  There are other timeout problems with the image tests with open tasks in 
Phabricator, but not seen on wikia.
  
  ```
  ==
  ERROR: test_image_usage (tests.site_tests.TestImageUsage)
  Test the site.imageusage() method.
  --
  Traceback (most recent call last):
File "/home/travis/build/wikimedia/pywikibot-core/tests/site_tests.py", 
line 932, in test_image_usage
  imagepage = self.imagepage
File "/home/travis/build/wikimedia/pywikibot-core/tests/site_tests.py", 
line 913, in imagepage
  for page in mysite.allpages(filterredir=False):
File "/home/travis/build/wikimedia/pywikibot-core/pywikibot/data/api.py", 
line 2717, in __iter__
  self.data = self.request.submit()
File "/home/travis/build/wikimedia/pywikibot-core/pywikibot/data/api.py", 
line 2318, in submit
  self._data = super(CachedRequest, self).submit()
File "/home/travis/build/wikimedia/pywikibot-core/pywikibot/data/api.py", 
line 1963, in submit
  self.wait()
File "/home/travis/build/wikimedia/pywikibot-core/pywikibot/data/api.py", 
line 2178, in wait
  raise TimeoutError("Maximum retries attempted without success.")
  TimeoutError: Maximum retries attempted without success.
  
  ==
  ERROR: test_image_usage_in_namespaces (tests.site_tests.TestImageUsage)
  Test the site.imageusage() method with namespaces.
  --
  Traceback (most recent call last):
File "/home/travis/build/wikimedia/pywikibot-core/tests/site_tests.py", 
line 941, in test_image_usage_in_namespaces
  imagepage = self.imagepage
File "/home/travis/build/wikimedia/pywikibot-core/tests/site_tests.py", 
line 913, in imagepage
  for page in mysite.allpages(filterredir=False):
File "/home/travis/build/wikimedia/pywikibot-core/pywikibot/data/api.py", 
line 2717, in __iter__
  self.data = self.request.submit()
File "/home/travis/build/wikimedia/pywikibot-core/pywikibot/data/api.py", 
line 2318, in submit
  self._data = super(CachedRequest, self).submit()
File "/home/travis/build/wikimedia/pywikibot-core/pywikibot/data/api.py", 
line 1963, in submit
  self.wait()
File "/home/travis/build/wikimedia/pywikibot-core/pywikibot/data/api.py", 
line 2178, in wait
  raise TimeoutError("Maximum retries attempted without success.")
  TimeoutError: Maximum retries attempted without success.
  ```
  https://travis-ci.org/wikimedia/pywikibot-core/jobs/81883650#L3633

TASK DETAIL
  https://phabricator.wikimedia.org/T113561

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: jayvdb
Cc: Aklapper, jayvdb, pywikibot-bugs-list



___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs