[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.08-48-gce0dd60b61

Git repo owner gitmaster at git.koha-community.org
Wed Mar 18 23:23:01 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  ce0dd60b614c59117ebbe5286fce3df85e2270a0 (commit)
       via  cf9cedc730934603ab76f8049ccf7ac0581e9556 (commit)
      from  51c01cb843d9a64e09a87f293ccd8fe62794974f (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 ce0dd60b614c59117ebbe5286fce3df85e2270a0
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jan 31 14:18:14 2020 +0000

    Bug 24094: Unit tests
    
    Signed-off-by: Myka Kennedy Stephens <mkstephens at lancasterseminary.edu>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 8288f02c3722093d6d8dd6f00953efe3c542f360)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit cf9cedc730934603ab76f8049ccf7ac0581e9556
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jan 31 14:18:24 2020 +0000

    Bug 24094: Strip trailing spaces and punctuation from authority headings
    
    Both when searching for and creating new authorities we need to remove
    punctuation that exists in the bibliographic record but does not belong in
    the authority record.
    
    For example, a series with a volume contains a semicolon in the bib record,
    however, this should not be passed to the authority as the volume is not
    included in the authority record.
    
    To test:
     1 - Set AutoCreateAuthorities to 'generate'
     2 - Set BiblioAddsAuthorities to 'true'
     3 - Set CatalogModuleRelink to 'Do'
     4 - Find or create a record with:
        a 100 field with a subfield e preceded by a comma: 100 $aBoring, M. Eugene M ,$e author
        an 830 field with a volume preceded by a semicolon: 650$aLord of the rings ;$v 3.
     5 - Save the records and check the links
     6 - Note punctuation is passed through
     7 - Save again, auth records are created again
     8 - Apply patch
     9 - Save again, new auth records are created again
    10 - Check the records, punctuation has been removed
    11 - Save again, no more records created.
    
    Signed-off-by: Myka Kennedy Stephens <mkstephens at lancasterseminary.edu>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 4dd2445fd667294b9cf430f7a6986ea3ceb1cc05)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Biblio.pm                    | 24 +++++++++++++++---------
 C4/Heading/MARC21.pm            |  2 +-
 t/db_dependent/Biblio.t         | 24 +++++++++++++++++++++++-
 t/db_dependent/Heading_MARC21.t |  8 +++++++-
 4 files changed, 46 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list