[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.09-23-g6376a5a

Git repo owner gitmaster at git.koha-community.org
Sat Feb 9 00:56:08 CET 2013


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.8.x has been updated
       via  6376a5ac5a5d529948d636a44103c66c51472777 (commit)
       via  01f952c6241f0d8e1f6fbab0ce9df7ac5a202526 (commit)
       via  bbd98ce822363134b0b4824176020f24b9193850 (commit)
      from  abbf9e5846c57f0fb249ec02ef00d79a919983fc (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 6376a5ac5a5d529948d636a44103c66c51472777
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Fri Jan 25 16:03:05 2013 +0100

    Bug 9493: confirmations for user holds in opac are not translatable
    
    In opac-user.tt, javascript for user holds confirmations (cancel, suspend, resume) are not translatable.
    This is because text is in onclick attribute, withtout javascript method for translatable strings : _().
    
    This patch moves those strings as variables into script tag and sets them translatable.
    
    Test plan :
    - set a hold for a user
    - Go to OPAC user page "my summary"
    - click on "Cancel"
    => you get a confirmation message
    - click on "Suspend all holds"
    => you get a confirmation message
    - click on "Resume all suspended holds"
    => you get a confirmation message
    Test this is 'en' and another language.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 01f952c6241f0d8e1f6fbab0ce9df7ac5a202526
Author: David Cook <dcook at prosentient.com.au>
Date:   Wed Feb 6 13:49:28 2013 +1100

    Bug 9552 - BIB1 Relation "Greater Than" Attribute Not Mapped Properly in CCL.Properties
    
    Currently, you can use "lt,le,eq,ge" in your CCL query to handle
    "lesser than, lesser or equal to, equal to, greater than or equal
    to" relationships.
    
    The only one missing is "gt" (Bib1 2=5).
    
    The mappings are also off "ne, phonetic, stem", but those are Bib1
    attributes that Zebra doesn't support, so that's not really relevant.
    
    To test:
    
    [1] Before applying the patch, try the following query in the OPAC:
    
    pubdate,gt:2006
    
    You should get "no results found".
    
    [2] After applying the patch (and note that ccl.properties will usually
    need to be installed in the run-time Zebra configuration directory), try
    the same search.  This time, you could get back the titles whose
    publication date is after 2006.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit bbd98ce822363134b0b4824176020f24b9193850
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Jan 29 09:55:58 2013 +1100

    Bug 7507 - Audience Subtype limit on OPAC Advanced Search does not have all Audiences
    
    The OPAC audience subtype limit did not have all the audiences defined
    by the MARC record (and available in the staff client advanced search).
    It also incorrectly labelled some of the audiences that it did include.
    
    This patch copies the (correct) audiences from the staff client template
    to the OPAC template.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Test plan:
     * Search before applying by audience
     * Apply patch
     * Search by a newly appeared audience
     * Search by an audience that was there before
    
    All tests pass!
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Replace tab with 4 spaces.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 etc/zebradb/ccl.properties                         |    7 ++++---
 .../opac-tmpl/prog/en/modules/opac-advsearch.tt    |   12 ++++++++----
 koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt   |   11 +++++++----
 3 files changed, 19 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list