[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-75-gd2598f0

Git repo owner gitmaster at git.koha-community.org
Sun Jan 18 02:43:22 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  d2598f080380f1b0d934bb59cee3aa87dcf0a0d9 (commit)
       via  63c368c18d6d6cfa7421d2dc5c6a88372843db3b (commit)
       via  c7ccdbd6f54f176e21dd2f9c4bdb9fc5ffc23eb5 (commit)
       via  65d6b7d83e19d14dc2957a5d7aeaa8f88de8e1d0 (commit)
       via  8c2e8ec02085299ac9b8942338a7f040e8adbf31 (commit)
       via  c8d5c00b1ea7a60a2707a47c73680604af4a7309 (commit)
       via  82917f29ee0bd866902b927d10a1db4eae9c320b (commit)
       via  9d00a0e8e46323bf0fdb5522785a27dbe1ba1f65 (commit)
       via  9f3f86288052eb10f6c83d592bed008e7f433e14 (commit)
       via  47f6c39c9ad5445f2b4f0e634308873a1718052b (commit)
       via  d0da08cd16408b9c170ae4962211b241890b9dc1 (commit)
       via  330988b18cd330a1a6ca6b06195283821b835d76 (commit)
       via  32a32f67b850ec6e5bb69bf6f62dcfb3925be13f (commit)
       via  819ee7bdf34fea0b24f6245559a9832009d6041a (commit)
       via  796d06dc0f9fef94fdf2c7f26cd333cac9fb3964 (commit)
      from  67dc44d2394296efc69338ae89ded5c4432ddf01 (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 d2598f080380f1b0d934bb59cee3aa87dcf0a0d9
Author: Zeno Tajoli <z.tajoli at cineca.it>
Date:   Mon Dec 29 14:36:41 2014 +0100

    Bug 13264: Follow up on record files: deleted fields (952/995) with items info
    
    To insert items info you need to use correct code of sublibrary, not always the code is correct. Items info are not important for this test, so the fields are deleted (952 in MARC21, 995 in UNIMARC)
    
    http://bugs.koha-community.org/show_bug.cgi?id=13264
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 021c3695e80237129ca9860ca82d8ccf5f36f796)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 63c368c18d6d6cfa7421d2dc5c6a88372843db3b
Author: Zeno Tajoli <z.tajoli at cineca.it>
Date:   Mon Dec 29 11:37:50 2014 +0100

    Bug 13264: More tests for Latin-1 vs. UTF-8 interpretation
    
    New tests in search_utf8.t, now are tested also records with only utf-8 chars that could see also as latin-1 chars
    
    http://bugs.koha-community.org/show_bug.cgi?id=13264
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 556b15f7258eb63bf57ac9116088aede8c18201d)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit c7ccdbd6f54f176e21dd2f9c4bdb9fc5ffc23eb5
Author: Zeno Tajoli <z.tajoli at cineca.it>
Date:   Mon Dec 29 11:36:33 2014 +0100

    Bug 13264: Update of unimarc and marc21 record to search publisher
    
    http://bugs.koha-community.org/show_bug.cgi?id=13264
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 0f8589483f128efdd1e198524733dae509d4271d)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 65d6b7d83e19d14dc2957a5d7aeaa8f88de8e1d0
Author: Zeno Tajoli <z.tajoli at cineca.it>
Date:   Mon Dec 29 10:25:25 2014 +0100

    Bug 13264: Add Latin-1 vs UTF-8 test specific records
    
    This patch addes two new files .mrc for marc21 and unimarc to test chars in utf8/latin-1 section only, to be sure that perl doesn't switch between utf-8 nad ISO 8859-1 inside itself.
    
    http://bugs.koha-community.org/show_bug.cgi?id=13264
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 4c7de64b3af9130632fb3a4108bd75b403574b07)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 8c2e8ec02085299ac9b8942338a7f040e8adbf31
Author: Zeno Tajoli <z.tajoli at cineca.it>
Date:   Sun Dec 28 23:14:56 2014 +0100

    Bug 13264: Add tests for Latin-1 vs. UTF-8 deduction
    
    add a test in auth_values_input_www to check chars that could be Latin-1 or UTF-8
    
    http://bugs.koha-community.org/show_bug.cgi?id=13264
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 6691d273cd371d3dde1602ebb17938551c99834a)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit c8d5c00b1ea7a60a2707a47c73680604af4a7309
Author: Zeno Tajoli <z.tajoli at cineca.it>
Date:   Sun Dec 28 21:56:05 2014 +0100

    Bug 13264: Add more records to the marc21 aand unimarc files
    
    Dupliacate record in marc21 and unimarc files, so the search finds always more than one result.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 04ef213dec094fdde08755ad6bb2ed8f809c7fa4)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 82917f29ee0bd866902b927d10a1db4eae9c320b
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Dec 26 20:52:54 2014 -0300

    Bug 13264: (QA followup) prevent double-encoding on the tests
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 9bba9fb386d5772fb4ebd9edac14eb1532210843)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 9d00a0e8e46323bf0fdb5522785a27dbe1ba1f65
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Dec 4 13:12:00 2014 +0100

    Bug 13264: Refactor search utf8 tests and add some more
    
    t/db_dependent/www/search_utf8.t and
    t/db_dependent/www/intranet_search_utf8.t were quite similar, I merged
    them into a single file (t/db_dependent/www/search_utf8.t).
    On the way, I added some tests for them.
    
    Note that you will need the last patch on branch bug_11944 to see the
    tests pass.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 72563473aeeb48f59075e1684a8b283a1ba0c922)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 9f3f86288052eb10f6c83d592bed008e7f433e14
