https://bugzilla.wikimedia.org/show_bug.cgi?id=36940

Nemo <federicol...@tiscali.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |federicol...@tiscali.it
         Depends on|                            |16461
           Severity|normal                      |major

--- Comment #1 from Nemo <federicol...@tiscali.it> 2012-11-22 11:26:34 UTC ---
Adding dependency.
The requirements set in comment 0 are quite high, but I hope it wouldn't be too
hard to:
* always provide a system message which mentions the title blacklist and its
relevant rule rather than give a generic "permission error" (see bug 42316
comment 4) or just silently fail;
* link the sources for the blacklist defined in $wgTitleBlacklistSources, if of
type local page or URL, so that the user knows where to check.

For Wikimedia projects and most MediaWiki users, this would at least allow to
go to a wiki page whose talk can be used for reports etc.

The currently handled cases are as follows:

        'titleblacklist-forbidden-edit'   => 'The title "$2" has been banned
from creation.
It matches the following blacklist entry: <code>$1</code>',
        'titleblacklist-forbidden-move'   => '"$2" cannot be moved to "$3",
because the title "$3" has been banned from creation.
It matches the following blacklist entry: <code>$1</code>',
        'titleblacklist-forbidden-upload' => 'The file name "$2" has been
banned from creation.
It matches the following blacklist entry: <code>$1</code>',
        'titleblacklist-forbidden-new-account' => 'The user name "$2" has been
banned from creation.
It matches the following blacklist entry: <code>$1</code>',

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to