[koha-commits] main Koha release repository branch master updated. v3.22.00-beta-79-g30a0365

Git repo owner gitmaster at git.koha-community.org
Mon Nov 23 15:30:28 CET 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, master has been updated
       via  30a0365e915cce4e9b08bde790db69ef6d8ce9bd (commit)
       via  dd9a4ed6c6fbc078d43880e4adf8cfe28179888d (commit)
       via  b2706884a1916827229ad6f818790ec47a43cbf5 (commit)
      from  5574a2fc4952322219892bcff3ea2525fec41949 (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 30a0365e915cce4e9b08bde790db69ef6d8ce9bd
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Nov 17 17:18:05 2015 +1100

    Bug 15198: Change wording of OpacSuppression system preference
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Paragraph rewording successfully
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit dd9a4ed6c6fbc078d43880e4adf8cfe28179888d
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Nov 17 13:03:59 2015 +1100

    Bug 15198: Make OpacSuppression work even if there are no records suppressed
    
    This patch adds the Zebra special attribute 14 to ccl.properties and
    opac-search.pl, so that we can turn on OpacSuppression and still return
    results even if there are no records in Zebra for the Suppress index.
    
    _TEST PLAN_
    
    Before applying:
    
    1) Make sure that you have no suppressed records indexed in Zebra
    2) Turn on OpacSuppression system preference
    
    3) Search using a keyword which should bring up records
    4) Note that no records are returned in the results
    5) Change UseQueryParser system preference to "Try"
    6) Repeat steps 3-4
    
    Apply the patch.
    
    After applying:
    
    7) Repeat step 3 (ie search using a keyword which should bring up records)
    8) Confirm that records are appearing in the results!
    9) Change UseQueryParser system preference to "Do not try"
    10) Repeat step 3
    11) Confirm that records are appearing in the results!
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised. No more, won't need to have at least one record with the
    value "1" in the field mapped with this index. All records in OPAC returned.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit b2706884a1916827229ad6f818790ec47a43cbf5
Author: Jonathan Druart <jonathan.druart at koha-community.org>
Date:   Sun May 24 17:52:25 2015 +0200

    Bug 14264: Fix export of late orders when translated
    
    Bug 7298 tried to fix this issue, but it was not correct.
    We have 3 files in acqui/csv:
    basketgroup.tt, basket.tt and lateorders.tt
    The first 2 don't contain translatable string, and are not modified on
    translating the templates (`translate install`)
    On the contrary, lateorders.tt has some strings to translate ('Author:',
    'Published by:', etc.). After being translated, all carriage returns
    between TT tags are removed.
    
    Test plan:
    1/ choose a language and update + translate the templates
    for instance:
      cd misc/translate;
      ./translate update es-ES; ./translate install es-ES
    2/ Go to acqui/lateorders.pl using this language
    3/ Generate a csv for 1+ late orders and confirm the first line only
    contains the headers.
    
    Signed-off-by: Laurence Lefaucheur <laurence.lefaucheur at biblibre.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 acqui/lateorders-export.pl                                         |    4 +++-
 etc/zebradb/ccl.properties                                         |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/lateorders.tt    |    4 ++--
 .../prog/en/modules/admin/preferences/cataloguing.pref             |    2 +-
 opac/opac-search.pl                                                |    4 ++--
 5 files changed, 9 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list