[Bug 69090] upload.py attempts uploads on wikis that don't allow uploads

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69090

Fabian commodorefabia...@gmx.de changed:

   What|Removed |Added

 CC||commodorefabia...@gmx.de

--- Comment #3 from Fabian commodorefabia...@gmx.de ---
We might need to be avare of bug 33731. John suggested to download the HTML
Code of Special:Upload and check if the upload edit box is present.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69090] upload.py attempts uploads on wikis that don't allow uploads

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69090

--- Comment #4 from Mpaa mpaa.w...@gmail.com ---
I submitted this patch. Do not why it was not logged here:
https://gerrit.wikimedia.org/r/#/c/159836/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69090] upload.py attempts uploads on wikis that don't allow uploads

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69090

--- Comment #5 from Fabian commodorefabia...@gmx.de ---
Oh nevermind. Bug 33731 is emitting not 'uploaddisabled' so it's not related to
this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69090] upload.py attempts uploads on wikis that don't allow uploads

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69090

--- Comment #6 from Andre Klapper aklap...@wikimedia.org ---
(In reply to Mpaa from comment #4)
 I submitted this patch. Do not why it was not logged here:
 https://gerrit.wikimedia.org/r/#/c/159836/

See http://www.mediawiki.org/wiki/Gerrit/Commit_message_guidelines for the
required format.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69090] upload.py attempts uploads on wikis that don't allow uploads

2014-09-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69090

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69090] upload.py attempts uploads on wikis that don't allow uploads

2014-09-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69090

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW

--- Comment #2 from John Mark Vandenberg jay...@gmail.com ---
It is a bit better now, as there is no traceback, but the check and error needs
to occur before asking the user a lot of questions.

$ python pwb.py upload -family:wikidata -lang:test
No input filename given
File or URL where image is now:
https://upload.wikimedia.org/wikipedia/commons/4/47/PNG_transparency_demonstration_1.png
The filename on the target wiki will default to:
PNG_transparency_demonstration_1.png
Enter a better name, or press enter to accept: 
The suggested description is:

It is not possible to upload a file without a summary/description.
Do you want to change this description? ([Y]es, [n]o, [q]uit) y
Uploading file to wikidata:test via API
Reading file
https://upload.wikimedia.org/wikipedia/commons/4/47/PNG_transparency_demonstration_1.png
WARNING: API warning (tokens): action=tokens has been deprecated. Please use
action=querymeta=tokens instead.
ERROR: Upload error: Local file uploads are disabled on wikidata:test.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69090] upload.py attempts uploads on wikis that don't allow uploads

2014-09-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69090

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 CC||jay...@gmail.com
  Component|General |Other scripts

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69090] upload.py attempts uploads on wikis that don't allow uploads

2014-08-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69090

Mpaa mpaa.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69090] upload.py attempts uploads on wikis that don't allow uploads

2014-08-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69090

Mpaa mpaa.w...@gmail.com changed:

   What|Removed |Added

 CC||mpaa.w...@gmail.com

--- Comment #1 from Mpaa mpaa.w...@gmail.com ---
See https://gerrit.wikimedia.org/r/156465

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69090] upload.py attempts uploads on wikis that don't allow uploads

2014-08-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69090

Fabian commodorefabia...@gmx.de changed:

   What|Removed |Added

 Depends on||70075

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69090] upload.py attempts uploads on wikis that don't allow uploads

2014-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69090

Ricordisamoa ricordisa...@openmailbox.org changed:

   What|Removed |Added

 CC||ricordisa...@openmailbox.or
   ||g
Summary|upload.py attempts uploads  |upload.py attempts uploads
   |on wikis that dont allows   |on wikis that don't allow
   |uploads |uploads

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l