[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-691-gedb8bdd

Git repo owner gitmaster at git.koha-community.org
Wed Jun 12 16:36:14 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, master has been updated
       via  edb8bddff074769a95744b6a7fa59eff61e0cfc1 (commit)
       via  a5e9e15663289489e0baafff73d7bed20434b8ec (commit)
       via  ecf6721060607b621c58f234ab5a5f43e30b1d98 (commit)
      from  6d9d5581ab7bb458dcca3dcb19c7f5929fa7ea50 (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 edb8bddff074769a95744b6a7fa59eff61e0cfc1
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>

commit a5e9e15663289489e0baafff73d7bed20434b8ec
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>

commit ecf6721060607b621c58f234ab5a5f43e30b1d98
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>

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

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