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  cc393df50fb1862925c3122aeadd579a627912c6 (commit)
       via  de448c0a1ee7619952cec3d08ce41b0fad4d6132 (commit)
       via  ea41ef4ec97c4beabb77e3747a760211078c3cdb (commit)
       via  53bd26fdaa11e090bcae79a7cd6358a1c1360922 (commit)
      from  fd581bea380084ed6621ae71bb4f238a4617c99c (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 cc393df50fb1862925c3122aeadd579a627912c6
Author: Jonathan Druart <[email protected]>
Date:   Tue Apr 28 11:45:46 2015 +0200

    Bug 11925: Check ages limits when creating/updating patrons
    
    The check on the ages limits is only done when the dateofbirth field is
    mandatory, which does not make any sense.
    This check should be done when the field is filled.
    
    Test plan:
    1/ Remove the dateofbirth field from the BorrowerMandatoryField pref
    2/ Create a patron category for teenager (say between 12-17y)
    3/ Try to create a patron in this category outside the range of the ages
    limits.
    You should not be able to do it.
    
    Signed-off-by: Christopher Brannon <[email protected]>
    
    Signed-off-by: Katrin Fischer <[email protected]>
    Signed-off-by: Tomas Cohen Arazi <[email protected]>

commit de448c0a1ee7619952cec3d08ce41b0fad4d6132
Author: Bernardo Gonzalez Kriegel <[email protected]>
Date:   Thu May 14 15:36:56 2015 -0300

    Bug 14195: (followup) increment number of tests
    
    Signed-off-by: Bernardo Gonzalez Kriegel <[email protected]>
    
    Signed-off-by: Marcel de Rooy <[email protected]>
    Signed-off-by: Tomas Cohen Arazi <[email protected]>

commit ea41ef4ec97c4beabb77e3747a760211078c3cdb
Author: Jonathan Druart <[email protected]>
Date:   Wed May 13 16:39:59 2015 +0200

    Bug 14195: TestBuilder - A random string should not be longer than the DB 
field
    
    t::lib::TestBuilder::_gen_text does not use correctly the regex and the
    max parameter to generate the random string (String::Random).
    
    This can cause future tests to fail.
    
    http://bugs.koha-community.org/show_bug.cgi?id=14195
    Signed-off-by: Bernardo Gonzalez Kriegel <[email protected]>
    
    Script tested, problem occurs, patch fixes it.
    Bad number on commit subject
    No errors
    
    Signed-off-by: Marcel de Rooy <[email protected]>
    Signed-off-by: Tomas Cohen Arazi <[email protected]>

commit 53bd26fdaa11e090bcae79a7cd6358a1c1360922
Author: Robin Sheat <[email protected]>
Date:   Wed Dec 10 17:33:14 2014 +1300

    Bug 14231: changes required for 3.20 release
    
    Signed-off-by: Tomas Cohen Arazi <[email protected]>

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

Summary of changes:
 debian/build-git-snapshot    |    2 +-
 debian/changelog             |   61 ++++++++++++++++++++++++++++++++++++++++++
 debian/control               |   14 +++++-----
 members/memberentry.pl       |    4 +--
 t/db_dependent/TestBuilder.t |    3 ++-
 t/lib/TestBuilder.pm         |   14 ++++++++--
 6 files changed, 85 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to