Last modified: 2012-07-25 09:25:42 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T26707, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 24707 - Enhance error message for Special:Upload to navigate disallowed users to proper place
Enhance error message for Special:Upload to navigate disallowed users to prop...
Status: NEW
Product: MediaWiki
Classification: Unclassified
Uploading (Other open bugs)
unspecified
All All
: Low enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-08-06 22:59 UTC by Danny B.
Modified: 2012-07-25 09:25 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Danny B. 2010-08-06 22:59:50 UTC
If user has no upload rights and there is other uploadUrl defined, there should be some better message served than the shared one saying "The action you have requested is limited to users in the group: <group>".

Preferably something like:

----
The action you have requested is limited to users in the group: <group>.
But you can try to upload to <a href="$uploadUrl">shared repository</a>.
----

Some wikis have uploadUrl pointing eg. to Help:Upload or Project:Upload though, thus the message above should show something like:

----
The action you have requested is limited to users in the group: <group>.
<a href="$uploadUrl">Read more about uploading to this wiki.</a>
----


So in general the first line remains the same, the added one should consist of:
MediaWiki:Upload-error-link-text
 --- whatever appears in <a>...</a>
MediaWiki:Upload-error-text
 --- the message using $1 to insert the MediaWiki:Upload-error-link-text

Thus using the examples above it would be: 

MediaWiki:Upload-error-link-text
shared repository
MediaWiki:Upload-error-text
But you can try to upload to $1.

and

MediaWiki:Upload-error-link-text
Read more about uploading to this wiki.
MediaWiki:Upload-error-text
$1


The "Back to <previous_page>" should remain underneath.
Comment 1 Robin Pepermans (SPQRobin) 2011-07-22 19:16:00 UTC
See also bug 14688.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links