[Koha-patches] [PATCH] A script generating keyword clouds from Zebra Indexes

Galen Charlton galen.charlton at liblime.com
Tue Dec 23 00:21:45 CET 2008


Hi,

I've pushed this, but there are a number of bugs, including one
blocker, that I would appreciate it if you sent patches for:

[1] bug 2875: cloud-kw.pl Withcss option ignored
[2] bug 2876 (blocker): cloud-kw.pl: enters infinite loop if index
does not exist
[3] bug 2877: cloud-kw.pl: does not use KOHA_CONF
[4] bug 2878 (enh): cloud-kw.pl: should use HTML template
[5] bug 2879: cloud-kw.pl: can crash with divide by zero error

Also,

On Thu, Dec 18, 2008 at 12:38 PM, Frederic Demians <f.demians at tamil.fr> wrote:
> +    my $log_min = log( $min );
> +    my $max     = $terms[$#terms-1][1];

I'm not sure about this - $terms[$#terms-1] refers to the
second-to-last element of the array, not the last one.  Did you mean
$terms[-1][1], perhaps?

Regards,

Galen
-- 
Galen Charlton
VP, Research & Development, LibLime
galen.charlton at liblime.com
p: 1-888-564-2457 x709
skype: gmcharlt



More information about the Koha-patches mailing list