r93391 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93390‎ | r93391 | r93392 >
Date:15:22, 28 July 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
oops, apparently I committed some demo data earlier...
Modified paths:
  • /trunk/extensions/UploadWizard/UploadWizard.config.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/UploadWizard.config.php
@@ -22,7 +22,7 @@
2323 'autoCategory' => '',
2424
2525 // Categories to list by default in the list of cats to add.
26 - 'defaultCategories' => array( 'Foobar', 'Locations' ),
 26+ 'defaultCategories' => array(),
2727
2828 // WikiText to automatically (and silently) add to all uploaded images.
2929 'autoWikiText' => '',
@@ -31,6 +31,16 @@
3232 // Possible values: choice, own, notown
3333 'ownWorkOption' => 'choice',
3434
 35+ // Name of the tutorial on Wikimedia Commons. The $1 is replaced with the language desired.
 36+ 'tutorialTemplate' => 'Licensing_tutorial_$1.svg',
 37+
 38+ // The width we want to scale the tutorial to, for our interface.
 39+ 'tutorialWidth' => 720,
 40+
 41+ // Imagemap coordinates of the "helpdesk" button at the bottom, which is supposed to be clickable.
 42+ // Empty string or false to not have an imagemap linked to the helpdesk.
 43+ 'tutorialHelpdeskCoords' => '27, 1319, 691, 1384',
 44+
3545 // 'licenses' is a list of licenses you could possibly use elsewhere, for instance in
3646 // licensesOwnWork or licensesThirdParty.
3747 // It just describes what licenses go with what wikitext, and how to display them in

Status & tagging log