Re: [Koha-devel] RFC Adding column to biblio for Remainder Of Title - Was: RFC: Koha : Merge biblio & biblioitems tables

2008-11-25 Thread Paul POULAIN
Michael Hafen a écrit : > While we are talking about changes to the biblio table I would like to > propose a change. > > Looking at the file > installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql > I see that the subfield 245$b is linked to the koha table > bibliosub

Re: [Koha-devel] RFC: Koha : Merge biblio & biblioitems tables

2008-11-25 Thread Paul POULAIN
Rick Welykochy a écrit : > Paul POULAIN wrote: > >> As we are doing this, could we change the table name (biblios). I >> think it should be written in our coding guidelines that table names >> are plural. > > Nitpick: if all tables end in "s", isn't the "s" redundant? In fact I don't care. But

Re: [Koha-devel] mod_perl

2008-11-25 Thread Rick Welykochy
Paul POULAIN wrote: > Michael Hafen a écrit : >> Hmm, I hope that isn't the case. I have multiple instances of Koha >> running on a server with mod_perl installed. I haven't heard any >> complaints so far. > > wow... are you sure you're with mod_perl ? we did some test, on a small > library, a

Re: [Koha-devel] mod_perl (was: DBIx::Class stuff)

2008-11-25 Thread Paul POULAIN
Michael Hafen a écrit : > Hmm, I hope that isn't the case. I have multiple instances of Koha > running on a server with mod_perl installed. I haven't heard any > complaints so far. wow... are you sure you're with mod_perl ? we did some test, on a small library, and the result was awful (with du

Re: [Koha-devel] RFC: Koha : Merge biblio & biblioitems tables

2008-11-25 Thread Galen Charlton
Hi, On Tue, Nov 25, 2008 at 4:24 AM, Paul POULAIN <[EMAIL PROTECTED]> wrote: > In fact I don't care. But atm we have some tables plural, and some > singular. and for sure, that's a pity ! > I'm for a unique rule ! > and there are more plural than singular, so that would be easier to > switch to pl

Re: [Koha-devel] Koha presentation at IFLA Milan 2009 ?

2008-11-25 Thread Zeno Tajoli
Hi to all, At 16.14 24/11/2008, MJ Ray wrote: >Zeno Tajoli <[EMAIL PROTECTED]> wrote: > > This year IFLA congress will be in Milan 23-27 August. >Can you send a link, please? Is it http://www.ifla.org/IV/ifla75/ ? Yes, the page http://www.ifla.org/IV/ifla75/index.htm is the start page of the con

Re: [Koha-devel] String freeze for 3.0.1

2008-11-25 Thread Pablo A. Bianchi
On Tue, Oct 28, 2008 at 4:57 AM, Chris Cormack <[EMAIL PROTECTED]> wrote: > That sounds like a great idea, Ill make sure the new translation > system is all up and ready for november 15th, with automatic template > generation going. More or less when this will be ready? On Thu, Sep 18, 2008 at 4:

[Koha-devel] Label and barcode generator broken

2008-11-25 Thread Bernard Shiundu
Just noticed that the label generator seems broken ... While it still does produce the barcode numbers with the guide boxes, It doesn't generate the actual barcodes anymore. A peek at the logs shows first >> stack underflow:tags stack is empty, referer: >> http:///cgi-bin/koha/labels/label-manag

Re: [Koha-devel] mod_perl

2008-11-25 Thread Michael Hafen
I must not be running mod_perl then. I have misunderstood the purpose of the ubuntu package libapache2-mod-perl2. It seems to not include Apache2::PerlRun or Apache2::Registry which Galen pointed out. I guess it only allows for sections to the apache config files, and such. No script or environ

Re: [Koha-devel] RFC Adding column to biblio for Remainder Of Title - Was: RFC: Koha : Merge biblio & biblioitems tables

2008-11-25 Thread Michael Hafen
I would like to change this rather than remove it. I would like to add a column to the biblio table to replace bibliosubtitle.subtitle. My librarians like seeing the subtitle in search results and such, but I need to have a database column to reference for this. On Tue, 2008-11-25 at 09:49 +0100

