[koha-commits] main Koha release repository branch master updated. v3.16.00-136-g966e70e

Git repo owner gitmaster at git.koha-community.org
Mon Jun 23 21:15:37 CEST 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  966e70e4b07d1254845748e7b4a846d0ad3ce44d (commit)
       via  c5602bf8136ec1d2d9f353cd8d55b1db784ae7b2 (commit)
      from  c81f58a1c821905fb89016487325264390065cdd (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 966e70e4b07d1254845748e7b4a846d0ad3ce44d
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Jun 23 16:36:43 2014 -0300

    Bug 12428: (QA followup) regression tests.
    
    Just that.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c5602bf8136ec1d2d9f353cd8d55b1db784ae7b2
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jun 16 12:56:24 2014 -0400

    Bug 12428 - "OPAC info" is not displayed in the OPAC
    
    The changes made by Bug 7720 ("Ambiguity in OPAC Details location")
    broke the display of OPAC branch information tooltips by making changes
    to the markup which the tooltip plugin needs to function.
    
    This patch corrects the markup to enable tooltips to work again. This
    patch also makes changes to Items.pm so that branch information tooltips
    can be shown for both home and holding branches (which are optionally
    displayed now via the changes by Bug 7720). Before this patch the
    tooltip would always display the information for the holding branch
    regardless of the OpacLocationBranchToDisplay setting.
    
    This patch also changes the footer include, adding an alias for the
    jQueryUI tooltip function to prevent conflict with Bootstrap's function
    of the same name.
    
    To test, you must have at least two libraries configured with "OPAC
    info" for display in the OPAC.
    
    Modify the holdings of a title so that there is at least one item which
    has different holding and home branches matching your library configured
    above.
    
    View the detail page for that record under various values of the
    OpacLocationBranchToDisplay system preference:
    
    - "holding library" : The table of holdings should show a column for
      only the holding library. Hovering your cursor over the library name
      should display the branch information you configured for that library
      in a tooltip .
    
    - "home and holding library" : The table of holdings should show columns
      for both home and holding library. Hovering your cursor over each
      should show the corresponding library information tooltips.
    
    - "home library" : The table of holdings should show a column for
      only the home library. Hovering your cursor over the library name
      should display the branch information you configured for that library
      in a tooltip.
    
    Signed-off-by: Christopher Brannon <cbrannon at cdalibrary.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes QA script and tests.
    Works with all settings of OpacLocationBranchToDisplay.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Items.pm                                        |    3 +-
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css         |  360 +++++++++++++++++++-
 .../bootstrap/en/includes/opac-bottom.inc          |    4 +
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |   21 +-
 koha-tmpl/opac-tmpl/bootstrap/less/opac.less       |    4 +
 t/db_dependent/Items.t                             |   45 ++-
 6 files changed, 422 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list