Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Github mirror of MediaWiki extension UploadWizard - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)
https://gerrit.wikimedia.org
JavaScript
PHP
CSS
Python
TSQL

Cannot retrieve the latest commit at this time.
Type | Name | Latest commit message | Commit time |
---|---|---|---|
Failed to load latest commit information. | |||
![]() |
.phan | ||
![]() |
docs | ||
![]() |
i18n | ||
![]() |
includes | ||
![]() |
maintenance | ||
![]() |
resources | ||
![]() |
sql | ||
![]() |
tests | ||
![]() |
.eslintignore | ||
![]() |
.eslintrc.json | ||
![]() |
.gitignore | ||
![]() |
.gitreview | ||
![]() |
.mailmap | ||
![]() |
.phpcs.xml | ||
![]() |
.stylelintrc.json | ||
![]() |
CODE_OF_CONDUCT.md | ||
![]() |
COPYING | ||
![]() |
CREDITS | ||
![]() |
Gruntfile.js | ||
![]() |
INSTALL | ||
![]() |
README | ||
![]() |
UploadWizard.alias.php | ||
![]() |
UploadWizard.config.php | ||
![]() |
composer.json | ||
![]() |
extension.json | ||
![]() |
package-lock.json | ||
![]() |
package.json | ||
![]() |
tox.ini |
README
UploadWizard is an extension for MediaWiki, which adds a more user-friendly wizard for uploading media files. Although developed with Wikimedia Commons in mind, it should be useful for other users of MediaWiki as well. However it has not been tested extensively with non-Wikimedia installations of MediaWiki. Your feedback will help greatly. UploadWizard is licensed under the same terms as MediaWiki itself. If you are using UploadWizard in an environment where licenses are not used, you may want to add the configuration below in LocalSettings.php. This will limit the license choices to a single default that references the wiki's generic disclaimer. Note that there are many other configuration settings to add depending on your use case. $wgUploadWizardConfig = array( 'licensing' => array( 'ownWorkDefault' => 'own', 'ownWork' => array( 'type' => 'or', 'template' => 'licensing', // this adds a link to Template:Licensing to the file info page 'licenses' => array( 'generic', ) ), ), ); If you wish to modify the generic messages, you can modify them within the wiki at the following pages: * MediaWiki:mwe-upwiz-source-ownwork * MediaWiki:Mwe-upwiz-source-ownwork-assert-generic * MediaWiki:Mwe-upwiz-source-ownwork-generic-explain