Bugzilla – Attachment 40639 Details for
Bug 14453
kohaidx is missing for id in authority-koha-indexdefs.xml
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED OFF] Bug 14453: (followup) Fix shipped XSLT files
SIGNED-OFF-Bug-14453-followup-Fix-shipped-XSLT-fil.patch (text/plain), 3.11 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-06-25 15:09:39 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 14453: (followup) Fix shipped XSLT files
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-06-25 15:09:39 UTC
Size:
3.11 KB
patch
obsolete
>From a331232f8a811570d3fca4e9f81c36e40a150517 Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Thu, 25 Jun 2015 15:38:42 +0200 >Subject: [PATCH] [SIGNED OFF] Bug 14453: (followup) Fix shipped XSLT files > >Make the shipped XSLTs for authorities (MARC21 and UNIMARC) the same as the generated version > >Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar> >--- > etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl | 2 ++ > etc/zebradb/marc_defs/unimarc/authorities/authority-zebra-indexdefs.xsl | 2 ++ > 2 files changed, 4 insertions(+) > >diff --git a/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl b/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl >index 58eceed..b4bf51d 100644 >--- a/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl >+++ b/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl >@@ -12,6 +12,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) > <xslo:template match="text()"/> > <xslo:template match="text()" mode="index_subfields"/> > <xslo:template match="text()" mode="index_data_field"/> >+ <xslo:template match="text()" mode="index_facets"/> > <xslo:template match="text()" mode="index_heading"/> > <xslo:template match="text()" mode="index_heading_conditional"/> > <xslo:template match="text()" mode="index_match_heading"/> >@@ -35,6 +36,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) > <xslo:apply-templates/> > <xslo:apply-templates mode="index_subfields"/> > <xslo:apply-templates mode="index_data_field"/> >+ <xslo:apply-templates mode="index_facets"/> > <xslo:apply-templates mode="index_heading"/> > <xslo:apply-templates mode="index_heading_conditional"/> > <xslo:apply-templates mode="index_match_heading"/> >diff --git a/etc/zebradb/marc_defs/unimarc/authorities/authority-zebra-indexdefs.xsl b/etc/zebradb/marc_defs/unimarc/authorities/authority-zebra-indexdefs.xsl >index 0b84c34..df20a49 100644 >--- a/etc/zebradb/marc_defs/unimarc/authorities/authority-zebra-indexdefs.xsl >+++ b/etc/zebradb/marc_defs/unimarc/authorities/authority-zebra-indexdefs.xsl >@@ -12,6 +12,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) > <xslo:template match="text()"/> > <xslo:template match="text()" mode="index_subfields"/> > <xslo:template match="text()" mode="index_data_field"/> >+ <xslo:template match="text()" mode="index_facets"/> > <xslo:template match="text()" mode="index_heading"/> > <xslo:template match="text()" mode="index_heading_conditional"/> > <xslo:template match="text()" mode="index_match_heading"/> >@@ -35,6 +36,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) > <xslo:apply-templates/> > <xslo:apply-templates mode="index_subfields"/> > <xslo:apply-templates mode="index_data_field"/> >+ <xslo:apply-templates mode="index_facets"/> > <xslo:apply-templates mode="index_heading"/> > <xslo:apply-templates mode="index_heading_conditional"/> > <xslo:apply-templates mode="index_match_heading"/> >-- >2.4.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14453
:
40582
|
40626
|
40634
|
40635
|
40639
|
40838
|
40839