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

Git repo owner gitmaster at git.koha-community.org
Wed Jul 17 09:56:24 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  a51f6ff96371f05f5561f1da2e2cb174f29f5b38 (commit)
       via  f0fce8915d3cbf81cc939846e62b2b798278e4d2 (commit)
       via  8d1bb2521f5d9ef3d23287c104f86c7e122af731 (commit)
      from  824932abd9e6192844f57bbd00a78069afa503dc (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 a51f6ff96371f05f5561f1da2e2cb174f29f5b38
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Aug 17 11:49:45 2012 -0400

    bug 6281: add Library::CallNumber::LC as a required Perl dependency
    
    This module is currently packaged by Debian for Wheezy and by
    Ubuntu for Precise and Quantal.
    
    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 f1c45784dc5dfa431ef68e5d38a14b6fb93c904d)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit e4faf296c98f70f44ee67d2354a7cf5c682b27c8)
    
    Solved minor Conflicts:
    C4/Installer/PerlDependencies.pm
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit e4faf296c98f70f44ee67d2354a7cf5c682b27c8)
    
    Solved minor conflict:
    	C4/Installer/PerlDependencies.pm
    
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit c5f4ef1c49a8410fcf9aa44d46475ed5227f86ad)

commit f0fce8915d3cbf81cc939846e62b2b798278e4d2
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Aug 17 11:23:47 2012 -0400

    bug 6281: introduce LC::CallNumber::LC for sorting LC call numbers
    
    This replaces the previous hand-coded normalizer.  Because
    LC::CallNumber::LC appears to reject strings that aren't valid
    LC call numbers, significant changes to the test cases were
    made as well -- however, the one that really counts is the
    last one which verifies the sorting.
    
    To recalculate the call number sort key for each item, it is necessary
    to run misc/maintenance/touch_all_items.pl
    
    To test, create item records with the following call numbers, setting
    the classification sort to 'lcc':
    
    QC100 .U57 NO. 555 1986
    QC145 .A57 V.12 1980
    QC145.45 .H4 D65 1998
    QC995 .E29 1997
    
    Next, make a report of them in the inventory tool.  The items should be sorted
    in the above order.
    
    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 bc87274c66a50712dccb15656001d97f2a36fba5)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit d7862378f006603fb742bd5fe896ea8a0222a5bd)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit d7862378f006603fb742bd5fe896ea8a0222a5bd)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit a86d8142251d10eb5c0017c70d7981a6387ca674)

commit 8d1bb2521f5d9ef3d23287c104f86c7e122af731
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Aug 17 11:17:03 2012 -0400

    bug 6281: add test case for sorting LC call numbers correctly
    
    My thanks to Michael Flanagan of UCAR for providing some of
    these examples.
    
    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 87ab820a20e1ef935d4d29c6fed313e9723fcb64)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit cee5651e11e48c240136e764b628545a1ba6d05e)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from cee5651e11e48c240136e764b628545a1ba6d05e)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from 0f6bff1348d0273deafe4c503f5b8162bc16b970)

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

Summary of changes:
 C4/ClassSortRoutine/LCC.pm       |   19 +++-------
 C4/Installer/PerlDependencies.pm |   65 ++++++++++++++++++++++++++++++++++++++
 t/ClassSortRoutine_LCC.t         |   32 ++++++++++++++----
 3 files changed, 96 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list