[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.09-73-gceeeffb

Git repo owner gitmaster at git.koha-community.org
Wed Aug 6 14:00:04 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  ceeeffb95e65c72d63f16d81a41afdc1cb8e4a19 (commit)
      from  cdad57fe8cea4575ac7b3bbd9d295e01e4f36ce5 (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 ceeeffb95e65c72d63f16d81a41afdc1cb8e4a19
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Fri Apr 4 20:37:54 2014 -0300

    Bug 11508: fix untranslatable pull-down in auth_subfields_structure.pl
    
    This patch replaces occurrences of CGI::scrolling_list with
    untranslatable labels. It also fixes capitalization.
    
    To test
    1. Go to Administration > Authority types,
    click 'MARC structure' of any auth type,
    click 'subfields' for any Tag >= 010,
    clic 'Edit subfields'
    
    Check pulldowns 'Managed in tab' and 'Select to display or not'
    
    2. Apply the patch
    
    3. Reload and verify functionality of both pulldowns
    
    4. Check that strings are not present on staff PO file
    egrep "^msgid \"(Show all|Hide all|ignore)" misc/translator/po/fi-FI-i-staff-t-prog-v-3006000.po
    
    5. Update language file
    (cd misc/translator/; perl translate update fi-FI)
    
    6. Check that strings are now present, repeat 4.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    NOTE: drop-downs work identically. Show all, Hide all, and
          ignore were added to the po files too.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    Works as described and improves the page to manage authority
    subfields.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 4a32a188ae0a1bf189d3e1a4865051400c39b31e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 admin/auth_subfields_structure.pl                  |   43 ++++----------------
 .../en/modules/admin/auth_subfields_structure.tt   |   33 ++++++++++++++-
 2 files changed, 39 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list