[Bug 24758] Upload wizard: API errors that block progress on description page submission

2012-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24758

Bug 24758 depends on bug 28577, which changed state.

Bug 28577 Summary: Allow API to test if page title is blacklisted (or is 
invalid for other reasons)
https://bugzilla.wikimedia.org/show_bug.cgi?id=28577

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
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 24758] Upload wizard: API errors that block progress on description page submission

2011-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24758

Neil Kandalgaonkar ne...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||ne...@wikimedia.org
 Resolution||FIXED

--- Comment #10 from Neil Kandalgaonkar ne...@wikimedia.org 2011-09-07 
19:48:51 UTC ---
re: comment #7, points 1-5 have been implemented and bugs with each feature
should be broken out when discovered

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
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 24758] Upload wizard: API errors that block progress on description page submission

2011-04-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24758

--- Comment #7 from Neil Kandalgaonkar ne...@wikimedia.org 2011-04-21 
18:30:20 UTC ---
This bug breaks down into several parts.

If an error occurs on the details page submission, it should work like it did
with errors on the upload page submission.

1) - The UI should catch any and all errors.
Sort of done, but it doesn't do much with them now

2) - Removing the failed submissions should be possible.
Progress made on this with r85694, can now remove an upload from anywhere,
especially at a deeds interface. Now needs interface for Description page
errors.

3) - Retrying the failed submissions should be possible.

4) - Errors which can be fixed by fixing the title should open up the interface
again for that, and allow resubmission.

5) - Errors with the title which can be avoided (such as Blacklist) should be
surfaced earlier
Probably won't block on this for 1.0, as we have issues with TitleBlacklist
that we don't understand now.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24758] Upload wizard: API errors that block progress on description page submission

2011-04-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24758

--- Comment #8 from Neil Kandalgaonkar ne...@wikimedia.org 2011-04-21 
18:37:13 UTC ---
Oops, the previous comment for (2) should have linked to r86594

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24758] Upload wizard: API errors that block progress on description page submission

2011-04-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24758

Neil Kandalgaonkar ne...@wikimedia.org changed:

   What|Removed |Added

 Depends on||28577

--- Comment #6 from Neil Kandalgaonkar ne...@wikimedia.org 2011-04-18 
01:35:57 UTC ---
blocking on 28577 since it describes the need for blacklist checking (which
this bug just alludes to)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24758] Upload wizard: API errors that block progress on description page submission

2011-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24758

Neil Kandalgaonkar ne...@wikimedia.org changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #5 from Neil Kandalgaonkar ne...@wikimedia.org 2011-03-25 
21:39:36 UTC ---
*** Bug 26076 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24758] Upload wizard: API errors that block progress on description page submission

2011-03-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24758

--- Comment #2 from Neil Kandalgaonkar ne...@wikimedia.org 2011-03-21 
19:27:44 UTC ---
One reason this happens: 

'badtoken' errors -- if session times out in between uploading and describing.

Solution -- wrap the final metadata POST in a postWithApiEditToken call as we
do with initial upload. This will retry the post with a fresh token if it
encounters a badtoken error.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24758] Upload wizard: API errors that block progress on description page submission

2011-03-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24758

--- Comment #3 from Neil Kandalgaonkar ne...@wikimedia.org 2011-03-21 
19:32:52 UTC ---
(In reply to comment #2)

Except... we're already doing that? 
The badtoken error *should* be impossible... unfortunately so far can't
replicate


 One reason this happens: 
 
 'badtoken' errors -- if session times out in between uploading and describing.
 
 Solution -- wrap the final metadata POST in a postWithApiEditToken call as 
 we
 do with initial upload. This will retry the post with a fresh token if it
 encounters a badtoken error.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24758] Upload wizard: API errors that block progress on description page submission

2011-03-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24758

--- Comment #4 from Neil Kandalgaonkar ne...@wikimedia.org 2011-03-21 
20:20:37 UTC ---
Other errors that can occur
- renameerror: if you accidentally enter a title like foo.jpg, the system
will try to rename it to foo.jpg.jpg. Strip extensions, or disallow them

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24758] Upload wizard: API errors that block progress on description page submission

2011-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24758

Neil Kandalgaonkar ne...@wikimedia.org changed:

   What|Removed |Added

Summary|Upload wizard doesn't   |Upload wizard: API errors
   |proceed to Step 4, spinner  |that block progress on
   |keeps spinning  |description page submission

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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