[koha-commits] main Koha release repository branch master updated. v3.14.00-741-gde81d7a

Git repo owner gitmaster at git.koha-community.org
Wed Apr 16 17:09:47 CEST 2014


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  de81d7abe43f3c2eed327b52e212bc790b406961 (commit)
       via  b324e893e86730378f633db0537eb0048c6b8a35 (commit)
       via  25451ce6248ee6ecb5b8b4647006a8cd27f57862 (commit)
       via  31995cbcd108f494cbbe46e1ef1174409c430d2e (commit)
       via  19badb2db47b4f142e76be39d09b5afa95a0c85a (commit)
      from  e28dbbf76c25437ca43afe154619e89c775034d0 (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 de81d7abe43f3c2eed327b52e212bc790b406961
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Mon Apr 14 19:35:35 2014 -0300

    Bug 12081: make tmpl_process3.pl delete ts temp files
    
    This patch enable deletion of temp files used by
    tmpl_process3.pl.
    Just removed coments on existing code
    
    To test:
    1. Do a count of files on /tmp ( ls /tmp | wc -l )
    2. Update preferred language
    3. Count again, new files on /tmp
    4. Apply the patch
    5. Update again, check, no new files
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    NOTE: I watched what temp files were actually in /tmp to make
          sure other processes didn't magically increase/decrease
          the number.
              $ perl translate update {lang code}
          generated 10 temporary files for me (2x5 po files). After
          removing those ten files, and applying the patch, no
          other files were generated.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    These lines has been commented by commit
    a399dcefad193fc21ef2dc1fe31d07686ab2da46 without any apparent good
    reason.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit b324e893e86730378f633db0537eb0048c6b8a35
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Apr 16 15:28:38 2014 +0000

    Bug 11630: (follow-up) tighten up code
    
    This patch tightens up the initialization of the $restriction_age
    variable and uses $bibvalues throughout.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 25451ce6248ee6ecb5b8b4647006a8cd27f57862
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Apr 16 12:46:36 2014 +0200

    Bug 11630: (follow-up) unit tests can be independent of DB
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 31995cbcd108f494cbbe46e1ef1174409c430d2e
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Apr 14 08:03:34 2014 -0400

    Bug 11630: (QA Followup) Move code to subroutine, add unit tests
    
    Patch behaves as expected.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 19badb2db47b4f142e76be39d09b5afa95a0c85a
Author: Pasi Kallinen <pasi.kallinen at pttk.fi>
Date:   Wed Jan 29 09:37:18 2014 +0200

    Bug 11630: improve parsing of age restriction markers
    
    This patch makes the parsing of AgeRestrictionMarker values consider
    the case where the marker is immediately followed by the age, e.g.
    "K16" in Finland.
    
    How I tested:
    
    [1] Configure Age Restricition (see Syspref AgeRestrictionMarker) and
    have a biblio record with e.g. PEGI 99 in age restriction field.
    [2] Try to check out to a patron with age < 99
    [3] Check out should be blocked
    [4] Change entry in age restriction field to PEGI99
    [5] Checkout should be possible
    [6] Apply patch
    [7] Checkout schould now be blocked
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Circulation.pm                     |  105 ++++++++++++++++++---------------
 misc/translator/tmpl_process3.pl      |    8 +--
 t/Circulation/AgeRestrictionMarkers.t |   15 +++++
 3 files changed, 76 insertions(+), 52 deletions(-)
 create mode 100644 t/Circulation/AgeRestrictionMarkers.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list