[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.07-69-g0e6a85a

Git repo owner gitmaster at git.koha-community.org
Thu Jun 12 11:05:17 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  0e6a85ad7c09eccc99fbce9af47d4ae9ddae4350 (commit)
       via  9eb55874ca87794b1a254bd2a194d3f1453e14b8 (commit)
      from  d2d782a2b944ce77ba68796f7d65822d8e50e77c (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 0e6a85ad7c09eccc99fbce9af47d4ae9ddae4350
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>
    (cherry picked from commit ed10e5226cc8e9852dfee3f5520976695cb99412)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 9eb55874ca87794b1a254bd2a194d3f1453e14b8
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>
    (cherry picked from commit 6a5c2d51819c193580a2bc42856215a9b7d3b9f8)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.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