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

Git repo owner gitmaster at git.koha-community.org
Fri Jun 15 21:02:52 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  7526cc10421aed4f11a6583f6f627096a9559d0c (commit)
       via  e2e80737d354323be820e4176c2a965440ff089b (commit)
      from  2b24e36191919f1f4be1c9e095a0795fdef43341 (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 7526cc10421aed4f11a6583f6f627096a9559d0c
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Thu Jun 14 14:00:16 2012 +0200

    Bug 7952 - followup to fix t/Creators.t
    
    Since we are now using temporary file, we are creating test.pdf
    at end of test and checking if it exists and have non-zero size.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit e2e80737d354323be820e4176c2a965440ff089b
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Fri Apr 13 00:20:00 2012 +0200

    Bug 7952 - PDF::Reuse under plack writes to console STDOUT instead to browser
    
    Without name option to prFile, PDF::Reuse opens '-' file which is real
    console STDOUT on plack so pdf file gets emited to terminal instead of
    sending it to browser.
    
    This change creates temporary file using File::Temp, pass it to PDF::Reuse
    and then reads it back and prints it out for plack (or CGI) to pick up.
    
    Test secenario:
    
    1. Home › Tools › Patron Card Creator › Manage Card Batches
    2. select batch checkbox and click Export
    3. select template and click Export
    4. click on pdf file to download it
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Creators/PDF.pm |   15 ++++++++++++++-
 t/Creators.t       |   12 +++++++++---
 2 files changed, 23 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list