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

Git repo owner gitmaster at git.koha-community.org
Fri May 8 00:34:13 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  5810b72af96a032fcf3d41b39eb0ad582117d2c1 (commit)
       via  7d69c0f10c7cb6c8b11baf55f05256684cdb0966 (commit)
       via  65783bd649ee9f794c8d4778d4e1ea3771a07db5 (commit)
       via  3759380bf5414ab181ed467dff6f84406a9d7ca0 (commit)
       via  ed6978e0971d3825f98b3840678c4a10bc7f269e (commit)
      from  ac162468290f24cdc105f8848740a52c805dd481 (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 5810b72af96a032fcf3d41b39eb0ad582117d2c1
Author: Phil Ringnalda <phil at chetcolibrary.org>
Date:   Sun Apr 19 02:37:49 2020 +0000

    Bug 20501: Don't cut strings when unhighlighting in intranet search results
    
    When you click Unhighlight on the search results of a search in the staff client
    when the search terms contain the same word twice, like "ma ma", the highlighted
    words disappear, and don't reappear if you click Highlight.
    
    This patch makes the same change to the intranet copy of jquery.highlight-3.js that
    bug 5844 made to the OPAC copy.
    
    Test plan:
    1) Without this patch, search in the intranet for ma ma and verify you have at least
       two matching records.
    2) Notice that the Ma in Material type: Book is highlighted.
    3) Click Unhighlight, and notice that it has become terial type: Book
    4) Apply this patch, repeat the search with a shift+reload to reload the .js
    5) Click Unhighlight, and verify that Material type: Book remains Material
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 7d69c0f10c7cb6c8b11baf55f05256684cdb0966
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Apr 20 18:41:37 2020 +0000

    Bug 25223: Make join of aqbasket and aqorders explicit
    
    This is simply a SQL change that makes things a bit easier to read
    and also prevents too much data being returned in a large system
    
    To test:
    1 - Have some orders in your system in the ordered status
    2 - Click the 'Ordered' amount for your budget from Acquisitions home
    3 - Note the view of orders, possibly screen shot
    4 - Apply patch
    5 - Restart all the things
    6 - Reload the ordered page
    7 - Confirm nothing has changed
    
    Signed-off-by: David Nind <david at davidnind.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 65783bd649ee9f794c8d4778d4e1ea3771a07db5
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Apr 20 08:37:10 2020 +0100

    Bug 25123: (QA follow-up) Re-used variable name
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.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 3759380bf5414ab181ed467dff6f84406a9d7ca0
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Apr 13 11:38:28 2020 +0000

    Bug 25123: Count the current fine when reducing for maxFine
    
    If maxFine is set, we total the patrons outstanding fines when making an adjustment, however, we neglect to count the amount of a currently updating fine when doing so.
    
    To test:
    1 - Set maxFine to 5
    2 - Create an overdue amount of 4.99 for a patron
    3 - Set an itemtype to have a fine of $.10 per day
    4 - Checkout an item of that type to a patron and backdate the due date so it is overdue
    5 - Run fines.pl with -v
    6 - Note the fine is reduced from $.10 (or a multiple) to .01
    7 - Run it again, a second cent is added
    8 - Repeat and note it keeps happening until the amount of the fine is reached, exceeding the maxFine setting
    9 - Apply patch
    10 - Note the fine is now reduced to 0 and nothing is added to account
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.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 ed6978e0971d3825f98b3840678c4a10bc7f269e
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Apr 13 11:38:23 2020 +0000

    Bug 25123: Unit tests
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.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>

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

Summary of changes:
 C4/Overdues.pm                                     |  1 -
 acqui/ordered.pl                                   |  4 +--
 .../lib/jquery/plugins/jquery.highlight-3.js       |  8 ++----
 t/db_dependent/Overdues.t                          | 32 +++++++++++++++++++++-
 4 files changed, 35 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list