[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.07-47-g1b760f8

Git repo owner gitmaster at git.koha-community.org
Thu Jun 12 09:10:58 CEST 2014


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.14.x has been updated
       via  1b760f8e4df32f73861b96ffc5ea4e2d0bd196a5 (commit)
      from  30af7935f9885c058f803c1fa250a03604a11a1c (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 1b760f8e4df32f73861b96ffc5ea4e2d0bd196a5
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Mar 5 14:26:14 2014 +0100

    Bug 11366: make "no group" option in acq basket group drop-down translatable
    
    in Acq baskets, there's a pull-down for basket groups. One of the
    entries in that pull-down is "No group", which is untranslatable.
    This string is hard-coded in Perl.
    
    This patch removes the string from Perl to set it has first option
    in select. To allow it to be default value, the option "Add new group"
    is moved to last position.
    
    Test plan :
    - Go to a closed aquisition basket in no basket group :
      cgi-bin/koha/acqui/basket.pl?basketno=x
    => You see "No group" selected in combobox "Basket group"
    - Cick on this combobox
    => You see "No group", then existing basket groups and then "Add new
       group"
    - Select a basket group and click on "change basket group"
    => You see the basket group name in combobox
    Use translation, for example fr-FR
    - go to src/misc/translator
    - run : perl translate update fr-FR
    => You find in PO file :
      #: intranet-tmpl/prog/en/modules/acqui/basket.tt:365
      #, fuzzy, c-format
      msgid "No group"
      msgstr "Nom de groupe"
    - remove ", fuzzy" and correct translation : "Pas de groupe"
    - run : perl translate install fr-FR
    - Go to translated aquisition basket page
    => You see translated option in combobox
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 21e6518d32477fa1fe59da64d735f3f07ae49bcd)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 acqui/basket.pl                                         |    7 -------
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt |    3 ++-
 2 files changed, 2 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list