[koha-commits] main Koha release repository branch master updated. v19.05.00-928-gf1fb18c

Git repo owner gitmaster at git.koha-community.org
Thu Oct 17 16:18:04 CEST 2019


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, master has been updated
       via  f1fb18c1d1dd606251d2dda4414087509daaf48b (commit)
       via  9d33b82fe8ada8aee4e62bed5e147fe15f72e2e0 (commit)
       via  8870bc334b5de70dc4169a4ff126c3798473fcf3 (commit)
       via  195d0ba68066b109a955e8cb88a6f8bd068b9295 (commit)
       via  9fbe61180969085983fa3e3bebcc2a8212d7499b (commit)
       via  0bc8fc2787a5ef29638094a0a7ec7b47be636ae1 (commit)
       via  a24c17a2aa2053da1317c29e47a3946af2962afb (commit)
      from  480434bbf4a32750c5e47a3600b6a386d9732296 (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 f1fb18c1d1dd606251d2dda4414087509daaf48b
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Wed Oct 16 21:49:34 2019 +0000

    Bug 23812: Download icon is an upload icon
    
    Signed-off-by: cori <corilynn.arnold at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9d33b82fe8ada8aee4e62bed5e147fe15f72e2e0
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Oct 16 16:21:46 2019 +0100

    Bug 23826: Correction for missing "F" -> "OVERDUE" change
    
    When replacing F and FU with 'OVERDUE' + status in bug 22521 I missed
    the cases inside the maninvoice template. This patch should correct
    that mistake.
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8870bc334b5de70dc4169a4ff126c3798473fcf3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 16 12:25:42 2019 +0200

    Bug 23821: Remove new occurrence of create_helper_biblio
    
    create_helper_biblio subroutines have been remove from bug 21798, but
    one occurrence have been reintroduced by bug 7614. We must use
    build_sample_biblio instead.
    
    Test plan:
      prove t/db_dependent/Koha/Libraries.t
    should return green.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 195d0ba68066b109a955e8cb88a6f8bd068b9295
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Oct 15 17:28:13 2019 +0000

    Bug 23704: Typo in itemtypes.tt
    
    This patch corrects a typo:
    
    "for loans specifie in hours."
    
    corrected to "for loans specified in hours."
    
    To test, apply the patch and edit an existing item type. The description
    of the "Hourly rental charge" field should be correct.
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9fbe61180969085983fa3e3bebcc2a8212d7499b
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jun 6 19:18:19 2019 +0000

    Bug 8260: user rank order instead of absolute rank to set dropdowns on routing.pl
    
    When deleting a borrower on a routing list we leave a gap in the numbering. It appears to only be a problem when viewing
    or editing the list in the staff client.
    
    Rather than use the rank in the DB to set the values, we use the implicit order
    
    To test:
     1 - Create a subscription (or find one)
     2 - Add a routing list
     3 - Add five patrons
     4 - Delete the patron who is third in the list
     5 - Edit the routing list
     6 - Note the priority for the last patron is 1
     7 - Apply patch
     8 - Reload the page
     9 - Values look correct
    10 - Confirm reordering works as expected
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0bc8fc2787a5ef29638094a0a7ec7b47be636ae1
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Oct 11 14:18:58 2019 +0100

    Bug 23804: Correctly catch remote itemtype images
    
    Bug 20216 missed the mark and although it did start display a URL for
    the itemtype image in use, it was not limited to remote urls and as such
    broke the checked handling for displaying which local image was
    selected.
    
    Test plan:
    1) Select a local image for an itemtype.
    2) Check the correct image is displayed in the admin table.
    3) Edit the itemtype checking that the correct image is checked.
    4) Change to a remote image for the itemtype
    5) Check the correct image is displayed in the admin table.
    6) Edit the itemtype again and check that the URL still displays and is
       checked in the 'Remote image' tab.
    7) Signoff
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a24c17a2aa2053da1317c29e47a3946af2962afb
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Oct 4 14:06:27 2019 +0100

    Bug 23551: Fix AddRenewal call in circ/renew.pl
    
    Without the patch, renewing from the renewal tab/page
    led to wrong renewal/due dates.
    
    To test:
    - Check an item out to your patron account
    - Renew it from the patron account
    - Note the due date
    - Return the item
    - Check the item out again
    - Renew it using the renewal tab
    - Verify a different due date was calculated
    - Apply patch
    - Repeat test - due dates now should be the same
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 circ/renew.pl                                      |    6 +-
 .../prog/en/includes/reports-toolbar.inc           |    2 +-
 .../prog/en/modules/admin/itemtypes.tt             |   14 +++--
 .../prog/en/modules/members/maninvoice.tt          |    2 +-
 .../prog/en/modules/serials/routing.tt             |    3 +-
 t/db_dependent/Koha/Libraries.t                    |   64 +++++++-------------
 6 files changed, 40 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list