Differences between versions

ItemVersion from 20:03, 10 March 2019 by Suffusion of YellowVersion from 00:02, 6 April 2019 by Suffusion of Yellow
Basic information
Flags:
 
Enabled
Notes:
Log-only filter, suggested by Username Needed at [[Special:PermaLink/886026787#Common_Vandal_Summaries_filter]].
Log-only filter, suggested by Username Needed at [[Special:PermaLink/886026787#Common_Vandal_Summaries_filter]].


Ideally this should flag people who are manually typing in "bland" edit summaries, perhaps in the hope of sneaking in vandalism. Excludes anything already matched by filter 633. Will probably needed to refine based on edit_delta to reduce FPs, but log them all for now. --SoY 3 Mar 2019
Ideally this should flag people who are manually typing in "bland" edit summaries, perhaps in the hope of sneaking in vandalism. Excludes anything already matched by filter 633. Will probably needed to refine based on edit_delta to reduce FPs, but log them all for now. --SoY 3 Mar 2019


Check for user_app in exceptions (was added to 633) --SoY 4 Mar 2019
Check for user_app in exceptions (was added to 633) --SoY 4 Mar 2019
Rm check for user_mobile (removed from 633) --SoY 4 Mar 2019
Rm check for user_mobile (removed from 633) --SoY 4 Mar 2019


Rm "added links" (almost always, in fact, adding links), "fixed grammar" (>50% good-faith), and "typoes" (almost never used) --SoY 10 Mar 2019
Rm "added links" (almost always, in fact, adding links), "fixed grammar" (>50% good-faith), and "typoes" (almost never used) --SoY 10 Mar 2019


Disable for now, too much logspam and need to decide if this is valuable. --SoY 10 Mar 2019
Disable for now, too much logspam and need to decide if this is valuable. --SoY 10 Mar 2019
Try again, this time refining on edit_delta. Doesn't seem as spammy, but may use too many conditions. Feel free to disable. --SoY 5 Apr 2019
Filter conditions
Conditions:
( documentation)
!("confirmed" in user_groups) &
!("confirmed" in user_groups) &
page_namespace == 0 &
page_namespace == 0 & (
summary irlike "^(?:/\* .* \*/\s*)?i?\s*(?:(?:typos?)?\s*fix(?:ed)?\s*(?:a|some)?\s*(?:typos?)?|added\s*(?:some)?\s*content)$" &
    fixed := "(?:typos?)?\s*fix(?:ed)?\s*(?:a|some)?\s*(?:typos?)?";
!( /* Already matches filter 633 */
    added := "added\s*(?:some)?\s*content";
    user_app == 1 &
   
    summary rlike "^(?:/\* .* \*/\s?)?(?:Fixed typo|Fixed grammar|Added links|Added content)$"
    summary irlike ("^(?:/\* .* \*/\s*)?i?\s*(?:" + fixed + "|" + added + ")$") &
    (
        summary irlike added ?
            (edit_delta <= 0) :
            (edit_delta > 10 | edit_delta < -10)
    ) &
    !( /* Already matches filter 633 */
        user_app == 1 &
        summary rlike "^(?:/\* .* \*/\s?)?(?:Fixed typo|Fixed grammar|Added links|Added content)$"
    )
)
)

Differences between versions

ItemVersion from 20:03, 10 March 2019 by Suffusion of YellowVersion from 00:02, 6 April 2019 by Suffusion of Yellow
Basic information
Flags:
 
Enabled
Notes:
Log-only filter, suggested by Username Needed at [[Special:PermaLink/886026787#Common_Vandal_Summaries_filter]].
Log-only filter, suggested by Username Needed at [[Special:PermaLink/886026787#Common_Vandal_Summaries_filter]].


Ideally this should flag people who are manually typing in "bland" edit summaries, perhaps in the hope of sneaking in vandalism. Excludes anything already matched by filter 633. Will probably needed to refine based on edit_delta to reduce FPs, but log them all for now. --SoY 3 Mar 2019
Ideally this should flag people who are manually typing in "bland" edit summaries, perhaps in the hope of sneaking in vandalism. Excludes anything already matched by filter 633. Will probably needed to refine based on edit_delta to reduce FPs, but log them all for now. --SoY 3 Mar 2019


Check for user_app in exceptions (was added to 633) --SoY 4 Mar 2019
Check for user_app in exceptions (was added to 633) --SoY 4 Mar 2019
Rm check for user_mobile (removed from 633) --SoY 4 Mar 2019
Rm check for user_mobile (removed from 633) --SoY 4 Mar 2019


Rm "added links" (almost always, in fact, adding links), "fixed grammar" (>50% good-faith), and "typoes" (almost never used) --SoY 10 Mar 2019
Rm "added links" (almost always, in fact, adding links), "fixed grammar" (>50% good-faith), and "typoes" (almost never used) --SoY 10 Mar 2019


Disable for now, too much logspam and need to decide if this is valuable. --SoY 10 Mar 2019
Disable for now, too much logspam and need to decide if this is valuable. --SoY 10 Mar 2019
Try again, this time refining on edit_delta. Doesn't seem as spammy, but may use too many conditions. Feel free to disable. --SoY 5 Apr 2019
Filter conditions
Conditions:
( documentation)
!("confirmed" in user_groups) &
!("confirmed" in user_groups) &
page_namespace == 0 &
page_namespace == 0 & (
summary irlike "^(?:/\* .* \*/\s*)?i?\s*(?:(?:typos?)?\s*fix(?:ed)?\s*(?:a|some)?\s*(?:typos?)?|added\s*(?:some)?\s*content)$" &
    fixed := "(?:typos?)?\s*fix(?:ed)?\s*(?:a|some)?\s*(?:typos?)?";
!( /* Already matches filter 633 */
    added := "added\s*(?:some)?\s*content";
    user_app == 1 &
   
    summary rlike "^(?:/\* .* \*/\s?)?(?:Fixed typo|Fixed grammar|Added links|Added content)$"
    summary irlike ("^(?:/\* .* \*/\s*)?i?\s*(?:" + fixed + "|" + added + ")$") &
    (
        summary irlike added ?
            (edit_delta <= 0) :
            (edit_delta > 10 | edit_delta < -10)
    ) &
    !( /* Already matches filter 633 */
        user_app == 1 &
        summary rlike "^(?:/\* .* \*/\s?)?(?:Fixed typo|Fixed grammar|Added links|Added content)$"
    )
)
)

Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook