Differenze tra le versioni

ElementoVersione del 15:40, 22 dic 2009, autrice Nemo bisVersione del 09:46, 24 dic 2009, autrice Nemo bis
Informazioni di base
Note:
Catch copy/paste vandalism like hahahahahahahahahahahahaha. --Wknight94
Catch copy/paste vandalism like hahahahahahahahahahahahaha. --Wknight94


This doesn't need to be private. -BJ
This doesn't need to be private. -BJ


This has far too many false positives to be set to disallow... Not to mention that it seems to block people from using "..." and "'''''" (for bold/italic), amongst other things. --Conti
This has far too many false positives to be set to disallow... Not to mention that it seems to block people from using "..." and "'''''" (for bold/italic), amongst other things. --Conti


It can at least warn.  "'''''''" problem is fixed now.  Added curly brace exception too.  Need example of "..." since at least 7 occurrences are needed to trigger. --Wknight94
It can at least warn.  "'''''''" problem is fixed now.  Added curly brace exception too.  Need example of "..." since at least 7 occurrences are needed to trigger. --Wknight94


Changed title to something more neutral. --Conti
Changed title to something more neutral. --Conti


Too many false positives - mostly in reference URLs.  Unless someone has a clever way to fix, this is causing more harm than good IMHO.
Too many false positives - mostly in reference URLs.  Unless someone has a clever way to fix, this is causing more harm than good IMHO.


Agreed, please do not enable this filter without substantial changes, and substantial log only testing. -Prodego
Agreed, please do not enable this filter without substantial changes, and substantial log only testing. -Prodego


removing the quote, it was triggered by '''xxxx''' in certain cases -- Luk
removing the quote, it was triggered by '''xxxx''' in certain cases -- Luk
The filter should ignore urls. - Ruslik
The filter should ignore urls. - Ruslik


Ignoring all edits with URLs in them isn't a good idea. I've made it a bit more complex, actually checking if a link contains repeating chars. If any added link contains added chars, it stops. Theoretically we could do all sorts of counting to make sure there isn't a link with repeating chars AND other repeating chars, but I think that would just eat away at needless conditions, considering it is likely very rare. -Prodego
Ignoring all edits with URLs in them isn't a good idea. I've made it a bit more complex, actually checking if a link contains repeating chars. If any added link contains added chars, it stops. Theoretically we could do all sorts of counting to make sure there isn't a link with repeating chars AND other repeating chars, but I think that would just eat away at needless conditions, considering it is likely very rare. -Prodego


Turning out not to be too useful and the filter is overwrought now.  Disabling.  -Wknight94
Turning out not to be too useful and the filter is overwrought now.  Disabling.  -Wknight94


Importato da en.wiki. --Nemo
Importato da en.wiki. --Nemo
Ci sono alcuni "falsi positivi" nel senso che viene etichettata una modifica che non introduce di per sé caratteri ripetuti (e quindi probabilmente non è opportuno mettere anche un avviso), ma è comunque utile per segnalare che la voce ha qualcosa da correggere. Si potrebbe provare ad abbassare il minimo di ripetizioni da 7 a 4 o anche meno (se si esclude il punto): punti esclamativi o di sospensione superflui e parole "allungate" sono un errore frequente contro [[WQ:TF]]. Provo 4.
Condizioni dei filtri
Condizioni:
article_namespace != 2 & !("autoconfirmed" in user_groups)
article_namespace != 2 & !("autoconfirmed" in user_groups)
& article_prefixedtext != 'Wikipedia:Sandbox'
& article_prefixedtext != 'Wikiquote:Pagina_delle_prove'
& rmwhitespace(added_lines) rlike "([^_:*'|=}{-]{1,9})\1{6}"
& rmwhitespace(added_lines) rlike "([^_:*'|=.}{-]{1,9})\1{3}"
& !(added_lines rlike "\[https?:\/\/\w*([^_:*'|=}{-]{1,9})\1{6}.*?\]")
& !(added_lines rlike "\[https?:\/\/\w*([^_:*'|=.}{-]{1,9})\1{3}.*?\]")