Re: [Koha-devel] mod_perl (was: DBIx::Class stuff)

2008-11-25 Thread Joe Atzberger
Frederic, regarding Apache2::Reload, I think that is an interesting module, but I find their performance warningsoffputting, basically that (1) you have to use a "touch" file and (2) child memory not shared back w/ parent,

Re: [Koha-devel] mod_perl

2008-11-25 Thread Clay Fouts
Having managed this sort of configuration with MediaWiki, I've had thoughts about using it for hosting Koha instances. It has a number of advantages, including being more amenable to mod_perl. The biggest drawback to this configuration is when applications care about the port number on which the HT

Re: [Koha-devel] RFC: Koha : Merge biblio & biblioitems tables

2008-11-25 Thread Joe Atzberger
Or we have the option of not caring at all once an ORM is in place! --joe On Tue, Nov 25, 2008 at 7:23 AM, Galen Charlton <[EMAIL PROTECTED]>wrote: > Hi, > > On Tue, Nov 25, 2008 at 4:24 AM, Paul POULAIN <[EMAIL PROTECTED]> > wrote: > > In fact I don't care. But atm we have some tables plural, an

Re: [Koha-devel] String freeze for 3.0.1

2008-11-25 Thread Chris Cormack
On Wed, Nov 26, 2008 at 2:39 AM, Pablo A. Bianchi <[EMAIL PROTECTED]> wrote: > On Tue, Oct 28, 2008 at 4:57 AM, Chris Cormack <[EMAIL PROTECTED]> wrote: >> That sounds like a great idea, Ill make sure the new translation >> system is all up and ready for november 15th, with automatic template >> ge

Re: [Koha-devel] RFC Adding column to biblio for Remainder Of Title - Was: RFC: Koha : Merge biblio & biblioitems tables

2008-11-25 Thread Ryan Higgins
Adding subtitle is ok by me. We (LibLime) are using xslt pretty exclusively, and once we move to the DOM indexing model, we can probably get the for-display record directly from zebra instead of parsing it from the db. But go ahead and add it to the wiki. Ryan On Tue, Nov 25, 2008 at 12:01 P

Re: [Koha-devel] RFC: Koha : Merge biblio & biblioitems tables

2008-11-25 Thread Ryan Higgins
Joe, are you suggesting that merging the tables will not be worth the effort? I guess it really isn't going much of a performance hit to add an extra table join to queries since it's 1-1 and indexed. Perhaps the time spent on this would be better spent on ORM ? The only benefit that this has if

Re: [Koha-devel] RFC: Koha : Merge biblio & biblioitems tables

2008-11-25 Thread Joe Atzberger
No, Ryan, I was just talking about the singular vs. plural table names. As in, nobody will complain about the table names when they are taken out of view. I'm still very much for killing biblioitems. On Tue, Nov 25, 2008 at 1:44 PM, Ryan Higgins <[EMAIL PROTECTED]>wrote: > > > Joe, are you sugg

Re: [Koha-devel] RFC: Koha : Merge biblio & biblioitems tables

2008-11-25 Thread Galen Charlton
Hi, On Tue, Nov 25, 2008 at 2:02 PM, Joe Atzberger <[EMAIL PROTECTED]> wrote: > No, Ryan, I was just talking about the singular vs. plural table names. As > in, nobody will complain about the table names when they are taken out of > view. I'm still very much for killing biblioitems. On the othe

Re: [Koha-devel] Account types in Koha

2008-11-25 Thread Ryan Higgins
The only account types that are exposed to the interface or any 3.x - ready scripts are these: C= credit FFOR=forgiven W=writeoff F= overdue fine FU= overdue, still acccruing PAY = payment A = acc't management fee M=Sundry L= Lost Item N= New Card I think any other codes that are found in the cod

Re: [Koha-devel] mod_perl

2008-11-25 Thread Rick Welykochy
Michael Hafen wrote: > I have two installes of Koha 3 on the same instance of apache2 with no > problems. I must not be using mod_perl. Is there a writeup on what things need to be (re)configured to get two separate instances of Koha running on one single Apache server, i.e. sharing the same na

