[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.06-4-gf745ba2

Git repo owner gitmaster at git.koha-community.org
Tue Jun 5 11:13:45 CEST 2018


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, 17.11.x has been updated
       via  f745ba2bc7c3450e744416cf9692ed399528bcdc (commit)
       via  5c63236dccd70af5f33886c2599370d2c1c2709e (commit)
       via  aec676d8cbf419a1b4e76097eaf4b50ba15ad12b (commit)
      from  fe8892ede93a847df0dc069838e0a4af73d1cf25 (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 f745ba2bc7c3450e744416cf9692ed399528bcdc
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Apr 18 15:20:02 2018 +0200

    Bug 20343: Put translatable strings in strings.tt
    
    Also add a CSS class on <details> for easier styling and change the
    list style so it take less space on screen
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 618ccd243ea9bdd2daa115415bafb5a4c864333b)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 5c63236dccd70af5f33886c2599370d2c1c2709e
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Mar 6 14:47:46 2018 +0100

    Bug 20343: Show number of checkouts by itemtype in circulation.pl
    
    It is sometimes useful to have the number of checkouts grouped by
    itemtype (to see if we're approaching the maximum number of checkouts
    allowed for instance).
    This patch adds this information above the checkouts table, in
    circ/circulation.pl
    
    Test plan:
    1. Check out some items with various item types to a patron
    2. In circ/circulation.pl, click on 'Show checkouts' button to display
       the table
    3. Notice the line "Number of checkouts by item type" above the table,
       click on it
    4. See that the list of item types is displayed with a count in front of
       each one
    5. Compare the numbers to the checkouts in the table and verify that the
       numbers are correct
    
    Signed-off-by: claude <claude.brayer at cea.fr>
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>
    
    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 67d905d49f2871c884dc868bd1b50517624dcdbf)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit aec676d8cbf419a1b4e76097eaf4b50ba15ad12b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jun 15 12:32:43 2017 +0000

    Bug 18799: XSLTresultsdisplay hides the icons
    
    If item-level_itypes is turned off and XSLTResultsDisplay is turned on,
    biblio-level itemtype images are not shown in staff client search
    results. This patch corrects the problem.
    
    This patch also adds some markup and CSS to the itemtype image to make
    it look a litte cleaner and work better in result sets in which some
    titles have images and some don't.
    
    To test, apply the patch and view the staff client search results page
    with various settings:
    
    - XSLT turned on and off
    - item-level_itypes turned on and off
    - noItemTypeImages turned on and off
    
    Confirm that item type images are shown or not shown correctly according
    to each setting.
    
    The difference between this patch and the other patch currently on this
    bug is that this patch continues the practice of hiding biblio-level
    itemtype information when item-level_itypes is ON.
    
    Signed-off-by: Victor Grousset <victor.grousset at biblibre.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 3c5843b1564cc2f1cab2c6bb8be7556b51730631)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |   41 +++++++++++++++++++-
 .../intranet-tmpl/prog/en/includes/strings.inc     |    2 +
 .../prog/en/modules/catalogue/results.tt           |   25 ++++++------
 koha-tmpl/intranet-tmpl/prog/js/checkouts.js       |   20 +++++++++-
 4 files changed, 72 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list