[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.02-114-g4ee626a

Git repo owner gitmaster at git.koha-community.org
Fri Aug 24 12:14:23 CEST 2018


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, 18.05.x has been updated
       via  4ee626a6f362bbf96342613b7f64f1b0e3b2503e (commit)
       via  6c099d4360060829a230eeb243333182346d3d59 (commit)
       via  0d7ba4634ad795703cbb97e371e07ae9252a6c53 (commit)
      from  41b67901d2a6f46452d590916a0cb57f29a69496 (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 4ee626a6f362bbf96342613b7f64f1b0e3b2503e
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Aug 21 11:49:55 2018 +0000

    Bug 21144: DBRev 18.05.02.004
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit df06587b763de2acd2d4e1afa3da8ad1841f7577)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6c099d4360060829a230eeb243333182346d3d59
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Aug 2 02:19:42 2018 +0200

    Bug 21144: Add ROADTYPE to default authorised values categories
    
    The ROADTYPE category was missing from the default list of
    authorised value categories available.
    
    To test:
    - Verify ROADTYPE is not listed as authorised value category
    - Apply patch and run database update
    - Verify ROADTYPE is now listed
    - Add an entry, for example: AV = Avenue
    - Add or edit a patron, verify a pull down with your entry
      shows on the form.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 266d7b5fa844b512cf68f4b08d6c07474c2ccc42)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0d7ba4634ad795703cbb97e371e07ae9252a6c53
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 17 12:07:55 2018 -0300

    Bug 21142: Open uploaded files in utf-8 - batch mod/del
    
    Batch item/record modification/deletion tools does not open uploaded
    files in utf-8
    
    Test plan:
    Edit and delete records and items using a file which will contain:
    valid and invalid barcodes with and without utf-8 chars (💕)
    
    You should see the warning message:
     "The *** 39999000💕001679 does not exist in the database."
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit f5f31679bf260d17e996fbe8e2e77f695ac7ddfc)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                         |    2 +-
 installer/data/mysql/mandatory/auth_val_cat.sql |    3 ++-
 installer/data/mysql/updatedatabase.pl          |    7 +++++++
 tools/batchMod.pl                               |    1 +
 tools/batch_delete_records.pl                   |    1 +
 tools/batch_record_modification.pl              |    1 +
 6 files changed, 13 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list