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, 18.05.x has been updated
       via  c15a41bcddcd052d3e8f79af35cb2c4118e567a8 (commit)
       via  7037e350d6f005c5f66bdba40fcefea471618659 (commit)
       via  ec1145c148aefc5ea37a9dfbb5827da14e1d839d (commit)
      from  4a3217f16fb5d058ed49f9c80d6dd11a425993b9 (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 c15a41bcddcd052d3e8f79af35cb2c4118e567a8
Author: Fridolin Somers <[email protected]>
Date:   Thu Mar 7 14:46:29 2019 +0100

    Bug 21832: add is_expired to ILS-DI example
    
    Test plan :
    1) Apply patch
    2) Enable ILS-DI
    3) Go to <opac 
URL>/cgi-bin/koha/ilsdi.pl?service=Describe&verb=GetPatronInfo
    4) Check you see is_expired in example response
    
    Signed-off-by: Jonathan Druart <[email protected]>
    
    Signed-off-by: Nick Clemens <[email protected]>
    (cherry picked from commit c0df2d0e8612e1ca428f51462fcfb99fbc3f0009)
    Signed-off-by: Martin Renvoize <[email protected]>
    (cherry picked from commit fffb7b3c6a3762683920aa5448a6128944bf21e1)
    
    Signed-off-by: Lucas Gass <[email protected]>

commit 7037e350d6f005c5f66bdba40fcefea471618659
Author: Fridolin Somers <[email protected]>
Date:   Tue Feb 12 15:52:22 2019 +0100

    Bug 21832: add unit test
    
    Adds a check that is_expired exists in service GetPatronInfo.
    
    Test plan :
    Run : prove t/db_dependent/ILSDI_Services.t
    
    Signed-off-by: Josef Moravec <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    Amended patch: remove ref to bug number, we have git for that
    
    Signed-off-by: Nick Clemens <[email protected]>
    (cherry picked from commit 20ce110f5c656f51bad262708d4b577568c1a52a)
    Signed-off-by: Martin Renvoize <[email protected]>
    (cherry picked from commit 4e305856af7b713868206e385fb1abac7a79a9d8)
    
    Signed-off-by: Lucas Gass <[email protected]>

commit ec1145c148aefc5ea37a9dfbb5827da14e1d839d
Author: Fridolin Somers <[email protected]>
Date:   Wed Nov 14 11:18:58 2018 +0100

    Bug 21832: Restore is_expired in ILS-DI GetPatronInfo service
    
    Since Bug 17578 removed C4::Member::GetMemberDetails, the information 
"is_expired" disappeared from ILS-DI service GetPatronInfo.
    
    I propose to restore in by adding the code that exisited in 
C4::Member::GetMemberDetails directly in C4::ILSDI::Services.
    
    Test plan :
    1) Enable ILS-DI webservice
    2) Choose a patron not expired
    3) Call web-service (replace X with patron's borrowernumber) :
       /cgi-bin/koha/ilsdi.pl?service=GetPatronInfo&patron_id=X
    4) You see : <is_expired>0</is_expired>
    5) Choose a patron expired
    6) Call web-service (replace X with patron's borrowernumber) :
       /cgi-bin/koha/ilsdi.pl?service=GetPatronInfo&patron_id=X
    7) You see : <is_expired>1</is_expired>
    
    Signed-off-by: Maryse Simard <[email protected]>
    
    Signed-off-by: Katrin Fischer <[email protected]>
    
    Signed-off-by: Katrin Fischer <[email protected]>
    
    Signed-off-by: Josef Moravec <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    
    Signed-off-by: Nick Clemens <[email protected]>
    (cherry picked from commit 0748911eb26f2a35d8ba881dcb92e37a979fc9a9)
    Signed-off-by: Martin Renvoize <[email protected]>
    (cherry picked from commit 531040897b2c02114fe51a6c8de338f8bb61c3cb)
    
    Signed-off-by: Lucas Gass <[email protected]>

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

Summary of changes:
 C4/ILSDI/Services.pm                              |    3 +++
 koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt |    1 +
 t/db_dependent/ILSDI_Services.t                   |    4 +++-
 3 files changed, 7 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to