[Pywikipedia-bugs] [Maniphest] [Commented On] T112340: Page.isEmpty

2015-10-01 Thread XZise
XZise added a subscriber: XZise.
XZise added a comment.

In https://phabricator.wikimedia.org/T112340#1677194, @01tonythomas wrote:

> Hello @Rajdeep594! You neednt have the task assigned to you to start working 
> on it. If you feel like, you can click on 'Edit Task' and add your name to 
> 'Assinged To' field.


Alternatively if you comment below you can change the “Action” from “Comment” 
to “Reassign/Claim” and you can set whoever claims it (by default it's you). 
And if someone is committed to work on a bug it's always better to claim it of 
course so that others see that it's being handled. Now I don't know what your 
intentions were, because of course you can still work on it without claiming it 
(as you said).


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

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

To: Rajdeep594, XZise
Cc: XZise, 01tonythomas, Rajdeep594, 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] T114318: Index page sometimes does not have required class set

2015-10-01 Thread Mpaa
Mpaa added a comment.

Also purging in en.wikisource or

  python scripts/touch.py -page:Index:Popular_Science_Monthly_Volume_25.djvu 
-purge

works.


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

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

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



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


[Pywikipedia-bugs] [Maniphest] [Commented On] T108802: Account required in wiki being processed (starting wiki)

2015-10-01 Thread gerritbot
gerritbot added a comment.

Change 243040 had a related patch set uploaded (by John Vandenberg):
interwiki: do not automatically log in

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


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

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

To: valhallasw, gerritbot
Cc: pywikibot-bugs-list, gerritbot, XZise, valhallasw, jayvdb, russblau, Xqt, 
Malafaya, Aklapper, droid



___
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-10-01 Thread gerritbot
gerritbot added a comment.

Change 243060 had a related patch set uploaded (by John Vandenberg):
Deprecate ParamInfo.query_modules_with_limits

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


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] T113212: qualifier misidentified in fromJSON()

2015-10-01 Thread gerritbot
gerritbot added a comment.

Change 243043 had a related patch set uploaded (by John Vandenberg):
Correctly identify qualifier from JSON

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


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

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

To: gerritbot
Cc: jayvdb, gerritbot, Aklapper, Lokal_Profil, 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] T111615: pywikibot.__all__ is unicode, causing `TypeError: Item in ``from list'' not a string`

2015-10-01 Thread gerritbot
gerritbot added a comment.

Change 243058 had a related patch set uploaded (by John Vandenberg):
__all__ items must be bytes on Python 2

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


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

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

To: jayvdb, gerritbot
Cc: gerritbot, jayvdb, Aklapper, valhallasw, 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] T109119: Check the style of the commit message

2015-10-01 Thread jayvdb
jayvdb added a subscriber: jayvdb.
jayvdb added a comment.

One of the easy checks in the original task description is not yet implemented:

- There should be no I… references but instead always git commit hashes.

That is ~ https://phabricator.wikimedia.org/P1881 line 186

Then the non-trivial follow-on from that in the original task description is 
yet to be implemented:

- Commit hashes which point to commits in  should only point to past 
(merged) commits.

It would also be good to introduce a strict syntax for referring to commits in 
other repos.

And another hard one that I would like is a standardised way of referring to 
regressions, with a reference to the commit where the regression occurred.  
This will help automated identification of changes which need to be 
cherry-picked to other branches based on whether the regression commit exists 
in the branch.

It would be good to standardise the list of other rfc822 headers which are 
allowed in the message tail.  e.g. Signed-off-by , Original-author:/Co-author: .
Do other repos normally allow 'Conflicts:\nfoo' which git automatically 
adds?


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

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

To: jayvdb
Cc: jayvdb, Jdforrester-WMF, JanZerebecki, Legoktm, bd808, gerritbot, hashar, 
greg, Aklapper, pywikibot-bugs-list, XZise



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


[Pywikipedia-bugs] [Maniphest] [Commented On] T108838: '-ignore' parameter throws exception in interwiki.py

2015-10-01 Thread gerritbot
gerritbot added a comment.

Change 243108 had a related patch set uploaded (by John Vandenberg):
https://phabricator.wikimedia.org/T108838 '-ignore' parameter throws exception 
in interwiki.py

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


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

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

To: Malafaya, gerritbot
Cc: gerritbot, jayvdb, JAnD, 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] [Commented On] T75934: interwiki.py -hint: does not translate namespaces

2015-10-01 Thread gerritbot
gerritbot added a comment.

Change 243109 had a related patch set uploaded (by John Vandenberg):
Allow titletranslate.translate page to be None

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


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

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

To: jayvdb, gerritbot
Cc: Aklapper, gerritbot, Ladsgroup, JAnD, jayvdb, pywikibot-bugs-list, 
AlexWang, Daniel_Mietchen, Qgil



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