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:04, 2 June 2024 by Elevator1512Version from 08:22, 6 June 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
Update 2, May 25, 2024: Attempting to optimize to catch future hits


Temporarily disabling until a fix can be done.
Temporarily disabling until a fix can be done.


Update May 29, 2024 - Trying a new code to see if this works.
Update May 29, 2024 - Trying a new code to see if this works.


Update June 2, 2024 - Removing old code
Update June 2, 2024 - Removing old code
Update June 6, 2024 - Checking only for category or files to prevent FP
Filter conditions
Conditions:
!("sysop" in user_groups) &
!("sysop" in user_groups) &
contains_any( new_wikitext, "index.php?title=" )
contains_any( new_wikitext, "index.php?title=(Category|File):" )