[koha-commits] main Koha release repository branch master updated. v3.14.00-786-g4a32a18

Git repo owner gitmaster at git.koha-community.org
Sat Apr 19 16:19:33 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, master has been updated
       via  4a32a188ae0a1bf189d3e1a4865051400c39b31e (commit)
      from  35caf5070d2bad3d5ecaad47f1da715e5c040c36 (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 4a32a188ae0a1bf189d3e1a4865051400c39b31e
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>

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

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