[koha-commits] updated branch master (461b61ad8a030c6df2d57d488f014a3413dec2b5)

Koha Gitosis gitosis at git.koha.org
Wed Feb 10 18:05:15 CET 2010


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 "Koha GitWeb".

The branch, master has been updated
       via  461b61ad8a030c6df2d57d488f014a3413dec2b5 (commit)
      from  007b10446ff76982b3d4d27b4e758af69f0a364a (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 461b61ad8a030c6df2d57d488f014a3413dec2b5
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Sat Oct 24 11:30:37 2009 +1300

    Fix for Bug 3730 - Wrong ISO 639-2 Language Code for Portuguese in database
    
    [Patch originally by Ricardo Dias Marques]
    
    Bug 3730 - Wrong ISO 639-2 Language Code for Portuguese in database
    http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3730
    
    For 3.0.x head of the Git branch, the ISO 639-2 Language Code for
    Portuguese in Koha database is wrong.
    
    Specifically, in the table "language_rfc4646_to_iso639", when the
    field "rfc4646_subtag" has the value "pt", the field "iso639_2_code"
    should have the value of "por" and NOT the current one of "pol"
    ("pol" refers to "Polish" as correctly also appears for the code "pl",
    in the row above the "pt" one).
    
    In my test setups, this showed some serious sequences for people
    that choose the Portuguese language in the Web Installer, namely:
    - very weird look of Staff client with missing Header and Footer,
    that renders the Staff client unusable
    - Portuguese translation apparently not getting updated for the OPAC
    (for people that do an Upgrade from a previous version)
    
    This patch is for the 3.0.x branch (I tested it with that branch).
    
    For the master branch, I don't have a database setup to create and
    test a similar patch but Chris Cormack nicely volunteered to do that.
    Thanks Chris!
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 .../data/mysql/en/mandatory/subtag_registry.sql    |    2 +-
 .../mysql/fr-FR/1-Obligatoire/subtag_registry.sql  |    2 +-
 .../data/mysql/ru-RU/mandatory/subtag_registry.sql |    2 +-
 .../data/mysql/uk-UA/mandatory/subtag_registry.sql |    2 +-
 installer/data/mysql/updatedatabase.pl             |    7 +++++++
 kohaversion.pl                                     |    2 +-
 6 files changed, 12 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list