[koha-commits] main Koha release repository branch master updated. v16.05.00-934-g66d669d

Git repo owner gitmaster at git.koha-community.org
Tue Sep 27 13:17:00 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  66d669d0735f244cb30e9cfdf53f91c77953b30f (commit)
       via  233dfb8c74ce85bdb70bd1eb17231a234387d3c9 (commit)
      from  cdac530034a6b478b95e2d99ddc171529ee1a6c7 (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 66d669d0735f244cb30e9cfdf53f91c77953b30f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Sep 14 11:07:58 2016 +0100

    Bug 14707: Update existing installations and correct wrong values
    
    See http://hea.koha-community.org/, the countries are filled is wrong
    values.
    If we decide to update the free text with a dropdown list, we need to
    handle these wrong data.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 233dfb8c74ce85bdb70bd1eb17231a234387d3c9
Author: Julian FIOL <julian.fiol at biblibre.com>
Date:   Tue Aug 18 17:16:53 2015 +0200

    Bug 14707 : Replace UsageStatsCountry syspref from free text to a dropdown list.
    
    This will avoid syntax problems with Hea when a user will fill this 2 sysprefs
    
    The default choice for UsageStatsLibraryType and UsageStatsCountry is 'empty'
    
    Test Plan
    ---------
    
    1. Create a new Koha install
    2. Go to the 'Administration' page
    3. Go to 'Global system preferences'
    4. Go to 'Administration'
    5. At the end of this page you should see a dropdown menu for
    - UsageStatsCountry with all countries
    - UsageStatsLibraryType with all type of library
    They both should be empty by default.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Not a complete list but is a start
    Lots of new strings to translate :)
    No errors
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 installer/data/mysql/atomicupdate/bug_14707.sql    |   15 ++
 installer/data/mysql/sysprefs.sql                  |    4 +-
 .../prog/en/modules/admin/preferences/admin.pref   |  215 +++++++++++++++++++-
 3 files changed, 224 insertions(+), 10 deletions(-)
 create mode 100644 installer/data/mysql/atomicupdate/bug_14707.sql


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list