[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.04-15-g006a44c

Git repo owner gitmaster at git.koha-community.org
Fri Oct 23 14:43:09 CEST 2015


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, 3.20.x has been updated
       via  006a44cc6cc4a25f95d1344318600f8a79f31b5f (commit)
       via  257950686466e169dacbd0e6e93db8b0e16005a2 (commit)
      from  2943112a2844f7106de0139bb449c3b3ef27fb02 (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 006a44cc6cc4a25f95d1344318600f8a79f31b5f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Sep 14 09:50:39 2015 +0100

    Bug 14812: Display the help in the correct language
    
    If opaclanguages != language, the language of the help page is the
    default one (en).
    
    Test plan:
    1/ Set language to en, fr-FR, ar-Arab and opaclanguages to en, fr-FR
    2/ Translate the fr-FR and ar-Arab templates.
    3/ Go on the mainpage, switch to ar-Arab, go to the help page.
    The help page content should be in Arabian, not English.
    
    Signed-off-by: Magnus Enger <magnus at libriotech.no>
    Set language = en, sv-SE, nb-NO. opaclanguage = en, nb-NO
    Went to the intranet main page, selected Swedish and clicked on help
    Without the patch, help was displayed in English
    With the patch, help was displayed in Swedish. Yay!
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit a4ee9151c195a89fe70de792a36f327baa6939f2)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 257950686466e169dacbd0e6e93db8b0e16005a2
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Oct 6 11:42:04 2015 +1100

    Bug 14861: Accession date comparison does not work in advanced search
    
    _Test plan_
    
    Prerequisites: Make sure that you have an item with a valid dateaccessioned,
    and that the bib is indexed in zebra.
    
    For the purposes of explanation, I'm going to use the date '2011-09-07'
    
    1) Go to advanced search in the staff client and choose 'Acquisition date (yyyy-mm-dd)'
    2) Enter 2011-09-07 (or the date of your choice).
    3) Click the search button - you should get your item in the search results.
    4) Return to the advanced search screen and select Acquisition date again.
    5) Enter a start and end date in the text field separated by ' - '.
    
    For example:
    
    2011-09-01 - 2011-09-30
    
    6) Click the search button -- this will return no results.
    7) Apply the patch and copy etc/zebradb/ccl.properties to whatever directory is specified
    by the koha-conf.xml referenced by $KOHA_CONF.
    8) Try the search again -- this will return the expected results
    
    Signed-off-by: Barton Chittenden <barton at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 5a9b8d9359424a3f0316f89348038fbb290e722b)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 etc/zebradb/ccl.properties |    2 +-
 help.pl                    |    4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list