[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.05-114-g8d21d40537

Git repo owner gitmaster at git.koha-community.org
Fri May 8 23:59: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.11.x has been updated
       via  8d21d40537d5e3872b319796c72640faf079ee57 (commit)
       via  0e3ad130eaed7db3fd7d547a52420d3a3f70bc42 (commit)
       via  31dd98d6d418c0f74436a1241dd664f55e5f3d9d (commit)
       via  1aefaf9bca2022c806e07ba1cbd170336e85807a (commit)
       via  c760d0830054ccf609ea8b78eb8869338d8e288e (commit)
       via  02896efdf347adbfa0cb262c9b7d46e11dbe4866 (commit)
       via  85339f38a096c63a9794cab424b4b4d4ce94e291 (commit)
      from  9018cefc25d330355778f56159459a9f4abcf30a (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 8d21d40537d5e3872b319796c72640faf079ee57
Author: Joy Nelson <joy at bywatersolutions.com>
Date:   Fri May 8 21:26:45 2020 +0000

    DBIC update
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 0e3ad130eaed7db3fd7d547a52420d3a3f70bc42
Author: Joy Nelson <joy at bywatersolutions.com>
Date:   Fri May 8 21:22:48 2020 +0000

    Bug 23081: DBRev 19.11.05.004
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 31dd98d6d418c0f74436a1241dd664f55e5f3d9d
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>

commit 1aefaf9bca2022c806e07ba1cbd170336e85807a
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>

commit c760d0830054ccf609ea8b78eb8869338d8e288e
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>

commit 02896efdf347adbfa0cb262c9b7d46e11dbe4866
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>

commit 85339f38a096c63a9794cab424b4b4d4ce94e291
Author: Joseph Sikowitz <joe at flo.org>
Date:   Sat Apr 18 16:06:05 2020 -0400

    Bug 24750: Instructor Search Results
    
    Adds regex to the split() of the passed parameters to improve searching.
    
    Test plan
    1. Go to Course Reserves module.
    2. Press New course button.
    3. Make active the instructor search box.
    4. Start typing the last name of a patron that exists in your database.
    5. At the end of the last name type ", " and try to add a first name.
    6. The search should fail.
    7. Apply the patch.
    8. Follow steps 1-5 again.
    9. You should now be able to search using the following methods
    9a. surname, firstname
    9b. firstname surname
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 C4/Items.pm                                              |  3 ---
 Koha.pm                                                  |  2 +-
 Koha/Schema/Result/ArticleRequest.pm                     | 16 ++++++++--------
 Koha/Schema/Result/BorrowerModification.pm               |  8 ++++----
 Koha/Schema/Result/Deleteditem.pm                        |  8 ++++++--
 Koha/Schema/Result/Item.pm                               |  8 ++++++--
 circ/ysearch.pl                                          |  2 +-
 .../bug_23081-change-default-of-issues-field.perl        | 15 +++++++++++++++
 installer/data/mysql/kohastructure.sql                   |  4 ++--
 installer/data/mysql/updatedatabase.pl                   | 11 +++++++++++
 t/db_dependent/Items.t                                   |  4 ++--
 11 files changed, 56 insertions(+), 25 deletions(-)
 create mode 100644 installer/data/mysql/atomicupdate/bug_23081-change-default-of-issues-field.perl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list