Jump to content

Extension:UploadWizard: Difference between revisions

From mediawiki.org
Content deleted Content added
Guillom (talk | contribs)
filling in what I can
 
NeilK (talk | contribs)
comparison to addmediawizard
Line 29: Line 29:


See also [[:usability:Multimedia:Upload wizard]].
See also [[:usability:Multimedia:Upload wizard]].

This extension covers some of the same basic functionality as AddMediaWizard, part of [[Extension:UsabilityInitiative]]. AddMediaWizard's is intended mostly for users who want to insert a single image while editing an article. It is expected that AddMediaWizard and UploadWizard will eventually share most of their backend code related to uploading media.

Revision as of 20:21, 21 May 2010

MediaWiki extensions manual
UploadWizard
Release status: experimental
Implementation Media, Special page
Description Multi-file, step-by-step upload wizard
Author(s) Neil Kandalgaonkar (NeilKtalk)
Latest version 1.5.0
MediaWiki >= 1.47.0
Database changes Yes
  • $wgUploadWizardUseCodeEditor
  • $wgUploadWizardUseCodeMirror
  • $wgUploadWizardConfig
  • upwizcampaigns
  • mass-upload
Licence GNU General Public License (any version)
Download SVN
README
Example Commons Prototype

UploadWizard is an extension that provides a multi-file, step-by-step JavaScript wizard to upload multimedia files to a MediaWiki website. It was designed by Guillaume Paumier as part of the Multimedia usability project. It is currently under heavy development by Neil Kandalgaonkar.

See also usability:Multimedia:Upload wizard.

This extension covers some of the same basic functionality as AddMediaWizard, part of Extension:UsabilityInitiative. AddMediaWizard's is intended mostly for users who want to insert a single image while editing an article. It is expected that AddMediaWizard and UploadWizard will eventually share most of their backend code related to uploading media.