[koha-commits] main Koha release repository branch master updated. v17.05.00-919-gdafb678

Git repo owner gitmaster at git.koha-community.org
Wed Oct 25 21:57:11 CEST 2017


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  dafb678b0b11393f189a5a75c1bcba7b8253bd9a (commit)
       via  96a3ee5e0699ebf388c6af841eef12d2901a7012 (commit)
       via  7d2cb42dceeeb004ab7447fd6beccab5fac37e23 (commit)
       via  cffc99cbe5957c32a9471ac81ec2cea56718207b (commit)
       via  e711c8e41847ab57ef84660047535ff44f747f97 (commit)
      from  667c07e0480825da10fa9dba4ae9e9625be51d99 (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 dafb678b0b11393f189a5a75c1bcba7b8253bd9a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 25 16:51:28 2017 -0300

    Bug 12768: (follow-up) DBRev 17.06.00.019
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 96a3ee5e0699ebf388c6af841eef12d2901a7012
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 25 16:50:34 2017 -0300

    Bug 19038: DBRev 17.06.00.022
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 7d2cb42dceeeb004ab7447fd6beccab5fac37e23
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jun 1 12:19:46 2017 +0000

    Bug 19461: Add floating toolbar to staff client catalog search results
    
    This patch adds a floating toolbar to the staff client search results
    page, making all the various controls visible as the user scrolls down.
    
    To test, apply the patch and perform a catalog search in the staff
    client.
    
    - The toolbar should "stick" to the top of the page as you scroll down.
    - Controls in the toolbar should all work correctly:
    
      - Select all / Clear all
      - Highlight / Unhighlight
      - Add to Cart
        - Cart notifications should be positioned correctly
      - Add to list (and all list menu controls)
      - Place hold (including controls which are visible when
        a "Search to hold" has been initiated
      - Z39.50/SRU search
      - Sort
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit cffc99cbe5957c32a9471ac81ec2cea56718207b
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Oct 24 15:19:47 2017 +0000

    Bug 19038: QA Followup - Hide barcode column by default (as syspref default is hide)
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit e711c8e41847ab57ef84660047535ff44f747f97
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Aug 4 18:38:58 2017 -0300

    Bug 19038: Remove the OPACShowBarcode syspref
    
    This patch removes the OPACShowBarcode syspref in favour of the new
    columns settings option introduced by bug 16759.
    
    On the upgrade step, it picks the value for OPACShowBarcode and uses it
    to populate the columns_settings table.
    
    To test:
    - Verify the upgrade process maintains the current behaviour
    
    Regards
    
    Sponsored-by: Dover
    
    Followed test plan and works as expected. Functionality of patch from bug 16759
    appears intact too.
    Signed-off-by: Dilan Johnpullé <dilan at calyx.net.au>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/UsageStats.pm                                   |    1 -
 Koha.pm                                            |    2 +-
 admin/columns_settings.yml                         |    1 +
 installer/data/mysql/sysprefs.sql                  |    1 -
 installer/data/mysql/updatedatabase.pl             |   23 +-
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |   18 ++
 .../prog/en/modules/admin/preferences/opac.pref    |    7 -
 .../prog/en/modules/catalogue/results.tt           |  310 +++++++++++++-------
 koha-tmpl/intranet-tmpl/prog/js/basket.js          |    3 +-
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |    5 +-
 opac/opac-detail.pl                                |    1 -
 t/db_dependent/UsageStats.t                        |    1 -
 12 files changed, 250 insertions(+), 123 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list