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

           Summary: "count" is not working correctly
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: AbuseFilter
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


goto [[de:Spezial:Missbrauchsfilter/test]] and test the rule

    count("destotrotz",added_lines) < count("destotrotz",removed_lines)

for user 84.167.214.60. You will get no hits. Now change both occurences
"count" to "rcount", i.e.,

    rcount("destotrotz",added_lines) < rcount("destotrotz",removed_lines)

and you will get seven hits. There seems to be a bug in the implementaion of
"count".


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

Reply via email to