[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.07-5-gcccca7c

Git repo owner gitmaster at git.koha-community.org
Mon Dec 2 18:56:24 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.12.x has been updated
       via  cccca7ca2e8dda5e247ac2b3a87797d8469f9ab4 (commit)
       via  4971accb199f9a2f567d0d36e86b6eadcc724212 (commit)
       via  ccab3f04c3c128d0e94d6cf20bc0c383168d9c5a (commit)
       via  bd3c36a03e5dda8a2e0b635bb1df2bdf0b62ec95 (commit)
       via  1f5dd0b0bf893224f6e4e70789af3d01264d11ae (commit)
      from  84bcc8708693d488352191542b8b2343881ae01a (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 cccca7ca2e8dda5e247ac2b3a87797d8469f9ab4
Author: Janusz Kaczmarek <januszop at gmail.com>
Date:   Thu Mar 14 17:25:40 2013 +0200

    Bug 10335: display translated forms of headings in UNIMARC authorities correctly
    
    To reproduce and test:
    
    To reproduce:
    1) Create an authority record with main heading (100) in Latin script
       (e.g. Oppenheimer, Aharon -- subfields $a and $b) and parallel form
       (700) in Hebrew (אופנהיימר, אהרן -- subfields $a and $b).
        Mark it correctly in $8 with freheb (or engheb if you like);
    2) Reindex and search;
    3) You will see:
    
    Oppenheimer Aharon
    freheb: אופנהיימר
    
    Whereas you would rather like to see (mind language and lack of $b above):
    
    Oppenheimer, Aharon
    Hebrew: אופנהיימר, אהרן
    
    The patch corrects the issue and should not harm those who (improperly)
    put only one triple in $8
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Work as described. No koha-qa errors.
    Same result on OPAC and STAFF
    
    Turns out that test plan is wrong,
    you neet to fill tag 200ab, not 100ab, for main heading.
    I filled 100a with some example data from UNIMARC auth manual.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Took me a bit to figure it out, works according to test plan.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 68c44093a414dac6ac1319c03b6dee0d152f24cd)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 4971accb199f9a2f567d0d36e86b6eadcc724212
Author: Blou <philippe.blouin at inlibro.com>
Date:   Thu Sep 26 15:45:32 2013 -0400

    Bug 6201: Add fields 1xx to marc2bibtex (for MARC21 and NORMARC)
    
    Modified Record::marc2bibtex to varlidate fields 100, 110 and 111 in
    non-UNIMARC flavours.
    
    Test plan:
    1)Search any books in the OPAC with a main entry (1XX in MARC21, 700-720 in UNIMARC)
    2)Export the record in the bibtex format
    ==>The output won't contain the main entry.
    3)Apply the patch
    4)Export the record
    ==>The record will contain the main entry
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Fixes a long standing bug.
    Passes all tests and QA script.
    Tested with multiple records, seems to work well.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 41ae12b561ea08817cb6753680a8ce2950a39fcc)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit ccab3f04c3c128d0e94d6cf20bc0c383168d9c5a
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Oct 9 05:26:27 2013 +0000

    bug 6201: (follow-up) update unit tests
    
    This patch updates the unit tests for the BibTeX export
    to add a regression test for supplying the author for
    non-UNIMARC records.  It also adjusts the test to reflect
    the change in quote character from "" to {}.
    
    To test:
    
    [1] Verify that prove -v t/db_dependent/Record.t passes
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit d88e15acfb7da8168cdcb24b271f2aba4dcee4fb)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit bd3c36a03e5dda8a2e0b635bb1df2bdf0b62ec95
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Oct 5 22:27:51 2013 +0200

    Bug 10705: follow-up - change one more instance of "shippment cost"
    
    Term also occurs on the spent page accessible from the funds
    table on the acquisition module start page.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 4f3b3403fbfa5323819d58dd0ece4b778ef69273)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 1f5dd0b0bf893224f6e4e70789af3d01264d11ae
Author: Ketan Kulkarni <ketan at carvingit.com>
Date:   Mon Sep 30 07:42:17 2013 +0530

    Bug 10705: change 'shipment cost' to 'shipping cost'
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Trivial string change. No koha-qa errors
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    String change - fixing another occurence in a follow up.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 8dc4438bf6d2d6396bc42757be403275afce7f67)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                              |    4 +--
 C4/Record.pm                                       |   32 +++++++-------------
 .../en/includes/authorities-search-results.inc     |   12 ++++++++
 .../intranet-tmpl/prog/en/modules/acqui/invoice.tt |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/parcels.tt |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/spent.tt   |    2 +-
 .../en/includes/authorities-search-results.inc     |   17 +++++++++++
 t/db_dependent/Record.t                            |   10 ++++--
 8 files changed, 52 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list