Re: [Koha-devel] Amazon Cover Images

2013-02-20 Thread Joe Atzberger
On Mon, Feb 4, 2013 at 8:35 PM, Nicole Engard wrote: > > On Mon, Feb 4, 2013 at 1:14 PM, Frédéric Demians wrote: > >> >> Isn't Open Library the solution? >> > > Yes, but most libraries aren't picking Open Library cause the images are > so tini tiny :) So hopefully that is resolved in 3.12 or in a

Re: [Koha-devel] Koha Library Software

2011-06-16 Thread Joe Atzberger
In security circles, if the reporter feels that the bug is not being recognized or dealt with adequately by the dedicated project team, then they have the option (and some responsibility) to report it to the wider community. But *starting* with public disclosure of a security issue is correctly re

Re: [Koha-devel] A Discussion on A Policy Setting Forth Standards of Code Submission, etc. [WAS: RFCs for 3.4 from BibLibre (serials & acquisitions)]

2010-11-09 Thread Joe Atzberger
> > Regarding the simplicity of signing off, I take some issue. It is > > *severely* non-trivial to test major integration features. Consider SIP2 > > and LDAP, or something like EDI. It can depend not just on accurate test > > data, but entire servers, network environments, remote accounts gran

Re: [Koha-devel] itemBarcodeInputFilter or Client side JS?

2010-11-02 Thread Joe Atzberger
> > > Is it not possible to do one of these two? > > I think they are asking for the proper way of modifying the script > that generates barcodes in koha for NEW items, preserving the > semantics of the current system they're using. > I don't think so, based on: Post migration we will generate &

Re: [Koha-devel] A Discussion on A Policy Setting Forth Standards of Code Submission, etc. [WAS: RFCs for 3.4 from BibLibre (serials & acquisitions)]

2010-11-02 Thread Joe Atzberger
On Tue, Nov 2, 2010 at 4:12 PM, Chris Nighswonger < cnighswon...@foundations.edu> wrote: > On Tue, Nov 2, 2010 at 2:10 PM, Joe Atzberger wrote: > >> Chris, I disagree that the first sign-off on a major vendor's patches >> should be external. The first sign-off

Re: [Koha-devel] itemBarcodeInputFilter or Client side JS?

2010-11-02 Thread Joe Atzberger
I agree, neither itemBarcodeInputFilter nor javascript are necessary. Just make the data loaded in Koha match the printed barcodes. If you are worried about further generation of barcodes, then you might have to insert an artificial max barcode value under the scheme you intend to use, in order t

Re: [Koha-devel] A Discussion on A Policy Setting Forth Standards of Code Submission, etc. [WAS: RFCs for 3.4 from BibLibre (serials & acquisitions)]

2010-11-02 Thread Joe Atzberger
Chris, I disagree that the first sign-off on a major vendor's patches should be external. The first sign-off from a major vendor should be *internal* to their quality control process. This was at one time the standing policy amongst LibLime and BibLibre for major changes. I think encouraging abs

Re: [Koha-devel] [koha] mail configuraiton help

2010-10-01 Thread Joe Atzberger
You still need something to get messages from the Koha server to your other mailserver. In all cases, the simplest way to accomplish that is w/ a mailserver on the Koha box. It can be configured such that it doesn't connect to any other systems, but only to your other mailserver. --Joe 2010/10/

Re: [Koha-devel] mysqldump & restore issues

2010-09-21 Thread Joe Atzberger
For those who didn't read the pasted logs, one link they mentioned is here: http://dev.mysql.com/doc/refman/5.1/en/forcing-recovery.html ___ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listi

Re: [Koha-devel] mysqldump & restore issues

2010-09-21 Thread Joe Atzberger
I wouldn't be surprised if this was related to dynamic allocation on the VM. Essentially, it can inject a random very large I/O latency to any operation. It may also change the hardware model used by the VM. I would recommend looking at InnoDB diagnostics, and possibly starting up w/ innodb_forc

