[Bug 24759] Upload wizard: Improve progress bar

2012-11-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24759

Bug 24759 depends on bug 29250, which changed state.

Bug 29250 Summary: UploadWizard: Resumable uploads
https://bugzilla.wikimedia.org/show_bug.cgi?id=29250

   What|Old Value   |New Value

 Status|ASSIGNED|NEW
 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
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 24759] Upload wizard: Improve progress bar

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

Bug 24759 depends on bug 30244, which changed state.

Bug 30244 Summary: Use HTML5 FileAPI to read individual files for upload
https://bugzilla.wikimedia.org/show_bug.cgi?id=30244

   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 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 24759] Upload wizard: Improve progress bar

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

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

   What|Removed |Added

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

--- Comment #13 from Neil Kandalgaonkar ne...@wikimedia.org 2011-11-17 
19:50:00 UTC ---
Not sure if our progress bar is reliable but it more or less works now, even
with multiple files, in modern browsers.

-- 
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 24759] Upload wizard: Improve progress bar

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

--- Comment #9 from TMg mr.h...@gmx.de 2011-09-26 20:53:34 UTC ---
(In reply to comment #8)
 The basic HTML-form-submission upload system

I don't get it. I'm talking about the upload wizard, not about the basic upload
form. Currently the progress bar in the wizard is broken because it is almost
never shown except for some uncommon cases when multiple files are uploaded and
the last file is bigger than all other files. In most cases the only thing I
see is some flickering bar where the progress bar should be. It's flickering
for the fraction of a second in the moment the upload is finished. I know the
progress bar worked a lot better in the same browser some months ago when I
tested the upload wizard first.

-- 
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 24759] Upload wizard: Improve progress bar

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

--- Comment #10 from Brion Vibber br...@wikimedia.org 2011-09-26 20:57:41 UTC 
---
What we're talking about isn't what it *looks like* but *how the file is
transferred from your browser to the web server*.

How that is done makes a difference to what progress data we can report.

-- 
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 24759] Upload wizard: Improve progress bar

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

--- Comment #11 from TMg mr.h...@gmx.de 2011-09-26 21:11:02 UTC ---
I'm pretty sure nobody cares about this. The file is uploaded with the upload
wizard. Why is there a difference between uploading a single file and uploading
multiple files? If there is a progress bar, why is it missing when uploading a
single file? Why is it displayed for the fraction of a second (that's what i
call flickering) in the moment the upload of the file ended? When uploading
two files, why is it missing when uploading the first file but displayed when
uploading the second file? This is confusing. If it's impossible to add a
reliable progress bar, remove it please.

-- 
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 24759] Upload wizard: Improve progress bar

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

--- Comment #12 from Brion Vibber br...@wikimedia.org 2011-09-26 21:18:44 UTC 
---
Right, that's the subject of this bug report.

-- 
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 24759] Upload wizard: Improve progress bar

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

--- Comment #8 from Brion Vibber br...@wikimedia.org 2011-09-19 16:05:39 UTC 
---
The basic HTML-form-submission upload system doesn't actually provide a good
way to do a progress bar for any individual file, which is probably why you
only see a progress bar to track how many files have been uploaded out of a
batch.

As noted in some comments above, we'll be able to do a progress bar _during_
each individual upload on many -- but not all -- browsers once chunked uploads
are supported on both the upload API and UploadWizard's front-end code. This
will upload the file in smaller pieces over multiple requests, which is both
more resilient to network errors (can simply reconnect  continue if any
individual chunk fails) and will be able to track the upload progress directly
from the JavaScript.

-- 
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 24759] Upload wizard: Improve progress bar

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

TMg mr.h...@gmx.de changed:

   What|Removed |Added

 CC||mr.h...@gmx.de

--- Comment #7 from TMg mr.h...@gmx.de 2011-09-18 10:49:39 UTC ---
Currently I never see a progress bar. Even in very simple cases when I upload a
single large file it shows no progress. Only the spinning indicators. While
testing there was only a single case where the progress bar showed up: When
uploading a small and a big file, the progress bar was shown for a short time
after the small file was finished but the large file was not. I don't know if
this is a browser issue (Opera 11.51) but I expect it to work in all modern
browsers including this one.

I found several issues, a lot minor and a few major, all described here
(including this one):
http://commons.wikimedia.org/wiki/Commons:Prototype_upload_wizard_feedback#Not_usable_at_all_due_to_security_errors_and_other_exceptions

-- 
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 24759] Upload wizard: Improve progress bar

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

Ian Baker iba...@wikimedia.org changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED
 CC||iba...@wikimedia.org
 AssignedTo|wikibugs-l@lists.wikimedia. |iba...@wikimedia.org
   |org |

-- 
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 24759] Upload wizard: Improve progress bar

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

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

   What|Removed |Added

 CC||br...@wikimedia.org

--- Comment #5 from Neil Kandalgaonkar ne...@wikimedia.org 2011-08-08 
18:01:14 UTC ---
*** Bug 30242 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 24759] Upload wizard: Improve progress bar

2011-08-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24759

--- Comment #3 from Brion Vibber br...@wikimedia.org 2011-08-05 12:32:30 UTC 
---
We don't currently seem to display an upload progress bar at all, but just a
spinner. Is bug 30242 a dupe of this, or is this something separate...?

-- 
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 24759] Upload wizard: Improve progress bar

2011-08-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24759

Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 Depends on||30244

-- 
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 24759] Upload wizard: Improve progress bar

2011-08-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24759

--- Comment #4 from Neil Kandalgaonkar ne...@wikimedia.org 2011-08-05 
16:29:43 UTC ---
There is a progress bar. It's actually constantly polling all the uploads for
progress info and trying to display a summary result.

But it only shows when there is some information about how well uploads are
progressing. At the moment, that only occurs after the first upload has
completed. If you're uploading a single file, you won't see the progress bar.
And if you upload small files or less than three files, the files will probably
complete at about the same time anyway, so the progress bar won't show up.

However, Chrome and other modern browsers offer ways to know how the upload is
progressing, even in traditionally submitted POST-to-iframe uploads. And of
course the FileAPI / chunked method will give us even more info. So we just
need to write a few more lines of code here to get a working progress bar.

-- 
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 24759] Upload wizard: Improve progress bar

2011-06-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24759

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

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |

-- 
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 24759] Upload wizard: Improve progress bar

2011-06-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24759

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

   What|Removed |Added

 Depends on||29250

-- 
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 24759] Upload wizard: Improve progress bar

2011-06-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24759

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

   What|Removed |Added

 Blocks||27800

-- 
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 24759] Upload wizard: Improve progress bar

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

-- 
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 24759] Upload wizard: Improve progress bar

2010-08-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24759

--- Comment #1 from Guillaume Paumier gpaum...@wikimedia.org 2010-08-11 
20:03:22 UTC ---
Maybe we should just display the progress bar when we have reliable data (most
recent browsers) and not display it at all when we don't?

-- 
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 24759] Upload wizard: Improve progress bar

2010-08-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24759

--- Comment #2 from Neil Kandalgaonkar ne...@wikimedia.org 2010-08-11 
20:21:29 UTC ---
It is possible for the countdown to increase if the program thinks that the
uploads are going slower. That said it does sound like a bug.

It isn't a matter of reliable data, exactly; some modern browsers can tell us
how the upload is progressing as it is happening. 

With older browsers we have to wait for at least one upload to complete first.
In the case of uploading just one file, we never get to show the progress bar.

-- 
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