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

           Summary: Blocks counted as hides in log excerpt on
                    Special:Block
           Product: MediaWiki
           Version: 1.16-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Revision deletion
        AssignedTo: jschulz_4...@msn.com
        ReportedBy: maxsem.w...@gmail.com


1) Enable RevisionDelete, but not suppression log for your user group, i.e.:
      $wgGroupPermissions['sysop']['deleterevision']  = true;
      $wgGroupPermissions['sysop']['hideuser'] = true;
2) Block a user normally (not hide)
3) Visit Special:Block/<username> again

You'll see two log excerpts, one for usual blocks, another for blocks+hides,
both listing the same block even though the user hasn't been hidden.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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