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

Git repo owner gitmaster at git.koha-community.org
Fri Sep 4 23:00:35 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  4a2e76d83ae76f72365f663effa372d018638856 (commit)
      from  b8d9d6242d837162e210c7adfd486521a6246733 (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 4a2e76d83ae76f72365f663effa372d018638856
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Jul 29 10:56:37 2020 +0000

    Bug 25639: Add search query strings as global javascript variables
    
    To test:
    1 - Search on OPAC for "qwertyuiop"
    2 - View the HTML source
    3 - Find 'qwertyuiop' in the source, it is not easily accessible via JS
    4 - Apply patch
    5 - Repeat
    6 - Note that now there are global variables with the query strings
    7 - Add to OpacUserJs:
        console.log( query_desc );
        console.log( querystring );
        console.log( query_cgi );
    8 - Reload page and confirm variables are warned in the JS console (Press F12)
    9 - Sign off
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    
    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 cf93255428125241745faaaec0a0b1f8455c7526)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc | 6 ++++++
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt  | 2 --
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list