zulip/zephyr
Waseem Daher bf1d6f4aa4 Don't linewrap the user's full name and ellipsize if it gets too long.
This should address the catherio/tibbetts feedback of the name
breaking oddly across the middle of their name.

One notable change introduced by this commit is: If your name is very
long, e.g., "Waseemio Daherioian", it gets cut off. (On Firefox, it
gets rendered as "Waseemio Daherioia...", and on Chrome it gets no
ellipsis at all.)

The current behavior is that the long name actually overflows into
the main text area, which I think is worse.

(imported from commit 668cb30bc2326c255b229f4f19f29be473bdc1e8)
2012-11-16 11:00:14 -05:00
..
fixtures Rename zephyrs.json => messages.json in .gitignore. 2012-10-10 10:39:27 -04:00
jstemplates Unify huddles and personals into private messages on the send path 2012-11-13 15:40:53 -05:00
lib Move json response functions into their own file 2012-11-08 16:30:57 -05:00
management Fix banish_broken tool. 2012-11-14 16:57:21 -05:00
static Don't linewrap the user's full name and ellipsize if it gets too long. 2012-11-16 11:00:14 -05:00
static-access-control activity monitor: style tables and make them sortable. 2012-11-09 16:45:18 -05:00
tests frontend-tests: Click on the buttons the user would for sending 2012-11-13 15:40:53 -05:00
__init__.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
context_processors.py context_processors: Rename misleadingly named unused parameter 2012-11-07 17:46:46 -05:00
decorator.py Make @asynchronous's added 'handler' argument be keyword instead of positional 2012-11-15 12:52:46 -05:00
forms.py Implement MIT signups. 2012-10-29 16:59:37 -04:00
middleware.py Log how long requests take to process. 2012-11-14 15:52:57 -05:00
models.py zephyr_mirror: Compute zephyr mirror fullnames server-side. 2012-11-14 15:03:46 -05:00
tests.py [manual] send_message: Rename recipient/stream fields to 'to'. 2012-11-15 15:30:06 -05:00
views.py Fix showing the subscribe-and-send dialogue when you're subscribed. 2012-11-15 17:15:59 -05:00