[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.05-32-gda2dfc0

Git repo owner gitmaster at git.koha-community.org
Sun Nov 29 21:47:33 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, 3.20.x has been updated
       via  da2dfc07e3391492ae218389467d2959d92cec3e (commit)
       via  899b8e9ea338feb2ba69e1901db744a7ad711964 (commit)
       via  219df070e8beaede19914e995e7eb60be37ae854 (commit)
      from  d4870cbf99c7f7633314c5f6d2411a40e9898a4a (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 da2dfc07e3391492ae218389467d2959d92cec3e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 10 09:06:32 2015 +0000

    Bug 14575: Fix typo in opac-basket.tt
    
    No more typo in the codebase.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit a0460ecc0abbe5f69554ab3885775e55b6a25fe0)

commit 899b8e9ea338feb2ba69e1901db744a7ad711964
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Nov 9 11:01:02 2015 +0000

    Bug 14575: Fix typo OPACurlOpenInNewWindow vs OPACURLOpenInNewWindow
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 004fa5ac4448fc1dedf9a74774b2ee0b1ec67f77)

commit 219df070e8beaede19914e995e7eb60be37ae854
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Jul 21 13:09:39 2015 +1000

    Bug 14575: OPACURLOpenInNewWindow should apply to item-level urls too
    
    This patch applies the OPACURLOpenInNewWindow system preference
    to item-level urls (in addition to the pre-existing bib-level url
    handling).
    
    _TEST PLAN_
    
    Before applying:
    
    1) Set OPACURLOpenInNewWindow to "don't" and click on an item-level url
    2) Note that the current tab changes to that url
    3) Set OPACURLOpenInNewWindow to "do" and click on an item-level url
    4) Note that the current tab changes to that url
    
    Apply the patch.
    
    After applying:
    
    5) Click on an item-level url
    6) Note that the url opens in a new tab (as OPACURLOpenInNewWindow
    should be set to "do")
    7) Set OPACURLOpenInNewWindow to "don't" and click on an item-level
    url
    8) Note that the url opens in the current tab
    
    9) Repeat the above steps 5-8 alternating
    "TrackClicks" between "Don't track" and either "Track" or
    "Track anonymously".
    
    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: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit e815d1e010a20b73327cba1eaa78d08f06ec50a8)

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

Summary of changes:
 .../opac-tmpl/bootstrap/en/modules/opac-basket.tt    |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt    |   18 +++++++++++++-----
 2 files changed, 14 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list