[koha-commits] main Koha release repository branch master updated. v16.05.00-287-ge68f620

Git repo owner gitmaster at git.koha-community.org
Fri Jul 8 15:55:09 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  e68f620188b792a4ed5bfe13e0fce7f22f6a81d5 (commit)
       via  600786e7f1d0577a50f154ffead7b89f3505c977 (commit)
       via  1fcdef312be42c673d4ae017e3abe7722aba6048 (commit)
       via  2cc6e67204cfc8c4864e7a4ad938b3859ae57fbe (commit)
      from  0527388924b20bb63f38a2a4eccf9cf794faaac7 (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 e68f620188b792a4ed5bfe13e0fce7f22f6a81d5
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jun 23 14:45:34 2016 +0000

    Bug 14790 [QA Followup] - Don't show links unless OPACBaseURL is set
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 600786e7f1d0577a50f154ffead7b89f3505c977
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jun 15 14:30:18 2016 +0000

    Bug 14790 - Add OPAC view link to Serials detail
    
    Test Plan:
    1) Apply this patch
    2) Browse to subscription-detail.pl for a given serial
    3) Note the new "OPAC view" link
    4) Click the link, a new tab should open up showing the record
       details for that record in the OPAC
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 1fcdef312be42c673d4ae017e3abe7722aba6048
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jun 15 13:55:28 2016 +0000

    Bug 14790 - Add OPAC view link to items editor
    
    Test Plan:
    1) Apply this patch
    2) Find a record and open the items editor for it
    3) Click the "Actions" button for an item
    4) Choose the option "OPAC view"
    5) A new browser tab should open to the OPAC details page for the record
       whose items you are editing.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 2cc6e67204cfc8c4864e7a4ad938b3859ae57fbe
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jun 15 12:27:40 2016 +0000

    Bug 14790 - Add Opac view link to search results
    
    Test Plan:
    1) Apply this patch
    2) Perform a staff catalog search
    3) Note the new "OPAC view" link
    4) Click the link, it should open a new tab to the OPAC details for that
       record.
    
    This works fine except that it doesn't open in a new tab. I don't think
    it's the fault of the patch, but of browser.js messing with links again
    (See Bug 11937).
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    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:
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt |   10 +++++++++-
 .../intranet-tmpl/prog/en/modules/cataloguing/additem.tt     |    4 ++++
 .../prog/en/modules/serials/subscription-detail.tt           |    7 +++++++
 3 files changed, 20 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list