From: Brian Wolff Date: Sat, 11 Jun 2011 21:10:26 +0000 (+0000) Subject: Remove $wgCheckCopyrightUpload from DefaultSettings.php since the feature was removed... X-Git-Tag: 1.31.0-rc.0~29570 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=b1f0f328bd511ded84a2f63040bd7af099e898a8;p=lhc%2Fweb%2Fwiklou.git 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. --- 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