[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.11-5-gc15a41b

Git repo owner gitmaster at git.koha-community.org
Wed Mar 27 01:12:49 CET 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, 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 <fridolin.somers at biblibre.com>
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 <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit c0df2d0e8612e1ca428f51462fcfb99fbc3f0009)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit fffb7b3c6a3762683920aa5448a6128944bf21e1)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 7037e350d6f005c5f66bdba40fcefea471618659
Author: Fridolin Somers <fridolin.somers at biblibre.com>
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 <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Amended patch: remove ref to bug number, we have git for that
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 20ce110f5c656f51bad262708d4b577568c1a52a)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 4e305856af7b713868206e385fb1abac7a79a9d8)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit ec1145c148aefc5ea37a9dfbb5827da14e1d839d
Author: Fridolin Somers <fridolin.somers at biblibre.com>
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 <maryse.simard at inlibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 0748911eb26f2a35d8ba881dcb92e37a979fc9a9)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 531040897b2c02114fe51a6c8de338f8bb61c3cb)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

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


More information about the koha-commits mailing list