[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.04-60-ga988616855

Git repo owner gitmaster at git.koha-community.org
Thu Apr 2 23:04:14 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  a9886168559f158a3c9bfcee859ffc28b6939354 (commit)
       via  49ef424bf6f96b87838bcb728196a9051010b309 (commit)
       via  913f6b9e8a8cc8dbc0481a258dea9344d2ce9ecf (commit)
       via  e8bb094e5cc42e8d2b4745b3e8d8338c816e0c17 (commit)
       via  0c3b750f1af64c201d26428d8eacbedd03f925e7 (commit)
      from  d6a0b07984ed63e91723fa484890f111077dbd10 (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 a9886168559f158a3c9bfcee859ffc28b6939354
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Mar 11 11:27:38 2020 +0000

    Bug 24839: (QA follow-up) Remove unused variables
    
    Whilst QAing I spotted a couple of unused variables in the test.. no
    harm in removing them ;)
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 49ef424bf6f96b87838bcb728196a9051010b309
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Mar 10 09:37:56 2020 -0400

    Bug 24839: Return hold info to transfer script and set borrowernumber
    
    To test:
    1 - Place a hold on an item
    2 - Go to Circulation->Transfers
    3 - Attempt to transfer item to a branch it is not expected at
    4 - No warning
    5 - Apply patches
    6 - Repeate
    7 - You get a notice that there is a hold and must deal with the hold (or ignore)
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 913f6b9e8a8cc8dbc0481a258dea9344d2ce9ecf
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Mar 10 09:59:16 2020 -0400

    Bug 24839: Unit tests
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit e8bb094e5cc42e8d2b4745b3e8d8338c816e0c17
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Mon Mar 2 18:03:54 2020 +0300

    Bug 24777: Use patron.is_debarred instead of patron.debarred in return.tt
    
    In return page return.tt, when there is an hold message, patron is said as restricted even if restriction end date is in the past.
    
    Test plan :
    1) For a patron Jon Doe create a manual restriction with end date in the past
    2) Create an hold for this patron on an item
    3) Check in this item => You don't see message "Patron is RESTRICTED"
    4) For a patron Kevin Doe create a manual restriction with end date in the future
    5) Create an hold for this patron on an item
    6) Check in this item => You see message "Patron is RESTRICTED"
    7) Repeate 1-6 with system preference HoldsAutoFill enabled
    8) Repeate 1-6 with a waiting hold
    
    Signed-off-by: Nazlı Çetin <nazli at devinim.com.tr>
    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 0c3b750f1af64c201d26428d8eacbedd03f925e7
Author: Emmi <emmi.takkinen at outlook.com>
Date:   Fri Jul 5 11:46:15 2019 +0300

    Bug 23268: Make "Suspend all holds" calendar select a date from tomorrow
    
    This patch removes "circulation" and moremember" templates functions
    for Datepicker plugin. They now use options common for all inputs with
    "datepicker" class and get "minDate" option from class "futuredate" assigned
    function in "calender.inc".
    
    To test:
    - Apply patch
    - Add holds for patron
    - Use "Suspend all holds" calendar
    =>Calendar greys out dates past from today
    
    Signed-off-by: David Roberts <david.roberts 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/Circulation.pm                                  |  3 +-
 circ/branchtransfers.pl                            |  1 +
 .../intranet-tmpl/prog/en/includes/calendar.inc    |  4 +++
 .../prog/en/modules/circ/circulation.tt            |  9 +-----
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |  6 ++--
 .../prog/en/modules/members/moremember.tt          | 10 +------
 t/db_dependent/Circulation/transferbook.t          | 32 +++++++++++++++-------
 7 files changed, 33 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list