[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.04-16-g4154a7fbbc

Git repo owner gitmaster at git.koha-community.org
Wed Apr 1 18:03:32 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  4154a7fbbcdbe9973251185e38f2a2038a08a705 (commit)
       via  be7e2880c35be387a09dd6413eefaf04dadb7dc7 (commit)
       via  484ce7d8bdd2ca25e8e85118276f617ce9cf1e1d (commit)
      from  a0808619e86f9902546bc9d221db4c33567f2fac (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 4154a7fbbcdbe9973251185e38f2a2038a08a705
Author: Joy Nelson <joy at bywatersolutions.com>
Date:   Wed Apr 1 15:35:46 2020 +0000

    Bug 24103: DBRev 19.11.04.001
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit be7e2880c35be387a09dd6413eefaf04dadb7dc7
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Feb 14 11:34:46 2020 +0000

    Bug 24103: (follow-up) Dump query on opac authorities search
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    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>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 484ce7d8bdd2ca25e8e85118276f617ce9cf1e1d
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Nov 25 14:58:00 2019 +0000

    Bug 24103: Add option to dump search query to templates
    
    To test:
    1 - Apply patch, update database
    2 - Note new syspref 'DumpSearchQueryTemplate'
    3 - Leave it off
    4 - Enable DumpTemplateVariablesOpac and Staff
    5 - Search on staff and opac
    6 - View the source
    7 - Search for 'search_query' - you shouldn't find it
    8 - Enable the new pref
    9 - Repeat, but you should find the query
    10 - Test staff/opac search and advanced search, cataloguing search, authority search, authfinder search, adding to a basket form a new biblio
    11 - All should work and show the query
    12 - This will work under both ES and Zebra
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    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>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                                        |  2 +-
 authorities/auth_finder.pl                                     |  1 +
 authorities/authorities-home.pl                                |  1 +
 catalogue/search.pl                                            |  2 ++
 cataloguing/addbooks.pl                                        |  3 +++
 installer/data/mysql/sysprefs.sql                              |  1 +
 installer/data/mysql/updatedatabase.pl                         | 10 ++++++++++
 .../intranet-tmpl/prog/en/modules/admin/preferences/logs.pref  |  6 ++++++
 opac/opac-authorities-home.pl                                  |  1 +
 opac/opac-search.pl                                            |  2 ++
 10 files changed, 28 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list