[koha-commits] main Koha release repository branch master updated. v19.05.00-348-g08a86c2

Git repo owner gitmaster at git.koha-community.org
Mon Jul 15 14:04:05 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  08a86c233576323f3d347a43690124c6fc8a0073 (commit)
       via  d7fec3af88d0ba6c2ae3246df47ee5ce29ebf78c (commit)
       via  7e29b5775f4c378e93f5a4b06f90b50f14a6c1e1 (commit)
       via  f897ff77c8774b1ad942665fc18b7a012312240f (commit)
       via  17a71b990076efd04c15de6b3165c33fffe037a3 (commit)
       via  f829221f818c1f7b7779f4bd74f633206deda2e1 (commit)
      from  68eeefa07edfd7f45546b9ad5eb72627502fc5e0 (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 08a86c233576323f3d347a43690124c6fc8a0073
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Jul 15 12:37:42 2019 +0100

    Bug 22709: (RM follow-up) AddBiblio returns a list not a scalar
    
    AddBiblio was being called in scalar context in
    Biblio_and_Items_plugin_hooks.t and this was leading to difficult to
    reproduce test failures. If the tests was run after any other test that
    also called AddBiblio then it would fail, but if it was run as the first
    test it would pass. This is due to a fluke in processing which meant the
    the final return value of the list (itemnumber) happened to match a
    biblionumber.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d7fec3af88d0ba6c2ae3246df47ee5ce29ebf78c
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Jun 11 14:31:48 2019 +0000

    Bug 11642: change / to and in related tools menu
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 7e29b5775f4c378e93f5a4b06f90b50f14a6c1e1
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jun 10 13:30:56 2019 +0000

    Bug 11642: (follow-up) Improve Batch patron deletion and anonymization GUI to make consequences clearer
    
    This patch makes some template changes to try to make this interface
    more consistent with other areas of Koha and to make warnings more
    clear.
    
    I have also changed the phrase "deletion/anonymization" to "deletion and
    anonymization."
    
    To test, apply the patch and test the patron deletion and anonymization
    process and confirm that the interface is clear and works well.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f897ff77c8774b1ad942665fc18b7a012312240f
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jun 6 15:16:35 2019 +0000

    Bug 11642: Add confirmation and tooltips to batch deletion tool
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 17a71b990076efd04c15de6b3165c33fffe037a3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Apr 28 20:55:02 2019 -0400

    Bug 21027: Fix checkout statistics if 1+ of the fields is not defined
    
    TEST
    
    - Use a patron who hasn't checked out items before
    - Set  StatisticsFields to itype|ccode
    - Check out some items without location
    - Verify that statistics stable shows the correct number of checkouts
    - Check out one item with a location or just change one of your checked out items
    - Verify the total is still correct
    - Change  StatisticsFields to location|itype|ccode
    - Verify the total has changed now - it's only 1 (the one with a location)
    
    Apply the patch and try again
    
    Signed-off-by: Chris Cormack <chrisc 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>

commit f829221f818c1f7b7779f4bd74f633206deda2e1
Author: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
Date:   Fri Jul 12 15:37:26 2019 +0100

    Bug 23308: Change html to filter to $raw
    
    This patch changes the erroneous html filter to $raw
    
    Test plan:
    - Apply patch
    - Enter some HTML into the OpacMaintenanceNotice syspref
    - View the OPAC front page
    => TEST: Observe that the notice displays correctly and the HTML is not
    escaped
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: frederik chenier <frederik.chenier at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/includes/tools-menu.inc  |    2 +-
 .../prog/en/modules/tools/cleanborrowers.tt        |   79 +++++++++++++-------
 .../prog/en/modules/tools/tools-home.tt            |    2 +-
 .../opac-tmpl/bootstrap/en/modules/maintenance.tt  |    2 +-
 members/statistics.pl                              |    5 +-
 .../Koha/Plugins/Biblio_and_Items_plugin_hooks.t   |    2 +-
 6 files changed, 59 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list