[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.03-19-gf14d94e

Git repo owner gitmaster at git.koha-community.org
Mon Sep 2 17:00:06 CEST 2019


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  f14d94e565c81f8afa25fea7e1a032f33c93ad82 (commit)
       via  611bea77ec1c125dbfce5c4b40681fcc6fab9520 (commit)
       via  aaa522c685bf40664561bb928d2c88f630f256d1 (commit)
       via  bf3bed483a99de893b276ef11fafe05c4b0bcec3 (commit)
       via  2c598a55d4f4c498622747748880b1981afca417 (commit)
       via  84bd45be7f323cf6bc05a437dbb8cbad27be02b9 (commit)
      from  98635c1a61514cd50052f1668ace75406876d0f4 (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 f14d94e565c81f8afa25fea7e1a032f33c93ad82
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Aug 15 09:16:02 2019 +0100

    Bug 23309: DBRev 19.05.03.002
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 347dc9589aa75edb1c64c21e5d057373dfd3ed84)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 611bea77ec1c125dbfce5c4b40681fcc6fab9520
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 7 20:16:00 2019 -0500

    Bug 23309: Use Koha::MarcSubfieldStructures to create to subfields
    
    It will fix the insert of new subfields with SQL strict modes
    
    DBD::mysql::st execute failed: Incorrect integer value: '' for column
    'hidden' at row 1 [for Statement "
    
    Test plan:
    - Turn the config strict_sql_modes ON
    - Add a new subfield to a field
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 144e753da65cafa3c4291eec701222784ec0893f)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit aaa522c685bf40664561bb928d2c88f630f256d1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 7 20:08:22 2019 -0500

    Bug 23309: Update DB
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 0a0a8d874d9a46b0c53b9ce4691e36f5dc04e68e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit bf3bed483a99de893b276ef11fafe05c4b0bcec3
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Aug 9 10:17:41 2019 +0000

    Bug 16219: (QA follow-up) Tiny regex change
    
    The parameter <<>> does not work. There should be text inside.
    The construction .*? does not look good completely.
    Replacing it by the stricter [^>]+ So, no greater than's and at least one.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit e66ccaa3a7743378f906612562889a9476bf6802)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 2c598a55d4f4c498622747748880b1981afca417
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jul 19 19:42:37 2019 +0000

    Bug 16219: (follow-up) Nicer message if params missing and note that they are not combined
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 52587b4319d5d22436733f296021648d846f6359)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 84bd45be7f323cf6bc05a437dbb8cbad27be02b9
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Sep 5 11:15:01 2018 +0000

    Bug 16219: Add 'params' parameter to runreport.pl
    
    To test:
     1 - Apply patch
     2 - Write a report that takes no variables
     3 - Run this using runreport.pl
        perl misc/cronjobs/runreport.pl 1
     4 - Confirm results as expected
     5 - Write a report that takes one or more variables
     6 - Run using runreport.pl, but pass no params
     7 - You should get a SQL error
     8 - Now run passing the correct number of params
        perl misc/cronjobs/runreport.pl --param first --param=2nd 2
     9 - Verify results as expected
    10 - call runreport with no parameters
        perl misc/cronjobs/runreport.pl
    11 - Verify documentation is correct and helpful
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 72197a9574d8b27651a390b9f177a537e1bf994c)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 Koha.pm                                     |    2 +-
 Koha/Schema/Result/MarcSubfieldStructure.pm |    9 ++---
 admin/marc_subfields_structure.pl           |   51 ++++++++++++---------------
 installer/data/mysql/kohastructure.sql      |    2 +-
 installer/data/mysql/updatedatabase.pl      |   11 ++++++
 misc/cronjobs/runreport.pl                  |   16 ++++++++-
 6 files changed, 55 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list