[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.02-120-gb078794fcb

Git repo owner gitmaster at git.koha-community.org
Tue Feb 11 00:47:36 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  b078794fcb1705769dd78e5b156b3def35d7e195 (commit)
       via  11b54eb159e49abe563d655bb031ca5c1aa9ea8f (commit)
       via  cd38080ac485e7b2c176c2d4cb9ec23bea8fe997 (commit)
      from  c26795499754fd62448210faeab62c4c8b9ca4da (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 b078794fcb1705769dd78e5b156b3def35d7e195
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Oct 25 08:49:15 2019 +0000

    Bug 23896: logaction should pass the correct interface to Koha::Logger
    
    Trivial fix.
    
    Test plan:
    Run t/db../Log.t to ensure that we did not break stuff.
    If you set opac to debug in log4perl config, inspect opac-error.log to see
    if you have extra loglines from running the test script.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize 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>

commit 11b54eb159e49abe563d655bb031ca5c1aa9ea8f
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Jan 12 11:16:05 2020 +0100

    Bug 17697: Improve NotesBlacklist system preference description
    
    - Switched 'separator' for more common 'tab' and rephrased sentence
    - Added examples
    - Added note to use hidden settings for hiding in other spots.
    
    To test:
    - Search for NotesBlacklist system preference and read the description
    - Apply patch
    - Refresh and read again
    - If improved, sign off.
    
    Signed-off-by: David Nind <david at davidnind.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>

commit cd38080ac485e7b2c176c2d4cb9ec23bea8fe997
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jan 30 10:51:51 2020 +0100

    Bug 24542: (bug 23049 follow-up) Add missing use statement in Koha::Account
    
    Fix the following error when an item is checked out and that
    ManInvInNoissuesCharge is turned off:
    Can't locate object method "search" via package "Koha::Account::DebitTypes"
    
    Test plan:
    0/ Turn off ManInvInNoissuesCharge
    1/ Check an item out
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 C4/Log.pm                                                           | 2 +-
 Koha/Account.pm                                                     | 1 +
 .../prog/en/modules/admin/preferences/cataloguing.pref              | 6 ++++--
 3 files changed, 6 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list