[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.07-64-geaaea517c8

Git repo owner gitmaster at git.koha-community.org
Thu Feb 13 00:44:27 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.05.x has been updated
       via  eaaea517c831d507b3935bb03ec3f9c069a379f4 (commit)
      from  db45e7458e74e03c3c590c980a062fe77e47ffc0 (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 eaaea517c831d507b3935bb03ec3f9c069a379f4
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Nov 30 12:23:43 2018 -0500

    Bug 20292: Filter/censor info sent via SIP
    
    Some libraries would like to limit the amount of personal information a SIP server sends
    to arbitrary parties on a per-login basis.
    
    Test Plan:
    1) Add a new key/value pair to one of your existing login stanzas in your SIP config file
       For example: hide_fields="BD,BE,BF,PB"
    2) Restart SIP
    3) Send a SIP message that would normally return those fields ( in this example, a Patron Information Request )
    4) Note the response has had those fields removed
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Christopher Davis <tubaclarinet at protonmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 14af35852edf33f05883184cc451662438114c12)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/SIP/ILS/Patron.pm         |   2 +-
 C4/SIP/Sip.pm                |  14 +-
 C4/SIP/Sip/MsgType.pm        | 313 ++++++++++++++++++++++---------------------
 etc/SIPconfig.xml            |   3 +-
 t/db_dependent/SIP/Message.t |  12 +-
 5 files changed, 184 insertions(+), 160 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list