[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-45-g9641856

Git repo owner gitmaster at git.koha-community.org
Wed Jul 17 10:05:10 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.8.x has been updated
       via  96418566a2be6f4396b1a28fcdfa017a7cadabe7 (commit)
       via  247a4c5ade84a52f5e87707e690adab0a014186a (commit)
       via  d05322c18520f5699fa4e80d5fbbed1b25621fae (commit)
      from  a51f6ff96371f05f5561f1da2e2cb174f29f5b38 (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 96418566a2be6f4396b1a28fcdfa017a7cadabe7
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)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 56ea58ecda26f6ca4e4e8e437296b2aa2a2419d0)

commit 247a4c5ade84a52f5e87707e690adab0a014186a
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Jan 8 17:28:40 2013 -0800

    bug 9370: add invalid call number to LC splitting test cases
    
    '123 ABC FOO BAR' is intentionally *not* a valid LC call number,
    but in order to preserve legacy behavior, it should be split on
    whitespace.
    
    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 a5e9e15663289489e0baafff73d7bed20434b8ec)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit d743b2084cddb5197393bfa5ffeaf6f1e0334784)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit d743b2084cddb5197393bfa5ffeaf6f1e0334784)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 0e82fef70b2e4fd9124f9c7538a01030e10a455b)

commit d05322c18520f5699fa4e80d5fbbed1b25621fae
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Jan 8 17:18:30 2013 -0800

    bug 9370: test case for splitting LC call number
    
    QH541.15.C6 C25 2012 should be split as follows:
    
    QH
    541.15
    .C6
    C25
    2012
    
    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 ecf6721060607b621c58f234ab5a5f43e30b1d98)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 8ceab821b5ded6fb14ac747dfc1e2c67a3cbbad8)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 8ceab821b5ded6fb14ac747dfc1e2c67a3cbbad8)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 8ff1fc43c0aa67a07e90f28eace963083829d0a7)

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

Summary of changes:
 C4/Labels/Label.pm    |   15 ++++-----------
 t/Labels_split_lccn.t |    2 ++
 2 files changed, 6 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list