[koha-commits] main Koha release repository branch master updated. v3.14.00-426-g432fce6

Git repo owner gitmaster at git.koha-community.org
Tue Feb 18 21:49:07 CET 2014


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  432fce68eab71059ce797cbd6ee26a340009a208 (commit)
      from  1db56c834b297eb7fd968691f66ef3517771cba5 (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 432fce68eab71059ce797cbd6ee26a340009a208
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Feb 12 12:19:02 2014 -0500

    Bug 11753 - Replace jQuery qTip plugin with Bootstrap tooltip on patron search form
    
    The qTip plugin is out of date and incompatible with recent versions of
    jQuery. This patch replaces use of qTip on the patron search form with a
    Bootstrap tooltip implementation.
    
    To test, apply the patch and view /cgi-bin/koha/members/members-home.pl
    
    - Expand the patron search form by clicking the [+]
    - Change 'search fields' from 'Standard' to 'Date of birth'
    - A tooltip should appear giving details about the date format required
    - Change the 'search fields' to something else. The tooltip should not
      appear.
    
    Revision: Removed inclusion of qTip plugin from global header include.
    The other instance of qTip usage occurs on a page which loads the plugin
    separately.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../prog/en/includes/doc-head-close.inc              |    1 -
 .../intranet-tmpl/prog/en/includes/patron-search.inc |   18 ++++++------------
 2 files changed, 6 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list