[koha-commits] main Koha release repository branch master updated. v18.05.00-1540-g746aa64

Git repo owner gitmaster at git.koha-community.org
Mon Nov 26 15:45:27 CET 2018


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  746aa64a2949735ac9878b1fe162f877dc358fb3 (commit)
       via  6a201192895736ca058460553a627646605d71bb (commit)
       via  1b57df12d1d7b7e7939c63ff625b109b4b347ebf (commit)
       via  cce18a0399f651fd98074e76e5cf6238fa194df1 (commit)
      from  7b16603b310212cc42d2e06e4b9bcaefa4b066ea (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 746aa64a2949735ac9878b1fe162f877dc358fb3
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Nov 26 13:08:05 2018 +0000

    Bug 21869: Fix incorrect value setting in DB update
    
    To test:
    1 - Set some value for MarkLostAsReturned syspref
    2 - Set your db version to 17.12.00.035 (or load an older db)
    3 - updatedatabase
    4 - Note your values are lost and db is incorrectly set
    5 - Apply patch
    6 - Reset values
    7 - Reset DB version
    8 - Run updatedatabase
    9 - Original values are retained
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 6a201192895736ca058460553a627646605d71bb
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Nov 26 10:30:12 2018 +0100

    Bug 21878: (follow-up) Fix a few uri filter in facets
    
    We need to adjust a few query_cgi | uri filters here too.
    Note that sort_by should be filtered by uri, not url.
    
    Similar change on staff side.
    
    Test plan:
    Toggle Show all items/Limit available items.
    Check: git grep -l "query_cgi | uri"
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 1b57df12d1d7b7e7939c63ff625b109b4b347ebf
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Nov 26 10:10:37 2018 +0100

    Bug 21878: (follow-up) Fix a few query_cgi filters in opac-search-history
    
    We need to replace the uri filter on query_cgi to make some URLs work.
    
    Test plan:
    Check if the links on user page, search history work for biblio and auth
    in current and previous release.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit cce18a0399f651fd98074e76e5cf6238fa194df1
Author: Nazlı Çetin <nazli at devinim.com.tr>
Date:   Fri Nov 23 14:23:07 2018 +0000

    Bug 21878: To fix pagination problem in OPAC
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 installer/data/mysql/updatedatabase.pl                       |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc          |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc    |    4 ++--
 koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc   |   10 +++++-----
 .../opac-tmpl/bootstrap/en/modules/opac-search-history.tt    |    8 ++++----
 5 files changed, 13 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list