[Koha-bugs] [Bug 11592] opac detail scripts do not respect MARC tag visibility

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 17 16:38:20 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11592

--- Comment #68 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Some comments from IRC:

[16:32]    marcelr    so i was curious about your position before starting qa
[16:32]    tcohen    my decision about that kind of stuff is that we should
definitely resurrect Koha::RecordProcessor
[16:33]    tcohen    so, Mark should implement (if that's what he wants) a
Koha::Filter for MARC records
[16:33]    marcelr    which would mean: rewrite the patch set first
[16:33]    tcohen    I wrote my own for MARCXML (in the form of
XML::LibXML::Document objects, which is the result of parsing XML)
[16:33]    tcohen    so, I already have an implementation
[16:34]    tcohen    that "can be used" wherever we want
[16:34]    tcohen    the problem with MArk's is that it is MARC::Record
specific, and is hooked in the wrong place (IMHO)
[16:34]    tcohen    it can be discussed
[16:34]    marcelr    where is yours now?
[16:35]    tcohen    https://github.com/tomascohen/koha/tree/xslt_filtering
[16:35]    tcohen    I introduced a Koha::Filter::MARCXML::ViewPolicy filter
class

Returning to this later..

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list