[koha-commits] main Koha release repository branch master updated. v19.11.00-125-gbebdbd5

Git repo owner gitmaster at git.koha-community.org
Thu Jan 2 16:10:23 CET 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, master has been updated
       via  bebdbd535b9e28b982f615a301a2817aa1454951 (commit)
       via  8dd4bf35a96bf7543e8eaa66794963136e29b627 (commit)
       via  c5fdc5e10f6d45b83068757549cb98ccc2fb3eec (commit)
       via  e357bc6a9d770ead4e24436ec625a8b78daa603b (commit)
      from  f480ca803ba9d4552678b3e326b3c19b9c6aec00 (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 bebdbd535b9e28b982f615a301a2817aa1454951
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Oct 28 16:02:35 2019 +0000

    Bug 23913: Use a single menu to sort lists in the OPAC
    
    This patch modifies the sorting form on the OPAC list contents view so
    that the two menus (sort field and direction) are combined into one.
    This makes it consistent with the sort menu on the search results page.
    
    To test, apply the patch and view a list with multiple titles on it.
    
    Test the "Sort by" menu, trying all the various options. Confirm that
    the pre-selected item in the sorting menu is correct after each re-sort.
    
    Edit the list to change the default sorting and verify that the "Sort
    by" menu reflects your selection.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8dd4bf35a96bf7543e8eaa66794963136e29b627
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jan 2 14:38:03 2020 +0000

    Bug 23889: Compiled CSS
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c5fdc5e10f6d45b83068757549cb98ccc2fb3eec
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Dec 16 15:11:27 2019 +0100

    Bug 23889: Use same css class on the basic editor view
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e357bc6a9d770ead4e24436ec625a8b78daa603b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Oct 24 14:15:41 2019 +0000

    Bug 23889: Improve style of menu header in advanced cataloging editor
    
    This patch updates the style of dropdown menu headers to make it apply
    more globally and changes the advanced cataloging editor template so
    that the correct class is applied to the menu header.
    
    To test, apply the patch and rebuild the staff client CSS
    (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).
    
    Test the interfaces where these kinds of menu headers can be found:
    
     - Catalog search results: The "Sort" menu (Popularity, Author, etc.
       headings).
    
     - Saved report results: Run a report which returns a column of
       biblionumbers or itemnumbers. Check the "Batch operations" menu
       (Bibliographic records or item records headings).
    
     - Advanced cataloging editor: The settings menu (Change framework
       header).
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 .../intranet-tmpl/prog/css/src/staff-global.scss   |   20 ++--
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |    2 +-
 .../prog/en/modules/cataloguing/addbiblio.tt       |    3 +-
 .../prog/en/modules/cataloguing/editor.tt          |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt |  110 ++++++++++++--------
 opac/opac-shelves.pl                               |    9 +-
 6 files changed, 87 insertions(+), 59 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list