Re: [Koha-devel] bulkmarcimport and jacket cover images

2008-10-24 Thread Jesse Weaver
On Fri, Oct 24, 2008 at 5:58 AM, <[EMAIL PROTECTED]> wrote: > Is it possible to 'import' the cover images with the bulkmarcimport > utility? > > The cover image shows 100% with z39.50 import. > I will appreciate more info on how this meganism works? > > Thanks! > > > > > __

[Koha-devel] [RFC: DBIx::Class 2/3] DBix::Class - moving C4::ClassSource over to using DBIx::Class

2008-10-24 Thread Andrew Moore
This is an example of replacing the SQL calls in the first half of the C4/ClassSource.pm file with calls to the DBIx::Class schema object. I used this module as an example because it's rather simple and you can see how the more simple SQL operations can get replaced by calls to the schema object

[Koha-devel] [RFC: DBIx::Class 0/3] use DBIx::Class ORM for database access

2008-10-24 Thread Andrew Moore
Ryan mentioned recently that I'v been exploring using DBIx::Class to help us abstract away many of our database interactions. Although I don't believe I have a workable solution yet, I think I've been making progress. I'd like to share what I have so far to see if you guys have any opinions on how

[Koha-devel] [RFC: DBIx::Class 3/3] DBIx::Class - Changes to C4::Members to start using DBIx::Class

2008-10-24 Thread Andrew Moore
Here are some changes that can be made to the C4::Members class to start moving away from writing our own SQL and towards using the C4::Schema object built with DBIx::Class. Though I haven't replaced many methods in this class, I'm chosing this one because it's more complex than the C4::ClassSourc

[Koha-devel] [RFC: DBIx::Class 1/3] DBIx::Class - new C4::Schema object

2008-10-24 Thread Andrew Moore
This first patch contains a C4::Schema object, which is a subclass of a DBIx::Class class that reads the database and figures out the schema from there. It can eventually be our interface into the database, replacing the SQL that we write. There are other ways to write this. Alternative suggestio

Re: [Koha-devel] RFC: New System Preference to Determine which 'Types' and associated icons to display in advanced Search

2008-10-24 Thread Joshua Ferraro
On Wed, Oct 22, 2008 at 11:56 AM, Paul POULAIN <[EMAIL PROTECTED]> wrote: > Joshua Ferraro a écrit : >> >> Hi all, >> >> It seems like every library has a different definition of what they want >> to display as 'Type' limits in the advanced search area. The API is >> currently flexible to support a

[Koha-devel] bulkmarcimport and jacket cover images

2008-10-24 Thread zang
Is it possible to 'import' the cover images with the bulkmarcimport utility? The cover image shows 100% with z39.50 import. I will appreciate more info on how this meganism works? Thanks! ___ Koha-devel mailing list Koha-devel@lists.koha.org http://

Re: [Koha-devel] RFC: New System Preference to Determine which 'Types' and associated icons to display in advanced Search

2008-10-24 Thread Paul POULAIN
Joshua Ferraro a écrit : > Hi all, > > It seems like every library has a different definition of what they want > to display as 'Type' limits in the advanced search area. The API is > currently flexible to support any defined indexes, but customizing this > beyond the default itemtypes currently r

Re: [Koha-devel] RFC 3.2 - general hold request changes

2008-10-24 Thread Paul POULAIN
Galen Charlton a écrit : > Hi, > > I've already sent out a couple of RFCs about hold requests and > friends, and will be sending out some more that relate to specific > customer projects for LibLime, but I wanted to toss out a few ideas > for general improvement. A large number of bugs have been

Re: [Koha-devel] Two Koha intranets

2008-10-24 Thread tajoli
Hi, On Fri, 24 Oct 2008 01:53:43 +, Karen Myers <[EMAIL PROTECTED]> wrote: > I am wondering if it possible to have two Koha Intranets running at the > same time on different computers as we have two cataloguers needing to > catalogue at the same time. if two cataloguers needing to catalogu