Re: [Koha-devel] Koha events

2009-05-26 Thread Galen Charlton
Hi, On Mon, May 25, 2009 at 4:32 AM, Andrei V. Toutoukine wrote: > I'm wondering if anyone ever wanted events in Koha? Events may be like > onpatronremove, onbibliosave, onbiblionew etc... For example if one > wants to check spelling and marc-correctness of the record before it is > saved to the

[Koha-devel] Checkout 3.1 from Git

2009-05-26 Thread Kyle Hall
Hey All, I'm in the process of uploading a set of latest version Koha vm's. I'll let you know when they are available. What I'd like to know is if there is a way to check out the released 3.1 via git. I see there are tags such as v3.00.01-stable_update but as far as I can google, there is no way

Re: [Koha-devel] RFC : Item level 'hold-fee' and 'not-for-hold' feature?

2009-05-26 Thread Nahuel ANGELINETTI
Hi, Le Mon, 25 May 2009 13:47:26 -0600, Jesse a écrit : > 2009/5/25 Eric Bégin > [...] > The development version of Koha allows hold policies to be set up by > branch and itemtype (and soon, patron type) that can allow holds, > allow them only to patrons from the item's home branch, or disallo

Re: [Koha-devel] RFC : Item level 'hold-fee' and 'not-for-hold' feature?

2009-05-26 Thread Jesse
2009/5/26 Nahuel ANGELINETTI > Hi, > > Le Mon, 25 May 2009 13:47:26 -0600, > Jesse a écrit : > > > 2009/5/25 Eric Bégin > > > [...] > > The development version of Koha allows hold policies to be set up by > > branch and itemtype (and soon, patron type) that can allow holds, > > allow them only

Re: [Koha-devel] Checkout 3.1 from Git

2009-05-26 Thread Chris Cormack
2009/5/27 Kyle Hall : > Hey All, >  I'm in the process of uploading a set of latest version Koha vm's. > I'll let you know when they are available. > > What I'd like to know is if there is a way to check out the released > 3.1 via git. I see there are tags such as v3.00.01-stable_update but > as fa

Re: [Koha-devel] Checkout 3.1 from Git

2009-05-26 Thread Kyle Hall
Thanks. I can't believe it's that easy and I was unable to find it myself. Maybe I was just looking in all the wrong places. Kyle http://www.kylehall.info Information Technology Crawford County Federated Library System ( http://www.ccfls.org ) On Tue, May 26, 2009 at 2:15 PM, Chris Cormack w

Re: [Koha-devel] Checkout 3.1 from Git

2009-05-26 Thread Chris Cormack
2009/5/27 Kyle Hall : > Thanks. I can't believe it's that easy and I was unable to find it > myself. Maybe I was just looking in all the wrong places. > The tag does have to exist locally to do it like that, so preceding it with a git fetch, to make sure you have all the tags (though if you have ju