Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -23,6 +23,8 @@ |
24 | 24 | http://www.mediawiki.org/wiki/Extension:DublinCoreRdf and |
25 | 25 | http://www.mediawiki.org/wiki/Extension:CreativeCoreRdf as appropriate |
26 | 26 | * (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. |
27 | 29 | |
28 | 30 | === New features in 1.19 === |
29 | 31 | * BREAKING CHANGE: action=watch / action=unwatch now requires a token. |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -4428,10 +4428,6 @@ |
4429 | 4429 | /** Set this to true if you want detailed copyright information forms on Upload. */ |
4430 | 4430 | $wgUseCopyrightUpload = false; |
4431 | 4431 | |
4432 | | -/** Set this to false if you want to disable checking that detailed copyright |
4433 | | - * information values are not empty. */ |
4434 | | -$wgCheckCopyrightUpload = true; |
4435 | | - |
4436 | 4432 | /** |
4437 | 4433 | * Set this to the number of authors that you want to be credited below an |
4438 | 4434 | * article text. Set it to zero to hide the attribution block, and a negative |