[koha-commits] main Koha release repository branch new/bug_10108 created. v3.12.00-beta1-527-gfac9d54

Git repo owner gitmaster at git.koha-community.org
Wed May 15 13:09:23 CEST 2013


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_10108 has been created
        at  fac9d5447abae5c2f3d9febd9ccaf42a4ed6030c (commit)

- Log -----------------------------------------------------------------
commit fac9d5447abae5c2f3d9febd9ccaf42a4ed6030c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri May 10 14:44:10 2013 -0400

    Bug 10108 - can't print more than one page of overdues
    
    Printing a report like overdues in Firefox results in a printout which
    cuts off in the middle. I traced the cause to something in the YUI grid
    system, although I'm not sure what specific definition is the cause.
    
    This patch adds a "screen" parameter to the @import which loads the YUI
    grid CSS file. This will disable YUI grid layouts in print views. The
    main disadvantage to this, as far as I can tell, is that it will
    "linearize" some layouts. For instance: the patron detail page
    (moremember.pl) which on screen is divided into two columns. I think
    this disadvantage is outweighed by the ability to make complete prints.
    
    To test, apply the patch and clear your cache. Try printing various
    reports from Firefox. Printouts should look correct and be complete.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    all tests pass
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    CSS only change, no strings involved.
    Tested with a saved SQL report 'select * from borrowers'.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list