[koha-commits] main Koha release repository branch master updated. v16.05.00-937-g7322563

Git repo owner gitmaster at git.koha-community.org
Tue Sep 27 13:29:12 CEST 2016


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  7322563aa08cb557713a45131b527b28143aa6bb (commit)
       via  bbf2aff7d270905e7e21ccdc4d0729fe3e3586e8 (commit)
      from  7cb3a607d8a194268758889198db1b610b2beb85 (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 7322563aa08cb557713a45131b527b28143aa6bb
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Sep 16 09:39:15 2016 +0200

    Bug 17302: [Follow-up] Make Normalize.pm undef-resistent
    
    Trivial changes for passing undef to the norm routines.
    Added a few dumb tests too.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit bbf2aff7d270905e7e21ccdc4d0729fe3e3586e8
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Sep 14 14:48:00 2016 -0300

    Bug 17302: Add Koha::Util::Normalize for normalization functions
    
    This patch introduces Koha::Util::Normalize, which includes the following normalization routines
    that need no explanation:
    
    - remove_spaces
    - upper_case
    - lower_case
    
    and it also includes:
    
    - legacy_default: which basically does what C4::Matcher::_normalize does.
    
    All routines functionality are fully tested with the included in the included tests.
    
    To test:
    - Apply the patch
    - Run:
      $ prove t/Koha/Util/Normalize.t
    => SUCCESS: All tests pass
    - Sign off :-D
    
    Edit: Added Exporter to explicitly export the routines.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/Util/Normalize.pm  |  111 +++++++++++++++++++++++++++++++++++++++++++++++
 t/Koha/Util/Normalize.t |   85 ++++++++++++++++++++++++++++++++++++
 2 files changed, 196 insertions(+)
 create mode 100644 Koha/Util/Normalize.pm
 create mode 100644 t/Koha/Util/Normalize.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list