Diferenças entre versões

EntradaVersão de 19h33min de 30 de dezembro de 2009 por LechatjauneVersão de 11h03min de 4 de janeiro de 2010 por Rjclaudio
Informações básicas
Notas:
A long string of letters and/or numbers may be indicative of vandalism. - KoH
A long string of letters and/or numbers may be indicative of vandalism. - KoH
FP: Adding links. - KoH


Made the string length allowed before tagging longer, as it's catching URLs..  -Versageek
Made the string length allowed before tagging longer, as it's catching URLs..  -Versageek
Hope this check for http is better... - KoH


Also check https. - KoH
Also check https. - KoH


Virtually everything triggering this hits another filter, and this uses a lot of conditions, disabled, consider merging in to 135. -Prodego
Virtually everything triggering this hits another filter, and this uses a lot of conditions, disabled, consider merging in to 135. -Prodego
-ok -P
-ok -P


Importei este filtro para cá em "modo teste" (sem ação alguma).
Importei este filtro para cá em "modo teste" (sem ação alguma). Lechatjaune
 
Modifiquei para não-espaço não-\n  ,  para pegar tb símbolos e caracteres especiais. rjclaudio
Condições do filtro
Condições:
(ajuda | discussão)
!("autoconfirmed" in user_groups) &
!("autoconfirmed" in user_groups) &
(article_namespace == 0) &
(article_namespace == 0) &
(added_lines rlike "[a-zA-Z0-9]{50,}") &
(added_lines rlike "[^ \n]{50,}") &
!(removed_lines rlike "[a-zA-Z0-9]{50,}") &
!(removed_lines rlike "[^ \n]{50,}") &
!(added_lines rlike "https?://[^ ]*?[a-zA-Z0-9]{50,}")
!(added_lines rlike "https?://[^ ]{50,}")