[koha-commits] main Koha release repository branch master updated. v19.05.00-27-g9a58871

Git repo owner gitmaster at git.koha-community.org
Tue Jun 4 11:41:54 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, master has been updated
       via  9a58871503caa1b48e4e5c3cc0f565fa583f3e9d (commit)
       via  4903cee9e937c970c6d3d15fd78d82189d8705eb (commit)
       via  d5a8a424203cd426f7d0bd64597a6ac95536ef9c (commit)
       via  e72a9c91485c6e68819f3bb76d326f0a1a84dcd9 (commit)
       via  a3da6d6825f686099d8e23a1abff061071d679ad (commit)
      from  4ae854242839ebe9871b65fe0add2241eb4ae0b7 (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 9a58871503caa1b48e4e5c3cc0f565fa583f3e9d
Author: Nazlı Çetin <nazli at devinim.com.tr>
Date:   Tue Nov 27 15:24:38 2018 +0000

    Bug 21887: (For OPAC) 856 link problem in XSLT result lists and detail page
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4903cee9e937c970c6d3d15fd78d82189d8705eb
Author: Nazlı Çetin <nazli at devinim.com.tr>
Date:   Tue Nov 27 14:15:33 2018 +0000

    Bug 21887: 856 link problem in XSLT result lists and detail page
    
    Signed-off-by: Nazlı Çetin <nazli at devinim.com.tr>
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d5a8a424203cd426f7d0bd64597a6ac95536ef9c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue May 21 16:59:38 2019 +0000

    Bug 22954: Minor markup error in OPAC messaging template
    
    This patch corrects a minor error in opac-messaging.tt in order to
    quiet errors returned by the HTML validator.
    
    To reproduce the problem you should have the
    EnhancedMessagingPreferencesOPAC  system preference enabled. Log in
    to the OPAC and go to the "your messaging" page. Run the page through
    the W3C validation service: https://validator.w3.org. Either by pasting
    in the URL for the search results (if web accessible) or by viewing
    source, copying, and pasting into "Validate by Direct Input."
    
    This patch addresses this error:
    
     - "Self-closing syntax (/>) used on a non-void HTML element. Ignoring
       the slash and treating as a start tag."
    
    To test, apply the patch and try again to reproduce the validation
    error. The error should no longer be present. There should be no
    visible change to the page.
    
    Signed-off-by: Nadine Pierre <nadine.pierre at inLibro.com>
    Signed-off-by: Arthur Bousquet <arthur.bousquet 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>

commit e72a9c91485c6e68819f3bb76d326f0a1a84dcd9
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue May 21 16:00:18 2019 +0000

    Bug 22952: Markup error in OPAC suggestions template
    
    This patch makes a minor correction to the OPAC suggestions template in
    order to quiet an error returned by the HTML validator.
    
    To reproduce the problem you should have the 'suggestion' system
    preference turned on, and you should be logged in to the OPAC as a user
    who has submitted one or more suggestions. View the "your purchase
    suggestions" page in the OPAC. Run the page through the W3C validation
    service: https://validator.w3.org. Either by pasting in the URL for the
    search results (if web accessible) or by viewing source, copying, and
    pasting into "Validate by Direct Input."
    
    This patch specifically addresses these errors:
    
     - "End tag div seen, but there were open elements."
     - "Unclosed element span."
    
    To test, apply the patch and try again to reproduce the validation
    errors. Those errors should no longer be present. There should be no
    visible change to the page.
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Bin Wen <bin.wen at inlibro.com>
    Signed-off-by: Nadine Pierre <nadine.pierre at inLibro.com>
    Signed-off-by: Arthur Bousquet <arthur.bousquet 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>

commit a3da6d6825f686099d8e23a1abff061071d679ad
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue May 21 14:27:40 2019 +0000

    Bug 22948: Markup error in OPAC bibliographic detail template
    
    This patch addresses one markup problem in opac-detail.tt which triggers
    a validation error.
    
    To reproduce the problem, view the normal bibliographic detail page for
    a record in the OPAC. Run the page through the W3C validation service:
    https://validator.w3.org. Either by pasting in the URL for the search
    results (if web accessible) or by viewing source, copying, and pasting
    into "Validate by Direct Input."
    
    This patch addresses one specific error:
    
     - "The aria-labelledby attribute must point to an element in the same
       document."
    
    To test, apply the patch and try again to reproduce the validation
    errors. Those errors should no longer be present. There should be no
    visible change to the page.
    
    Test the "Save record -> Dublin Core" menu item. It should trigger a
    modal window.
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Bin Wen <bin.wen 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>

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

Summary of changes:
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |   75 +++++++++++-------
 .../prog/en/xslt/MARC21slim2intranetResults.xsl    |   82 ++++++++++++--------
 .../bootstrap/en/includes/opac-detail-sidebar.inc  |    2 +-
 .../bootstrap/en/modules/opac-messaging.tt         |    2 +-
 .../bootstrap/en/modules/opac-suggestions.tt       |    8 +-
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |   17 +++-
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl   |   17 +++-
 7 files changed, 134 insertions(+), 69 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list