[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-254-g1de8e7c

Git repo owner gitmaster at git.koha-community.org
Tue Apr 23 14:59:11 CEST 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  1de8e7cb1e978e7c72bd6de81be996514755bd0d (commit)
       via  75b662028ae825bb2db4801132bb23707af7db53 (commit)
       via  ba7396e4cab8542a13e69a5545828e6e0a85960e (commit)
       via  d4eea219c2aa70e7f6cef34fcdbfeb295d237bb2 (commit)
       via  5a8980f0e86c2785163aa172b2abeee0816bcb2e (commit)
      from  71cbc3700fc4d113a3343ef1bba893b4cfc8266b (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 1de8e7cb1e978e7c72bd6de81be996514755bd0d
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Tue Mar 26 20:50:05 2013 -0300

    Bug 9358 - Followup - Fixed field plugins for MARC21 should be updated for MARC21 update #15
    
    This little patch adds a few values and descriptions to complete
    value builder for marc21 008.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Follow-up works as described.
    XML change only.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit cb47df4bbbc676e29f75c1c686c9ba12e8e73b57)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 75b662028ae825bb2db4801132bb23707af7db53
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Mon Jan 7 19:10:56 2013 -0300

    Bug 9358 - Fixed field plugins for MARC21 should be updated for MARC21 update #15
    
    This patch, together with 9357, fix plugins for leader, 006, 007 and 008 MARC21 fields
    
    Leader18 c and i is fixed on Bug 9357
    
    Added missing/renamed fields on 007
    
    Options 'o' and 'q' already present on 006 and 008,
    fixing spaces and removing unnecessary descriptions.
    
    To test:
    1) Catalog/edit a record
    2) On 007 value builder, check missing values
       on 008, BKS, check for example 33- Literary form,
       i- Letters has a description
    3) Apply the patch
    4) Clean your browser cache
    5) On 007 value builder, new values are present
       On 008/6 descriptions are absent
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 67dae3abd4bbd5394c62eaeccfa67d9c0220a627)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit ba7396e4cab8542a13e69a5545828e6e0a85960e
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Apr 10 14:24:16 2013 -0400

    Bug 10026 - OPAC cart not showing location anymore
    
    When Bug 7570 added availability information to the cart it switched
    which subroutine was used to get item information, and thus changed how
    the information was being returned.
    
    This patch makes accommodations for this change by adding processing of
    item location information to the script in a way that will match the
    existing template variables.
    
    To test, add items to the cart in the OPAC some of which include
    shelving location information. When you view the cart you should see the
    shelving location displayed.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 9186c2fedacfa1d0063fc67ec1e1e1a923abdcf6)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit d4eea219c2aa70e7f6cef34fcdbfeb295d237bb2
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Apr 14 19:29:13 2013 +0200

    Bug 8294: Fix display of serial enumeration for OPAC holds
    
    It turns out that this was not a missing but a broken feature.
    This patch corrects the template variables to make enumchron
    show up on the item table for item level holds in the OPAC.
    
    To test:
    Try to place item level holds on
    1) a record where at least one item
    2) a record where none of the items
    has items.enumchron information.
    
    The column with enumchron should only show for 1), but not
    for 2).
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    
    Works as described.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 815bcbc1d16ad2764fde9f6d3221d2527e48855a)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 5a8980f0e86c2785163aa172b2abeee0816bcb2e
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Fri Apr 19 22:52:07 2013 -0400

    Bug 10085: unapi does not function under Plack
    
    The following errors appear when trying to use unapi under Plack (among
    others):
    Variable "$cgi" is not available at /home/jcamins/kohaclone/opac/unapi line 160.
    Variable "$format_to_stylesheet_map" is not available at /home/jcamins/kohaclone/opac/unapi line 173.
    Variable "$format_info" is not available at /home/jcamins/kohaclone/opac/unapi line 174.
    Variable "$format_to_stylesheet_map" is not available at /home/jcamins/kohaclone/opac/unapi line 185.
    
    To test:
    1) Try to view /cgi-bin/koha/unapi under Plack
    2) There is no step 2. Plack crashes.
    3) Apply patch.
    4) Try to view /cgi-bin/koha/unapi again, and note that it doesn't crash
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    I'm puzzled how this ever worked anyway, accidentally i'm guessing,
    this tidies up some lazy coding
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit c02931977e5121b51eb29db6116b768c24a1aadd)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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

Summary of changes:
 .../cataloguing/value_builder/marc21_field_006.xml |  198 +++++++-------
 .../cataloguing/value_builder/marc21_field_007.tt  |  301 +++++++++++++++++++-
 .../cataloguing/value_builder/marc21_field_008.xml |  308 ++++++++++----------
 .../opac-tmpl/prog/en/modules/opac-reserve.tt      |    4 +-
 opac/opac-basket.pl                                |    4 +
 opac/unapi                                         |    9 +-
 6 files changed, 564 insertions(+), 260 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list