http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89894

Revision: 89894
Author:   bawolff
Date:     2011-06-11 21:10:26 +0000 (Sat, 11 Jun 2011)
Log Message:
-----------
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
    trunk/phase3/includes/DefaultSettings.php

Modified: trunk/phase3/RELEASE-NOTES-1.19
===================================================================
--- trunk/phase3/RELEASE-NOTES-1.19     2011-06-11 21:01:08 UTC (rev 89893)
+++ trunk/phase3/RELEASE-NOTES-1.19     2011-06-11 21:10:26 UTC (rev 89894)
@@ -23,6 +23,8 @@
   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.

Modified: trunk/phase3/includes/DefaultSettings.php
===================================================================
--- trunk/phase3/includes/DefaultSettings.php   2011-06-11 21:01:08 UTC (rev 
89893)
+++ trunk/phase3/includes/DefaultSettings.php   2011-06-11 21:10:26 UTC (rev 
89894)
@@ -4428,10 +4428,6 @@
 /** 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


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to