[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-953-g9714498

Git repo owner gitmaster at git.koha-community.org
Sat Aug 17 17:55:25 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, master has been updated
       via  971449866fc23ff9c0c083754e4dd9c53d8d4cdc (commit)
       via  a9cd81e6858dda89d95625520108fa0b269ff770 (commit)
       via  a7fe13a52f320e6aded1f3313f721bd7fd73fb52 (commit)
      from  e94e37969825633116093a24dc7fc0afb5975648 (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 971449866fc23ff9c0c083754e4dd9c53d8d4cdc
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sat Aug 17 16:04:34 2013 +0000

    Bug 10573: (follow-up) update license and copyright statement
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit a9cd81e6858dda89d95625520108fa0b269ff770
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Thu Aug 8 15:54:22 2013 -0300

    Bug 10573: (followup) French translation for printing a basketgroup
    
    small followup to fix tabs
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit a7fe13a52f320e6aded1f3313f721bd7fd73fb52
Author: Christophe Croullebois <christophe.croullebois at biblibre.com>
Date:   Wed Jul 10 16:57:12 2013 +0200

    Bug 10573: French translation for printing a basketgroup
    
    If you want to print a basketgroup with pdf format, it will be in
    English.  The pdf is done with layout2pages.pm or layout3pages.pm,
    which call layout2pages.pdf or layout3pages.pdf.
    
    This patch adds layout3pagesfr.pm in src/acqui/pdfformat/ which
    calls layout3pagesfr.pdf.
    
    And adds in basketgroup.pl the check for layout3pagesfr
    To use it you have to change the systempreferences to  pdfformat::layout3pagesfr
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment: Work as described, koha-qa reports some tab errors.
    Corrected in a followup.
    
    Please, always add a test plan, it's easier to test.
    
    Test:
    1) apply the patch
    2) change syspref OrderPdfFormat to pdfformat::layout3pagesfr
    3) select a vendor
    4) create a basket group (empty works)
    5) close basket group
    6) print basket group
    7) PDF is in french
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    This works nicely, although it would be better if we could
    find a more general solution to make the templates editable
    and translatable.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 acqui/basketgroup.pl                               |    2 +-
 .../{layout3pages.pm => layout3pagesfr.pm}         |   65 ++++++++++----------
 .../intranet-tmpl/prog/pdf/layout3pagesfr.odt      |  Bin 0 -> 13284 bytes
 .../intranet-tmpl/prog/pdf/layout3pagesfr.pdf      |  Bin 0 -> 24394 bytes
 4 files changed, 33 insertions(+), 34 deletions(-)
 copy acqui/pdfformat/{layout3pages.pm => layout3pagesfr.pm} (93%)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/pdf/layout3pagesfr.odt
 create mode 100644 koha-tmpl/intranet-tmpl/prog/pdf/layout3pagesfr.pdf


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list