From b1f0f328bd511ded84a2f63040bd7af099e898a8 Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Sat, 11 Jun 2011 21:10:26 +0000 Subject: [PATCH] Remove $wgCheckCopyrightUpload from DefaultSettings.php since the feature was removed about 5 years ago Looks like the feature was partially removed back in r10168. In any case, its long gone out of trunk now. --- RELEASE-NOTES-1.19 | 2 ++ includes/DefaultSettings.php | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19 index 2499627ff6..f0dad4ef38 100644 --- a/RELEASE-NOTES-1.19 +++ b/RELEASE-NOTES-1.19 @@ -23,6 +23,8 @@ production. http://www.mediawiki.org/wiki/Extension:DublinCoreRdf and http://www.mediawiki.org/wiki/Extension:CreativeCoreRdf as appropriate * (bug 21107) Split error "customcssjsprotected" into separate messages for JS and CSS +* Removed $wgCheckCopyrightUpload from DefaultSettings, since the relevant feature + was removed in about 1.5. === New features in 1.19 === * BREAKING CHANGE: action=watch / action=unwatch now requires a token. diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index c23d713c6b..2c5c2480a6 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4428,10 +4428,6 @@ $wgCopyrightIcon = null; /** Set this to true if you want detailed copyright information forms on Upload. */ $wgUseCopyrightUpload = false; -/** Set this to false if you want to disable checking that detailed copyright - * information values are not empty. */ -$wgCheckCopyrightUpload = true; - /** * Set this to the number of authors that you want to be credited below an * article text. Set it to zero to hide the attribution block, and a negative -- 2.20.1