[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.20-41-gb800acd

Git repo owner gitmaster at git.koha-community.org
Mon May 22 12:40:48 CEST 2017


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, 3.22.x has been updated
       via  b800acd9972387e8ff9b5834a867f2b4fef5277b (commit)
      from  babfc1c7142f691c30fcf0c17c32846ea2008571 (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 b800acd9972387e8ff9b5834a867f2b4fef5277b
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Jun 21 14:49:32 2016 -0400

    Bug 4460: Amazon's AssociateID tag not used in links so referred revenue lost
    
    Reworking based on output of:
    git grep "gp\/reader"
    Additionally, some changes might be in order though gp/reader works.
    https://affiliate-program.amazon.com/help/topic/t64/a1
    suggests using dp
    A dp was discovered, so that part of the URL was left unchanged.
    The "/ref..." part was changed to just an Amazon tag ("?tag={AAT}")
    if defined.
    
    TEST PLAN
    ---------
     1) Added:
         "100 years of Canadian foreign policy /
          edited by Robert Bothwell and Jean Daudelin."
     2) Added a second book with the word foreign in the title.
     3) Waited for reindex
     4) Checked out the Canadian foreign policy book.
     5) Applied patch
     6) Made sure that:
        - AmazonAssocTag was set to TEST (easy to notice)
        - AmazonCoverImages was set to 'Show'
        - OPACAmazonCoverImages was set to 'Show'
     7) Searched intranet for 'foreign' to find the detail page
        -- hovering over picture shows URL with ?tag=TEST in it.
     8) Went to the OPAC Detail page
     9) Toggling OPACURLOpenInNewWindow, confirmed that URL for
        the picture contained ?tag=TEST in it.
    10) Logged into the OPAC
    11) Confirmed the URL in the checked out list on your summary
        page contained ?tag=TEST in it.
    12) Confirmed the URL in the checked out list on your reading
        history page contained ?tag=TEST in it.
    13) Confirmed links worked (went to expected page)
    14) run koha qa test tools
    
    Followed test plan. Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 463c5a0f25a1e2dfc3331319bd86f17b4114821e)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit cbacb0636ecd4ab30fdb0683cf55122f3e9f3811)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/catalogue/detail.tt      |   12 +++++++++---
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt    |    9 +++++++--
 .../opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt   |    8 +++++++-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt      |   10 ++++++++--
 4 files changed, 31 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list