Re: [Koha-devel] Another tutorial request - generating public ssh keys

2010-09-02 Thread Joe Atzberger
On linux: ssh-keygen --joe On Thu, Sep 2, 2010 at 8:09 AM, Nicole Engard wrote: > Hi all, > > To access the manual people need to generate public ssh keys - I used > to have this documented somewhere, but can't find it. I'm wondering > if someone could write up a tutorial for the wiki on how t

Re: [Koha-devel] Koha 3.2 in virtualization or with several database : Is it effective ?

2010-08-02 Thread Joe Atzberger
Koha can be effectively virtualized for production in VMware, Virtualbox or xen. It is quite common and helpful. And yes, you can use the same codebase with different Koha instances. You will have to do edit your $KOHA_CONF files accordingly. But start with one instance and get familiar with it

Re: [Koha-devel] Image/Graphics Magick confusion

2010-07-15 Thread Joe Atzberger
Yeah, the whole point of preferring distro packages is for binaries and distro-specific configs. Any decent image manipulation components will rely on binary code for performance. Unfortunately, too many CPAN modules fail to build XS correctly on a given platform (including debian, historically),

Re: [Koha-devel] Moving system preference serialization into the database

2010-07-12 Thread Joe Atzberger
I'm also against translating SQL when templated techniques are feasible. But if the feature needed is to allow staff users the ability to enter multiple translations *at runtime* with no systems-level administration, then the only question is whether to allow Koha to: 1. write to a directory t

Re: [Koha-devel] preferences.pl problems

2010-07-02 Thread Joe Atzberger
If so, this would be a catastrophically bad behavior. Nothing could be disabled once edited. On Fri, Jul 2, 2010 at 9:26 AM, Paul Poulain wrote: > Hi the list, > > I have found (and it has not been reported yet AFAIK) that the YesNo > sysprefs are now store as 'yes' or 'no', no more as '1' or '0

Re: [Koha-devel] NoSQL

2010-06-14 Thread Joe Atzberger
On Mon, Jun 14, 2010 at 11:37 AM, Cab Vinton wrote: > Have come across references to this a few times recently & am curious > enough to ask the development community whether the NoSQL movement > holds any relevance for Koha's future. > > According to that font of universal wisdom, Wikipedia, "Typ

Re: [Koha-devel] memcached?

2010-06-05 Thread Joe Atzberger
NYTprof combined with firebug (or chrome dev tools) can give you the comprehensive picture. The former atomizes and itemizes the server side costs. The latter details the client side, including graphs of time spent downloading vs. rendering, per file. On Jun 5, 2010 9:38 PM, "Chris Cormack" wr

Re: [Koha-devel] Patrons with no Checkouts report

2010-05-24 Thread Joe Atzberger
That seems pretty reasonable. Beneficial patches are accepted from anybody! > --joe > On Wed, May 19, 2010 at 9:31 AM, Toni wrote: > Hello, > >> > After looking into the code of the predefined report "Patrons with No > >> Checkouts" (borrowers_out.pl), I wonder whether the way it is generated

Re: [Koha-devel] Availability in Koha Was: Re: [Koha-patches] [PATCH 2/2] Fixes bug 4481: Limit to Available filters out many available items.

2010-05-24 Thread Joe Atzberger
time item availability info, and that standard still differentiates between: - circ status - checkout/access fee type - checkout/access fee amount - hold queue length - date due - recall date - hold pickup date - other item properties (size, weight, etc) ILL systems can and

Re: [Koha-devel] Availability in Koha Was: Re: [Koha-patches] [PATCH 2/2] Fixes bug 4481: Limit to Available filters out many available items.

2010-05-24 Thread Joe Atzberger
Hey Liz -- > It sounds like you would be trying to code AutoGraphics logic into Koha. > Another user group might prefer the granularity that currently exists, or use software that requires it. Broadly speaking, we can imagine "availability" many different ways: > - available for checkout