[koha-commits] main Koha release repository branch master updated. v3.14.00-1179-g89752a1

Git repo owner gitmaster at git.koha-community.org
Mon May 5 19:35:05 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, master has been updated
       via  89752a126d005cc763d93eb5e543b1f829bed039 (commit)
       via  5bee287cd447665407c20e91625aba6e0dbacd1d (commit)
       via  9ee4f41555059cd0f7b7b32ac7c7219d37e3939f (commit)
       via  4e936f9c42742894a64e96519bc646e0197c4f5e (commit)
       via  b47eac0a6e86ed863921969ff2be703f54f46f52 (commit)
      from  dd64903489a264e6e0c83035ab5b631f51f20507 (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 89752a126d005cc763d93eb5e543b1f829bed039
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon May 5 17:59:53 2014 +0000

    Bug 5377: (follow-up) update DBIC schema classes
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 5bee287cd447665407c20e91625aba6e0dbacd1d
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon May 5 17:58:35 2014 +0000

    Bug 5377: DBrev 3.15.00.049
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 9ee4f41555059cd0f7b7b32ac7c7219d37e3939f
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Feb 20 12:40:35 2014 +0100

    Bug 5377: (follow-up) there is no index on deletedbiblioitems.issn
    
    This patch removes a trailing space and remove the issn index deletion
    (it does not exist on deletedbiblioitems).
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 4e936f9c42742894a64e96519bc646e0197c4f5e
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Feb 20 06:26:25 2014 -0500

    Bug 5377: (follow-up) alter deletedbiblioitems to match biblioitems
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit b47eac0a6e86ed863921969ff2be703f54f46f52
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Feb 19 16:39:17 2014 -0500

    Bug 5377: widen columns to better accommodate multiple ISBN and ISSN
    
    Test Plan:
    1) Apply this patch
    2) Create a record with 5 ISBNs and 5 ISSNs
    3) Create a new report from the following SQL, or execute it from the
       mysql console:
       SELECT isbn, issn FROM biblioitems ORDER BY biblionumber DESC LIMIT 1
    4) Note that all your ISBNs and ISSNs are listed, separated by the pipe
       character ( | )
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    This might be slow to run on big databases, because of the 2 index
    rebuilds, however it changes no functionality just increases the field
    size which is safe enough (we store multiple now already)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 Koha/Schema/Result/Biblioitem.pm        |   14 ++++++--------
 Koha/Schema/Result/Deletedbiblioitem.pm |   14 ++++++--------
 installer/data/mysql/kohastructure.sql  |   14 +++++++-------
 installer/data/mysql/updatedatabase.pl  |   26 ++++++++++++++++++++++++++
 kohaversion.pl                          |    2 +-
 5 files changed, 46 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list