[Pywikipedia-bugs] [Maniphest] [Commented On] T85483: `APISite.is_data_repository` does not work if `self` is an `APISite`

2017-02-01 Thread zhuyifei1999
zhuyifei1999 added a comment. In T85483#2989803, @matej_suchanek wrote: I am thinking of whether this method is useful for anything but a confusion. If the site should be repo, it is a DataSite. That it's a DataSite you can test via isinstance(). deprecate and remove APISite.is_data_repository

[Pywikipedia-bugs] [Maniphest] [Commented On] T156596: API warning (query): Unrecognized value for parameter "meta": wikibase.

2017-01-31 Thread zhuyifei1999
zhuyifei1999 added a comment. To reproduce this: >>> __import__('pywikibot').Site('en', 'wiktionary').data_repository() WARNING: API warning (query): Unrecognized value for parameter "meta": wikibase. The response dict: {u'query': {u'userinfo': {u'anon': u'', u'id': 0,

[Pywikipedia-bugs] [Maniphest] [Claimed] T156596: API warning (query): Unrecognized value for parameter "meta": wikibase.

2017-01-31 Thread zhuyifei1999
zhuyifei1999 claimed this task.zhuyifei1999 added a comment. Aha! I think I know the reason. Claiming.TASK DETAILhttps://phabricator.wikimedia.org/T156596EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zhuyifei1999Cc: zhuyifei1999, Lokal_Profil, Mpaa

[Pywikipedia-bugs] [Maniphest] [Commented On] T156596: API warning (query): Unrecognized value for parameter "meta": wikibase.

2017-01-31 Thread zhuyifei1999
zhuyifei1999 added a comment. I did a $ grep -rP 'meta.+wikibase' --exclude-dir .git on the HEAD of both 2.0 branch and master branch. 2.0 branch found no results, while the only result for master branch is within APISite.data_repository()TASK DETAILhttps://phabricator.wikimedia.org/T156596EMAIL

[Pywikipedia-bugs] [Maniphest] [Claimed] T156402: Pywikibot should be able to correct its chunk offset on 'Invalid chunk offset' during chunked uploading

2017-01-26 Thread zhuyifei1999
zhuyifei1999 claimed this task.zhuyifei1999 triaged this task as "Normal" priority. TASK DETAILhttps://phabricator.wikimedia.org/T156402EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zhuyifei1999Cc: Aklapper, pywikibot-bugs-list, Sporti, zhuyifei1

[Pywikipedia-bugs] [Maniphest] [Updated] T156402: Pywikibot should be able to correct its chunk offset on 'Invalid chunk offset' during chunked uploading

2017-01-26 Thread zhuyifei1999
zhuyifei1999 added a comment. FWIW, giving back offset was added in T87535.TASK DETAILhttps://phabricator.wikimedia.org/T156402EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zhuyifei1999Cc: Aklapper, pywikibot-bugs-list, Sporti, zhuyifei1999, Magul, Tbscho

[Pywikipedia-bugs] [Maniphest] [Created] T156402: Pywikibot should be able to correct its chunk offset on 'Invalid chunk offset' during chunked uploading

2017-01-26 Thread zhuyifei1999
zhuyifei1999 created this task.zhuyifei1999 added projects: Pywikibot-General, Pywikibot-core, Pywikibot-Commons.Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION[2017-01-26 18:11:43,546: VERBOSE/PoolWorker-1] Caught HTTP 504 error; retrying [2017-01-26 18:11:43,546

[Pywikipedia-bugs] [Maniphest] [Claimed] T155740: FilePage.get_file_history() does not load imageinfo

2017-01-20 Thread zhuyifei1999
zhuyifei1999 claimed this task. TASK DETAILhttps://phabricator.wikimedia.org/T155740EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zhuyifei1999Cc: gerritbot, Aklapper, pywikibot-bugs-list, Mpaa, zhuyifei1999, Th3d3v1ls, Ramalepe, Liugev6, Magul, Tbscho, MayS

[Pywikipedia-bugs] [Maniphest] [Commented On] T155740: FilePage.get_file_history() does not load imageinfo

2017-01-20 Thread zhuyifei1999
zhuyifei1999 added a comment. Hmm. I guess len(self._file_revisions) makes sense. If it really doesn't have a file revision, it shouldn't be a file page, and all the methods of FilePage are meaningless here.TASK DETAILhttps://phabricator.wikimedia.org/T155740EMAIL PREFERENCEShttps

[Pywikipedia-bugs] [Maniphest] [Updated] T155740: FilePage.get_file_history() does not load imageinfo

2017-01-19 Thread zhuyifei1999
zhuyifei1999 added a comment. @Mpaa Since you were the original author of these related code (d298fac), could you explain why self._file_revisions should be set on instance initialization? To me it seems counter-intuitive.TASK DETAILhttps://phabricator.wikimedia.org/T155740EMAIL PREFERENCEShttps

[Pywikipedia-bugs] [Maniphest] [Created] T155740: FilePage.get_file_history() does not load imageinfo

2017-01-19 Thread zhuyifei1999
zhuyifei1999 created this task.zhuyifei1999 added projects: Pywikibot-core, Pywikibot-General, Pywikibot-Commons.Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTIONCurrent FilePage.get_file_history() logic: if not hasattr(self, '_file_revisions'): self.site.loadimageinfo

[Pywikipedia-bugs] [Maniphest] [Commented On] T155687: Pagegenerator does not use the specified site for categories

2017-01-18 Thread zhuyifei1999
zhuyifei1999 added a comment. Testing with the patch: >>> import pywikibot >>> from pywikibot import pagegenerators >>> generatorFactory = pagegenerators.GeneratorFactory(pywikibot.Site('commons', 'commons')) >>> print('Default site is %s' % pywikibot.Si

[Pywikipedia-bugs] [Maniphest] [Claimed] T155687: Pagegenerator does not use the specified site for categories

2017-01-18 Thread zhuyifei1999
zhuyifei1999 claimed this task.zhuyifei1999 added a comment. culprit: https://github.com/wikimedia/pywikibot-core/blob/ef42bb198ba5ed8dadfaded259f0b2d90809d797/pywikibot/pagegenerators.py#L546TASK DETAILhttps://phabricator.wikimedia.org/T155687EMAIL PREFERENCEShttps://phabricator.wikimedia.org

[Pywikipedia-bugs] [Maniphest] [Claimed] T133443: pywikibot WARNING Offset was not supplied. with chunked upload

2017-01-17 Thread zhuyifei1999
zhuyifei1999 claimed this task.zhuyifei1999 added a comment. gerrit 277060 (for T129216: Pywikibot should support async chunked uploading) should fix this as wellTASK DETAILhttps://phabricator.wikimedia.org/T133443EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences

[Pywikipedia-bugs] [Maniphest] [Updated] T133444: Occasional Unexpected offset warnings with one byte off in Pywikibot

2017-01-17 Thread zhuyifei1999
zhuyifei1999 removed a parent task: T61914: Chunked upload (tracking). TASK DETAILhttps://phabricator.wikimedia.org/T133444EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zhuyifei1999Cc: zhuyifei1999, Matanya, matmarex, Aklapper, Steinsplitter, Avicennasis

[Pywikipedia-bugs] [Maniphest] [Updated] T133443: pywikibot WARNING Offset was not supplied. with chunked upload

2017-01-17 Thread zhuyifei1999
zhuyifei1999 removed a parent task: T61914: Chunked upload (tracking). TASK DETAILhttps://phabricator.wikimedia.org/T133443EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zhuyifei1999Cc: zhuyifei1999, Aklapper, Avicennasis, pywikibot-bugs-list, Multichill

[Pywikipedia-bugs] [Maniphest] [Updated] T129216: Pywikibot should support async chunked uploading

2017-01-17 Thread zhuyifei1999
zhuyifei1999 added a project: Pywikibot-Commons. TASK DETAILhttps://phabricator.wikimedia.org/T129216EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zhuyifei1999Cc: gerritbot, XZise, Aklapper, Steinsplitter, Sporti, pywikibot-bugs-list, zhuyifei1999

[Pywikipedia-bugs] [Maniphest] [Updated] T129471: chunked uploading: failing when meeting upload warnings with ignore_warnings an iterable/callback

2017-01-17 Thread zhuyifei1999
zhuyifei1999 closed this task as a duplicate of T151562: ApiError on chunked upload with callable ignore_warnings. TASK DETAILhttps://phabricator.wikimedia.org/T129471EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zhuyifei1999Cc: Lokal_Profil, Fae, Aklapper

[Pywikipedia-bugs] [Maniphest] [Merged] T151562: ApiError on chunked upload with callable ignore_warnings

2017-01-17 Thread zhuyifei1999
zhuyifei1999 added subscribers: zhuyifei1999, Fae, Steinsplitter, Butko.zhuyifei1999 merged a task: T129471: chunked uploading: failing when meeting upload warnings with ignore_warnings an iterable/callback. TASK DETAILhttps://phabricator.wikimedia.org/T151562EMAIL PREFERENCEShttps

[Pywikipedia-bugs] [Maniphest] [Updated] T129216: Pywikibot should support async chunked uploading

2017-01-17 Thread zhuyifei1999
zhuyifei1999 added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T129216EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zhuyifei1999Cc: gerritbot, XZise, Aklapper, Steinsplitter, Sporti, pywikibot-bugs-list, zhuyifei1999, Th3d3v1ls

[Pywikipedia-bugs] [Maniphest] [Updated] T129216: Pywikibot should support async chunked uploading

2017-01-16 Thread zhuyifei1999
zhuyifei1999 added a parent task: T155455: Start using async chunked uploads. TASK DETAILhttps://phabricator.wikimedia.org/T129216EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zhuyifei1999Cc: gerritbot, XZise, Aklapper, Steinsplitter, Sporti, pywikibot-bugs

[Pywikipedia-bugs] [Maniphest] [Unassigned] T154011: Menage temporary readonly error

2016-12-26 Thread zhuyifei1999
zhuyifei1999 removed zhuyifei1999 as the assignee of this task.zhuyifei1999 added a comment. Wait no.. the MediaWiki code for this is hard to deal with: ApiMain::checkReadOnly calls both wfReadOnly and ApiMain::checkBotReadOnly wfReadOnly calls wfGetLB()->getReadOnlyReason() The message gi

[Pywikipedia-bugs] [Maniphest] [Updated] T154131: Touch.py should not crash on APIError: readonly

2016-12-26 Thread zhuyifei1999
zhuyifei1999 added a subtask: T154011: Menage temporary readonly error. TASK DETAILhttps://phabricator.wikimedia.org/T154131EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zhuyifei1999Cc: Mpaa, Aklapper, pywikibot-bugs-list, JJMC89, Magul, Tbscho, MayS

[Pywikipedia-bugs] [Maniphest] [Updated] T154011: Menage temporary readonly error

2016-12-26 Thread zhuyifei1999
zhuyifei1999 added a parent task: T154131: Touch.py should not crash on APIError: readonly. TASK DETAILhttps://phabricator.wikimedia.org/T154011EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zhuyifei1999Cc: Mpaa, zhuyifei1999, Aklapper, pywikibot-bugs-list

[Pywikipedia-bugs] [Maniphest] [Claimed] T154011: Menage temporary readonly error

2016-12-26 Thread zhuyifei1999
zhuyifei1999 claimed this task. TASK DETAILhttps://phabricator.wikimedia.org/T154011EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zhuyifei1999Cc: Mpaa, zhuyifei1999, Aklapper, pywikibot-bugs-list, Framawiki, Magul, Tbscho, MayS, Mdupont, JJMC89, Avicennasis

[Pywikipedia-bugs] [Maniphest] [Created] T153541: page.botMayEdit should return the correct value even if the bot has not logged in.

2016-12-17 Thread zhuyifei1999
zhuyifei1999 created this task.zhuyifei1999 added projects: Pywikibot-core, Pywikibot-General.Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTIONCurrently the method expects the bot to be logged in, or otherwise it always returns True: $ python /shared/pywikipedia/core

[Pywikipedia-bugs] [Maniphest] [Commented On] T153308: Install requests_oauthlib at Toollabs exec nodes

2016-12-17 Thread zhuyifei1999
zhuyifei1999 added a comment. In T153308#2883618, @Urbanecm wrote: Thanks for the message, forcing trusty hosts works. I thought trusty is the default nowadays?TASK DETAILhttps://phabricator.wikimedia.org/T153308EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences

[Pywikipedia-bugs] [Maniphest] [Commented On] T153308: Install requests_oauthlib at Toollabs exec nodes

2016-12-16 Thread zhuyifei1999
zhuyifei1999 added a comment. Do we have a process for setting up a pip package globally on exec nodes? I'm only aware of deb packages. AFAIK virtualenvs have been the de-facto way of installing them for each account.TASK DETAILhttps://phabricator.wikimedia.org/T153308EMAIL PREFERENCEShttps

[Pywikipedia-bugs] [Maniphest] [Claimed] T153060: Missing upload warning message: 'nochange'

2016-12-13 Thread zhuyifei1999
zhuyifei1999 claimed this task. TASK DETAILhttps://phabricator.wikimedia.org/T153060EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zhuyifei1999Cc: Aklapper, pywikibot-bugs-list, zhuyifei1999, Magul, Tbscho, MayS, Mdupont, JJMC89, jayvdb, Dalba, Masti

[Pywikipedia-bugs] [Maniphest] [Updated] T153060: Missing upload warning message: 'nochange'

2016-12-13 Thread zhuyifei1999
zhuyifei1999 added a comment. This warning is added in rMW4e50971b32468339b388fb1015b21058338d2d8f (T141822)TASK DETAILhttps://phabricator.wikimedia.org/T153060EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zhuyifei1999Cc: Aklapper, pywikibot-bugs-list

[Pywikipedia-bugs] [Maniphest] [Created] T153060: Missing upload warning message: 'nochange'

2016-12-13 Thread zhuyifei1999
zhuyifei1999 created this task.zhuyifei1999 added projects: Pywikibot-core, Pywikibot-General.Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTIONTraceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/celery/app/trace.py", line 367, in

[Pywikipedia-bugs] [Maniphest] [Commented On] T144242: Can not upload a file

2016-09-30 Thread zhuyifei1999
zhuyifei1999 added a comment. @Danilo Wondering if the version of pywikibot you use is up to date.TASK DETAILhttps://phabricator.wikimedia.org/T144242EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zhuyifei1999Cc: zhuyifei1999, Teles, Aklapper, pywikibot-bugs

[Pywikipedia-bugs] [Maniphest] [Updated] T144242: Can not upload a file

2016-09-30 Thread zhuyifei1999
zhuyifei1999 closed this task as a duplicate of T99366: error with httplib2 and unicode_literals: UnicodeDecodeError: 'ascii' codec can't decode byte 0xff in position 1872: ordinal not in range(128). TASK DETAILhttps://phabricator.wikimedia.org/T144242EMAIL PREFERENCEShttps

[Pywikipedia-bugs] [Maniphest] [Updated] T144242: Can not upload a file

2016-09-30 Thread zhuyifei1999
zhuyifei1999 added a comment. Sleeping for 7.3 seconds, 2016-08-29 17:55:47 ERROR: Traceback (most recent call last): File "/shared/pywikipedia/core/pywikibot/data/api.py", line 1954, in submit body=body, headers=headers) File "/shared/pywikipedia/core/pywikibot/tools/__i

[Pywikipedia-bugs] [Maniphest] [Closed] T145633: Deadlock can be caused by raising SpamfilterError in site.editpage()

2016-09-14 Thread zhuyifei1999
zhuyifei1999 closed this task as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T145633EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zhuyifei1999Cc: Xqt, gerritbot, jayvdb, valhallasw, Aklapper, pywikibot-bugs-list, zhuyifei1999,

[Pywikipedia-bugs] [Maniphest] [Commented On] T145633: Deadlock can be caused by raising SpamfilterError in site.editpage()

2016-09-14 Thread zhuyifei1999
zhuyifei1999 added a comment. git blame result, that was two years ago.TASK DETAILhttps://phabricator.wikimedia.org/T145633EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zhuyifei1999Cc: valhallasw, Aklapper, pywikibot-bugs-list, zhuyifei1999, Mdupont, JJMC89

[Pywikipedia-bugs] [Maniphest] [Created] T145633: Deadlock can be caused by raising SpamfilterError in site.editpage()

2016-09-14 Thread zhuyifei1999
zhuyifei1999 created this task.zhuyifei1999 added a project: Pywikibot-core.Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION$ python pwb.py shell Welcome to the Pywikibot interactive shell! >>> import pywikibot >>> site = pywikibot.Site() >>

[Pywikipedia-bugs] [Maniphest] [Updated] T115091: interwiki.py does not recognize redirected category

2016-07-13 Thread zhuyifei1999
zhuyifei1999 removed projects: MediaWiki-Redirects, MediaWiki-Categories.zhuyifei1999 added a comment. (Removing projects; I'm pretty sure this issue isn't related to MediaWiki core)TASK DETAILhttps://phabricator.wikimedia.org/T115091EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings

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

2016-07-01 Thread zhuyifei1999
zhuyifei1999 added subscribers: Zppix, Thibaut120094.zhuyifei1999 merged a task: T139030: When running in autonomous mode, interwiki.py should ignore links to non-existant languages or add them to autonomous_problems.dat and carry on instead of crashing. TASK DETAILhttps

[Pywikipedia-bugs] [Maniphest] [Updated] T125505: Tool Labs: shared Pywikibot code not available

2016-05-22 Thread zhuyifei1999
zhuyifei1999 added a comment. In https://phabricator.wikimedia.org/T125505#2315919, @jayvdb wrote: > Do we know what the cause is yet? https://phabricator.wikimedia.org/T12#2020483? TASK DETAIL https://phabricator.wikimedia.org/T125505 EMAIL PREFERENCES ht

[Pywikipedia-bugs] [Maniphest] [Commented On] T132676: Uploading 125164628-byte file using 4MiB chunked uploading results in unexpected offset on final chunk (1 byte less than file size) then chunk-to

2016-04-14 Thread zhuyifei1999
zhuyifei1999 added a comment. The interesting thing is, the last byte is a \r character: $ cat /srv/v2c/ssu/temp.webm | xxd -b | tail 775dc1c: 10001101 0111 1001 0001 0001 1100 .. 775dc22: 0110 0110 0011 0011 1010

[Pywikipedia-bugs] [Maniphest] [Retitled] T132676: Uploading 125164628-byte file using 4MiB chunked uploading results in unexpected offset on final chunk (1 byte less than file size) then chunk-too-sm

2016-04-14 Thread zhuyifei1999
zhuyifei1999 changed the title from "Uploading 125164627-byte file using 4MiB chunked uploading results in unexpected offset on final chunk (1 byte less than file size) then chunk-too-small error" to "Uploading 125164628-byte file using 4MiB chunked uploading results in un

[Pywikipedia-bugs] [Maniphest] [Updated] T132676: Uploading 125164627-byte file using 4MiB chunked uploading results in unexpected offset on final chunk (1 byte less than file size) then chunk-too-sma

2016-04-14 Thread zhuyifei1999
zhuyifei1999 added a project: pywikibot-core. zhuyifei1999 added a comment. Herald added a subscriber: pywikibot-bugs-list. Indeed: 01:45:56 0 ✓ zhuyifei1999@encoding01: ~$ ls -al /srv/v2c/ssu/temp.webm -rw-r--r-- 1 root root 125164628 Apr 14 12:10 /srv/v2c/ssu/temp.webm I

[Pywikipedia-bugs] [Maniphest] [Retitled] T132158: Page title too long pages errors with nondescriptive message "has neither 'pageid' nor 'missing' attribute"

2016-04-08 Thread zhuyifei1999
zhuyifei1999 changed the title from "Page title too long pages errors with nondestructive message "has neither 'pageid' nor 'missing' attribute"" to "Page title too long pages errors with nondescriptive message "has neither 'pageid' nor 'missing' att

[Pywikipedia-bugs] [Maniphest] [Retitled] T132158: Page title too long pages errors with nondestructive message "has neither 'pageid' nor 'missing' attribute"

2016-04-08 Thread zhuyifei1999
zhuyifei1999 changed the title from "Page title too long pages "has neither 'pageid' nor 'missing' attribute"" to "Page title too long pages errors with nondestructive message "has neither 'pageid' nor 'missing' attribute"". TASK DETAIL https://

[Pywikipedia-bugs] [Maniphest] [Commented On] T132158: Page title too long pages "has neither 'pageid' nor 'missing' attribute"

2016-04-08 Thread zhuyifei1999
zhuyifei1999 added a comment. In https://phabricator.wikimedia.org/T132158#2190049, @jayvdb wrote: > Where did you obtain this title from? Well, @Senapa had my tool <https://tools.wmflabs.org/video2commons/> upload this file to commons. The actual point is that &qu

[Pywikipedia-bugs] [Maniphest] [Created] T132158: Page title too long pages "has neither 'pageid' nor 'missing' attribute"

2016-04-08 Thread zhuyifei1999
zhuyifei1999 created this task. Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION $ PYWIKIBOT2_NO_USER_CONFIG=1 python pywikibot/pwb.py shell -debug -log -verbose No handlers could be found for logger "pywiki"

[Pywikipedia-bugs] [Maniphest] [Claimed] T129216: Pywikibot should support async chunked uploading

2016-03-12 Thread zhuyifei1999
zhuyifei1999 triaged this task as "High" priority. zhuyifei1999 claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T129216 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: XZise, Aklapper, Steinsplitt

[Pywikipedia-bugs] [Maniphest] [Claimed] T129406: Tool Labs Pywikibot does not work with new shared Pywikibot config files

2016-03-11 Thread zhuyifei1999
zhuyifei1999 raised the priority of this task from "Normal" to "Unbreak Now!". zhuyifei1999 claimed this task. zhuyifei1999 added a comment. Happens on grid engine (not on bastion) regardless of of whether the setup is with /shared/pywikipedia/

[Pywikipedia-bugs] [Maniphest] [Lowered Priority] T129406: Tool Labs Pywikibot does not work with new shared Pywikibot config files

2016-03-11 Thread zhuyifei1999
zhuyifei1999 lowered the priority of this task from "Unbreak Now!" to "High". TASK DETAIL https://phabricator.wikimedia.org/T129406 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: zhuyifei1999, Incola, Rxy, Akla

[Pywikipedia-bugs] [Maniphest] [Edited] T129471: chunked uploading: failing when meeting upload warnings with ignore_warnings an iterable/callback

2016-03-10 Thread zhuyifei1999
zhuyifei1999 edited the task description. TASK DETAIL https://phabricator.wikimedia.org/T129471 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: Aklapper, Steinsplitter, Butko, pywikibot-bugs-list, zhuyifei1999, codynguyen1116

[Pywikipedia-bugs] [Maniphest] [Created] T129471: chunked uploading: failing when meeting upload warnings with ignore_warnings an iterable/callback

2016-03-10 Thread zhuyifei1999
zhuyifei1999 created this task. Herald added subscribers: pywikibot-bugs-list, Steinsplitter, Aklapper. TASK DESCRIPTION When an upload warning is returned from server, with ignore_warnings an iterable/callback , the following code <https://github.com/wikimedia/pywikibot-core/b

[Pywikipedia-bugs] [Maniphest] [Created] T129216: Pywikibot should support async chunked uploading

2016-03-08 Thread zhuyifei1999
zhuyifei1999 created this task. Herald added subscribers: pywikibot-bugs-list, Steinsplitter, Aklapper. TASK DESCRIPTION Using async chunked uploading may be a possible workaround for T128358: Uploading 1.2GB ogv results in 503 <https://phabricator.wikimedia.org/T128358>, but Site.

[Pywikipedia-bugs] [Maniphest] [Updated] T125505: Tool Labs: shared Pywikibot code not available

2016-02-28 Thread zhuyifei1999
zhuyifei1999 added a blocking task: T106170: Attribute cache issue with NFS on Trusty. TASK DETAIL https://phabricator.wikimedia.org/T125505 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: scfc, zhuyifei1999 Cc: bd808, Alchimista, Jogo.obb

[Pywikipedia-bugs] [Maniphest] [Merged] T126666: pywikibot broken on wikimedia labs

2016-02-28 Thread zhuyifei1999
zhuyifei1999 closed this task as a duplicate of T125505: Tool Labs: shared Pywikibot code not available. TASK DETAIL https://phabricator.wikimedia.org/T12 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: bd808, Ladsgroup

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T125505: Tool Labs: shared Pywikibot code not available

2016-02-28 Thread zhuyifei1999
zhuyifei1999 added a subscriber: bd808. zhuyifei1999 merged a task: T12: pywikibot broken on wikimedia labs. TASK DETAIL https://phabricator.wikimedia.org/T125505 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: scfc, zhuyifei1999 Cc: bd808

[Pywikipedia-bugs] [Maniphest] [Reopened] T125505: Tool Labs: shared Pywikibot code not available

2016-02-28 Thread zhuyifei1999
zhuyifei1999 reopened this task as "Open". zhuyifei1999 added a comment. Reopening -- apparent instability TASK DETAIL https://phabricator.wikimedia.org/T125505 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: scfc, zhuyifei1999 Cc:

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T125505: Tool Labs: shared Pywikibot code not available

2016-02-28 Thread zhuyifei1999
zhuyifei1999 added subscribers: zhuyifei1999, Jogo.obb, Alchimista. zhuyifei1999 merged tasks: T128313: Tool Labs: shared Pywikibot code not available, T127035: Tool Labs: shared Pywikibot code not available. TASK DETAIL https://phabricator.wikimedia.org/T125505 EMAIL PREFERENCES https

[Pywikipedia-bugs] [Maniphest] [Merged] T127035: Tool Labs: shared Pywikibot code not available

2016-02-28 Thread zhuyifei1999
zhuyifei1999 closed this task as a duplicate of T125505: Tool Labs: shared Pywikibot code not available. TASK DETAIL https://phabricator.wikimedia.org/T127035 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: Jogo.obb, Alchimista

[Pywikipedia-bugs] [Maniphest] [Commented On] T128313: Tool Labs: shared Pywikibot code not available

2016-02-28 Thread zhuyifei1999
zhuyifei1999 added a comment. Can we keep this in one task? TASK DETAIL https://phabricator.wikimedia.org/T128313 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: zhuyifei1999, pywikibot-bugs-list, Aklapper, StudiesWorld, Ato_01

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T127035: Tool Labs: shared Pywikibot code not available

2016-02-16 Thread zhuyifei1999
zhuyifei1999 added a subscriber: zhuyifei1999. TASK DETAIL https://phabricator.wikimedia.org/T127035 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: zhuyifei1999, Aklapper, pywikibot-bugs-list, Ato_01, Luke081515, yuvipanda

[Pywikipedia-bugs] [Maniphest] [Edited] T127035: Tool Labs: shared Pywikibot code not available

2016-02-16 Thread zhuyifei1999
zhuyifei1999 edited the task description. zhuyifei1999 set Security to None. TASK DETAIL https://phabricator.wikimedia.org/T127035 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: Aklapper, pywikibot-bugs-list, Ato_01, Luke081515

[Pywikipedia-bugs] [Maniphest] [Up For Grabs] T125779: pywikibot OAuth should properly handle expired tokens, instead of endless loop.

2016-02-12 Thread zhuyifei1999
zhuyifei1999 placed this task up for grabs. zhuyifei1999 set Security to None. TASK DETAIL https://phabricator.wikimedia.org/T125779 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: Tgr, Mpaa, csteipp, Matanya, valhallasw

[Pywikipedia-bugs] [Maniphest] [Closed] T125779: pywikibot OAuth should properly handle expired tokens, instead of endless loop.

2016-02-12 Thread zhuyifei1999
zhuyifei1999 closed this task as "Resolved". zhuyifei1999 claimed this task. zhuyifei1999 added a comment. No more appearance recently after the deployment of above patch. I'll reopen if the same situation is seen again. TASK DETAIL https://phabricator.wikimedia.org/T125

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T126250: Task

2016-02-08 Thread zhuyifei1999
zhuyifei1999 removed a subscriber: zhuyifei1999. TASK DETAIL https://phabricator.wikimedia.org/T126250 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: admin, zhuyifei1999 Cc: chasemp, Bene, thiemowmde, Khan.tauseef, Halfak, ToAruShiroiNeko, jeblad

[Pywikipedia-bugs] [Maniphest] [Updated] T126250: Task

2016-02-08 Thread zhuyifei1999
zhuyifei1999 added a project: Spam. zhuyifei1999 added a subscriber: zhuyifei1999. TASK DETAIL https://phabricator.wikimedia.org/T126250 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: admin, zhuyifei1999 Cc: zhuyifei1999, chasemp, Bene, thiemowmde

[Pywikipedia-bugs] [Maniphest] [Commented On] T125779: pywikibot OAuth should properly handle expired tokens, instead of endless loop.

2016-02-08 Thread zhuyifei1999
zhuyifei1999 added a comment. Hmm... MediaWiki seems to return csrf tokens correctly, yet they are reported invalid: (before this is a gigantic upload request of 64MB chunk) 2016-02-08 17:26:37 api.py, 1977 in submit: DEBUG API response received from

[Pywikipedia-bugs] [Maniphest] [Updated] T125779: pywikibot OAuth should properly handle expired tokens, instead of endless loop.

2016-02-08 Thread zhuyifei1999
zhuyifei1999 added a comment. Sorry, I was discussing this on irc `#pywikibot` and didn't see this responce. T126257: The API should not require CSRF tokens for an OAuth request <https://phabricator.wikimedia.org/T126257> was created during the discussion as a potential workaround.

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T57062: Add video encoding to flickrripper.py

2016-02-06 Thread zhuyifei1999
zhuyifei1999 added a subscriber: zhuyifei1999. Herald added a subscriber: Avicennasis. TASK DETAIL https://phabricator.wikimedia.org/T57062 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: Avicennasis, zhuyifei1999, jayvdb, Aklapper

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T125779: pywikibot OAuth should properly handle expired tokens, instead of endless loop.

2016-02-04 Thread zhuyifei1999
zhuyifei1999 added a subscriber: Matanya. TASK DETAIL https://phabricator.wikimedia.org/T125779 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: Matanya, valhallasw, Ricordisamoa, Aklapper, Yann, StudiesWorld, pywikibot-bugs-list

[Pywikipedia-bugs] [Maniphest] [Commented On] T125779: pywikibot OAuth should properly handle expired tokens, instead of endless loop.

2016-02-04 Thread zhuyifei1999
zhuyifei1999 added a comment. Ok, I'll try next time this happens. @yann has already refreshed his oauth tokens, so the old invalid tokens are no longer accessible, as the tool stores oauth tokens nowhere except in redis session storage (already invalidated), redis celery broker (task queue

[Pywikipedia-bugs] [Maniphest] [Updated] T125779: pywikibot OAuth should properly handle expired tokens, instead of endless loop.

2016-02-04 Thread zhuyifei1999
zhuyifei1999 added a comment. In https://phabricator.wikimedia.org/T125779#1997112, @valhallasw wrote: > Why do you think this has something to do with OAuth? The log just shows > pywikibot retrying after the API returns a 'badtoken' response, as it's > supposed to. I'm not sure

[Pywikipedia-bugs] [Maniphest] [Commented On] T125779: pywikibot OAuth should properly handle expired tokens, instead of endless loop.

2016-02-04 Thread zhuyifei1999
zhuyifei1999 added a comment. In https://phabricator.wikimedia.org/T125779#1997288, @valhallasw wrote: > > Well, you cannot get an valid crsf token from an invalid oauth token. > > Can you run your script with -debug? That should create a log file in logs/ > that shows the exa

[Pywikipedia-bugs] [Maniphest] [Created] T125779: pywikibot OAuth should properly handle expired tokens, instead of endless loop.

2016-02-04 Thread zhuyifei1999
zhuyifei1999 created this task. zhuyifei1999 added subscribers: zhuyifei1999, Yann, Ricordisamoa. zhuyifei1999 added projects: pywikibot-core, Pywikibot-OAuth. Herald added subscribers: pywikibot-bugs-list, StudiesWorld, Aklapper. TASK DESCRIPTION When the the tokens expire or invalidated

[Pywikipedia-bugs] [Maniphest] [Commented On] T124922: pywikibot.APIError's data should be string, not

2016-01-27 Thread zhuyifei1999
zhuyifei1999 added a comment. The only way the last line could have been executed, is that the last line is not an instance of BaseException: (http://docs.celeryproject.org/en/latest/_modules/celery/backends/base.html#BaseBackend.exception_to_python) TASK DETAIL https

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T124869: -sql option is not documented in replace.py

2016-01-27 Thread zhuyifei1999
zhuyifei1999 added a subscriber: zhuyifei1999. TASK DETAIL https://phabricator.wikimedia.org/T124869 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: zhuyifei1999, Aklapper, Xqt, pywikibot-bugs-list, Spage

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T120633: Paste does not work in PAWS terminal

2016-01-10 Thread zhuyifei1999
zhuyifei1999 added a subscriber: zhuyifei1999. TASK DETAIL https://phabricator.wikimedia.org/T120633 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: zhuyifei1999, yuvipanda, Legoktm, jayvdb, pywikibot-bugs-list, StudiesWorld

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T121835: pwb.py raises exception just before executing generate_user_files.py

2015-12-18 Thread zhuyifei1999
zhuyifei1999 added a subscriber: zhuyifei1999. TASK DETAIL https://phabricator.wikimedia.org/T121835 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: zhuyifei1999, jayvdb, Aklapper, StudiesWorld, pywikibot-bugs-list, Dalba

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T120334: Support specifying '*' for 'family' in usernames config

2015-12-12 Thread zhuyifei1999
zhuyifei1999 added a subscriber: zhuyifei1999. TASK DETAIL https://phabricator.wikimedia.org/T120334 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Legoktm, zhuyifei1999 Cc: zhuyifei1999, gerritbot, Aklapper, StudiesWorld, pywikibot-bugs-list

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T120072: Expose the fact that PWB is available more

2015-12-03 Thread zhuyifei1999
zhuyifei1999 added a subscriber: zhuyifei1999. TASK DETAIL https://phabricator.wikimedia.org/T120072 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: zhuyifei1999, pywikibot-bugs-list, jayvdb, Aklapper, Ladsgroup, StudiesWorld

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T120327: SUL login fails if pywikibot is the first visit to the wiki

2015-12-03 Thread zhuyifei1999
zhuyifei1999 added a subscriber: zhuyifei1999. TASK DETAIL https://phabricator.wikimedia.org/T120327 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: zhuyifei1999, Aklapper, jayvdb, pywikibot-bugs-list

[Pywikipedia-bugs] [Maniphest] [Changed Project Column] T56565: Picasa copier upload script similar to flickrripper.py

2015-11-15 Thread zhuyifei1999
zhuyifei1999 moved this task to Third-party software on the Commons workboard. TASK DETAIL https://phabricator.wikimedia.org/T56565 WORKBOARD https://phabricator.wikimedia.org/project/board/1118/ EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences

[Pywikipedia-bugs] [Maniphest] [Changed Project Column] T56565: Picasa copier upload script similar to flickrripper.py

2015-11-15 Thread zhuyifei1999
Herald added a subscriber: Avicennasis. TASK DETAIL https://phabricator.wikimedia.org/T56565 WORKBOARD https://phabricator.wikimedia.org/project/board/1118/ EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: Avicennasis, Aklapper

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T115091: interwiki.py does not recognize redirected category

2015-10-13 Thread zhuyifei1999
zhuyifei1999 added a subscriber: zhuyifei1999. TASK DETAIL https://phabricator.wikimedia.org/T115091 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: zhuyifei1999, Aklapper, JAnD, pywikibot-bugs-list

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T104129: interwiki_forward may be replaced with the interwikimap

2015-10-13 Thread zhuyifei1999
zhuyifei1999 added a subscriber: zhuyifei1999. TASK DETAIL https://phabricator.wikimedia.org/T104129 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: zhuyifei1999, XZise, Aklapper, pywikibot-bugs-list, jayvdb, gerritbot

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T115313: Find an advanced test runner with logging

2015-10-13 Thread zhuyifei1999
zhuyifei1999 added a subscriber: zhuyifei1999. TASK DETAIL https://phabricator.wikimedia.org/T115313 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb, zhuyifei1999 Cc: zhuyifei1999, Aklapper, pywikibot-bugs-list, XZise, jayvdb

[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

[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

[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

[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

[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://phabri

[Pywikipedia-bugs] [Maniphest] [Updated] T99366: error with httplib2 and unicode_literals: UnicodeDecodeError: 'ascii' codec can't decode byte 0xff in position 1872: ordinal not in range(128)

2015-09-22 Thread zhuyifei1999
zhuyifei1999 removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T99366 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: jayvdb, gerritbot, valhallasw, pywikibot-bugs-list, XZise, Aklapper, zhuyifei1999

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T112223: test_logpages_dump when 'title' isnt present

2015-09-15 Thread zhuyifei1999
zhuyifei1999 added a subscriber: zhuyifei1999. TASK DETAIL https://phabricator.wikimedia.org/T112223 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: zhuyifei1999, Aklapper, jayvdb, pywikibot-bugs-list

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T112130: Pywikibot crashes on items with quantities with units. Need to implement unit support in pywikibot WbQuanity

2015-09-11 Thread zhuyifei1999
zhuyifei1999 added a subscriber: zhuyifei1999. TASK DETAIL https://phabricator.wikimedia.org/T112130 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: zhuyifei1999, jayvdb, Ladsgroup, gerritbot, Aklapper, pywikibot-bugs-list

[Pywikipedia-bugs] [Maniphest] [Commented On] T99366: error with httplib2 and unicode_literals: UnicodeDecodeError: 'ascii' codec can't decode byte 0xff in position 1872: ordinal not in range(128)

2015-08-01 Thread zhuyifei1999
zhuyifei1999 added a comment. Added traceback.print_exc() and got: Traceback (most recent call last): File /data/project/yifeibot/panrb/pywikibot/comms/http.py, line 258, in _http_process verify=True, timeout=timeout) File /usr/lib/python2.7/dist-packages/requests/sessions.py

[Pywikipedia-bugs] [Maniphest] [Commented On] T99366: error with httplib2 and unicode_literals: UnicodeDecodeError: 'ascii' codec can't decode byte 0xff in position 1872: ordinal not in range(128)

2015-08-01 Thread zhuyifei1999
zhuyifei1999 added a comment. Requests is installed globally on tool labs grid engines. Should be up to date with apt repo. (It has been a while since I read the puppet files though) TASK DETAIL https://phabricator.wikimedia.org/T99366 EMAIL PREFERENCES https://phabricator.wikimedia.org

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T78462: Pywikibot : Fix Commons scripts broken by toolserver.org to labs migration

2015-07-22 Thread zhuyifei1999
zhuyifei1999 added a subscriber: zhuyifei1999. TASK DETAIL https://phabricator.wikimedia.org/T78462 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: zhuyifei1999, Steinsplitter, daniel, jayvdb, Aklapper, pywikibot-bugs-list

[Pywikipedia-bugs] [Maniphest] [Commented On] T103288: cn.wikimedia.org missing from supported families

2015-06-22 Thread zhuyifei1999
zhuyifei1999 added a comment. In https://phabricator.wikimedia.org/T103288#1386554, @jayvdb wrote: WUG (Wiki User Group) China is the first WUG with its own wiki on wikimedia.org ? I believe co.wikimedia.org https://co.wikimedia.org/wiki/ (for Wikimedians of Colombia User Group https

[Pywikipedia-bugs] [Maniphest] [Created] T103288: cn.wikimedia.org missing from supported families

2015-06-22 Thread zhuyifei1999
zhuyifei1999 created this task. zhuyifei1999 added subscribers: zhuyifei1999, AddisWang. zhuyifei1999 added projects: pywikibot-core, Pywikibot-General. Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION Fishbowl wiki for [[https://cn.wikimedia.org|Wikimedia User Group

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T103288: cn.wikimedia.org missing from supported families

2015-06-22 Thread zhuyifei1999
zhuyifei1999 added subscribers: XZise, jayvdb. TASK DETAIL https://phabricator.wikimedia.org/T103288 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: jayvdb, XZise, Aklapper, pywikibot-bugs-list, AddisWang, zhuyifei1999, Malyacko

<    1   2   3   4   5   6   >