https://bugzilla.wikimedia.org/show_bug.cgi?id=48866
Marius Hoch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WORKSFORME --- Comment #2 from Marius Hoch <[email protected]> --- This isn't a bug, you were just hitting the condition limit. This can be seen on top of https://tr.wikipedia.org/wiki/%C3%96zel:%C4%B0stismarS%C3%BCzgeci "Son 347 eylemde, 71 (%20,46) filtre 1.000 koşul sınırına erişti, ve 5 (%1,44) eylem şuanda etkin bir filtreyle eşleşti.". Basically, if a filter run hits the condition limit no further filters will be executed so that the filters you've mentioned just weren't reached. To solve the problem you can do changes like https://tr.wikipedia.org/wiki/%C3%96zel:%C4%B0stismarS%C3%BCzgeci/history/28/diff/prev/394 to reduce the number of conditions per filter. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
