Abuse filter management

Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)
Jump to navigation Jump to search

Differences between versions

ItemVersion from 21:13, 23 May 2024 by Elevator1512Version from 08:26, 25 May 2024 by Elevator1512
Basic information
Notes:
May 22, 2024 - Checking for possible issue with Visual Editor
May 22, 2024 - Checking for possible issue with Visual Editor


Update May 23, 2024 - Changing to exclude sysop
Update May 23, 2024 - Changing to exclude sysop
Update May 25, 2024 - Trying to fix to catch "index.php?title=" in string.
Filter conditions
Conditions:
!("sysop" in user_groups) & (
!("sysop" in user_groups) & (
         (
         (
             lcase(added_lines) like "index.php?title=" &
             added_lines like "index.php?title=" &
             !lcase(removed_lines like "index.php?title=")
             !(removed_lines like "index.php?title=")
         )
         )
)
)