[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.03-10-g12a02a2349

Git repo owner gitmaster at git.koha-community.org
Thu Sep 3 17:56:06 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, 20.05.x has been updated
       via  12a02a23493062a768e60333b13b323703ea6c74 (commit)
      from  75118284ed4007d024a4d6a70b970de28ee48ea1 (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 12a02a23493062a768e60333b13b323703ea6c74
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 3 15:07:24 2020 +0200

    Bug 26127: local_referer should not compare with OPACBaseURL case insensitive
    
    In our test data we have OPACBaseURL that is filled with http://kohadev.myDNSname.org:8080,
    but the CGI referer in local_referer is lowercase
    We should compare it without case sensitivity
    
    Test plan:
    - Use koha-testing-docker
    - Notice the value of OPACBaseURL
    => http://kohadev.myDNSname.org:8080
    - Use the "reports a problem" feature at the OPAC
    - Notice that the "Problem found on page" is correctly filled with the
    referer
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 7a53c5f04cf2bb03734c82e9f964f108f9198d28)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/Util/Navigation.pm  | 2 +-
 t/Koha/Util/Navigation.t | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list