[koha-commits] main Koha release repository branch master updated. v16.05.00-197-g0336f32

Git repo owner gitmaster at git.koha-community.org
Fri Jun 24 15:45:48 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  0336f32b6592fa4a714eeb9c217bf7150e2fc90f (commit)
      from  f9282eca291e44da795cc62bc8ff5593107c5cb5 (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 0336f32b6592fa4a714eeb9c217bf7150e2fc90f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue May 10 14:56:14 2016 -0400

    Bug 16494 - Remove the use of "onclick" from some patron pages
    
    This patch removes the use of "onclick" attributes from some patron
    pages.
    
    To test, apply the patch and:
    
    - In Patrons, perform any search which will return multiple results.
      Confirm that the "select all" and "clear all" links work as expected.
      Font Awesome icons have been added to these links.
    
      In the left-hand sidebar, change any of the filters and click the
      "Clear" button. The form (and your search results) should reset.
    
    - Open the 'Set permissions' page for any patron. Checking any
      permission with sub-permissions should correctly expand the tree and
      select all sub-permissions. The reverse should also work.
    
      Also changed in this file: The "Inconsistency detected" alert has been
      reformatted to make it translatable.
    
    - View the detail page for a patron with one or more restrictions.
      Clicking the "View restrictions" link at the top of the page should
      jump you to and activate the restrictions tab.
    
    - View the 'Notices' tab for a patron who has been sent one or more
      notices. Click any notice title to expand the notice. Clicking the
      "resend" button should resend the notice.
    
    - Create a new patron with the same first and last name as an existing
      patron. This should trigger a duplicate warning message. Click the
      "View existing record" link to trigger a pop-up window with a patron
      detail brief view.
    
      In this window an "email" class has been added to the primary and
      secondary email lines so that long email addresses don't overlap the
      second column of data.
    
      Confirm that clicking the "close" button in this window closes the
      window. The changes to staff-global.css are included in this patch to
      prevent the close button from having an incorrect color change on
      hover.
    
    Signed-off-by: FILIPPOS KOLOVOS <f.kolovos at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |    6 ++++-
 .../prog/en/modules/members/member-flags.tt        |   23 +++++++++++++-------
 .../prog/en/modules/members/member.tt              |   18 ++++++++++++---
 .../prog/en/modules/members/moremember-brief.tt    |    6 ++---
 .../prog/en/modules/members/moremember.tt          |    5 ++++-
 .../prog/en/modules/members/notices.tt             |    4 +++-
 6 files changed, 45 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list