The one time I used EXPR in one of my patches, Galen figuratively
smacked me around because it added a bunch of garbage to the apache
logs. I rewrote the patch without EXPR.
Garry
On Wed, Dec 30, 2009 at 3:20 PM, MJ Ray wrote:
> Owen Leonard asked:
>> Re: Bug 2670 (http://bugs.koha.org/cgi-bin/
> Is it a performance worry or a security worry?
What I know is that the EXPR syntax sometimes leads to lines like this
in the error log:
"EXPR:at pos 25: non-initialized variable loggedinusername"
This happens when one of the variables being checked by the EXPR
doesn't exist. So in this case th
Owen Leonard asked:
> Re: Bug 2670 (http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2670)
>
> Is it possible to set up guidelines under which EXPR is allowed? If we
> can confirm that variables will be output under all circumstances
> would an EXPR be allowed?
hdl's bug report doesn't expl
Hi,
On Wed, 30 Dec 2009 16:55:55 +0530, Sunita Barve
wrote:
> I have struggled a lot to see whether Koha works successfully on Ubuntu
> 9.10
> distro. But surprisingly it does not gets installed successfully on every
> machine and here is the observation.
the install instructions are for Ubuntu
This sounds like a simple enhancement request - I don't think there
was a real reason - just a simple oversight.
Nicole
On Wed, Dec 30, 2009 at 6:22 AM, tajoli wrote:
> Hi to all,
>
> If you check the 'Add Marc Record' page in Koha 3.0.x you can
> see that you can move the subfields only up ('Mo
I have struggled a lot to see whether Koha works successfully on Ubuntu 9.10
distro. But surprisingly it does not gets installed successfully on every
machine and here is the observation.
1. When basic installation of Ubuntu is done it has libmysqlclient16 file
already installed.
2. In Ubuntu.pac
Hi to all,
If you check the 'Add Marc Record' page in Koha 3.0.x you can
see that you can move the subfields only up ('Move Up' button).
This function is done with a javascript function:
function upSubfield(index) {
...
}
Is there a specific motivation because there isn't a 'Move Down' button?