zulip/zerver
Rishi Gupta a2890f7d7a emoji: Remove duplicates from autocomplete and emoji picker.
Previously, if you searched for ':offi..' you would see both 🏢 and
:office_building: as possible completions, both of which are shortcodes for
the same unicode codepoint (and hence which have the same image). Also, we
sort the emoji in our emoji pickers alphabetically by shortcode, and so the
images for 🏢 and :office_building: show up next to each other, which
looks like a bug. This removes :office_building: as a shortcode, along with
several hundred other duplicates. It leaves some duplicates in that won't
give autocomplete or alphabetical ordering a problem, like (🚗,
:automobile:).
2017-01-28 23:38:03 -08:00
..
fixtures emoji: Remove duplicates from autocomplete and emoji picker. 2017-01-28 23:38:03 -08:00
lib subs: Send create event to new subscribers of invite-only streams. 2017-01-28 17:12:16 -08:00
management Add stricter domain validation and improve error messages. 2017-01-26 17:24:25 -08:00
migrations translations: Improve some poorly-worded strings. 2017-01-28 18:04:17 -08:00
templatetags minify: Clean up unnecessary tuple/list complexity. 2017-01-19 14:51:16 -08:00
tests docs: Remove obsolete terms-enterprise page. 2017-01-28 18:12:19 -08:00
tornado lint: Clean up E126 PEP-8 rule. 2017-01-23 22:06:13 -08:00
views translations: Improve some poorly-worded strings. 2017-01-28 18:04:17 -08:00
webhooks Split webhooks doc and move to particular directories. 2017-01-26 11:56:45 -08:00
worker errors: Use hostname to report deployment. 2017-01-28 13:07:09 -08:00
__init__.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
apps.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
context_processors.py lint: Clean up E241 PEP-8 rule. 2017-01-23 21:21:14 -08:00
decorator.py lint: Clean up E126 PEP-8 rule. 2017-01-23 22:06:13 -08:00
exceptions.py Annotate zerver.exceptions, zerver.filters, zerver.logging_handlers. 2016-06-04 22:51:18 -07:00
filters.py pep8: Fix E301 pep8 violations. 2016-11-29 08:51:44 -08:00
forms.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
logging_handlers.py errors: Use hostname to report deployment. 2017-01-28 13:07:09 -08:00
middleware.py lint: Clean up W503 PEP-8 warning. 2017-01-23 20:50:04 -08:00
models.py translations: Improve some poorly-worded strings. 2017-01-28 18:04:17 -08:00
static_header.txt Update static_header.txt with new license information. 2016-08-13 00:37:21 -07:00
storage.py pep8: Fix many rule E128 violations. 2016-12-03 13:33:31 -08:00