[koha-commits] main Koha release repository branch 16.11.x updated. v16.11.11-1-17-gd2b84a8

Git repo owner gitmaster at git.koha-community.org
Sun Sep 10 11:24:29 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, 16.11.x has been updated
       via  d2b84a87fbeae550a9dbc9800202813daf1affd8 (commit)
       via  e2b85aa9b96410dab6ecf5c1736e295c9cc07894 (commit)
      from  293d05d0af9817e7d0b31bbb19684494f259714a (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 d2b84a87fbeae550a9dbc9800202813daf1affd8
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Jun 7 11:29:46 2017 +0200

    Bug 18741: Fix loading of SQL files in web installer
    
    Test plan:
    1. Start a normal install using the web installer
    2. When asked to select data to load, verify that
       'message_transport_types' is checked, and check some optional data
       files
    3. Continue the install to the end
    4. Verify that message_transport_types is not empty, and that the
       optional data you checked is there
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit e2b85aa9b96410dab6ecf5c1736e295c9cc07894
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri May 5 15:00:05 2017 +0200

    Bug 18551 - Hide with CSS dynamic elements in member search
    
    In member search page, the result table is in Ajax so fully managed by Javascript. There is also a yellow dialog message prepared in HTML.
    
    Thoses elements are hidden by JS code : ie $("#patron_list_dialog").hide().
    
    The problem is that the static page is first loaded an displayed then the JS code runs an hides the elements.
    On a low performance computer, this action is visible and looks like there is a blinking yellow message.
    
    I propose to hide with CSS so that thoses elements are not displayed in static page and are there shown in dynamic JS code.
    
    Test plan :
    Check display is unchanged :
    - Go to home page /cgi-bin/koha/members/members-home.pl
    - Perform patron search from header search box
    - Perform patron search by clicking on a letter
    - Perform patron search from filters (left of results table)
    - Select a patron and add it to a list => you see the yellow message
    
    Yellow message does no longer appear with this patch.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Philippe <philippe.audet-fortin at inlibro.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 5cc536c68b221823f4335b5b5db1108521f88a71)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

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

Summary of changes:
 installer/install.pl                                      |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list