Edit filter management

Jump to navigation Jump to search

Differences between versions

ItemVersion from 17:36, 20 September 2010 by EdoDodoVersion from 20:30, 10 September 2017 by Zzuuzz
Basic information
Filter group:
 
+
Default
Notes:
 
Creating per Moonriddengirl's request at WT:EF. - KoH
 
Creating per Moonriddengirl's request at WT:EF. - KoH
 
Optimizing by adding parenthesis around second & third conditions to take advantage of short-circuit logic. -- Avi 8/12/2009 (1.8ms was avg run time prior)
 
Optimizing by adding parenthesis around second & third conditions to take advantage of short-circuit logic. -- Avi 8/12/2009 (1.8ms was avg run time prior)
  
 
Also include removals of CSB. - KoH
 
Also include removals of CSB. - KoH
  
 
Faster regex. - KoH
 
Faster regex. - KoH
  
 
Tagging. - KoH
 
Tagging. - KoH
  
 
1) Removing namespace to conform with 29. 2) Raising the bar to 50 edits. See [[WT:EF#Priority of filters when multiple EF would be activated by a single edit]]. - KoH
 
1) Removing namespace to conform with 29. 2) Raising the bar to 50 edits. See [[WT:EF#Priority of filters when multiple EF would be activated by a single edit]]. - KoH
  
 
Messed up. - KoH
 
Messed up. - KoH
  
 
Extending to catch removal of {{:Project:Contributor copyright investigations/Darius Dhlomo/Notice}}. -EdoDodo
 
Extending to catch removal of {{:Project:Contributor copyright investigations/Darius Dhlomo/Notice}}. -EdoDodo
 +
-resolved, removed. --zz
Filter conditions
Conditions:
(documentation)
 
(user_editcount < 50) &
 
(user_editcount < 50) &
(rcount("{{(Copyviocore|csb-pageincludes|:Project:Contributor copyright investigations/Darius Dhlomo/Notice)",added_lines) < rcount("{{(Copyviocore|csb-pageincludes|:Project:Contributor copyright investigations/Darius Dhlomo/Notice)", removed_lines))
+
(rcount("{{(Copyviocore|csb-pageincludes)",added_lines) < rcount("{{(Copyviocore|csb-pageincludes)", removed_lines))