[koha-commits] main Koha release repository branch master updated. v3.18.00-374-g003993d

Git repo owner gitmaster at git.koha-community.org
Tue Feb 24 18:17:09 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, master has been updated
       via  003993d547a98a3b1e085058b96aecd318ece036 (commit)
       via  7272426d0d6985e1e7f35d4a55d5fb6444b1ffba (commit)
       via  06608a24408c74d0975665b24c1e80fec5669385 (commit)
       via  4b59bc4e2b591b32ff28eccda0baf8d131544736 (commit)
       via  13a16343fa21e87b9c4723fdf4d02ae6eb46d495 (commit)
       via  0a91c48edbd4eb8d4080fbca6fb2bc3af9ca9f92 (commit)
       via  459b082f3512d22856429183840a90117970b59e (commit)
       via  103811a13d349d8a83801eef1b6b43891aa72ac5 (commit)
      from  00f27cb0b9fb200a06da461371e04be1501ca107 (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 003993d547a98a3b1e085058b96aecd318ece036
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Feb 17 06:23:35 2015 -0500

    Bug 13473 - Plugins fail
    
    When trying to execute or configure the plugin on 3.18 I got:
    
    Template process failed: file error - doc-head-open.inc: not found at
    /usr/share/koha/lib/C4/Templates.pm line 129.
    
    Test Plan:
    1) Install the Kitchen Sink plugin
    2) Go to the configuration page of the plugin
    3) Note the template processing error
    4) Apply this patch
    5) Refresh the page
    6) Note the page now loads
    
    Signed-off-by: Nick <nick at quecheelibrary.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 7272426d0d6985e1e7f35d4a55d5fb6444b1ffba
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>

commit 06608a24408c74d0975665b24c1e80fec5669385
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>

commit 4b59bc4e2b591b32ff28eccda0baf8d131544736
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>

commit 13a16343fa21e87b9c4723fdf4d02ae6eb46d495
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>

commit 0a91c48edbd4eb8d4080fbca6fb2bc3af9ca9f92
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Tue Feb 24 18:32:30 2015 +1300

    Bug 13645: dependencies for libdbix-connector-perl
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 459b082f3512d22856429183840a90117970b59e
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jan 22 11:28:35 2015 -0500

    Bug 13612 - Remove old YUI javacript libraries from opac-tmpl
    
    YUI files were left behind in opac-tmpl/lib/yui after the removal of the
    prog theme. These files are unused and can be safely removed.
    
    To test, apply the patch and search for references to any of the YUI
    files. You should find none in the OPAC templates.
    
    No references found.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 103811a13d349d8a83801eef1b6b43891aa72ac5
Author: Marc Véron <veron at veron.ch>
Date:   Tue Feb 10 15:57:01 2015 +0100

    Bug 13689 - Remove opac-old.css and sco-old.css
    
    The following files are obsolete and should be removed:
    koha-tmpl/opac-tmpl/bootstrap/css/opac-old.css
    koha-tmpl/opac-tmpl/bootstrap/css/sco-old.css
    
    To test: Apply patch. Search for the files; they should no longer exist.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Templates.pm                                    |    4 +
 Koha/Schema/Result/Biblioitem.pm                   |    8 +-
 Koha/Schema/Result/Deletedbiblioitem.pm            |    8 +-
 debian/control                                     |    2 +
 installer/data/mysql/kohastructure.sql             |    4 +-
 installer/data/mysql/updatedatabase.pl             |   14 +
 koha-tmpl/opac-tmpl/bootstrap/css/opac-old.css     | 2862 --------------------
 koha-tmpl/opac-tmpl/bootstrap/css/sco-old.css      |  333 ---
 .../opac-tmpl/bootstrap/en/modules/opac-main.tt    |    2 +-
 koha-tmpl/opac-tmpl/lib/yui/button.css             |    7 -
 koha-tmpl/opac-tmpl/lib/yui/container.css          |  318 ---
 .../opac-tmpl/lib/yui/container/container-min.js   |   17 -
 .../lib/yui/container/container_core-min.js        |   12 -
 koha-tmpl/opac-tmpl/lib/yui/menu.css               |    7 -
 koha-tmpl/opac-tmpl/lib/yui/menu/menu-min.js       |   16 -
 koha-tmpl/opac-tmpl/lib/yui/reset-fonts-grids.css  |    9 -
 koha-tmpl/opac-tmpl/lib/yui/skin.css               |   23 -
 koha-tmpl/opac-tmpl/lib/yui/utilities/utilities.js |   36 -
 koha-tmpl/opac-tmpl/lib/yui/yui-sprite.png         |  Bin 3123 -> 0 bytes
 kohaversion.pl                                     |    2 +-
 20 files changed, 32 insertions(+), 3652 deletions(-)
 delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/css/opac-old.css
 delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/css/sco-old.css
 delete mode 100644 koha-tmpl/opac-tmpl/lib/yui/button.css
 delete mode 100644 koha-tmpl/opac-tmpl/lib/yui/container.css
 delete mode 100644 koha-tmpl/opac-tmpl/lib/yui/container/container-min.js
 delete mode 100644 koha-tmpl/opac-tmpl/lib/yui/container/container_core-min.js
 delete mode 100644 koha-tmpl/opac-tmpl/lib/yui/menu.css
 delete mode 100644 koha-tmpl/opac-tmpl/lib/yui/menu/menu-min.js
 delete mode 100644 koha-tmpl/opac-tmpl/lib/yui/reset-fonts-grids.css
 delete mode 100644 koha-tmpl/opac-tmpl/lib/yui/skin.css
 delete mode 100644 koha-tmpl/opac-tmpl/lib/yui/utilities/utilities.js
 delete mode 100644 koha-tmpl/opac-tmpl/lib/yui/yui-sprite.png


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list