[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-7-g56ea58e

Git repo owner gitmaster at git.koha-community.org
Sat Jul 13 13:55:51 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  56ea58ecda26f6ca4e4e8e437296b2aa2a2419d0 (commit)
      from  0e82fef70b2e4fd9124f9c7538a01030e10a455b (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 56ea58ecda26f6ca4e4e8e437296b2aa2a2419d0
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Jan 8 17:32:47 2013 -0800

    bug 9370: improve splitting of LC call numbers for labels
    
    Use the Perl module Library::CallNumber::LC to parse and split
    LC call numbers when generating spine labels.
    
    For example, QH541.15.C6 C25 2012 should be split as follows:
    
    QH
    541.15
    .C6
    C25
    2012
    
    To test, create an item with call number QH541.15.C6 C25 2012
    and classification source LC, then create a spine label for that
    item using a layout of type 'biblio' that has the split call numbers
    option enabled.  The call number should be split as indicated above.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit edb8bddff074769a95744b6a7fa59eff61e0cfc1)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 10f5822daabf34ede50b2b35b5e02324482af9ac)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 10f5822daabf34ede50b2b35b5e02324482af9ac)

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

Summary of changes:
 C4/Labels/Label.pm |   15 ++++-----------
 1 files changed, 4 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list