[Koha-devel] Sandbox servers provided by BibLibre

2012-07-25 Thread Paul Poulain
Hello, On the wiki page, you can see that the wiki page dealing with sandboxes provided by BibLibre now present 6 sandboxes (3 UNIMARC and 3 MARC21), instead of 9 The reason is: * there was only a few use of the sandboxes, 6 publicly open should be enough * we have found some volunteers in Fran

Re: [Koha-devel] Biblio.pm subject of a bug?

2012-07-25 Thread Tomas Cohen Arazi
On Tue, Jul 24, 2012 at 7:05 PM, Jared Camins-Esakov wrote: > Paul, > >> Re: 3.6.6 Biblio.pm >> >> With preference set to "do not use zebra", saving an "item" fails: "Can't >> call method "subfield" on an undefined value at >> /usr/share/koha/lib/C4/Biblio.pm line 3104" (z39.50 and adding biblios

[Koha-devel] Record indexer integration (Zebra)

2012-07-25 Thread Tomas Cohen Arazi
An effort is being made to update the INSTALL.* files and to aid our users in running Koha almost auto-magically (read .deb install method, copy and paste instructions for src install in debian/ubuntu, etc). A missing piece (from my point of view) is the integration of the record indexer daemon i

Re: [Koha-devel] Proposal for a new coding guideline for command line scripts

2012-07-25 Thread Ian Walls
+1 Ian On Jul 25, 2012 3:07 AM, "Julian Maurice" wrote: > Le 24/07/2012 18:06, Robin Sheat a écrit : > >> Op 24-07-12 18:02, Paul Poulain schreef: >> >>> Do we agree it's a good idea to request that for future scripts, and add >>> this in the coding guidelines ? >>> >> >> I find this also makes

Re: [Koha-devel] zebraidx errCode=109

2012-07-25 Thread Robin Sheat
Op 24-07-12 19:41, Paul schreef: > There is no 'koha-common' in /etc/init.d (nor anywhere else) on either > the production machine or the sandbox. [All the 'koha-common*' files are > still in the original Koha packages.] Oh, I think I misunderstood. I had the impression that you were running from

Re: [Koha-devel] Proposal for a new coding guideline for command line scripts

2012-07-25 Thread Julian Maurice
Le 24/07/2012 18:06, Robin Sheat a écrit : Op 24-07-12 18:02, Paul Poulain schreef: Do we agree it's a good idea to request that for future scripts, and add this in the coding guidelines ? I find this also makes it very easy to have short '--help' output, and longer '--manual' output. Robin.