zulip/tools/setup
Gittenburg 45e19dd6b9 emoji: Rename :slight_smile: to 😄.
Zulip converts :) to the 1F642 Unicode emoji and promotes the same emoji
in the popular section of the emoji picker.

Previously Zulip has labeled 1F642 as "slight smile". While that name
conforms to the Unicode standard (which describes the code point as
SLIGHTLY SMILING FACE), it didn't match our use case of the emoji.

If a user types :) or selects the first smile in the emoji picker they
probably mean to express a regular "smile" and not a "slight smile",
which raises the question why they are only smiling slightly.

This commit relabels 1F642 as 😄 and our previous 😄 263A as
:smiling_face:. Note that 263A looks different in our three supported
emoji sets, so it is not suited to be our "default smile".

This change does not require a migration since our emoji system stores
both unicode points and names and handles name changes transparently.
2020-07-21 16:49:54 -07:00
..
dev-vagrant-docker dev-vagrant-docker: Upgrade docker-systemctl-replacement. 2019-06-24 22:06:32 -07:00
emoji emoji: Rename :slight_smile: to 😄. 2020-07-21 16:49:54 -07:00
__init__.py Add __init__.py to tools/ and tools/setup/. 2016-07-20 18:20:37 -07:00
build_pygments_data python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
dev-motd Vagrantfile: Be nicer to /etc/update-motd.d. 2019-05-24 17:33:06 -07:00
generate-fixtures terminate-psql-sessions: Rely on the caller to set PGHOST, PGUSER. 2020-06-15 21:37:14 -07:00
generate-test-credentials generate-test-credentials: Fix shellcheck warnings. 2018-08-03 09:15:27 -07:00
generate_integration_bots_avatars.py python: Combine some split import groups. 2020-06-18 15:54:11 -07:00
generate_zulip_bots_static_files.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
install-aws-server install-aws-server: Use our settings.py if available. 2019-06-13 14:39:25 -07:00
install-semgrep install-semgrep: Upgrade semgrep to 0.14.0. 2020-07-14 00:42:07 -07:00
install-shellcheck install-shellcheck: Upgrade ShellCheck to 0.7.1. 2020-06-07 11:06:57 -07:00
lang.json markdown: Add support for spoilers. 2020-06-16 16:14:10 -07:00
optimize-svg Use #!/usr/bin/env for bash shebangs. 2018-12-17 17:21:08 -08:00
postgres-init-dev-db terminate-psql-sessions: Rely on the caller to set PGHOST, PGUSER. 2020-06-15 21:37:14 -07:00
postgres-init-test-db db tools: Simplify args for postgres-init-dev-db. 2020-04-29 12:30:49 -07:00
setup_venvs.py requirements: Upgrade Thumbor to 7.0.0a5 on Python 3. 2020-07-06 16:09:53 -07:00