[koha-commits] main Koha release repository branch master updated. v3.22.00-63-g0ca5c7e

Git repo owner gitmaster at git.koha-community.org
Wed Dec 30 04:33:59 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  0ca5c7ea4f6abfef26f4b158da1ae76210728c6a (commit)
      from  881433043903ead9d37a434342e3b998bc86c17b (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 0ca5c7ea4f6abfef26f4b158da1ae76210728c6a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Dec 4 14:32:08 2015 -0500

     Bug 15313 - Use Bootstrap modal for z39.50 search MARC and Card preview
    
    In order to reduce the number of dependencies for common interactions we
    should attempt to use Bootstrap modals in place of Greybox ones.
    
    This patch modifies the cataloging Z39.50 search results page so that
    "MARC" and "Card" previews are displayed in Bootstrap modals.
    
    Because the modal is triggered from a pop-up window, the modal has been
    reformated to exclude the footer and reduce the size of the modal
    header.
    
    To test:
    
    1. Apply the patch and navigate to Cataloging.
    2. Click the "New from Z39.50/SRU button to open the search
       window.
    3. Perform any search which will return results.
    4. Test the visible "MARC" and "Card" links for multiple results and
       confirm that the correct data is shown each time.
    5. Click anywhere in the results table to show the hidden menu and test
       the "MARC" and "Card" links it displays.
    
    Corrected: The original patch didn't address the hidden menu which
    appears if you click in any table cell.
    
    Followed test plan, works as expected (including click in table cell).
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/cataloguing/z3950_search.tt    |   33 +++++++++++++++++---
 1 file changed, 29 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list