[koha-commits] main Koha release repository branch master updated. v3.14.00-1186-ge590436

Git repo owner gitmaster at git.koha-community.org
Mon May 5 22:10:23 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  e590436ee4c85ccb2bc0c556185895e15ca37ce1 (commit)
       via  67abcc64433ba945416c7c8e8bf8aecc8c932f14 (commit)
      from  036f2a50e11dab97ef8509f2f585c4cc407ea728 (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 e590436ee4c85ccb2bc0c556185895e15ca37ce1
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Mar 26 15:25:43 2014 +0100

    Bug 9612: Zconn parameters and elementSetName in _new_Zconn
    
    This patch makes a few adjustments in C4::Context::Zconn.
    It does no longer pass the (ignored) auth, syntax parameters to _new_Zconn.
    Note that auth was not completely ignored in theory, but we never pass
    auth=1 [while not having user/password in koha-conf].
    
    Furthermore, it removes the elementSetName for dom indexing. Using marcxml
    here does not make a difference. It only adds a constraint on what is in
    the dom-config files. (It could probably be removed there now..)
    
    Two cosmetic code changes:
    Removes unused label retry.
    And moved 'servername' into the database name option.
    
    Test plan:
    When using Zebra with dom indexing, do a biblio and authority search.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 67abcc64433ba945416c7c8e8bf8aecc8c932f14
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Mar 20 13:24:11 2014 +0100

    Bug 9612: fix SRU response for DOM indexing
    
    This patch makes changes to koha-conf.xml by removing the fallback section
    from biblioserver and authserver. The information is in a include file on
    the same server (no need to fall back) and moreover, some information
    is not up-to-date and should be moved elsewhere.
    
    The patch also simplifies the DOM retrieval-info files for auth and bib.
    And eliminates superfluous F and usmarc from the dom-config files. (I felt
    the urge to remove marcxml too, but left it for now; see also the second
    patch.) For reference, look at the marcxml example files of Zebra.
    
    NOTE: This patch does not deal with the Debian package installs. In the
    same way koha-conf-site.xml.in, and *-retrieval-info-* could be adjusted.
    
    Test plan:
    [1] Run at least a dev install in order to copy the new files to your
        Zebra folders. Choose for DOM indexing.
        Enable the SRU server on port 9998 (small edit in koha-conf.xml).
    [2] Restart Zebra and reindex -a -b -x.
    [3] Verify if a search from Koha still functions as expected.
        Check the SRU output on port 9998. NOTE: If you do not pass recordSchema,
        you should get back a marc response now (instead of index schema).
        Bonus: Add your server as a Z3950 target to another Koha install. And
        perform a Z3950 search from the other server to your new install.
        Bonus: Check response from the auth and biblio socket via yaz-client.
    [4] Reindex again with -a -b but without -x.
    [5] Repeat Koha search, SRU response (Z3950, yaz-client).
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Context.pm                                   |   29 ++--
 etc/koha-conf.xml                               |  198 +----------------------
 etc/zebradb/authorities/etc/dom-config-marc.xml |    7 +-
 etc/zebradb/authorities/etc/dom-config.xml      |    7 +-
 etc/zebradb/biblios/etc/dom-config-marc.xml     |    7 +-
 etc/zebradb/biblios/etc/dom-config.xml          |    7 +-
 etc/zebradb/retrieval-info-auth-dom.xml         |    6 +-
 etc/zebradb/retrieval-info-bib-dom.xml          |    6 +-
 8 files changed, 24 insertions(+), 243 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list