[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-48-g31a6b22

Git repo owner gitmaster at git.koha-community.org
Sat Apr 27 23:28:04 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.10.x has been updated
       via  31a6b2265315a9ac376887a64c6f532b94a28cce (commit)
       via  a43c5d0bdd2413d6a125b10710deab6e38026404 (commit)
       via  042012cfe2d87cea0b569dad37dba6f12c1107d7 (commit)
       via  958e7626f16d46c9e1e8c81e8c9614364966deec (commit)
       via  575f8ed4425a7de45765ef10866569ff52645e6b (commit)
       via  652f01bdb32e2bff665add37c6d4863c679ec96a (commit)
      from  61d82360beae443b21ca439b97fe033bb5920173 (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 31a6b2265315a9ac376887a64c6f532b94a28cce
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Apr 24 11:40:18 2013 -0300

    Bug 10107 - opacbookbag shouldn't prevent from adding items to a list in the OPAC
    
    This bug is present in master and (at least 3.8.x, where we spotted it).
    The patch makes adding items, to a list from the results page, not rely
    only on opacbookbag syspref but also 'virtualshelves'.
    
    Regards
    To+
    
    PS: Thanks Graciela Galli for reporting.
    
    Sponsored-by: Universidad Nacional de Córdoba
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Template only patch, works nicely.
    Test plan copied from bug report:
    
    - Disable the opacbookbag syspref
    - Login in the OPAC
    - Create a list (I tested a private one)
    - Search in your db for some biblios.
    - Choose some and add them to the created list
    - Go to your users's page, to the my lists tab
    - Your list is empty.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit a43c5d0bdd2413d6a125b10710deab6e38026404
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Sun Mar 17 19:11:29 2013 +0100

    Bug 9831: Correct and add authorised values un French UNIMARC installer
    
    2d version, Correcting a typo
    
    In French UNIMARC mandatory installer, some authorised values for languages, countries and unimarc function codes are wrong.
    A lot of unimarc function codes and language codes are missing.
    Reference for country codes is ISO 3166-1 standard
    Reference for language codes is ISO 632-2 standard
    Reference for Unimarc function codes are Unimarc Manual (french version online in BNF website and ABES website)
    
    This patch correct wrong values and add new ones.
    For the moment I keep some wrong codes, because they may be used by some librairies :
    - language codes deu, lan, mla, sam
    - function codes 571, 573, 574, 575
    
    To test :
    1) take a fresh new koha
    2) apply patch
    3) install Koha, choosing French UNIMARC settings
    4) look if values are OK in authorised values and if you can use them in cataloguing module
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    SQL change only, French installer installs authorised values
    without problems.
    
    Note: There is a problem loading sample labels unrelated to this
    patch:
    
    sample_labels.sql
    ERROR 1146 (42S02) at line 3: Table 'koha.labels_templates' doesn't exist
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 042012cfe2d87cea0b569dad37dba6f12c1107d7
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon Apr 15 06:21:55 2013 +0200

    Bug 9818: Fixing capitalization and remove dollar sign
    
    Overdue Fines Cap ($) > Overdue fines cap (amount)
    
    To test:
    Go to administration > circulation and fine rules
    Check column label Overdue fines cap now follows capitalization rules
    and has no dollar sign.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 958e7626f16d46c9e1e8c81e8c9614364966deec
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Mon Apr 15 20:24:08 2013 +0200

    Bug 9804 - Fix name for NORMARC biblio-koha-indexdefs.xml
    
    When i did bug 8805, I gave the biblio-koha-indexdefs.xml file the
    wrong name, and called it biblio-zebra-indexdefs.xml. This patch
    fixes that.
    
    To reproduce:
    - Check that etc/zebradb/marc_defs/normarc/biblios/biblio-zebra-
      indexdefs.xml exists
    
    To test:
    - Apply the patch and check that etc/zebradb/marc_defs/normarc/
      biblios/biblio-zebra-indexdefs.xml no longer exists, but that
      etc/zebradb/marc_defs/normarc/biblios/biblio-koha-indexdefs.xml
      does exist.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 575f8ed4425a7de45765ef10866569ff52645e6b
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: Chris Cormack <chris at bigballofwax.co.nz>

commit 652f01bdb32e2bff665add37c6d4863c679ec96a
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: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 ...bra-indexdefs.xml => biblio-koha-indexdefs.xml} |    0
 .../fr-FR/1-Obligatoire/authorised_values.sql      |  587 +++++++++++++++-----
 .../prog/en/modules/admin/smart-rules.tt           |    2 +-
 .../opac-tmpl/prog/en/modules/opac-reserve.tt      |    4 +-
 .../opac-tmpl/prog/en/modules/opac-results.tt      |    2 +-
 opac/opac-basket.pl                                |    4 +
 6 files changed, 454 insertions(+), 145 deletions(-)
 rename etc/zebradb/marc_defs/normarc/biblios/{biblio-zebra-indexdefs.xml => biblio-koha-indexdefs.xml} (100%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list