[koha-commits] main Koha release repository branch master updated. v3.22.00-740-g80a71c1

Git repo owner gitmaster at git.koha-community.org
Wed Mar 2 05:52:45 CET 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  80a71c1689da09c274b5d36f4be335a73b464f1d (commit)
      from  6af1ca0759e8da8751895f78aa982b5ff6f9dec6 (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 80a71c1689da09c274b5d36f4be335a73b464f1d
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Nov 19 14:31:31 2014 -0500

    Bug 13302 [Revised] Use CSS3 ellipsis for email address in staff client patron sidebar
    
    This patch replaces the email address text overflow solution implemented
    by Bug 3256 with a CSS3 technique: text-overflow: ellipsis
    
    https://developer.mozilla.org/en-US/docs/Web/CSS/text-overflow
    
    To test, apply the patch and clear your browser cache. Edit the primary
    email address of a patron so that it is very long. View that patron in
    the staff client (on the checkout or details page, for instance) and
    confirm that the email address is truncated with "..."
    
    Confirm that the link and the title attribute of the link contain the
    correct, full email address.
    
    Revision uses a percentage instead of a fixed width for email display in
    the sidebar to accommodate varying sidebar widths. Also added: Handling
    of all email addresses displayed on the patron detail page. Although
    email addresses in the body of that page were not in the scope of the
    original patch, it's a good improvement to include those as well.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 .../intranet-tmpl/prog/en/css/staff-global.css      |   19 +++++++++----------
 .../prog/en/modules/members/moremember.tt           |   10 +++++-----
 koha-tmpl/intranet-tmpl/prog/img/elipsis.gif        |  Bin 51 -> 0 bytes
 3 files changed, 14 insertions(+), 15 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/elipsis.gif


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list