[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.05-80-gbc9408f

Git repo owner gitmaster at git.koha-community.org
Fri Nov 9 14:18:39 CET 2018


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, 18.05.x has been updated
       via  bc9408f9ace5274b03766f847b3374f374971479 (commit)
       via  80d66849729bcaae786865bdd4ea351da4034553 (commit)
       via  e544a89bcd90e8dcd7fd6bf2da46c8334bfb8595 (commit)
       via  abf7e24cf89d1245205d9ad7aa5b5c823427b87e (commit)
      from  6c6f81e7cce0579b9e777139a2929f72beaa3914 (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 bc9408f9ace5274b03766f847b3374f374971479
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Nov 9 13:03:17 2018 +0000

    Bug 21581: (RMaint follow-up) Skip deprecated GRS-1 test for feature
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 80d66849729bcaae786865bdd4ea351da4034553
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Mon Oct 29 22:35:57 2018 +0000

    Bug 21581: (QA follow-up) Update comment according to code in SearchAuthorities
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 541a90765ccb4ab29ac43eefbc5e17de9764bc84)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e544a89bcd90e8dcd7fd6bf2da46c8334bfb8595
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Oct 16 15:09:32 2018 +0000

    Bug 21581: Pass through authorities indexes
    
    To test:
     1 - Define a rule:
      Matching rule code: LCAUTH
      Match threshold: 100
      Record type: Authority record
      MATCH POINTS
      Search index: LC-card-number
      Score: 100
      Tag: 010
      Subfield: a
     2 - Have a record with an LC number in 010
     3 - Export it
     4 - Edit the record in Koha, move the value from 010 to another field
     5 - Import the original record
     6 - Use the matching rule above, you expect it won't match (nothing in 010 anymore)
     7 - It matches?!?!?!
     8 - Enable zebra logging in koha-conf.xml
      <zebra_loglevels>none,fatal,warn,request,info</zebra_loglevels>
     9 - tail -f /var/log/koha/kohadev/zebra-output.log
    10 - On manage marc apply matchign with no rule, then reapply with rule
    11 - View the output in the log - the index searched is 'Any'
    12 - Apply patch
    13 - Reapply matching
    14 - Note we search the expected index and no match is found
    
    NOTE: By applying bug 21579, I was able to view the difference, and
          see that it didn't match identically, because I had moved the
          value from 010 to 155. No log checking needed. clean/delete batch.
          Apply patch, no match. clean/delete batch.
          Edit authority back, matches.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 6093e08443b393a3983778b4f92d0df56d419cd9)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit abf7e24cf89d1245205d9ad7aa5b5c823427b87e
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Oct 24 11:53:07 2018 +0000

    Bug 21581: Unit tests and updated data
    
    To test:
    1 - Apply this patch only
    2 - prove -v t/db_dependent/Search.t
    3 - It fails
    4 - Apply second patch
    5 - prove -v t/db_dependent/Search.t
    6 - It passes!
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit da2a8c7b18811e67d78a5e6e81fd93039ae3af5e)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                                         |    4 ++--
 t/db_dependent/Search.t                                       |    9 ++++++++-
 .../data/marc21/zebraexport/authority/exported_records        |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list