[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.05-3-g6182dc3

Git repo owner gitmaster at git.koha-community.org
Mon Mar 23 20:08:03 CET 2015


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.18.x has been updated
       via  6182dc3b48167cd0d2c8ab1022bcbfc2ddaf7f86 (commit)
       via  38d15bb20e18b95a72e858e4bdb6efd9bd0e25d1 (commit)
      from  1b92f5c21ca133930a4148bfc56fcbd9499c09aa (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 6182dc3b48167cd0d2c8ab1022bcbfc2ddaf7f86
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Mar 23 17:01:53 2015 +0100

    Bug 13380: 3.18.x Fix previous DB entry
    
    The DB entry from bug 13379 should have been executed before bug 13380.
    
    The AV category now contain truncated values.
    
    This patch restores the correct category values.
    The DB entry from bug 13379 should have been pushed before.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 38d15bb20e18b95a72e858e4bdb6efd9bd0e25d1
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Dec 3 12:33:48 2014 +0100

    Bug 13379: Extends authorised_values.category to varchar(32)
    
    This patch does 2 things:
    1/ It fixes a bug caused by the different data fields used for
    authorised_values.category and
    borrower_attribute_types.authorised_value_category (varchar(16) vs
    varchar(10)).
    To reproduce:
    - Create a AV category with a length > 10
    - Try to link a patron attribute type with this AV, it won't work.
    
    2/ Extends this field to varchar(32): sometime 16 is not enough to
    describe something
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    No koha-qa errors. Error reproduced, fixed by patch.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 installer/data/mysql/kohastructure.sql             |    6 +++---
 installer/data/mysql/updatedatabase.pl             |   22 ++++++++++++++++++++
 .../prog/en/modules/admin/authorised_values.tt     |    2 +-
 3 files changed, 26 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list