Merge branch 'Crud' into WebGUI8

This commit is contained in:
Colin Kuskie 2010-11-11 14:23:11 -08:00
commit 7dc51b6c2b
25 changed files with 1033 additions and 772 deletions

View file

@ -72,8 +72,8 @@ sub execute {
my @rules = ();
my $getARule = WebGUI::PassiveAnalytics::Rule->getAllIterator($session);
while (my $rule = $getARule->()) {
my $regexp = $rule->get('regexp');
push @rules, [ $rule->get('bucketName'), qr/$regexp/];
my $regexp = $rule->regexp;
push @rules, [ $rule->bucketName, qr/$regexp/];
}
##Get the index stored from the last invocation of the Activity. If this is