Väärinkäyttösuodattimen hallinta

Siirry navigaatioon Siirry hakuun

Versioiden välinen ero

KohdeVersio päivätty 11. heinäkuuta 2015 kello 13.38 käyttäjältä Ejs-80.Versio päivätty 11. heinäkuuta 2015 kello 13.51 käyttäjältä Ejs-80.
Perustiedot
Huomautukset:
Per request at [[Wikipedia:Edit filter/Requested]] --Od Mishehu
Per request at [[Wikipedia:Edit filter/Requested]] --Od Mishehu
Umm, this needed some optimization. Move namespace condition to first, its the easiest to preform. Moved new_wikitext condition to second, and changed it to added_lines, and moved old wikitext bit to last. Removed all lcase from the filter, replaced with regex. Works the same, but should be more efficnet than 3.6ms -- Tim
Umm, this needed some optimization. Move namespace condition to first, its the easiest to preform. Moved new_wikitext condition to second, and changed it to added_lines, and moved old wikitext bit to last. Removed all lcase from the filter, replaced with regex. Works the same, but should be more efficnet than 3.6ms -- Tim
Exclude long pages and autoreviewwers -- Tim
Exclude long pages and autoreviewwers -- Tim
Fixify. -- Tim
Fixify. -- Tim
Admins don't get an exception? Editcount is a better way IMO. - KoH
Admins don't get an exception? Editcount is a better way IMO. - KoH


Too intensive -P
Too intensive -P


Deleted. - KoH
Deleted. - KoH


Improved syntax and re-enabled per requirement: [[Wikipedia:Village_pump_(proposals)/Archive_117#Proposed_technical_change:_show_pages_expanded_from_redirects_on_Special:NewPages_and_Special:NewPagesFeed]] -- Samwalton9, 7 March 2015
Improved syntax and re-enabled per requirement: [[Wikipedia:Village_pump_(proposals)/Archive_117#Proposed_technical_change:_show_pages_expanded_from_redirects_on_Special:NewPages_and_Special:NewPagesFeed]] -- Samwalton9, 7 March 2015


new_size > 0 to stop flagging of blanked articles. --Samwalton9, 7 March 2015
new_size > 0 to stop flagging of blanked articles. --Samwalton9, 7 March 2015


Format.  -DF
Format.  -DF


Disabled. Sampling the edits flagged by this filter reveals that almost all (all but one in my sample of 20) were constructive. --Reaper 2015-06-25
Disabled. Sampling the edits flagged by this filter reveals that almost all (all but one in my sample of 20) were constructive. --Reaper 2015-06-25
(Tuotu enwikistä la 11.7.2015)
LA 11.7.2015 Lisätty vaihtoehdoksi suomenkielinen "#ohjaus". --Ejs-80
Suodattimen ehdot
Ehtolauseet:
old_size < 200 &
old_size < 200 &
(
(
   article_namespace == 0 &
   article_namespace == 0 &
   (
   (
     new_size > 0 &
     new_size > 0 &
     (
     (
       removed_lines irlike "#redirect" &
       removed_lines irlike "#redirect|#ohjaus" &
       ! new_wikitext irlike "#redirect"     
       ! new_wikitext irlike "#redirect|#ohjaus"     
     )
     )
   )
   )
)
)