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 22:16, 9 June 2024 by Elevator1512Version from 15:59, 21 August 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
Update June 6, 2024 - Checking only for category or files to prevent FP


Update June 7, 2024 - Fixing code
Update June 7, 2024 - Fixing code


Update June 7, 2024 - Reverting to June 2, 2024 version
Update June 7, 2024 - Reverting to June 2, 2024 version


Update June 10, 2024 - Checking for mainspace edits only
Update June 10, 2024 - Checking for mainspace edits only
Update August 21, 2024 - Adding if removed "[[Category:" from edit
Filter conditions
Conditions:
!("sysop" in user_groups) & page_namespace = 0 &
!("sysop" in user_groups) & page_namespace = 0 &
contains_any( new_wikitext, "index.php?title=Category:" )
(added_lines irlike "index.php?title=Category:" ) &
(removed_lines irlike "\[\[Category:" )