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

Git repo owner gitmaster at git.koha-community.org
Thu Mar 5 02:03:12 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  30145385916935464ccbc52a1a13755464863ef9 (commit)
       via  905c0bc5e0831148c8334a92863ec9289e2c67b5 (commit)
       via  e9f0e0c6308746cc83e0aa0bbb4309c9f9013c8e (commit)
       via  5b043c6b4cd71455e0c342d74b9952d8231d069b (commit)
       via  fdb9bbe40ad60ab7da6153c836396c395b6df3a7 (commit)
       via  1914e1016cd9b0315dc19d1c22cdbc6eec7efe40 (commit)
       via  0dac0b874779bc7617490199944af1d2b807e656 (commit)
      from  fdc568afa932a03838b71679fbd4d1c50c9ed0cc (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 30145385916935464ccbc52a1a13755464863ef9
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Nov 22 19:29:53 2019 +0000

    Bug 11281: Printing holds awaiting pickup prints both tabs
    
    This patch adds columns configuration to the holds awaiting pickup
    tables. Doing so helps solve the printing issue by adding a "Print"
    option to both tables. Using this print function will provide a
    printable version of only that table.
    
    To test you should have multiple holds in your system which are marked
    "waiting" and some which have been waiting longer than the value
    specified in the ReservesMaxPickUpDelay system preference.
    
    Apply the patch and go to Circulation -> Holds awaiting pickup.
    
     - On both the "Holds waiting" and "Holds waiting over..." tabs the
       DataTable should display correctly and all the controls should work,
       including the columns settings and the choices in the export menu.
     - Confirm that the "Print" action creates a printable version of only
       the table you are viewing.
    
     - Go to Administration -> Columns settings -> Circulation.
     - Change some visibility controls for the tables under the
       "holds_awaiting_pickup" heading (id=holdso and id=holdst). Confirm
       that these changes are reflected in the "Holds waiting" interface.
    
    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>

commit 905c0bc5e0831148c8334a92863ec9289e2c67b5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 6 15:37:38 2019 -0500

    Bug 22860: Remove 1 remaining patron after authentication.t is ran
    
    Test plan:
    0/ Do not apply the patch
    1/ select count(*) from borrowers;
    2/ Run the tests
    => Notice that you have 1 more patron
    3/ Apply the patch and repeat 1/ and 2/
    => Notice that you have the same number of patrons before and after the
    tests
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    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>

commit e9f0e0c6308746cc83e0aa0bbb4309c9f9013c8e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Feb 3 17:31:42 2020 +0100

    Bug 24516: Add account_type to the columns settings on boraccount
    
    The column was missing from the yml file.
    
    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>

commit 5b043c6b4cd71455e0c342d74b9952d8231d069b
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Jan 20 12:41:51 2020 +0000

    Bug 13305: Remove tabindex from PrepareItemsRecordDisplay
    
    Test plan:
    Check the tab order of the item block on additem.pl (item editor),
    Acquisition (neworderempty or addiso2709), serials-edit.pl.
    You could also check services/itemrecorddisplay.pl and pass a
    biblionumber; this script is used in additem.js for cataloguing and
    acquisition.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    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>

commit fdb9bbe40ad60ab7da6153c836396c395b6df3a7
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Feb 7 16:52:52 2020 +0000

    Bug 16719: (QA follow-up) Remove tabs
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 1914e1016cd9b0315dc19d1c22cdbc6eec7efe40
Author: Oliver Behnke <oliver.behnke at aei.mpg.de>
Date:   Fri Feb 7 12:35:21 2020 +0000

    Bug 16719: (follow-up) Update check on password mapping
    
    Change to allow for unmapped default passwords
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 0dac0b874779bc7617490199944af1d2b807e656
Author: Oliver Behnke <oliver.behnke at aei.mpg.de>
Date:   Fri Feb 7 12:31:31 2020 +0000

    Bug 16719: Pass through undef rather than empty string in LDAP mapping
    
    Nullable DB fields should be passed null in cases where ldap fields are
    empty and not replaced with empty strings.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 C4/Auth_with_ldap.pm                               |  6 +--
 C4/Items.pm                                        | 10 ++---
 admin/columns_settings.yml                         | 51 ++++++++++++++++++++++
 .../prog/en/includes/waiting_holds.inc             |  2 +-
 .../prog/en/modules/circ/waitingreserves.tt        | 32 ++++++++++----
 t/db_dependent/selenium/authentication.t           |  2 +
 6 files changed, 86 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list