[koha-commits] updated branch master (c25dc92fd190b21d5ce8a7b9d8ac4d3da7ad665a)

Koha Gitosis gitosis at git.koha.org
Tue Sep 15 17:20:27 CEST 2009


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 "Koha GitWeb".

The branch, master has been updated
       via  c25dc92fd190b21d5ce8a7b9d8ac4d3da7ad665a (commit)
      from  4f4b3f102943df81c7941383e6711db0c13a1cd2 (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 c25dc92fd190b21d5ce8a7b9d8ac4d3da7ad665a
Author: Chris Nighswonger <cnighswonger at foundations.edu>
Date:   Tue Sep 15 09:27:13 2009 -0400

    Bug 2500 Correcting incorrect splitting of cutter numbers
    
    This patch does two things to improve the call number splitting algorithms:
    
    1. It makes changes to ensure that cutter numbers are split correctly in ddcns
    
    2. It moves custom/fiction/biography call number splitting to a separate algorithm.
        Before they were incorrectly placed in ddcns.
    
    This patch also modifies the call number splitting tests to accept call numbers from the
    command line to allow quick testing of any give call number against a particular algorithm.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/Labels/Label.pm    |   46 +++++++++++++++--------------------
 t/Labels_split_ccn.t  |   63 +++++++++++++++++++++++++++++++++++++++++++++++++
 t/Labels_split_ddcn.t |   53 +++++++++++++++++++++++++++++-----------
 t/Labels_split_lccn.t |   48 +++++++++++++++++++++++++++++-------
 4 files changed, 159 insertions(+), 51 deletions(-)
 create mode 100755 t/Labels_split_ccn.t


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list