[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.10-77-gdc9b62f8fd

Git repo owner gitmaster at git.koha-community.org
Fri May 15 00:21:58 CEST 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  dc9b62f8fdf8afde4c4986ce9993c0590ca09bae (commit)
       via  bd120a13915499a1dbf813f2221c7a24991fa15e (commit)
       via  198c7067bd49f2ccfef0a2a4291a960f42d9378e (commit)
       via  64b72517a03a352648fcd914fb9666f3875343f6 (commit)
       via  b12a6ca9cc86508ba92ff74f61ffd983b7d3daa4 (commit)
       via  6bef3c3c6987b8ebdc2820a9fdabfb5b34ba2b4b (commit)
      from  693069ea1e73a3bc421c0a83918da03ec0ace6cc (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 dc9b62f8fdf8afde4c4986ce9993c0590ca09bae
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Thu May 14 21:49:28 2020 +0000

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

commit bd120a13915499a1dbf813f2221c7a24991fa15e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 11 16:04:27 2020 +0200

    Bug 23081: [19.11.x] Set items.issues to 0 if not provided (AddItem)
    
    In master it has been replaced by Koha::Object->store and we deal with
    the default value.
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 5a2506a849b3848045482987e166da09e2d72d43)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 198c7067bd49f2ccfef0a2a4291a960f42d9378e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 27 11:55:15 2020 +0200

    Bug 23081: Adjust tests
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    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 31dd98d6d418c0f74436a1241dd664f55e5f3d9d)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 64b72517a03a352648fcd914fb9666f3875343f6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 27 11:51:35 2020 +0200

    Bug 23081: Revert "Bug 24443: Consider NULL as 0 for issues in items search"
    
    This reverts commit 80f1374f262544a750b5d81a7d9605c8708c53b1.
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    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 1aefaf9bca2022c806e07ba1cbd170336e85807a)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit b12a6ca9cc86508ba92ff74f61ffd983b7d3daa4
Author: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
Date:   Sun Apr 26 23:53:26 2020 +0000

    Bug 23081: atomicupdate for change to existing installs
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    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 c760d0830054ccf609ea8b78eb8869338d8e288e)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 6bef3c3c6987b8ebdc2820a9fdabfb5b34ba2b4b
Author: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
Date:   Sun Apr 26 23:51:25 2020 +0000

    Bug 23081: set default to 0 for items.issues and deleteditems.issues
    
    To test:
    - save and run this sql query in reports: select sum(if(issues is null,1,0)),sum(if(issues=0,1,0)) from items
    - you should see a lot of nulls and no zeros
    - apply patch
    - updatedatabase
    - re-run your query and see that your nulls have changed to zeros
    - create a new item
    - rerun your query and see your new item is counted in the zeros, not the nulls
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    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 02896efdf347adbfa0cb262c9b7d46e11dbe4866)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Items.pm                            |  5 +----
 Koha.pm                                |  2 +-
 Koha/Schema/Result/Deleteditem.pm      |  8 ++++++--
 Koha/Schema/Result/Item.pm             |  8 ++++++--
 installer/data/mysql/kohastructure.sql |  4 ++--
 installer/data/mysql/updatedatabase.pl | 10 ++++++++++
 t/db_dependent/Items.t                 |  4 ++--
 7 files changed, 28 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list