[koha-commits] main Koha release repository branch master updated. v3.22.00-1178-g281a8a6

Git repo owner gitmaster at git.koha-community.org
Fri Apr 22 05:05:38 CEST 2016


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  281a8a6dbb3d02bbfe7d98e03a33dcdbfacd26bb (commit)
       via  0ed37aaf77fdba9277fc20e9aa859735aff3623e (commit)
       via  82d83268ba3d19ead4fb020d5007781bb90b0ce4 (commit)
       via  e6c5107abd3d727e035d2d9f2df96ee294d7eae7 (commit)
       via  cd7e65a4b51f8b6bf72ea3272e334e52af59f8c0 (commit)
       via  05486da41f4627ea83263f0b90a829c9f32b0cd9 (commit)
      from  6dce6f171d475d49a905d42f7bbab348def71f7c (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 281a8a6dbb3d02bbfe7d98e03a33dcdbfacd26bb
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 5 09:53:25 2016 +0100

    Bug 5979: Update INSERT IGNORE INTO statement
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher <bredan at bywatersolutions.com>

commit 0ed37aaf77fdba9277fc20e9aa859735aff3623e
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Mon Feb 22 14:44:14 2016 +0100

    Bug 5979 - Follow up: Change ISBD syspref description and fix warning in t/Biblio/Isbd.t
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher <bredan at bywatersolutions.com>

commit 82d83268ba3d19ead4fb020d5007781bb90b0ce4
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Fri Oct 30 11:38:24 2015 -0300

    Bug 5979: follow to fix spelling
    
    Changed Montains -> Mountains
    
    koha-qa complains!!
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher <bredan at bywatersolutions.com>

commit e6c5107abd3d727e035d2d9f2df96ee294d7eae7
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Wed Oct 28 15:49:28 2015 +0100

    Bug 5979 - OPAC ISBD view has its own syspref
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Works well, empty OPACISBD removes link.
    Test pass.
    Small koha-qa error fixed in followup
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher <bredan at bywatersolutions.com>

commit cd7e65a4b51f8b6bf72ea3272e334e52af59f8c0
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Sat Jun 9 16:10:50 2012 +0200

    Bug 5979 - Follow up: using OPACISBD systempreference to display link
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher <bredan at bywatersolutions.com>

commit 05486da41f4627ea83263f0b90a829c9f32b0cd9
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Wed Jun 30 21:55:39 2010 +0200

    Bug 5979 : OPAC : using OPACISBD systempreference to display link
    
    The OPACISBD system preference is used in order to be able to have one ISBD for OPAC another one for intranet.
    But the link ISBD at OPAC was depending on the presence or absence of value in ISBD which is for intranet.
    This patch fixes the behaviour to depend on the correct system preference at OPAC
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Verified that new system preference is added cleanly and
    ISBD view can be configured independently for staff and OPAC
    using OPACISBD and viewISBD system preferences.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher <bredan at bywatersolutions.com>

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

Summary of changes:
 C4/Biblio.pm                                       |    4 +-
 .../atomicupdate/bug_5979-add_opacisbd_syspref.sql |    1 +
 installer/data/mysql/sysprefs.sql                  |    1 +
 .../en/modules/admin/preferences/cataloguing.pref  |    2 +-
 .../prog/en/modules/admin/preferences/opac.pref    |    5 ++
 opac/opac-MARCdetail.pl                            |    4 +-
 opac/opac-detail.pl                                |    5 +-
 t/Biblio/Isbd.t                                    |   50 ++++++++++++++++++++
 8 files changed, 65 insertions(+), 7 deletions(-)
 create mode 100644 installer/data/mysql/atomicupdate/bug_5979-add_opacisbd_syspref.sql
 create mode 100644 t/Biblio/Isbd.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list