Author: Emmanuele Somma <emmanuele.somma at bancaditalia.it>
Date:   Sat Nov 22 21:34:23 2014 +0100

    Bug 13264: Additional test for search in intranet calatogue
    
    The utf-8 test do: insert a biblio record with tool, search the record in intranet,
    delete batch upload and biblio records.
    
    To test: prove intranet_search_utf8.t
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 2e368c14787f6c91be7879b8ab887d65472e3ab3)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 47f6c39c9ad5445f2b4f0e634308873a1718052b
Author: Zeno Tajoli <z.tajoli at cineca.it>
Date:   Fri Nov 21 13:27:34 2014 +0100

    Bug 13264: Follow up: in opac_utf8.t insert also delete of biblio
    
    In previous version of the test opac_utf8.t clears import from resevoir
    but it doesn't delete record from biblio table in MySQL.
    This the standard work of the feature, see:
    http://manual.koha-community.org/3.18/en/catalogtools.html#managestaged
    
    Now the script deletes also record on MySQL level.
    No necessary on Zebra level because it uses a temporaney Zebra index that it is
    clenaned at the end of the script.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 20a7f1d03871339daeb3c58ad605fe7e92b90bdc)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit d0da08cd16408b9c170ae4962211b241890b9dc1
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Nov 20 12:05:44 2014 -0300

    Bug 13264: Make opac_utf8.t launch its own helper processes
    
    This patch makes opac_utf8.t launch its own:
    - zebrasrv process
    - rebuild_zebra.pl (daemon mode)
    
    It also takes care of killing them when finished. It sets a frecquency
    of 5 seconds for the indexer, and waits 10 just in case before looking
    for the indexed records.
    
    To test:
    - Just launch the tests.
    
    Edit: fixes on the license text.
    
    Regards
    Tomas
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 5e43f20a448f86915e64e18d6dccbb6e9ced4be6)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 330988b18cd330a1a6ca6b06195283821b835d76
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Nov 20 12:05:24 2014 -0300

    Bug 13264: no need to test for MySQL
    
    This patch removes the test for a running MySQL process.
    It is already implied by successfuly loading C4::Context.
    
    It also fixes the license text.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 0f44011336ef000484632c2c0de07bcd04babc44)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 32a32f67b850ec6e5bb69bf6f62dcfb3925be13f
Author: Zeno Tajoli <z.tajoli at cineca.it>
Date:   Wed Nov 19 21:58:54 2014 +0100

    Bug 13264: Test for utf-8 on authorised values input/display/delete
    
    This test check utf-8 support on web intranet interface for authorized values.
    It test input, search and delete of utf-8 values.
    If all OK it destroy values inserted
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 44ed6c37c579f7a8a2b222647f50073cdf1762d4)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 819ee7bdf34fea0b24f6245559a9832009d6041a
Author: Zeno Tajoli <z.tajoli at cineca.it>
Date:   Wed Nov 19 21:54:01 2014 +0100

    Bug 13264: Test for utf-8 on Opac search
    
    This test need to setup zebraserver and background indexing.
    You need to set also KOHA_INTRANET_URL and KOHA_OPAC_URL
    in the user enviroment.
    
    It imports sample records and retrieves them on hte OPAC through
    Apache.
    
    To run it: prove opac_utf8.t
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit fb9eb5737bb2fa2025778a1324afb5d9662ef4a9)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 796d06dc0f9fef94fdf2c7f26cd333cac9fb3964
Author: Zeno Tajoli <z.tajoli at cineca.it>
Date:   Wed Nov 19 21:47:33 2014 +0100

    Bug 13264: UNIMARC and MARC21 records to test UTF-8
    
    The records shares enough chars to do the same search ('deuteros') to
    find them and check the same utf-8 chars.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 1ded4bfc55fb0f744c7f251859497eb5e1899eea)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 t/db_dependent/www/auth_values_input_www.t       |  173 +++++++++++
 t/db_dependent/www/data/marc21latin1utf8rec.mrc  |    1 +
 t/db_dependent/www/data/marc21utf8record.mrc     |    1 +
 t/db_dependent/www/data/unimarclatin1utf8rec.mrc |    1 +
 t/db_dependent/www/data/unimarcutf8record.mrc    |    1 +
 t/db_dependent/www/search_utf8.t                 |  336 ++++++++++++++++++++++
 6 files changed, 513 insertions(+)
 create mode 100644 t/db_dependent/www/auth_values_input_www.t
 create mode 100644 t/db_dependent/www/data/marc21latin1utf8rec.mrc
 create mode 100644 t/db_dependent/www/data/marc21utf8record.mrc
 create mode 100644 t/db_dependent/www/data/unimarclatin1utf8rec.mrc
 create mode 100644 t/db_dependent/www/data/unimarcutf8record.mrc
 create mode 100644 t/db_dependent/www/search_utf8.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list