Alex Monk has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/264966

Change subject: Revert "Revert "Define required 'defaults' field in licensing 
config""
......................................................................

Revert "Revert "Define required 'defaults' field in licensing config""

User didn't show up to swat, no commons admins were available

This reverts commit beae55e60f236f3ca234f26709ede0e7926195c2.

Change-Id: Ib0b3138fa37a7047b9f97676f3ebf4339319e1ae
---
M UploadWizard.config.php
1 file changed, 14 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UploadWizard 
refs/changes/66/264966/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/264966
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib0b3138fa37a7047b9f97676f3ebf4339319e1ae
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UploadWizard
Gerrit-Branch: wmf/1.27.0-wmf.10
Gerrit-Owner: Alex Monk <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to