[koha-commits] main Koha release repository branch master updated. v16.05.00-831-g5eaa1cb

Git repo owner gitmaster at git.koha-community.org
Mon Sep 12 12:07:58 CEST 2016


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  5eaa1cb2ab37cdae3da638aad20e594884272380 (commit)
       via  fc9279774f69e8eb10e9d26202b43252fc777f28 (commit)
      from  777355089a3d10c7b72a4a21d9aaeb32ad8999f9 (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 5eaa1cb2ab37cdae3da638aad20e594884272380
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Sep 12 09:08:27 2016 +0000

    Bug 16311 - DBRev 16.06.00.024
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit fc9279774f69e8eb10e9d26202b43252fc777f28
Author: Andreas Roussos <arouss1980 at gmail.com>
Date:   Fri Sep 9 19:46:33 2016 +0300

    Bug 16311 - Advanced search language limit typo
    
    In the OPAC -> Advanced Search, the Language drop down menu incorrectly
    lists Romanian as "Român (Romanian)" while the correct value (as reported
    by Barry Cannon) is "Română (Romanian)".
    
    This patch fixes that:
    a) for _new_ installations by modifying
       installer/data/mysql/mandatory/subtag_registry.sql (loaded by the web
       installer when koha is installed), and also
    b) for _existing_ installations by adding an atomicupdate file in
       installer/data/mysql/atomicupdate/
    
    Test plan:
    1) In the OPAC, go to Advanced search (cgi-bin/koha/opac-search.pl).
    2) In the 'Language' drop down menu, observe that the value for Romanian
       is "Român (Romanian)".
    3) Apply the patch, and run installer/data/mysql/updatedatabase.pl.
    4) Refresh the Advanced search page in the OPAC. Confirm that the patch
       worked, i.e. the Language drop down menu lists Romanian as
       "Română (Romanian)" (notice the added 'ă').
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                            |    2 +-
 installer/data/mysql/mandatory/subtag_registry.sql |    2 +-
 installer/data/mysql/updatedatabase.pl             |   12 +++++++++++-
 3 files changed, 13 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list