[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.04-55-gc37b4cc

Git repo owner gitmaster at git.koha-community.org
Sat Sep 15 21:12:32 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  c37b4cc50169f3e906cf633c172ea3fe17061971 (commit)
      from  cfbcd840729f64d301172b955ec2206f74d1572e (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 c37b4cc50169f3e906cf633c172ea3fe17061971
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: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Members.pm                                      |   19 +---
 .../prog/en/modules/members/readingrec.tt          |   37 +++++---
 .../prog/en/modules/opac-readingrecord.tt          |   71 ++++++++++---
 members/readingrec.pl                              |  103 ++++++++------------
 opac/opac-readingrecord.pl                         |   76 ++++++--------
 5 files changed, 158 insertions(+), 148 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list