[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.05-85-g6add1365f6

Git repo owner gitmaster at git.koha-community.org
Mon Nov 16 20:49:57 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, 20.05.x has been updated
       via  6add1365f6ed5827f684b8328852c54e2ab13690 (commit)
       via  3006eb144ce2af13c5317bcc835b8874e0b44216 (commit)
       via  e65776a6d208667058918ab03fa36c8da243c082 (commit)
       via  3d554f7ff6b0c76ae674893fcbf0273c80885815 (commit)
      from  493e62aad82931304bdcf2c63152451aed781b16 (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 6add1365f6ed5827f684b8328852c54e2ab13690
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Mon Nov 16 19:13:14 2020 +0000

    Bug 26853: DBIC changes
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 3006eb144ce2af13c5317bcc835b8874e0b44216
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Mon Nov 16 19:10:46 2020 +0000

    Bug 26853: DBRev 20.05.05.003
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit e65776a6d208667058918ab03fa36c8da243c082
Author: David Cook <dcook at prosentient.com.au>
Date:   Thu Oct 29 05:23:10 2020 +0000

    Bug 26853: Throw a fatal error if import_biblios insert fails
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 8b70bd03f7371deb8dd7ef25e2036c0bbc9b1698)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 3d554f7ff6b0c76ae674893fcbf0273c80885815
Author: David Cook <dcook at prosentient.com.au>
Date:   Thu Oct 29 05:20:53 2020 +0000

    Bug 26853: Harmonize import_biblios with biblio and biblioitems
    
    This patch harmonizes the column datatypes of import_biblios
    with biblio and biblioitems to prevent database errors which cause
    staged MARC uploads to sometimes fail to update 100% correctly.
    
    To test:
    1. Go to http://localhost:8081/cgi-bin/koha/tools/stage-marc-import.pl
    2. Upload a file with MARC records with titles longer than 128
    characters long
    3. Click "Stage for import"
    4. Monitor /var/log/koha/kohadev/intranet-error.log for
    database errors
    5. Note that there are no database errors
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit e39b9684d5cd0ce15a3d1f07d7691b832309287b)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/ImportBatch.pm                      |  2 +-
 Koha.pm                                |  2 +-
 Koha/Schema/Result/ImportBiblio.pm     | 24 ++++++++++--------------
 installer/data/mysql/kohastructure.sql | 12 ++++++------
 installer/data/mysql/updatedatabase.pl | 16 ++++++++++++++++
 5 files changed, 34 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list