[koha-commits] main Koha release repository branch master updated. v3.14.00-383-g2304c7a

Git repo owner gitmaster at git.koha-community.org
Fri Jan 31 16:42:47 CET 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  2304c7a10cfb3a9d226045550404200e786ea8a7 (commit)
       via  14115ed73ff5ed47cf1b6fe1d4c6b27d7d7e4fcd (commit)
       via  ecd8dabf76ec409a96bee6b699ab055c3903e1c0 (commit)
      from  f5ac575cf71ec39ea035888ab869e8f04154bef0 (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 2304c7a10cfb3a9d226045550404200e786ea8a7
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Jan 31 15:58:58 2014 +0000

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

commit 14115ed73ff5ed47cf1b6fe1d4c6b27d7d7e4fcd
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Jan 31 15:55:24 2014 +0000

    Bug 11268: DBRev 3.15.00.016
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit ecd8dabf76ec409a96bee6b699ab055c3903e1c0
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Nov 18 14:18:15 2013 -0500

    Bug 11268: increase size of biblioitems.url
    
    The URL field in biblioitems is defined as a varchar(255) which is large
    enough for most URLs but not all. This patch converts it to a
    TEXT field to make sure it is capable of storing all valid URLs.
    
    Test Plan:
    1) Attempt to a URL that is greater than 255 chacters long in a record
       (856$u in MARC21)
    2) Save the record, note the url gets truncated
    3) Apply this patch
    4) Repeat step 1
    5) Note the entire url is saved
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 Koha/Schema/Result/Biblioitem.pm        |    9 ++++-----
 Koha/Schema/Result/Deletedbiblioitem.pm |    9 ++++-----
 installer/data/mysql/kohastructure.sql  |    4 ++--
 installer/data/mysql/updatedatabase.pl  |    8 ++++++++
 kohaversion.pl                          |    2 +-
 5 files changed, 19 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list