[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.07-20-gd669c66e80

Git repo owner gitmaster at git.koha-community.org
Mon Jul 13 05:43:42 CEST 2020


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, 19.11.x has been updated
       via  d669c66e80ccd3d999ffaff9b0ef397099bc4e8f (commit)
       via  9b39c1ec253eb8bf00e31cbed6467f42844e2e31 (commit)
       via  35e1f053f9fa0d62b004526e7d55a3481b8be7ea (commit)
       via  3bb05edced373175227d4c2fb704db75519ae78c (commit)
      from  7519f4d065d258653a08cf46a8b142e702ca5af0 (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 d669c66e80ccd3d999ffaff9b0ef397099bc4e8f
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Fri Jul 10 17:05:31 2020 +0000

    Bug 25236: Compile CSS
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 19efe6d86216301cd03654f358c0171822f07b58)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit 9b39c1ec253eb8bf00e31cbed6467f42844e2e31
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jun 11 11:54:22 2020 +0100

    Bug 25236: Fix semantic heading for opac-full-serial-issues.tt
    
    Prior to this patch, the opac-full-serial-issues side navigation box contained
    semantically incorrect headings.
    
    Test plan
    1/ Search for a serial with many linked issues
    2/ Navigate to the detailed view of that serial
    3/ Click on the 'More details' link after all the listed issues
    4/ Inspect the 'Refine your search' elements on the left side of the screen.
       Note that the headings are H1 (Koha page title) > H4 (Refine your search)
    3/ Apply this patch
    4/ Reload the page
    5/ Re-inspect the 'Refine your search' elements and note the heading
       semantics are now H1 (Title of page) > H2 (Refine your search)
    6/ Note the appearance of the box is improved and consistent with elsewhere
    7/ Signoff
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 0550e0b7f788b65b50ed4689d677600be3f9c7c2)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit e6cd1ced668bdf25307dc041c95557ec71dfff02)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit 35e1f053f9fa0d62b004526e7d55a3481b8be7ea
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jun 11 11:44:53 2020 +0100

    Bug 25236: Fix semantic heading for opac-topissues.inc
    
    Prior to this patch, the opac-topissues side navigation box contained
    semantically incorrect headings.
    
    Test plan
    0/ Enable 'OpacTopIssues'
    1/ Navigate to the top issues page via the 'Most popular' link
    2/ Inspect the 'Refine your search' elements on the left side of the screen.
       Note that the headings are H1 (Koha page title) > H4 (Refine your search)
    3/ Apply this patch
    4/ Reload the page
    5/ Re-inspect the 'Refine your search' elements and note the heading
       semantics are now H1 (Title of page) > H2 (Refine your search)
    6/ Note the appearance of the box is still reasonable
    7/ Signoff
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 62795521eedc02e11bef520c8b980d480b7e02ae)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 0a01f91887ee5ca24c7950cbd59984dbd335404d)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit 3bb05edced373175227d4c2fb704db75519ae78c
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jun 11 11:37:26 2020 +0100

    Bug 25236: Fix semantic heading for opac-facets.inc
    
    Prior to this patch, the opac-facets side navigation box contained
    semantically incorrect headings.
    
    Test plan
    1/ Perform a search which yields some results in the OPAC
    2/ Inspect the 'Refine your search' elements on the left side of the
    screen. Note that the headings are H1 (Koha page title) > H4 (Refine
    your search) > H5 (Headings within 'Refine your search' box)
    3/ Apply this patch and follow
    https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client
    4/ Reload the page (Flushing the cache to ensure the CSS change load)
    5/ Re-inspect the 'Refine your search' elements and note the heading
    semantics are now H1 (Title of page) > H2 (Refine your search) > H3
    (Headings within 'Refine your search')
    6/ Note the appearance of the box is still reasonable
    7/ Signoff
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit f88d56f689e514b47930d617049358fdf9b68608)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit cc75932f3eca746e8e2c08125306a94952b8a87d)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css         |  2 +-
 koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss    |  6 ++++-
 .../bootstrap/en/includes/opac-facets.inc          | 26 +++++++++++-----------
 .../bootstrap/en/includes/opac-topissues.inc       |  2 +-
 .../en/modules/opac-full-serial-issues.tt          | 12 +++++-----
 5 files changed, 27 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list