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

Git repo owner gitmaster at git.koha-community.org
Thu Jun 14 02:57:48 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  19c7e9905a47aede71bacb2d1762d5ef309eb635 (commit)
      from  4e101711295212c564a720a3415eb35b73cc0f36 (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 19c7e9905a47aede71bacb2d1762d5ef309eb635
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Fri Jun 1 15:22:30 2012 +0200

    Bug 8178 - circ/circulation.pl under plack duplicates checkout rows
    
    Bug 7851 introduced our scoping for vairables, unfortunatly it has
    side-effect that checkout rows accumulate on page reloads instead
    of being initialized to empty array (which this patch fixes)
    
    This also fixes %renew_failed initialization on each request.
    
    Test scenario:
    1. start intranet under plack
    2. open /cgi-bin/koha/circ/circulation.pl and reload page few time
       confirming that rows gets duplicated
    3. apply patch and reload page to verify that it works
    
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 circ/circulation.pl |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list