[koha-commits] main Koha release repository branch master updated. v3.16.00-380-g69e3d44

Git repo owner gitmaster at git.koha-community.org
Thu Aug 7 21:01:15 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  69e3d44dc223b20668a795866f05c34247dbe2ef (commit)
       via  0a56b068f80e0c893f3e5d98d91b69822ccafdf6 (commit)
       via  c9351807e9c4d46662257b85f106877e1198c542 (commit)
       via  f68d9e6ec4cd5fbc68d55f7b1e0e389e4755338f (commit)
       via  56f3b542bd53a54106991d94943e596e6d65241a (commit)
       via  f0d22cc16d6d520c58c2875dbc651241f295ab66 (commit)
       via  66b5fef6f5aab8a0d7180ce967654eff36e160f9 (commit)
      from  def7816de4d1aebffa73af69718ba94c566c8e85 (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 69e3d44dc223b20668a795866f05c34247dbe2ef
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Sun Aug 3 20:49:59 2014 -0300

    Bug 8148: add squeeze's Test::MockObject dependency
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0a56b068f80e0c893f3e5d98d91b69822ccafdf6
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Jul 28 09:31:52 2014 -0300

    Bug 8148: (regression tests) C4::Auth_with_ldap needs unit tests
    
    This followup provides some unit tests for C4::Auth_with_ldap. It implements
    regression tests for this bug's changes too.
    
    The aim was to cover all use cases for checkpw_ldap from the first line up to
    those touched by this bug's patches. It should serve as a start for having
    unit tests for the LDAP thing.
    
    Having said that: no excuses for not providing regression tests for LDAP from now on :-/
    
    Regards
    To+
    
    Sponsored-by: Universidad Nacional de Cordoba
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c9351807e9c4d46662257b85f106877e1198c542
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Wed Mar 12 10:45:09 2014 +0100

    Bug 8148 - LDAP auth_by_bind doesn't fallback to local auth
    
    This patch covers LDAP auth_by_bind configuration so that wrong
    LDAP password will return -1 to C4::Auth so we can abort local auth
    and prevent users logging in with stale database passwords.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f68d9e6ec4cd5fbc68d55f7b1e0e389e4755338f
Author: Frédérick <frederick.capovilla at libeo.com>
Date:   Wed Feb 19 10:59:59 2014 -0500

    Bug 8148: Only update the password if the LDAP password field was mapped
    
    http://bugs.koha-community.org/show_bug.cgi?id=8148
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Dobrica Pavlinusic <dpavlin at rot13.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 56f3b542bd53a54106991d94943e596e6d65241a
Author: Frédérick <frederick.capovilla at libeo.com>
Date:   Wed Feb 19 11:55:35 2014 -0500

    Bug 8148: Prevent local authentification fallback if an invalid LDAP password was entered.
    
    http://bugs.koha-community.org/show_bug.cgi?id=8148
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Dobrica Pavlinusic <dpavlin at rot13.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f0d22cc16d6d520c58c2875dbc651241f295ab66
Author: simith <simith at inlibro.com>
Date:   Thu Jul 3 08:32:32 2014 -0400

    Bug 12523 - Add patron email in Holds awaiting pickup circulation rapport
    
    Modified:
    
    circ/waitingreservers.pl    - added GetFirstValidEmailAddress
    
    Testing:
    
    I Apply the patch
    
    0) Put an item in hold for pickup;
    1) In Circulation -> Holds awaiting pickup, validate email (column Patron);
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described and will use the first valid email address.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 66b5fef6f5aab8a0d7180ce967654eff36e160f9
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Aug 4 23:13:00 2014 -0300

    Bug 11673: columns.def has swapped last and first name of alt contact
    
    To test:
    - Create a new guided circulation report
    - On the field list scroll to "Alternate contact: Last name"
    => FAIL:
       "Alternate contact: Last name" relates to borrowers.altcontactfirstname
       "Alternate contact: First name" relates to borrowers.altcontactsurname
    - Apply the patch, restart the creation of the report
    => SUCCESS:
       "Alternate contact: First name" relates to borrowers.altcontactfirstname
       "Alternate contact: Surname" relates to borrowers.altcontactsurname
    - Sign off :-D
    
    Regards
    To+
    
    Sponsored-by: Universidad Nacional de Cordoba
    
    Patch behaves as expected
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Auth.pm                                  |    1 +
 C4/Auth_with_ldap.pm                        |   12 +-
 C4/Installer/PerlDependencies.pm            |    5 +
 circ/waitingreserves.pl                     |    9 +-
 koha-tmpl/intranet-tmpl/prog/en/columns.def |    4 +-
 t/db_dependent/Auth_with_ldap.t             |  363 +++++++++++++++++++++++++++
 6 files changed, 384 insertions(+), 10 deletions(-)
 create mode 100755 t/db_dependent/Auth_with_ldap.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list