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

           Summary: do not list CR/LF only changes in diff
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: AbuseFilter
        AssignedTo: agarr...@wikimedia.org
        ReportedBy: bugrepor...@to.mabomuja.de
                CC: wikibugs-l@lists.wikimedia.org


If you create a filter that should deny adding special lines with e.g.
"added_lines rlike 'x'" and 'x' is the content of the last line and s.b. adds
some more lines at the end the filter is matching because CR/LF was added. So
removed_lines contains 'x' and added lines contains 'x<LF>'

I think changes only containing CR/LF should not be added to the diff because
it make simply add_lines filter more complicated because you have to extend the
query for checking removed_lines containing the line without LF.

-- 
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