[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.06-7-g095948c43f

Git repo owner gitmaster at git.koha-community.org
Wed Jun 10 00:27:53 CEST 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  095948c43fafb46d8e10d76b09e5a5c0484412d1 (commit)
       via  6a479c5a752c836788f9e9f086ffa3c2a17ad576 (commit)
       via  6eef54e9407dbf7e65a05022fbaa8fe09bf859d3 (commit)
       via  c5d8ee7651da7732990139682c1ad404d17a9d7f (commit)
       via  e42359b1f53937afc2f14b6d35b7b2758fcb0a9d (commit)
       via  95c56339b9d0de7a8b5d10a77b52917ec79ff1fe (commit)
      from  74b4b64bf94ec60c2b6a01e4dbfad67216ffeeb1 (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 095948c43fafb46d8e10d76b09e5a5c0484412d1
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Fri Feb 7 13:49:46 2020 +0200

    [SIGNED-OFF] Bug 22522: [19.11.x] Fix several REST API tests
    
    Fixes among others the invalid use of json_has() which caused broken tests to pass with older Mojolicious versions.
    
    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: Aleisha Amohia <aleishaamohia at hotmail.com>

commit 6a479c5a752c836788f9e9f086ffa3c2a17ad576
Author: Mason James <mtj at kohaaloha.com>
Date:   Tue Feb 4 17:20:27 2020 +1300

    [SIGNED-OFF] Bug 22522: [19.11.x] Fix route typo
    
    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: Aleisha Amohia <aleishaamohia at hotmail.com>

commit 6eef54e9407dbf7e65a05022fbaa8fe09bf859d3
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Wed Jan 29 13:24:15 2020 +0200

    [SIGNED-OFF] Bug 22522: [19.11.x] Add support for current Mojolicious and related packages
    
    This patch allows tests to succeed with the following versions:
    JSON::Validator 3.18
    Mojolicious 8.32
    Mojolicious::Plugin::OpenAPI 2.21
    
    Also Mojolicious::Plugin::OpenAPI version 1.17 and later 1.x versions now work.
    
    Calling valid_input in under() would cause ' Use of uninitialized value $_[2] ' in more recent OpenAPI plugins, so that was changed too. As far as I can see this does not affect authorization.
    
    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: Aleisha Amohia <aleishaamohia at hotmail.com>

commit c5d8ee7651da7732990139682c1ad404d17a9d7f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri May 8 16:13:40 2020 +0000

    Bug 25428: Correctly encode link if authority subfield is a URL
    
    This patch modifies the script and template for showing the details of
    an authority record so that if the authority subfield is configured to
    be a link the link is correctly output in the template.
    
    To test you must have an authority type configured with at least one
    subfield designated as a URL:
    
     - Go to Administration -> Authority types
     - Select "MARC structure" from the actions menu for the authority type
       you want to modify.
     - Select "Subfields" from the actions menu for the tag containing
       the subfield you want to modify (for instance 856).
     - Edit the subfield you want to display as a link (e.g. subfield u).
     - In the subfield configuration form under "Advanced constraints" check
       the "Is a URL" checkbox and save your changes.
    
     - Apply the patch and go to Authorities in the staff interface.
     - Search for or create an authority record which contains URL
       information in the right subfield (for instance 856$u).
     - View the details for the record. Using the 856 example, the "8" tab
       should contain an active link pointing to the correct URL.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 1bcc45be621b19dc602d675ca10d844301496b06)
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit e42359b1f53937afc2f14b6d35b7b2758fcb0a9d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 11 10:58:15 2020 +0200

    Bug 25452: Restore alternate address email display
    
    Broken since
      commit 0ab22e1c7c6b6e8d14a4fb7478ab2a3d42da347d
      Bug 18789: Send Koha::Patron object to the templates
    
    Test plan:
    Create or modify a patron, fill the "email" field of the "alternate
    address" block (B_email)
    Go to the detail view of the patron
    => Without this patch the email is not display
    => With this patch applied you see it!
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 635242a69a5ed049801d018a6be712d8dcbabb07)
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit 95c56339b9d0de7a8b5d10a77b52917ec79ff1fe
Author: Slava Shishkin <slavashishkin at gmail.com>
Date:   Thu May 14 17:53:47 2020 +0300

    Bug 25506: Fix for "Use of uninitialized value" in about.pl
    
    Perl warning on the "About Koha" page:
    
    Use of uninitialized value in string eq
    at /home/vagrant/kohaclone/about.pl line 220.
    
    Fixed by adding additional precheck for
    C4::Context->config('zebra_auth_index_mode') being Perl's "true".
    
    To test:
        1) Ensure you don't have "<zebra_auth_index_mode>...
           </zebra_auth_index_mode>" in your koha-conf.xml so you will have
           "C4::Context->config" returning "undef"
        2) Go to the "About Koha" page.
        3) Observe the warning in the log file.
        4) Apply patch.
        5) Repeat step 2.
        6) Check that previous warning was suppressed.
    
    Signed-off-by: Andreas Roussos <a.roussos at dataly.gr>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 67ff0f72854d4dabdda8cb59696f15e7b5d88c2a)
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

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

Summary of changes:
 Koha/REST/V1/Auth.pm                               |  11 +-
 about.pl                                           |   5 +-
 api/v1/swagger/x-primitives.json                   |   2 +-
 authorities/detail.pl                              |   3 +-
 .../prog/en/modules/authorities/detail.tt          |   6 +-
 .../prog/en/modules/members/moremember.tt          |   2 +-
 t/db_dependent/Koha/REST/Plugin/Objects.t          | 111 +++++----------------
 t/db_dependent/Koha/REST/Plugin/PluginRoutes.t     |  16 ++-
 t/db_dependent/api/v1/holds.t                      |   6 +-
 t/db_dependent/api/v1/libraries.t                  |  13 ++-
 t/db_dependent/api/v1/patrons.t                    |  18 ++--
 t/db_dependent/api/v1/patrons_password.t           |   4 +-
 12 files changed, 82 insertions(+), 115 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list