[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.08-11-g67c2333

Git repo owner gitmaster at git.koha-community.org
Sat Jan 12 20:13:01 CET 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.8.x has been updated
       via  67c23337cf36202c3aafd671a001317309fb28c2 (commit)
       via  313a6643704f3ebb43bcef9fb9b992ed61fe91c1 (commit)
      from  702736d9da0f62a37b20b01491745c7f6da9bbf1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 67c23337cf36202c3aafd671a001317309fb28c2
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Thu Dec 6 19:00:07 2012 +0100

    Bug 8984: make Zebra more UNIMARC compliant
    
    This patch makes the following changes to record.abs, biblio-koha-indexdefs.xml and biblio-zebra-indexdefs.xsl :
    - adding new (sub)fields to Identifier-standard index : 011f/g ; 012a ; 013a/z ; 014a/z ; 015a/z ; 016a/z ; 017a/z, 040a/z, 071z, 072z, 073z
    - adding 1 new subfield to Publisher index : 071b (may contain the name of a music publisher)
    - adding new (sub)fields to Author and  Identifier-standard index (for the $9) : 716, 72X, 730 - adding new (sub)fields to Note : 334$a (award note)
    - correcting 207 and 208
    - suppressing 308a and 328a in Note (useless as complete fields are indexed in same index)
    - adding (sub)fields to Title index : 411t, 421-425t, 433-437t, 442-444t, 446-456t, 462-463t, 470-488t, 560
    - adding (sub)fields to Subject and  Identifier-standard index (for the $9) : 608, 615, 616, 617, 620, 621
    - adding some classifications index : 670, 675, 686 - adding some comments (to make easier further modifications and to identify non unimarc fields : 414-420, 603, 630-636, 646)
    
    To test :
    - take a record and fill some of the missing fields (e.g 488t, 608, 720, 012a) with some data as "field488", "field608" etc
    - try to find the record => not possible
    - apply the patch, copy the new record.abs in etc/zebradb/biblios/etc and rebuild zebra
    - try to find the record => should be ok
    - check nothing else is broken...
    - same test with DOM indexing activated
    
    http://bugs.koha-community.org/show_bug.cgi?id=8984
    Signed-off-by: Zeno Tajoli <tajoli at cilea.it>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 313a6643704f3ebb43bcef9fb9b992ed61fe91c1
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Mon Dec 31 19:45:58 2012 -0500

    Bug 8924: Some modules erroneously skipped by 00-load
    
    Several patterns were being skipped unnecessarily in t/00-load.t:
    * C4::Cache* - no longer exists
    * C4::Record - no longer requires database
    * C4::Serials - no longer requires database
    
    To test:
    1) Unset KOHA_CONF and/or shut down MySQL.
    2) Run `prove t/00-load.t`
    3) If the test passes, the patch is good.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    144 tests passing.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Conflicts:
    	t/00-load.t
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

-----------------------------------------------------------------------

Summary of changes:
 .../unimarc/biblios/biblio-koha-indexdefs.xml      |  574 ++++++++++---
 .../unimarc/biblios/biblio-zebra-indexdefs.xsl     |  881 +++++++++++++++++---
 etc/zebradb/marc_defs/unimarc/biblios/record.abs   |  297 +++++--
 t/00-load.t                                        |   32 +-
 4 files changed, 1450 insertions(+), 334 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list