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

       Web browser: ---
             Bug #: 33730
           Summary: file revert links on ImagePage not shown for anons
           Product: MediaWiki
           Version: 1.19-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Uploading
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


The file revert links on a image page has a loggedIn check. I am not sure, why
this is needed? The only problem is, when click the link there is no form to
change the comment and confirm the revert, the revert is done directly with the
link. That is possible, because the edit token is given in the link. But for
loggedin users the form used another edit token and the edit token from the
link is not needed.

By the way: The permission check for that link should check against 'upload',
not 'edit'.

LocalSettings:
$wgGroupPermissions['*']['upload']     = true;

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to