[koha-commits] main Koha release repository branch new/bug_8017 created. v3.08.00-763-gef7ebc4

Git repo owner gitmaster at git.koha-community.org
Thu Sep 13 18:52:46 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, new/bug_8017 has been created
        at  ef7ebc4ed4004dd3287e87500a6cce266c59cba6 (commit)

- Log -----------------------------------------------------------------
commit ef7ebc4ed4004dd3287e87500a6cce266c59cba6
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Fri Apr 27 18:20:08 2012 +0100

    Bug 8017 reduce manipulation of GetAllIssues return
    
    GetAllIssues can produce large lists
    For performance purposes:
    Dont loop over the list without cause
    Dont do expensive processing in the loop
    Dont needlessly copy the array
    Do display formatting in the template
    Dont extract the barcode list unless we are producing it
    Reduce db calls by using the data to hand
    
    Make the table in the template a bit more readable
    where everything was stuffed into one line
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 2bcc305f86b76aab0ccb815ccfee8a9c8857328f
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Thu Sep 13 18:51:08 2012 +0200

    Bug 4118 follow-up DBRev number

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list