Basic implementation of skipAfter (still need to implement placeholders so it works with removed rules). See #258.

This commit is contained in:
brectanus
2007-10-17 19:59:28 +00:00
parent 974298a76c
commit 9d49adf028
4 changed files with 71 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
17 Oct 2007 - 2.5.0-dev3
------------------------
* Added skipAfter:<id> action to allow skipping all rules until a rule
with a specified ID is reached. Rule execution then continues after
the specified rule.
* Added ctl:ruleRemoveById action to allow rule removal on a match.
* Added a @containsWord operator that will match a given string anywhere in