Re: [Koha-devel] Koha.org-based Listserve

2008-03-03 Thread MJ Ray
"Joshua Ferraro" <[EMAIL PROTECTED]> wrote: [...] > has graciously offered to host a Mailman installation for such lists, so the > question arises, what domain shall we use? [...] lists.koha.org would seem to make most sense to me, for similar reasons to those attributed to Paul. Is a better list

Re: [Koha-devel] Re: [Koha] Install on Debian Etch

2008-03-03 Thread harry wykman
Thanks, That's done it. Harry Joshua Ferraro wrote: On 3/1/08, harry wykman <[EMAIL PROTECTED]> wrote: Thanks Josh for your help. I am posting to the devel list. As you know, still having the error below when using standard install. Harry Hi Harry, Please post any questions you

[Koha-devel] A Quite Fright of Soft Nightmare in the "Oh my God!" Doubt... (biblioitems is ko and items is ok?)

2008-03-03 Thread Ignacio Javier
Hi all! Speaking of Koha 3... Are items and biblioitems tables modern and old version of the same "what we want" thing, respectively, or are they complementary tables and both must exist in Koha 3? The doubt comes after purging (truncating, really) biblioitems table, and constating I obtain same

Re: [Koha-devel] A Quite Fright of Soft Nightmare in the "Oh my God!" Doubt... (biblioitems is ko and items is ok?)

2008-03-03 Thread Henri-Damien LAURENT
Ignacio Javier a écrit : > Hi all! > > Speaking of Koha 3... > > Are items and biblioitems tables modern and old version of the same "what we > want" thing, respectively, or are they complementary tables and both must > exist in Koha 3? > > The doubt comes after purging (truncating, really) biblioi

[Koha-devel] Sample Data is Permanent?

2008-03-03 Thread Ramon Andinach
Hi All, When installing Koha 3.00 alpha, I let it install some optional data (patron types and libraries etc.) so that I could see what they looked like while adding my own information. I'm finding that some of them are can not be removed. Is this normal? For instance some of the branches,

Re: [Koha-devel] Sample Data is Permanent?

2008-03-03 Thread Michael Hafen
This is probably because if foreign key constraints. I ran into that myself. I had to delete all the patrons that were in the branch or patron category first. On Tue, 2008-03-04 at 08:30 +0900, Ramon Andinach wrote: > Hi All, > > When installing Koha 3.00 alpha, I let it install some optional d

[Koha-devel] Patron Images Database update didn't hit

2008-03-03 Thread Michael Hafen
Maybe it's just me, but when I pulled down the patron images patch with the database create table it didn't hit the installer page to do the database update. I looked at the updatedatabase.pl file, and it seems that the patronimages update ended up with the same DBversion as the previous update.

Re: [Koha-devel] Patron Images Database update didn't hit

2008-03-03 Thread Jesse
>Maybe something should be done to make sure that doesn't happen. It > seems like a tough problem to handle though. Could just skip a version > number or two to leave space for other developers, but then the > installer would have to check to make sure that previous updates were > run for sure.

Re: [Koha-devel] Patron Images Database update didn't hit

2008-03-03 Thread Chris Cormack
> > Would it be possible to start inserting some developer specific part (say, > part of the MAC address in decimal form) into the DB version? This would at > least make them unique. Basically I just have to check better when doing my QA on patches :) Ive fixed the problem and sent a patch up to

Re: [Koha-devel] Patron Images Database update didn't hit

2008-03-03 Thread Chris Nighswonger
On Mon, Mar 3, 2008 at 6:39 PM, Michael Hafen <[EMAIL PROTECTED]> wrote: > Maybe it's just me, but when I pulled down the patron images patch with > the database create table it didn't hit the installer page to do the > database update. I looked at the updatedatabase.pl file, and it seems > tha