[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.13-18-geb8533a2b9

Git repo owner gitmaster at git.koha-community.org
Fri Jul 24 12:23:19 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.05.x has been updated
       via  eb8533a2b9439c935dd94d1f0204af43ac3a1477 (commit)
       via  c6c998667551e499663925eb356d16cd30580797 (commit)
       via  2fcc6448eb38424b05ebcc64f893a471378d3675 (commit)
       via  2dda5cd17fdcc0368a96c10b556d203f8d91d97a (commit)
      from  1706486bc5d4b8c18895fac48842206ac3572cb4 (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 eb8533a2b9439c935dd94d1f0204af43ac3a1477
Author: Victor Grousset/tuxayo <victor at tuxayo.net>
Date:   Fri Jul 24 11:52:51 2020 +0200

    Bug 25236: Compile CSS
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit c6c998667551e499663925eb356d16cd30580797
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>
    
    (cherry picked from commit 9b39c1ec253eb8bf00e31cbed6467f42844e2e31)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 2fcc6448eb38424b05ebcc64f893a471378d3675
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>
    
    (cherry picked from commit 35e1f053f9fa0d62b004526e7d55a3481b8be7ea)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 2dda5cd17fdcc0368a96c10b556d203f8d91d97a
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>
    
    (cherry picked from commit 3bb05edced373175227d4c2fb704db75519ae78c)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/css/staff-global.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