[koha-commits] main Koha release repository branch new/bug_8746 created. v3.12.00-beta1-262-g357cf7f

Git repo owner gitmaster at git.koha-community.org
Sun Apr 21 15:17:58 CEST 2013


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, new/bug_8746 has been created
        at  357cf7fdd850008e4c4f94a4d8d115490a3f4262 (commit)

- Log -----------------------------------------------------------------
commit 357cf7fdd850008e4c4f94a4d8d115490a3f4262
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Mar 19 13:54:32 2013 +0000

    Bug 8746 [Follow-up] Replace == by eq in string comparison
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests and QA script pass.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit a4e844369106f0713123c8a2ecec12b0ed7b0027
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Jan 11 11:57:41 2013 +0100

    Bug 8746: Fix indexation in DOM index mode
    
    When in DOM index mode, files exported by `rebuild_zebra.pl -x` are
    wrapped by '<collection></collection>' tag.
    This is a problem because splitting files produces invalid files.
    This is fixed by adding the missing <collection> tags in each generated
    file.
    Another problem was that the wrong zebra configuration file was used.
    The script now uses C4::Context->zebraconfig($server)->{config} to know
    which configuration file has to be used.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit eef4b3f23c0b4558bd2a87af009f39012393994c
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Thu Sep 20 12:12:31 2012 +0200

    Bug 8746: rebuild_zebra_sliced.sh now export/index records as MARCXML
    
    This avoid indexing failures due to "bad offset" or "bad length" error
    with ISO2709 format
    
    + minor improvements:
      -  --length parameter is optional. If not given, it will execute the
         right sql query to find the number of records to index
      -  new parameter --reset-index. If set, index is reset before indexing
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Comment: Work as described. No errors.
    
    Test: Edit record to make it longer than 9999. Without patch rebuild_sliced
    fails. With patches works.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list