r89894 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89893‎ | r89894 | r89895 >
Date:21:10, 11 June 2011
Author:bawolff
Status:ok
Tags:
Comment:
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.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES-1.19 (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.19
@@ -23,6 +23,8 @@
2424 http://www.mediawiki.org/wiki/Extension:DublinCoreRdf and
2525 http://www.mediawiki.org/wiki/Extension:CreativeCoreRdf as appropriate
2626 * (bug 21107) Split error "customcssjsprotected" into separate messages for JS and CSS
 27+* Removed $wgCheckCopyrightUpload from DefaultSettings, since the relevant feature
 28+ was removed in about 1.5.
2729
2830 === New features in 1.19 ===
2931 * BREAKING CHANGE: action=watch / action=unwatch now requires a token.
Index: trunk/phase3/includes/DefaultSettings.php
@@ -4428,10 +4428,6 @@
44294429 /** Set this to true if you want detailed copyright information forms on Upload. */
44304430 $wgUseCopyrightUpload = false;
44314431
4432 -/** Set this to false if you want to disable checking that detailed copyright
4433 - * information values are not empty. */
4434 -$wgCheckCopyrightUpload = true;
4435 -
44364432 /**
44374433 * Set this to the number of authors that you want to be credited below an
44384434 * article text. Set it to zero to hide the attribution block, and a negative

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r10168* Removed $wgCopyrightAffirmation supportavar22:14, 16 July 2005

Status & tagging log