[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.02-50-g3a9597ea48

Git repo owner gitmaster at git.koha-community.org
Mon Jul 27 19:26:15 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, 20.05.x has been updated
       via  3a9597ea481a6be3b32011aa0d0e317e4dec77dd (commit)
       via  482fc13558437013479b31e7a553fd0919ee97c5 (commit)
       via  7e224455099b0fd33a0c65e8d0647efa2d45419a (commit)
      from  e4d15dff4f0cbc6d67082b8e287ea0f5ecfa3e88 (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 3a9597ea481a6be3b32011aa0d0e317e4dec77dd
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jun 11 10:14:03 2020 +0100

    Bug 25155: (follow-up) Increase headings levels by 1
    
    In the previous patch we reduced the headings levels by 2, but this was
    one level too many as we already have an H1 in the navbar and so all
    other heading sets should start at level 2 to semantically follow the
    title heading.
    
    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 c9a0243f3abf407e1a89d7bfc125911cc153b3cc)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 482fc13558437013479b31e7a553fd0919ee97c5
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jun 11 09:32:45 2020 +0100

    Bug 25155: Fixing semantic headings login modal
    
    The login modal headings were semantically incorrect prior to this
    patch.
    
    Test plan:
    1) Click the 'Log in to your account' option to expose the modal
    2) Use a headings inspector and note we jump from H1 (Page Title) -> H3
       (Modal Title)
    3) Apply the patch and reload the page.
    4) Click the 'Log in to your account' option to expose the modal
    5) The modal should still appear well formed
    6) Use a headings inspector and note we jump from H1 (Page Title) -> H2
       (Modal Title) -> H3 (Shibboleth title if enabled)
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 513b226873759ba3df6765dce635fe96cf5a51f3)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 7e224455099b0fd33a0c65e8d0647efa2d45419a
Author: Hayley Mapley <hayleymapley at catalyst.net.nz>
Date:   Thu Jun 11 13:13:30 2020 +1200

    Bug 25155: Fixing semantic headings in opac-auth.tt
    
    Test plan:
    1) Follow test plan from comment #1
    2) Apply the patch
    3) Reload the page, and note that is still displays fine
    4) Check that the main heading is now an h1, and that the other headings
    on the page make sense
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 0bc47b5302fba91c1315acee5533ec5917df5761)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../opac-tmpl/bootstrap/en/includes/masthead.inc   |  6 +++---
 .../opac-tmpl/bootstrap/en/modules/opac-auth.tt    | 22 +++++++++++-----------
 2 files changed, 14 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list