[koha-commits] main Koha release repository branch 3.4.x updated. v3.04.05-122-gbb3fae1

Git repo owner gitmaster at git.koha-community.org
Wed Oct 26 02:00:38 CEST 2011


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, 3.4.x has been updated
       via  bb3fae14950ef013bb55c4d2d1b12558b12ade0a (commit)
       via  07ce7d8d3b3d3144ce088729e2b402cc6eaeeba5 (commit)
       via  01d01b02a2149bdacf27489d718d7a4250e007ad (commit)
       via  b340aa213e9c9a6be143ee4919940c903f163565 (commit)
      from  61ea6ad38827262c378729a25beac83d9ad2cf49 (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 bb3fae14950ef013bb55c4d2d1b12558b12ade0a
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Fri Oct 14 16:37:54 2011 -0400

    Bug 5995 Followup: checkpw was returning inconsistent values
    
    In the case of LDAP, checkpw was returning the cardnumber of there user, but it was being treated as the
    userid.  This patch updates checkpw_ldap to return the cardnumber AND the userid, and updates checkpw to
    uniformly return cardnumber and userid in all instances, so that whoever is authenticating can use the
    desired value in the right way.
    (cherry picked from commit dcb4ac77fbfd813cc0eb39e060b49a7b8d491016)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 07ce7d8d3b3d3144ce088729e2b402cc6eaeeba5
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Fri Feb 5 12:00:15 2010 +0100

    Bug 5995 : MT2892: Fix security issue in CAS intranet login
    
    Users could log in intranet using their cardnumber, with superlibrarian
    rights.
    
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 01d01b02a2149bdacf27489d718d7a4250e007ad
Author: Srdjan Jankovic <srdjan at catalyst.net.nz>
Date:   Tue Sep 6 16:07:49 2011 +1200

    bug_6770: removed doubled override increment when using AllowHoldPolicyOverride
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit b340aa213e9c9a6be143ee4919940c903f163565
Author: Srdjan Jankovic <srdjan at catalyst.net.nz>
Date:   Thu Oct 20 14:21:26 2011 +1300

    bug_5533: Improved marking items as lost
    
    Call LostItem() whenever an item is lost
    Disable lost status on catalogue item edit
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 C4/Accounts.pm                             |   77 ++++++++-------------------
 C4/Circulation.pm                          |   40 ++++++++++++++-
 C4/Items.pm                                |    8 +++-
 catalogue/updateitem.pl                    |    3 +-
 cataloguing/additem.pl                     |   37 ++++++++-----
 misc/cronjobs/longoverdue.pl               |    3 +-
 reserve/request.pl                         |   16 ++----
 t/db_dependent/lib/KohaTest/Accounts.pm    |    1 -
 t/db_dependent/lib/KohaTest/Circulation.pm |    1 +
 tools/batchMod.pl                          |   16 +++++-
 10 files changed, 112 insertions(+), 90 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list