[koha-commits] main Koha release repository branch master updated. v16.05.00-199-g6524e6d

Git repo owner gitmaster at git.koha-community.org
Fri Jun 24 15:47:20 CEST 2016


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  6524e6d95726c70b7ff6088b31692216a1956110 (commit)
      from  90a1d98e068e38e1c0655d608d98d7d88f344429 (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 6524e6d95726c70b7ff6088b31692216a1956110
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed May 18 21:23:14 2016 -0400

    Bug 16549 - Remove the use of "onclick" from header search forms
    
    This patch removes the use of "onclick" from all header search forms for
    the purpose of triggering the "keep_text" function. This behavior is now
    handled in the globally-included JS file.
    
    To test, apply the patch and clear your cache if necessary.
    
    - Enter text in any header search form field. Click to each other tab
      in the header and confirm that your text is copied to each.
    - Test the behavior of the header search form on at least one page where
      each is included:
    
      - The staff client home page
      - The advanced search page
      - The authorities home page
      - The administration home page
      - The cataloging home page
      - The checkin page
      - The circulation home page
      - The patrons home page
      - Acquisitions -> Vendor -> Contracts
      - Administration -> Cities
      - Administration -> Currencies and exchange rates
      - Administration -> Patron categories
      - Administration -> Printers (why is this page still around?)
      - Administration -> System preferences
      - Administration -> Z39.50/SRU servers
      - Tools -> Notices & slips
    
    This patch modifies does not fix the existing (unreported) bug which
    prevents the keep text function from working in the include file used on
    these pages:
    
      - Acquisitions -> Vendor -> Basket -> New order from suggestion
      - Administration -> Budgets
      - The serials home page
    
    Signed-off-by: Claire Gravely <c.gravely at arts.ac.uk>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/adv-search.inc      |    8 ++++----
 .../intranet-tmpl/prog/en/includes/authorities-search.inc    |    8 ++++----
 .../intranet-tmpl/prog/en/includes/budgets-admin-search.inc  |    6 +++---
 koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc      |    8 ++++----
 .../intranet-tmpl/prog/en/includes/cataloging-search.inc     |   10 +++++-----
 koha-tmpl/intranet-tmpl/prog/en/includes/checkin-search.inc  |    6 +++---
 koha-tmpl/intranet-tmpl/prog/en/includes/circ-search.inc     |    8 ++++----
 .../intranet-tmpl/prog/en/includes/cities-admin-search.inc   |    6 +++---
 .../prog/en/includes/contracts-admin-search.inc              |    6 +++---
 .../prog/en/includes/currencies-admin-search.inc             |    6 +++---
 koha-tmpl/intranet-tmpl/prog/en/includes/home-search.inc     |   10 +++++-----
 koha-tmpl/intranet-tmpl/prog/en/includes/letters-search.inc  |    6 +++---
 koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc   |   10 +++++-----
 .../intranet-tmpl/prog/en/includes/patrons-admin-search.inc  |    6 +++---
 .../intranet-tmpl/prog/en/includes/prefs-admin-search.inc    |    6 +++---
 .../intranet-tmpl/prog/en/includes/printers-admin-search.inc |    6 +++---
 koha-tmpl/intranet-tmpl/prog/en/includes/serials-search.inc  |    4 ++--
 .../prog/en/includes/suggestions-add-search.inc              |    4 ++--
 .../intranet-tmpl/prog/en/includes/z3950-admin-search.inc    |    6 +++---
 koha-tmpl/intranet-tmpl/prog/js/staff-global.js              |    6 +++++-
 20 files changed, 70 insertions(+), 66 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list