[koha-commits] main Koha release repository branch master updated. v19.11.00-130-g65fb973

Git repo owner gitmaster at git.koha-community.org
Thu Jan 2 17:43:34 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, master has been updated
       via  65fb97389b229c0a4de2a09570168ee4a48359bc (commit)
       via  500400077e471567197d1ad6a551c441d889e9c8 (commit)
       via  31e5359a6cd0dc1b5f02ec1930f418a1344f6478 (commit)
       via  bcd7e4c94ccc1ec14ea04d66c80b20a7aecddf96 (commit)
       via  d917d4eb9d9d1c19330710868909b50a0d715876 (commit)
      from  bebdbd535b9e28b982f615a301a2817aa1454951 (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 65fb97389b229c0a4de2a09570168ee4a48359bc
Author: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
Date:   Tue Dec 17 13:59:55 2019 +0000

    Bug 24016: (QA follow-up) Format code to adhere to perltidy format
    
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 500400077e471567197d1ad6a551c441d889e9c8
Author: Lari Taskula <lari.taskula at hypernova.fi>
Date:   Tue Nov 12 12:18:27 2019 +0000

    Bug 24016: manager_id in Koha::Patron::Message->store should not depend on userenv alone
    
    Koha::Patron::Message->store has this
    
        my $userenv = C4::Context->userenv;
        $self->manager_id( $userenv ? $userenv->{number} : undef);
    
    This breaks in REST API when userenv is not set.
    
    Let API user pass manager_id without relying on C4::Context->userenv.
    
    To test:
    1. prove t/db_dependent/Koha/Patron/Messages.t
    2. Observe success
    
    Sponsored-by: Koha-Suomi Oy
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 31e5359a6cd0dc1b5f02ec1930f418a1344f6478
Author: Lari Taskula <lari.taskula at hypernova.fi>
Date:   Tue Nov 12 12:24:30 2019 +0000

    Bug 24016: Add a failing test for overwrite-able manager_id in Koha::Patron::Message
    
    To test:
    1. prove t/db_dependent/Koha/Patron/Messages.t
    2. Observe failure
    
    t/db_dependent/Koha/Patron/Messages.t .. 2/12
       Failed test 'Manager id should be overwrite-able even if defined in userenv'
       at t/db_dependent/Koha/Patron/Messages.t line 90.
              got: '1100'
         expected: '1101'
     Looks like you failed 1 test of 12.
    t/db_dependent/Koha/Patron/Messages.t .. Dubious, test returned 1 (wstat 256, 0x100)
    Failed 1/12 subtests
    
    Sponsored-by: Koha-Suomi Oy
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit bcd7e4c94ccc1ec14ea04d66c80b20a7aecddf96
Author: Nick <nick at bywatersolutions.com>
Date:   Tue Dec 17 02:07:47 2019 +0000

    Bug 23261: (follow-up) Use logged_in_user and move test
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d917d4eb9d9d1c19330710868909b50a0d715876
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Jul 3 19:11:54 2019 +0000

    Bug 23261: Add notice for login/registering to RBdigital results
    
    To test:
     1 - You will need a valid library RBDigital account
     2 - Fill in the RecordedBooks system preferences
     3 - Open the catalog, perform a search with RBDigtal resuls, 'love' often works
     4 - Click to the results
     5 - Note if not logged you don't see availability
     6 - Log in with a patron with no email, note you do not see any notice that you must register your email with RBDigital
     7 - Apply patch
     8 - Reload results, you now see a notice to register with rbdigital, do so unless you already have an account
     9 - Add your associated email to the koha account
    10 - Reload results, note you see availability
    11 - Log out, reload results
    12 - Note you see a promp to login to see availability
    
    Signed-off-by: Jessica Zairo <jzairo at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Patron/Message.pm                             |    6 +++--
 .../en/modules/opac-recordedbooks-search.tt        |   11 +++++++--
 t/db_dependent/Koha/Patron/Messages.t              |   26 ++++++++++++++------
 3 files changed, 32 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list