[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.01-84-g2b24e36

Git repo owner gitmaster at git.koha-community.org
Thu Jun 14 09:25:43 CEST 2012


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.8.x has been updated
       via  2b24e36191919f1f4be1c9e095a0795fdef43341 (commit)
       via  958b65d0045949b406b16a370ad06a239184828d (commit)
      from  ce66409fae4dc20f496b84e0151867f9063a061d (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 2b24e36191919f1f4be1c9e095a0795fdef43341
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Fri Mar 23 09:54:25 2012 +0100

    Bug 7810 - C4/Auth.pm - on plack restart session is undefined
    
    So we shouldn't try to delete it. This produces application error
    instead of redirection to login page.
    
    I had similar problems with CGI, especially when session in browser
    is still active, and one on filesystem or database is already expired.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Solved the problem when my Plack installation started acting up due to
    stale cookies.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 958b65d0045949b406b16a370ad06a239184828d
Author: Ian Walls <koha.sekjal at gmail.com>
Date:   Fri Mar 9 13:55:38 2012 -0500

    Bug 7444: Update circ/circulation.pl to use KohaDates TT Plugin
    
    Removes all date formatting done in circ/circulation, and sets any/all date
    outputs to iso format.  The formatting of dates is now handled in the template
    using the KohaDates plugin.
    
    This allows use to remove a dependency on C4/Dates.pm from the script.
    
    This patch also removes the usage of C4/Overdues/CheckBorrowerDebarred.  Since
    borrowers.debarred is returned by GetMemberDetails, it doesn't make sense to
    include another module to run another MySQL query just to fetch the date again.
    
    To Test:
    
    1. View the checkout page for a patron with materials checked out today and in days past, as
    well as items on reserve.
    2. View a patron who is nearing their expiry date
    3. Renew a patron
    4. Renew a material from the checkout page using the renewal date selector
    5. Attempt to checkout a book to a patron that is on hold for someone else
    6. Attempt to checkout a book that is currently checked out
    7. View a debarred patron
    
    In all cases, any dates displayed should be in syspref format
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Auth.pm                                         |    2 +-
 circ/circulation.pl                                |   28 ++++++++-----------
 .../prog/en/modules/circ/circulation.tt            |   22 ++++++++--------
 3 files changed, 24 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list