Re: [Koha-devel] mod_perl

2008-11-25 Thread Rick Welykochy
Clay Fouts wrote: > Having managed this sort of configuration with MediaWiki, I've had > thoughts about using it for hosting Koha instances. It has a number of > advantages, including being more amenable to mod_perl. The biggest > drawback to this configuration is when applications care about the

[Koha-devel] Koha PEOPLE Efficiency [WAS: RFC: Koha : Merge biblio & biblioitems tables]

2008-11-25 Thread Rick Welykochy
Ryan Higgins wrote: > So is the performance difference negligible in keeping two tables ? Who really cares about machine performance these days. CPU, memory and storage can be doubled at the drop of a hat. Why are we planning to put in an ORM? Not to speed up the code. To increase people efficie

Re: [Koha-devel] Koha PEOPLE Efficiency [WAS: RFC: Koha : Merge biblio & biblioitems tables]

2008-11-25 Thread Chris Cormack
Rick What you say may be all well and good, but I have yet to see a single patch from you. Want some bugs fixed? How bout fixing a couple yourself, show us all how its done eh? On Wed, Nov 26, 2008 at 12:40 PM, Rick Welykochy <[EMAIL PROTECTED]> wrote: > Ryan Higgins wrote: > >> So is the perf

Re: [Koha-devel] mod_perl

2008-11-25 Thread Clay Fouts
Oh, I misunderstood what you were describing. Saying "one instance of apache for each instance of Koha" led me to think you meant a separate apache process group (running under a different UID, with a different config file set, etc.) for each koha instance. It actually never occurred to me that som

Re: [Koha-devel] Koha PEOPLE Efficiency [WAS: RFC: Koha : Merge biblio & biblioitems tables]

2008-11-25 Thread Rick Welykochy
Chris Cormack wrote: > > What you say may be all well and good, but I have yet to see a single > patch from you. > Want some bugs fixed? How bout fixing a couple yourself, show us all > how its done eh? > Stay tuned :) Although, I have no plans to rewrite the Koha data model and install an ORM

Re: [Koha-devel] Koha PEOPLE Efficiency [WAS: RFC: Koha : Merge biblio & biblioitems tables]

2008-11-25 Thread Galen Charlton
Hi, On Tue, Nov 25, 2008 at 7:30 PM, Rick Welykochy <[EMAIL PROTECTED]> wrote: > Although, I have no plans to rewrite the Koha data model and install an > ORM by myself. Good thing that you don't have to do it by yourself, then, and that there are others discussing, planning, and coding this. Yo

Re: [Koha-devel] Label and barcode generator broken

2008-11-25 Thread Mason James
On 2008/11/26, at 2:54 AM, Bernard Shiundu wrote: > Just noticed that the label generator seems broken … While it still > does produce the barcode numbers with the guide boxes, It doesn’t > generate the actual barcodes anymore. A peek at the logs shows first > > >> stack underflow:tags stack

[Koha-devel] Koha Classroom training Error

2008-11-25 Thread Donna Day
We have a group project to create our own Koha library catalog, but we can't log in due to the following error message: OPAC error: Koha error The following fatal error has occurred: The format you asked for ('') is unrecognized. at /home/koha-with-class/kohaclone/opac/opac-user.pl line 52 A

Re: [Koha-devel] mod_perl

2008-11-25 Thread Wojciech Zatorski
Hello Clay, Wednesday, November 26, 2008, 12:58:45 AM, you wrote: CF> So does anyone know of name-space or other conflicts arising from CF> using mod_perl with one koha instance installed per virtual host? hm... we have been using koha with mod perl (RegistryPrefork) since 3 years without proble

Re: [Koha-devel] mod_perl

2008-11-25 Thread Rick Welykochy
Wojciech Zatorski wrote: > Hello Clay, > > Wednesday, November 26, 2008, 12:58:45 AM, you wrote: > > CF> So does anyone know of name-space or other conflicts arising from > CF> using mod_perl with one koha instance installed per virtual host? > > hm... we have been using koha with mod perl (Regi