[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.08-43-g94ed351

Git repo owner gitmaster at git.koha-community.org
Tue Aug 6 19:05:28 CEST 2019


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, 18.11.x has been updated
       via  94ed3519efb6f65c7ca8b8b977328a863a9674be (commit)
       via  96ee477876d31f1ace45e327b6f66b9c00c30825 (commit)
      from  8de215303f77b4e16890afa4446384a874a29179 (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 94ed3519efb6f65c7ca8b8b977328a863a9674be
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Jun 25 11:44:12 2019 +0000

    Bug 23194: Fix other occurences
    
    Throughout staff client and course reserves we also show the field with HTML filter, maybe we shouldn't?
    
    The items lost report also included the note as a title element on title and barcode links, I removed this
    as the note displays in that table
    
    To test:
     1 - Add a link to publicnotes for an item
    <a href="www.google.com">Cats!</a>
     2 - View opac details, confirm the note is a link
     3 - Same for staff side
     4 - Add item to a course reserve
        UseCourseReserves  preference must be set to 'Use'
        From the course reserves module you will need to add a course (and possibly a department first)
        Adding should be intuitive
     5 - Confirm note is a link in course details on staff and opac
     6 - Perform a batch checkout, confirm the itemnote shows as a link
         You will need to enable the system preference:  BatchCheckouts and add a patron category to:  BatchCheckoutsValidCategories
         Then a link should be available from checkout for a patron in that category
     7 - Mark the item as lost
     8 - Go to Reports->Items lost
     9 - Confirm the note is a URL and that title and barcode links don't show the note
    10 - Click the barcode to go to moredetails for the item - in this case note should display as editable text, not a link
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    Signed-off-by: frederik chenier <frederik.chenier at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit f447658f850bca5ebcdb6f29a5572c1c1707f942)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit cea0189b1555859a7ae55cdc6763e6e0dc43574a)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 96ee477876d31f1ace45e327b6f66b9c00c30825
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Jun 25 11:39:54 2019 +0000

    Bug 23194: Allow HTML in item public notes to be processed on OPAC details
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    Signed-off-by: frederik chenier <frederik.chenier at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 3f40c32cbbc63dbc5f00d127edfeaa0732f4ab23)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 02e09a87951b6f9214c6c89d0dcbbda70e0189ab)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt      |    2 +-
 .../prog/en/modules/circ/circulation_batch_checkouts.tt          |    2 +-
 .../intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt      |    2 +-
 .../prog/en/modules/course_reserves/course-details.tt            |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt     |    6 +++---
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt  |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt          |    2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list