[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta3-40-gb8c070f

Git repo owner gitmaster at git.koha-community.org
Wed May 15 13:58:53 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, 3.12.x has been updated
       via  b8c070f5cd320eada5c6e20819d59a3d21da086a (commit)
       via  06d576f4d7698152db8f2b1c89b92dc6892c5dfd (commit)
       via  eadac27658fcc0616ace4fd07e99280e85375b08 (commit)
      from  0ffa9008f6108dc146f0e81b55d52ade0281ff6f (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 b8c070f5cd320eada5c6e20819d59a3d21da086a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue May 14 15:09:14 2013 -0400

    Bug 6329 - patron categories should show which fields are required
    
    When entering a new patron category, required fields are not indicated
    on the entry form. This patch adds the "required" class to the relevant
    labels.
    
    To test, add or edit a patron category. Confirm that the required fields
    (category code, category type, description, and enrollment period) are
    indicated as being required with a red label.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works nicely.
    Template changes only, but no string changes.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 85fd38e5969c083692fe0a5227c792c2ff07134d)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 06d576f4d7698152db8f2b1c89b92dc6892c5dfd
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Tue May 14 13:01:56 2013 +0200

    Bug 10214 Add header to syspref po files
    
    With this patch, header is created when creating a new syspref .po file
    for a new language (translate create), and is added if it doesn't
    already exist when updating an existing language (translate update).
    
    To test:
    
    (1) Create a new language syspref file:
    
        ./translate create -p xx-XX
    
        Check that there is an header
    
    (2) Update an existing syspref file without header:
    
        ./translate update fr-FR
    
        Check that fr-FR-pref.po has a header
    
    (3) Update an existing syspref file with header:
    
        Modify fr-FR-pref.po. Add an email, or whatever.
    
        ./translate update fr-FR
    
        Check that fr-FR-pref.po has a header with the manual modification
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment: Work as described. No errors.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests and QA script pass.
    Also tested that updated pref files can still be installed correctly.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 9ce862e451f56fdca7d368fd1a39e64e40fc678f)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit eadac27658fcc0616ace4fd07e99280e85375b08
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>
    (cherry picked from commit fac9d5447abae5c2f3d9febd9ccaf42a4ed6030c)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/css/staff-global.css     |    2 +-
 .../prog/en/modules/admin/categorie.tt             |    8 +++---
 misc/translator/LangInstaller.pm                   |   22 ++++++++++++++++++-
 3 files changed, 25 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list