[koha-commits] main Koha release repository branch master updated. v3.14.00-57-g85642ed

Git repo owner gitmaster at git.koha-community.org
Wed Nov 27 19:15:25 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, master has been updated
       via  85642ededaf71b0a67805151937014f42deea2dd (commit)
      from  0c631934de5adf5c8d9d35aaaf94a19134f4a166 (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 85642ededaf71b0a67805151937014f42deea2dd
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Wed Jul 17 17:26:34 2013 +0200

    Bug 7484: keep selected values when changing search type on authority search form
    
    1) I'm on the "Search authorities" tab. I select an authority type,
       then change the active tab. The type change is lost.
    2) I'm on a tab and type a search pattern, then change tab, the string
       is lost.
    
    This behaviour is logical, given the fact that we're using tabs, but it
    would be more practical to keep the typed informations when the user
    changes the search mode.
    
    This patch add a few JQuery code to synchronise inputs between all
    tabbed authorities search forms.
    
    Test plan :
    - Go to Authorities home page : cgi-bin/koha/authorities/authorities-home.pl
    - In toolbar, "Search main heading" is selected
    - Change all inputs : authotity type, operator, term, and sort order
    - Click on "Search all headings" tab
    =>  Inputs are the same has previous tab
    - Click on "Keyword search" tab
    =>  Inputs are the same has previous tab
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Amended patch: Explicitly declare 2 new variables used.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    Works as described, Firebug doesn't show any problems with
    the Javascript.
    Could be useful for other tabbed searches like the start page
    as well.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc |    5 +++++
 1 file changed, 5 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list