1) Enable upload navigation link for non-logged-in users. From a usability
authorErik Moeller <erik@users.mediawiki.org>
Sun, 24 Apr 2005 00:53:12 +0000 (00:53 +0000)
committerErik Moeller <erik@users.mediawiki.org>
Sun, 24 Apr 2005 00:53:12 +0000 (00:53 +0000)
commitce260a4b9fcd28bbdb82063eba0dcffe13287e2c
treeb316a54a1e38ce8fd9109baf58a60265566ef753
parent9ac0b1cb9f24b68dc4b1e015fb30321ea4293091
1) Enable upload navigation link for non-logged-in users. From a usability
perspective, navigation should not be surprising with random elements
popping up under certain circumstances only ("How do I upload" is a FAQ).
Special:Upload will show a message "You have to be logged in" for anonymous
users, so no confusion should arise.

2) New variable $wgUploadNavigationUrl for setting the URL to which
the "Upload file" link in the toolbox points. The German Wikipedia is striving
towards an approach where local uploads are enabled, but the navigation link
goes to the Commons. The link to Special:Upload will be put on a policy page
about fair use. In this way, fair use uploads are meant to be allowed as an
exception. A similar approach is likely to be used for Wikinews.
includes/DefaultSettings.php
includes/SkinTemplate.php