[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.03-79-gaf0441d613

Git repo owner gitmaster at git.koha-community.org
Fri Mar 13 02:47:18 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, 19.11.x has been updated
       via  af0441d6139d6bf7bc1f5fc70f2ff869cac34b37 (commit)
       via  b8b8ca7b2cdfa7ef55b552d4fcc7fee4bf04bf53 (commit)
       via  9ce7bc002599fcd27208029fbeef75933ff28dfe (commit)
       via  addc372890f60960622dff14e37b78a2f101750d (commit)
       via  e1f92e91dfdd1d3aeed4b4642969b3246dc92832 (commit)
      from  cec049bf80c05e6c32d29d935f6cd1421247aaac (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 af0441d6139d6bf7bc1f5fc70f2ff869cac34b37
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Jan 24 12:23:39 2020 +0000

    Bug 22359: Prevent undercollection at the server
    
    This patch adds some additional handling to prevent undercollection of
    fees at the server side.
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit b8b8ca7b2cdfa7ef55b552d4fcc7fee4bf04bf53
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Nov 20 16:01:56 2019 +0000

    Bug 22359: Improvements to payment collection inputs
    
    This patch attempts to clarify the uses of the various input fields on
    the paycollect screens.
    
    It does this by adding validation to the form such that entering a
    'collected' value that is lower than the 'paid' value is now forbidden.
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 9ce7bc002599fcd27208029fbeef75933ff28dfe
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Feb 18 00:59:05 2020 +0000

    Bug 24676: Remove <p/> typo in opac-auth.tt
    
    This patch removes some trivial invalid HTML from opac-auth.tt
    
    Test plan:
    1. Apply patch
    2. As an unauthenticated user, try to place a hold on a search result
    e.g. http://localhost:8080/cgi-bin/koha/opac-reserve.pl?biblionumber=29
    3. View source or use an inspector to see there is no <p></p> block
    between <input type="submit" value="Log in" class="btn"> and
    <div id="nologininstructions">
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit addc372890f60960622dff14e37b78a2f101750d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Feb 21 14:35:30 2020 +0100

    Bug 17896: Remove duplicated use statements
    
    and remove uneeded '&'
    
    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 e1f92e91dfdd1d3aeed4b4642969b3246dc92832
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Feb 21 12:56:53 2020 +0000

    Bug 17896: load BakerTaylor module with use
    
    We are incinsistent here, Amazon and Syndetics module are always loaeded in some places
    BakerTaylor is conditional everywhere, and causes issues under plack
    
    For simplicity sake I think we should just load this (small) module where it might be needed
    
    To test:
    1 - Disable Baker and Taylor images
    2 - Restart plack
    3 - Visit opac-readingrecord, opac-detail, opac-search, opac-shelves, opac-user
        Log in to opac
        Virew your reading history
        Make/view a list
        Search the catalog
        Look at an individual title
    4 - Enable BakerTaylorEnabled
        If you don't have Baker and Taylor credentials, simply fudge them with bad data and enable
    5 - Repeat steps above, in the word of Joubu "Kaboom"
    6 - Apply patch
    7 - Repeat 1-4
    8 - You shoudl be able to load all the pages after enabling the pref
    
    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:
 .../prog/en/modules/members/paycollect.tt          | 31 +++++++++++++++++-----
 .../opac-tmpl/bootstrap/en/modules/opac-auth.tt    |  1 -
 members/paycollect.pl                              |  8 +++++-
 opac/opac-detail.pl                                |  8 +-----
 opac/opac-readingrecord.pl                         |  8 +-----
 opac/opac-search.pl                                |  8 +-----
 opac/opac-shelves.pl                               |  1 +
 opac/opac-user.pl                                  |  8 +-----
 8 files changed, 36 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list