PranavK has uploaded a new change for review.
https://gerrit.wikimedia.org/r/261170
Change subject: UploadWizard's "ownwork" and "thirdparty" are case sensitive
......................................................................
UploadWizard's "ownwork" and "thirdparty" are case sensitive
Bug: T65494
Change-Id: I96b041e3cf4ba2f1f5cfd3dc96fa677280c36d9b
---
M UploadWizard.config.php
1 file changed, 14 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UploadWizard
refs/changes/70/261170/1
diff --git a/UploadWizard.config.php b/UploadWizard.config.php
index c86e3ef..346b70a 100644
--- a/UploadWizard.config.php
+++ b/UploadWizard.config.php
@@ -434,6 +434,13 @@
'ownWork' => array(
'type' => 'or',
'template' => 'self',
+ 'defaults' => array(
+ 'cc-by-sa-4.0',
+ 'cc-by-sa-3.0',
+ 'cc-by-4.0',
+ 'cc-by-3.0',
+ 'cc-zero'
+ ),
'licenses' => array(
'cc-by-sa-4.0',
'cc-by-sa-3.0',
@@ -446,6 +453,13 @@
// checkbox selection of all licenses
'thirdParty' => array(
'type' => 'or',
+ 'defaults' => array(
+ 'cc-by-sa-4.0',
+ 'cc-by-sa-3.0',
+ 'cc-by-4.0',
+ 'cc-by-3.0',
+ 'cc-zero'
+ ),
'licenseGroups' => array(
array(
// This should be a list of all CC
licenses we can reasonably expect to find around the web
--
To view, visit https://gerrit.wikimedia.org/r/261170
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I96b041e3cf4ba2f1f5cfd3dc96fa677280c36d9b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UploadWizard
Gerrit-Branch: master
Gerrit-Owner: PranavK <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits