[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.07-38-g830a6cda7c

Git repo owner gitmaster at git.koha-community.org
Thu Feb 6 18:26:06 CET 2020


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, 19.05.x has been updated
       via  830a6cda7cf74b38f2abd01faf4e17a4ae6e2556 (commit)
       via  96a0f83a63dc8a2c8150523aaad88e86d2837853 (commit)
      from  94b2d5405c40c31a4c1d60136a1a64ba10529ea8 (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 830a6cda7cf74b38f2abd01faf4e17a4ae6e2556
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Jan 14 16:13:25 2020 +0000

    Bug 24421: Check if subfields are valid using the biblio tag
    
    To test:
     1 - Enable the sysprefs
         AutoCreateAuthorities
         BiblioAddsAuthorities
         CatalogModuleRelink
     2 - Open a record with a subject heading with a subdivision and add a new subfield, or add a new unauthroized heading to a record and save it
        e.g. 650$aChess$xOpenings$vFiction.
     3 - Save the record, note the created authority and that field is linked
     4 - Save the record again and note the authority number changes
     5 - Find and view the authority linked to the record
     6 - The record is for 'Chess', not Chess openings'
     7 - Search authorities for 'Chess' - note duplicated records
     8 - Apply patch, restart all
     9 - Save the record, auth number increases again, we shoudl create the correct record this time
    10 - Save again, auth number should not change
    11 - Search authorities and confirm the generated authority has the correct subfields
    
    Signed-off-by: Myka Kennedy Stephens <mkstephens at lancasterseminary.edu>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 05146daafcb267b312794e572e465692e2107c07)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 96a0f83a63dc8a2c8150523aaad88e86d2837853
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jan 24 13:24:45 2020 +0000

    Bug 24421: Unit tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 92135220a508a2abafede587517cef355e98735e)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Biblio.pm            |  2 +-
 t/db_dependent/Biblio.t | 39 ++++++++++++++++++++++++++++++++++++++-
 2 files changed, 39 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list