[koha-commits] main Koha release repository branch, 3.2.x, updated. 3.02.02-69-g5f15eda

Git repo owner gitmaster at git.koha-community.org
Wed Jan 12 19:50:24 CET 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.2.x has been updated
       via  5f15eda41540a8f55f04ae489165808b57663435 (commit)
       via  e94bb4e7e491d6c74fdd419cf54e67fe3d426dd4 (commit)
       via  7cce63ff7bb2a93e5c7eff9eabb63b1dfd0a6269 (commit)
       via  3a7c8426c0420f1239d36e019844997a6bc837b0 (commit)
       via  a5ea4eb39f4dfb9b935ef787f1bd2398c7e04169 (commit)
       via  8beda6cfca9575778581881a77483938ac4e9c5f (commit)
       via  85943480d3580b3ee1d8f7a2ca189dc59b838f8b (commit)
      from  9f40dccb22b04d23bc9b18bdfb5122283baf593e (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 5f15eda41540a8f55f04ae489165808b57663435
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Thu Jan 13 07:23:08 2011 +1300

    Typo fix for history file
    (cherry picked from commit 3153abe61b441ee8b4088c9b13f2954c63546cab)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit e94bb4e7e491d6c74fdd419cf54e67fe3d426dd4
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Thu Jan 13 06:56:58 2011 +1300

    Adding release info, and missing meetings to the history
    (cherry picked from commit 31993509b21b61f8b0546dd6b71cfa6d9801dc9e)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 7cce63ff7bb2a93e5c7eff9eabb63b1dfd0a6269
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Thu Jan 13 06:52:06 2011 +1300

    Adding new developers to the history
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 3a7c8426c0420f1239d36e019844997a6bc837b0
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Wed Jan 12 16:53:22 2011 +0000

    Bug 5611 Tidy up C4::Scrubber
    
    Remove the unneeded package variables
    Remove unnecessary variables
    Removed some cargo-cult programming
    Tidied the indentation from mix of tabs & spaces
    Add a Test that we actually return the required class
    of object
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 073fb1aee655f9f29e99cc56ddf584eb6c7813a9)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit a5ea4eb39f4dfb9b935ef787f1bd2398c7e04169
Author: Bryce Sanchez <brice.sanchez at sys-tech.net>
Date:   Wed Jan 12 16:53:21 2011 +0000

    Bug 5611 INIT block causes failure with mod perl
    
    Per module INIT Blocks are not run in mod_perl so their
    variables are not visible. A lexical var is adequate
    for this purpose
    
    Signed-off-by: Colin Campbell <colin.campbell at ptfs-europe.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit e0d76bd88d25e87f9d8f450f1c4e029812eacf02)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 8beda6cfca9575778581881a77483938ac4e9c5f
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Wed Jan 12 07:34:22 2011 +0100

    Bug 5601 :: Add tests for bugfix
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 0d5029ec5b3b95a3e38b67aa1aa1be6196e19dfb)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 85943480d3580b3ee1d8f7a2ca189dc59b838f8b
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Wed Jan 12 07:34:21 2011 +0100

    Bug 5601 Fix processing of DueDate return
    
    item duedate is not a datetime entity but a string retrieved
    direct from the db that only needs restructuring
    checkout was doing so but item_info was pretending it was in secs
    (actually Item.pm manipulated then overwrote it!!)
    assume the date in the db is correct (otherwise madness ensues)
    dont try to second guess it
    As duedates do not yet include a time element assume end of day
    as a safety first
    
    [F. Demians] I confirm Joe Atzberger diagnostic. That's a bug reported by a
    library. I've tested Colin Campell solution. It fixes the bug.
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit d4842d45601bd0f9c1bd33bf7978586ae746888f)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 C4/SIP/ILS/Item.pm    |   11 +-------
 C4/SIP/Sip.pm         |    8 +-----
 C4/SIP/Sip/MsgType.pm |    4 +-
 C4/Scrubber.pm        |   57 +++++++++++++++++++++---------------------------
 docs/history.txt      |    9 +++++++
 t/SIP_Sip.t           |   13 ++++++++++-
 t/Scrubber.t          |    5 +++-
 7 files changed, 56 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list