[koha-commits] main Koha release repository branch master updated. v16.05.00-190-gb77bd31

Git repo owner gitmaster at git.koha-community.org
Fri Jun 24 15:35:56 CEST 2016


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  b77bd31fbf9c3a1b1feaa29a61e9d0805a1dec2d (commit)
       via  f9d239dabad5459bf08dbf135f57d8186ff11e3c (commit)
       via  82dbf05f542d7bc9cf5c8607b0ecf182b8c2c076 (commit)
       via  3fe6398c22cd578af99bba6d821a01e6ca5193fe (commit)
       via  c1f101e86c717ceaccf781de0f1c05dc23c8272a (commit)
       via  0d6ff551741ee3f9242b1a4e917376817771d5d0 (commit)
      from  54451b66a15e7b1808001c8a8fdaef10194ed685 (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 b77bd31fbf9c3a1b1feaa29a61e9d0805a1dec2d
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon May 16 14:01:34 2016 -0400

    Bug 16400 [Follow-up] Proposal to uniform the placement of submit buttons
    
    This follow-up makes some corrections to the markup of the cancel
    button:
    
    - Use <a> instead of <button> to eliminate the need for an "onclick"
      attribute.
    - Remove the "cancel" class which adds unwanted padding.
    - Correct the destination of the cancel button when cancelling during an
      edit (should redirect to the patron detail page).
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit f9d239dabad5459bf08dbf135f57d8186ff11e3c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 16 11:56:04 2016 +0100

    Bug 16400: Use the fa-times icon for Cancel
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 82dbf05f542d7bc9cf5c8607b0ecf182b8c2c076
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri May 13 15:04:47 2016 +0100

    Bug 16400: Restore the previous stack order behavior
    
    When updating the plugin, the stack order behavior has changed. This
    patch restores the prevous behavior (not always z-index: 1000)
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 3fe6398c22cd578af99bba6d821a01e6ca5193fe
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue May 3 15:03:38 2016 +0100

    Bug 16400: Reintroduce the floating class
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit c1f101e86c717ceaccf781de0f1c05dc23c8272a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Apr 29 19:01:10 2016 +0100

    Bug 16400: Let's hack the fixFloat plugin to fix our needs
    
    On comment bug 11088 comment 2, Owen explained the problem with the
    fixFloat toolbar. Since we have a hidden div, the plugin does not manage
    to place the toolbar correctly.
    In order to make it work, this patch adds some changes to the plugin to
    add the ability to define our own offset.
    When the div is extended (+, filteraction_on), the offset should be
    updated to move the toolbar. Same when the div is folded (-,
    filteraction_off)
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 0d6ff551741ee3f9242b1a4e917376817771d5d0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Apr 29 18:17:01 2016 +0100

    Bug 16400: Update the fixFloat plugin
    
    I have updated it just in case it fixed the issue.
    I don't think there are big changes between our current version and this
    one, so keep it up-to-date
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../lib/jquery/plugins/jquery.fixFloat.js          |  119 ++++++++++----------
 .../prog/en/modules/members/memberentrygen.tt      |   42 ++++---
 2 files changed, 86 insertions(+), 75 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list