[koha-commits] main Koha release repository branch master updated. v16.05.00-353-gf240a91

Git repo owner gitmaster at git.koha-community.org
Fri Jul 15 17:23:11 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  f240a91640234bf0f4e3bf6162c8fe3389db4ec2 (commit)
      from  3fe6abc9d57fc1dc9968af0b25644f4cdb2289e0 (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 f240a91640234bf0f4e3bf6162c8fe3389db4ec2
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Fri Jun 24 15:55:40 2016 -0600

    Bug 16812: Revise JS script for z3950_search.tts and remove onclick events
    
    Modify JS script to all templates for z3950_search.tt and reduce the
    redundant code
    
    This patch propose:
    -z3950_auth_search.tt has various onclick events used in links.
     Also fix: acqui/z3950_search.tt and cataloguing/z3950_search.tt
    -Trigger onclick events via JQuery .on()
    -Make a separate .js and .inc file
    -Reduce the number of line and redundant code
    -Also add Font Awesome Icons to "Select/Clear all" and "Clear search
     form" links
    
    To test:
    1-Apply bug 16600 on top
    2-Apply patch
    3-Go to Authorities > click New from Z39.50
    4-Fill some fields and click in "Clear search form" link
    5-Search under "Dalton" or another author that launch too many headings
    6-Clic in some heading and notice the dialog open, test: "Preview MARC",
      ISBD (when showed), "Import" and close the dialog "X". Use the
      "Import" from table too.
    7-Use the "next/previous page" button, change "Go to page" to number in and
      out of the range presented, also test whit a letter, etc.
    
    Go to Cataloging > New from Z39.50/SRU
    Repeat steps 3 to 6. But this time with bib records.
    
    Go to Adquisition > Open or Create a basket and choose to "Add to basket"
    button. A modal appear, chose the option "Order from external source"
    Repeat steps 3 to 6. But this thime with bib records.
    
    NOTE: The icon trash for "Clear search form" has been selected according
    with module "Advanced search" there is an icon trash with link "Clear
    fields" that has the same fuctionality.
    For some reason the image loading-small.gif does not charge all times
    when the code is get out of the template. (Fixed with this new patch)
    DataTable it is specific for each template
    
    Sponsored-by: Universidad de El Salvador
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/includes/z3950_search.inc              |   28 ++++++
 .../prog/en/modules/acqui/z3950_search.tt          |   63 ++-----------
 .../en/modules/cataloguing/z3950_auth_search.tt    |   78 +++-------------
 .../prog/en/modules/cataloguing/z3950_search.tt    |   77 +++------------
 koha-tmpl/intranet-tmpl/prog/js/z3950_search.js    |   98 ++++++++++++++++++++
 5 files changed, 158 insertions(+), 186 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/z3950_search.inc
 create mode 100644 koha-tmpl/intranet-tmpl/prog/js/z3950_search.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list