Bugzilla – Attachment 40839 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]
[PASSED QA] Bug 14453: (followup) Fix shipped XSLT files
PASSED-QA-Bug-14453-followup-Fix-shipped-XSLT-file.patch (text/plain), 3.15 KB, created by
Kyle M Hall (khall)
on 2015-07-08 16:23:17 UTC
(
hide
)
Description:
[PASSED QA] Bug 14453: (followup) Fix shipped XSLT files
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-07-08 16:23:17 UTC
Size:
3.15 KB
patch
obsolete
>From 87ecdd7f67d2ccadac6454fedacd66f0a41660b8 Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Thu, 25 Jun 2015 15:38:42 +0200 >Subject: [PATCH] [PASSED QA] 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> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../authorities/authority-zebra-indexdefs.xsl | 2 ++ > .../authorities/authority-zebra-indexdefs.xsl | 2 ++ > 2 files changed, 4 insertions(+), 0 deletions(-) > >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"/> >-- >1.7.2.5
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