[koha-commits] main Koha release repository branch master updated. v16.05.00-196-gf9282ec

Git repo owner gitmaster at git.koha-community.org
Fri Jun 24 15:45:26 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  f9282eca291e44da795cc62bc8ff5593107c5cb5 (commit)
       via  480a445991b587f6bf8573861d113159c0fd4a3b (commit)
      from  24729ff8f99e3e96cb5fd1b3cd9af0616cc38e55 (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 f9282eca291e44da795cc62bc8ff5593107c5cb5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sat Jun 18 16:39:45 2016 +0100

    Bug 16490: Tidy updateLink and updateAllLinks
    
    Went through test plan, works as expected.
    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: Kyle M Hall <kyle at bywatersolutions.com>

commit 480a445991b587f6bf8573861d113159c0fd4a3b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon May 9 21:14:17 2016 -0400

    Bug 16490 - Add an "add to cart" link for each search results in the staff client
    
    This patch adds an "add to cart" link to each line of search results in
    the staff client.
    
    To test, apply the patch and clear your browser cache if necessary.
    
    - Enable the intranetbookbag system preference.
    - Perform a search which will return multiple search results.
    - Each result should have an "Add to cart" link.
      - Clicking the "Add to cart" link should add the title to the cart,
        triggering the correct pop-up message and changing the link to read
        "In your cart (remove)."
      - Clicking the "remove" link should remove the title from your cart
        and trigger the correct messages.
    - Add multiple titles to your cart and perform the same search again.
      Each result should correctly indicate which titles are already in your
      cart.
    - Open the cart popup window.
      - Check the checkbox for one or more titles in your cart and choose
        "Remove." The titles should be removed, and the "In your cart" label
        in the search results page should reflect that the titles are no
        longer in the cart.
      - Choose "Empty and close." All titles in the parent page should now
        indicate that they are not in the cart.
    - Disable the intranetbookbag preference and confirm that the "Add to
      cart" links are no longer there.
    
    Followed test plan. Works as expected.
    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: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 catalogue/search.pl                                |   12 ++++++
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |   11 +++++
 .../prog/en/includes/doc-head-close.inc            |    3 ++
 .../prog/en/modules/catalogue/results.tt           |   43 ++++++++++++++++----
 koha-tmpl/intranet-tmpl/prog/js/basket.js          |   39 ++++++++++++++++++
 5 files changed, 101 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list