[koha-commits] main Koha release repository branch master updated. v3.14.00-632-ged10e52

Git repo owner gitmaster at git.koha-community.org
Tue Mar 25 15:41:28 CET 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  ed10e5226cc8e9852dfee3f5520976695cb99412 (commit)
       via  6a5c2d51819c193580a2bc42856215a9b7d3b9f8 (commit)
      from  9b63f0d018ecaa6377124175142826658cb4dd05 (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 ed10e5226cc8e9852dfee3f5520976695cb99412
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Mar 17 17:21:09 2014 +0100

    Bug 11939: set active currency for non-English sample data
    
    Revised Test Plan
    -----------------
    The following SQL commands were used to test this.
    
    installer/data/mysql/en/optional/parameters.sql is part of the
    first patch and didn't really need testing again.
    
    installer/data/mysql/de-DE/optional/parameters.sql is not part
    of the patch, but since I was playing with the script, which
    is also attached here, it was included for good measure.
    
    use kohadata;
    SET FOREIGN_KEY_CHECKS=0;
    TRUNCATE currency;
    source /home/mtompset/kohaclone/installer/data/mysql/pl-PL/optional/parameters.sql
    SET FOREIGN_KEY_CHECKS=0;
    TRUNCATE currency;
    source /home/mtompset/kohaclone/installer/data/mysql/es-ES/optional/parameters.sql
    SET FOREIGN_KEY_CHECKS=0;
    TRUNCATE currency;
    source /home/mtompset/kohaclone/installer/data/mysql/ru-RU/optional/sample_currency.sql
    SET FOREIGN_KEY_CHECKS=0;
    TRUNCATE currency;
    source /home/mtompset/kohaclone/installer/data/mysql/uk-UA/optional/sample_currency.sql
    SET FOREIGN_KEY_CHECKS=0;
    TRUNCATE currency;
    source /home/mtompset/kohaclone/installer/data/mysql/it-IT/necessari/parameters.sql
    SET FOREIGN_KEY_CHECKS=0;
    TRUNCATE currency;
    source /home/mtompset/kohaclone/installer/data/mysql/de-DE/optional/parameters.sql
    SET FOREIGN_KEY_CHECKS=0;
    TRUNCATE currency;
    source /home/mtompset/kohaclone/installer/data/mysql/nb-NO/2-Valgfritt/parameters.sql
    SET FOREIGN_KEY_CHECKS=0;
    TRUNCATE currency;
    source /home/mtompset/kohaclone/installer/data/mysql/en/optional/parameters.sql
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 6a5c2d51819c193580a2bc42856215a9b7d3b9f8
Author: Zeno Tajoli <z.tajoli at cineca.it>
Date:   Fri Mar 14 11:38:07 2014 +0100

    Bug 11939: set active currency when using English sample data
    
    This patch offers a better default for currencies,
    with USA dollar as default active currency.
    
    To test the patch:
    1)Install master without the patch, during web installation
    select 'parameters.sql' file
    2)Finish install and go to Administration -Currencies & Exchange rates
    3)No active currency
    
    4)Install master with this patch, during web installation
     select 'parameters.sql' file
    5)Finish install and go to Administration -Currencies & Exchange rates
    6)Now USA dollar is the active currency
    
    NOTE: This does solve the problem of everything being NULL for active,
          and lacking an active value. It also corrects the description
          of the optional item to check related to currencies.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, passes all tests and QA script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 installer/data/mysql/en/optional/parameters.sql         |   11 +++++------
 installer/data/mysql/en/optional/parameters.txt         |    2 +-
 installer/data/mysql/es-ES/optional/parameters.sql      |   10 +++++-----
 installer/data/mysql/it-IT/necessari/parameters.sql     |    8 ++++----
 installer/data/mysql/nb-NO/2-Valgfritt/parameters.sql   |   10 +++++-----
 installer/data/mysql/pl-PL/optional/parameters.sql      |   10 +++++-----
 installer/data/mysql/ru-RU/optional/sample_currency.sql |   12 ++++++------
 installer/data/mysql/uk-UA/optional/sample_currency.sql |   12 ++++++------
 8 files changed, 37 insertions(+), 38 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list