Re: [Koha-devel] koha code cleaning bug?

2008-10-01 Thread Marc Chantreux
On Tue, Sep 30, 2008 at 07:31:05AM -0500, Galen Charlton wrote: > On Tue, Sep 30, 2008 at 3:59 AM, MJ Ray <[EMAIL PROTECTED]> wrote: > > Marc Chantreux <[EMAIL PROTECTED]> wrote: > >> $_ is not the only one point that can confuse the code reader so i also > >> ban for my code: [...list of useful th

Re: [Koha-devel] RFC 3.2: stop copying item data to MARC and MARCXML

2008-10-01 Thread Paul POULAIN
Ryan Higgins a écrit : > I think this move will improve performance quite a bit, as it not only > affects > many-item records, but our availability and circ status. Some quick > profiling > reveals that xml parsing is by far the greatest component of most operations > in Koha. Removing the need

Re: [Koha-devel] RFC 3.2: stop copying item data to MARC and MARCXML

2008-10-01 Thread Galen Charlton
Hi, On Wed, Oct 1, 2008 at 8:33 AM, Paul POULAIN <[EMAIL PROTECTED]> wrote: > but, on every circ, we want to handle the item update in zebra too right > ? so we will have to : > 1- update the item in SQL > 2- rebuild the MARC record with biblio+items > 3- reindex zebra with both > > so won't the g

Re: [Koha-devel] RFC 3.2: stop copying item data to MARC and MARCXML

2008-10-01 Thread Paul POULAIN
Galen Charlton a écrit : > Hi, > > On Wed, Oct 1, 2008 at 8:33 AM, Paul POULAIN <[EMAIL PROTECTED]> wrote: >> but, on every circ, we want to handle the item update in zebra too right >> ? so we will have to : >> 1- update the item in SQL >> 2- rebuild the MARC record with biblio+items >> 3- reinde

[Koha-devel] SOPAC2 & Koha

2008-10-01 Thread Paul POULAIN
Hello, does anyone around have taken a look at SOPAC ? and plans to work on a connector to Koha (Locum) ? That's something we could investigate in the very next future, as we are working on Drupal. So, if anyone is already working on that, we would be happy to join the effort. cheers -- Paul

Re: [Koha-devel] [Koha] Creating reports in Koha 3.0

2008-10-01 Thread Jesse Weaver
On Wed, Oct 1, 2008 at 10:06 AM, Kathy Rippel <[EMAIL PROTECTED]> wrote: > I agree, Marie. The list should have terms that librarians will recognize, > not programmers. The underlying structure can still use the programming > terms. > > Kathy > > > At 03:41 PM 9/30/2008, Nicole Engard wrote: > >

Re: [Koha-devel] [Koha] Creating reports in Koha 3.0

2008-10-01 Thread Chris Cormack
On Thu, Oct 2, 2008 at 4:18 AM, Jesse Weaver <[EMAIL PROTECTED]> wrote: > >> > > As far as I know, this is due to the columns.def file not being up to date > with the Koha database. > > A while back, we discussed using MySQL's COMMENT option to put descriptive > information in the table schema. We