[koha-commits] main Koha release repository branch master updated. v3.18.00-339-g6b12857

Git repo owner gitmaster at git.koha-community.org
Tue Feb 17 03:37:29 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  6b12857de2ee915b8d4cf1ef78e212ed9e1d53b1 (commit)
       via  82f62dc9c6d0a608c3667e67b935c9f1e8522042 (commit)
       via  957e65c748359e5dbbed176b564a578d84479821 (commit)
       via  39c22b1a6a744d6b4c50c3a4b62295ab3a601636 (commit)
       via  b678301e46c92cb10a5813da013e25467738e363 (commit)
      from  b280b4890c813b5535b6e98b27c390d9af10551a (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 6b12857de2ee915b8d4cf1ef78e212ed9e1d53b1
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Dec 9 13:00:02 2014 -0500

    Bug 7741 [Follow-up] Clear search terms in Z3950 search page
    
    This patch makes a follow-up change and takes as its basis a dependency
    on Bug 13218 - usability enhancement for z39.50 search. If we have a
    one-column search form it's possible to put the "Clear search form" link
    at the bottom of the form rather than in the header, logically
    associating it with the grouping of form fields which will be affected.
    
    Doing so also allows us to eliminate all the custom styling which was an
    issue for QA.
    
    Other changes made by this patch: Fixing the indentation
    error, correcting the case of the link text ("Clear search form" instead
    of "Clear Search Form"), and adding "preventDefault()" to the click
    handler so that clicking the link doesn't scroll the user back to the
    top of the page.
    
    To test, apply the previous patch and this one on top of Bug 13218.
    Repeat the test plan.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 82f62dc9c6d0a608c3667e67b935c9f1e8522042
Author: Thomas Misilo <misilot at users.noreply.github.com>
Date:   Tue Dec 2 20:15:07 2014 -0500

    Bug 7741: Added Clearing Capability to the Z39.50 Search fields
    
    Tested in:
    /koha/cataloguing/z3950_auth_search.pl
    (Home:Authorities:New from Z39.50)
    
    /koha/cataloguing/z3950_search.pl
    (Home:Cataloging:New from Z39.50/SRU)
    
    /koha/acqui/z3950_search.pl
    (Home:Acquisitions:[Bookshop]:[Basket]:Order from external source)
    
    All three forms can now be cleared.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 957e65c748359e5dbbed176b564a578d84479821
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Feb 5 12:19:38 2015 -0500

    Bug 13672 - OPAC locks up browser when browsing items from series link with NoveList and OpacHighlightedWords
    
    It appears that an empty string is sneaking into the list of words
    to highlight and that is causing the browser to freak out.
    
    Test Plan:
    1) Enable NoveList
    2) Enable OpacHighlightedItems
    3) Search a title with a series (i.e. The Hunger Games)
    4) Click into the record
    5) Click on the series to search it
    6) Click on a title in the search results
    7) If Firefox doesn't crash, it gives the unresponsive script message
    8) Apply this patch
    9) Repeat steps 3-6
    10) Browser doesn't freak our
    
    Signed-off-by: Jason Robb <jrobb at sekls.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    could not confirm the problem, but small change and
    highlighting terms on result list and couldn't find any
    regressions in highlighting.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 39c22b1a6a744d6b4c50c3a4b62295ab3a601636
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Feb 13 13:30:56 2015 +0100

    Bug 13700: Fix item search templates for translation
    
    Since translator rebuild HTML tags with double quotes for attributes
    values, use double quotes in english template too and escape them with
    backslash.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    It works well!!
    
    Test:
    1) Intall translation  (de-DE, es-ES)
    2) to Go to item search, in english, do a search that gives results
    3) Switch language, repeat search, result's table does not render
    4) Apply patch
    5) Install translation again
    6) Repeat 3, now results are displayed
    
    No koha-qa errors
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b678301e46c92cb10a5813da013e25467738e363
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Feb 9 17:43:48 2015 +0100

    Bug 13684: C4::Budgets should not be used in C4::Output
    
    Bug 12844 removed the call to C4::Budgets::GetCurrency.
    The use of this module can be completely removed from C4::Output.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    It makes sense and no runtime errors found.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

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

Summary of changes:
 C4/Output.pm                                               |    1 -
 .../prog/en/includes/catalogue/itemsearch_item.json.inc    |   12 +++++++++---
 .../intranet-tmpl/prog/en/modules/acqui/z3950_search.tt    |    5 +++++
 .../prog/en/modules/cataloguing/z3950_auth_search.tt       |    5 +++++
 .../prog/en/modules/cataloguing/z3950_search.tt            |    5 +++++
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt    |    1 +
 6 files changed, 25 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list