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 09:26, 25 May 2024 by Elevator1512Version from 10:51, 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.
Update May 25, 2024 - Trying to fix to catch "index.php?title=" in string.
Update 2, May 25, 2024: Attempting to optimize to catch future hits
Filter conditions
Conditions:
!("sysop" in user_groups) & (
!("sysop" in user_groups) &
        (
(
            added_lines like "index.php?title=" &
added_lines like "[[index.php?title=" & !(removed_lines like "[[index.php?title=") & (removed_lines like "[[(C|c)ategory:") & !(added_lines like "[[(C|c)ategory:")
            !(removed_lines like "index.php?title=")
        )
)
)