[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.04-13-gf233b54

Git repo owner gitmaster at git.koha-community.org
Tue Mar 10 20:12:21 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  f233b546e1a98e9fcb45a00712759c3568aed089 (commit)
       via  7c03615010834fcf2bbfc293108cf154669c47f3 (commit)
       via  5e818eae4892d618a716ccb6cc3cfa119d8bd70e (commit)
       via  ae215ebeccaf18bc5aa000660ebfacb2aca73844 (commit)
       via  9e16f299187c964474fa6e5203b4f81832c30fe7 (commit)
      from  1d90abc7911eb26248c28ae1d1bd3fb4911c086c (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 f233b546e1a98e9fcb45a00712759c3568aed089
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Feb 24 14:20:31 2015 -0300

    Bug 13523: DBIC updates
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 7272426d0d6985e1e7f35d4a55d5fb6444b1ffba)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 7c03615010834fcf2bbfc293108cf154669c47f3
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Wed Mar 11 08:11:34 2015 +1300

    Fixing db version

commit 5e818eae4892d618a716ccb6cc3cfa119d8bd70e
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Feb 24 11:27:03 2015 -0300

    Bug 13523: DBRev 3.19.00.012
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 06608a24408c74d0975665b24c1e80fec5669385)
    
    Conflicts:
    	kohaversion.pl

commit ae215ebeccaf18bc5aa000660ebfacb2aca73844
Author: Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no>
Date:   Thu Jan 22 12:21:47 2015 +0100

    Bug 13523 - AddBiblio fails on mysql with STRICT_TRANS_TABLES
    
    This patch removes the NOT NULL restriction on biblioitems.marcxml and
    deletedbiblioitems.marcxml due to STRICT_TRANS_TABLES default in
    Mysql 5.6.22 and onwards.
    
    Test:
    
    1. check mysql global settings:
       mysql > SELECT @@GLOBAL.sql_mode;
       verify that STRICT_TRANS_TABLES is not set
    2. set STRICT_TRANS_TABLES (or upgrade mysql to > 5.6.21)
       mysql > SET @@GLOBAL.sql_mode = 'STRICT_TRANS_TABLES';
    3. try to add biblio in Cataloguing module
       verify that it fails with a "software error"
    4. apply patch
    5. repeat 3 and verify that there is no "software error" any more
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    I confirm with the problem with mariadb and STRICT_TRANS_TABLES enabled.
    On adding a biblio (C4::Biblio::AddBiblio), biblioitems is populate in
    _koha_add_biblioitem but marxcml is not generated yet. It's in
    ModBiblioMarc, few lines later.
    The NOT NULL condition is not valid here.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 4b59bc4e2b591b32ff28eccda0baf8d131544736)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 9e16f299187c964474fa6e5203b4f81832c30fe7
Author: Viktor Sarge <viktor.sarge at regionhalland.se>
Date:   Wed Feb 18 21:02:09 2015 +0000

    Bug 13729 - Give news in Opac a unique anchor
    
    This patch introduces the use of the idnew-value from the opac_news table as a base for a unique anchor on each newsitem in Opac.
    
    The anchor can be used for linking to specific newsitems and also for improving bug 7843 (RSS stream for news) with a unique link to each item in the RSS stream.
    
    Test plan:
    * Make shure you have a few news in the opac. Best is if it's enough to hide a few beneath the bottom of the window.
    * Install the patch.
    * Verify that you can access newitems with links like mykoha/cgi-bin/koha/opac-main.pl#newsitem4
    * Experiment with removing newsitems and verify that that the newsitem-id stay unique to each newsitem.
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    Works as advertised. Nice enhancement!
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 13a16343fa21e87b9c4723fdf4d02ae6eb46d495)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 Koha/Schema/Result/Biblioitem.pm                      |    8 ++++----
 Koha/Schema/Result/Deletedbiblioitem.pm               |    8 ++++----
 installer/data/mysql/kohastructure.sql                |    4 ++--
 installer/data/mysql/updatedatabase.pl                |   14 ++++++++++++++
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt |    2 +-
 kohaversion.pl                                        |    2 +-
 6 files changed, 26 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list