Re: [Koha-patches] [PATCH][3.0.x] (bug #3058) show items that are excluded of loan in search results

2009-03-26 Thread Nahuel ANGELINETTI
Hi, this is not really well, I think i'm a little tired(and C4::Search::searchResults() is a very ugly thing). This patch activate the view of not for loan items in opac, but disable the view of all statuses not for loan in staff. I'll send a follow up. Le Wed, 25 Mar 2009 17:47:09 +0100, Nahuel

[Koha-patches] [PATCH 2/2] Add a UNIMARC to Dublin Core XSL

2009-03-26 Thread Frédéric Demians
This XSL transforms XML UNIMARC biblio record into its DC representation. It is the equivalent of MARC21slimOAIDC.xsl. --- .../prog/en/xslt/UNIMARCslim2OAIDC.xsl | 185 1 files changed, 185 insertions(+), 0 deletions(-) create mode 100644

[Koha-patches] [PATCH 1/2] Add another OAI server

2009-03-26 Thread Frédéric Demians
From: Frederic Demians f.demi...@tamil.fr This OAI server has those characteristics: * It doesn't use C4::OAI anymore. * It uses HTTP::OAI library which is easily expandable. * XML result is not build anymore directly but using XML::SAX::Writer. It should solve encoding and XML

[Koha-patches] [PATCH] Serials Display Enhancement

2009-03-26 Thread Daniel Sweeney
From: Joshua Ferraro j...@liblime.com Allows specification of how many issues of a subscription to display at a global and subscription-specific level. Also adds a link to the detail page to a specific subscription. Signed-off-by: Daniel Sweeney daniel.swee...@liblime.com --- C4/Auth.pm