https://bugzilla.wikimedia.org/show_bug.cgi?id=48581

--- Comment #3 from Lee Worden <[email protected]> ---
Sure.  I probably won't touch those parts.  I think a MultiUpload page - that
is, an interface like Special:Upload but with several copies of the upload-file
interface on a single page - can be done using a SpecialPage object that
derives from SpecialUpload and a list of objects of SpecialUploadOneFile class
that also derives from SpecialUpload - if some of SpecialUpload's functions are
split so they can be selectively replaced in the subclasses.  This is a kind of
odd design, but would allow it to use Special:Upload's code with almost no
duplication while making minimal changes to MW core.  Some similar splitting
would also need to happen in the javascript, and a more general factory
function for UploadBase.

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to