We should kill mw.UploadWizardUploadInterface.prototype.moveFileInputToCover. It's slow, causing performance issues by being called for each new upload, and it should not be needed. We'll need need to move the functionality of the "Add files" button out of UploadWizardUpload to do it, though.
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Move "Add files" functionality from UWUploadInterface to UploadWizard | mediawiki/extensions/UploadWizard | master | +121 -271 |
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | matmarex | T121901 UploadWizard UI performance abysmal when adding many files to upload at once | |||
| Open | None | T96906 Refactor UploadWizard to be maintainable | |||
| Resolved | matthiasmullie | T89855 Move the interface for adding new files to a new UI class and refactor things around it | |||
| Resolved | matmarex | T39997 [performance] Interval not cleared: 2 Intervals per file | |||
| Resolved | matmarex | T126712 Kill moveFileInputToCover |
Event Timeline
Comment Actions
Change 270295 had a related patch set uploaded (by Bartosz Dziewoński):
[WIP] Move "Add files" functionality from UWUploadInterface to UploadWizard
Comment Actions
Change 270295 merged by jenkins-bot:
Move "Add files" functionality from UWUploadInterface to UploadWizard