zulip/docs
Harshit Bansal 9057e543ac emoji: Disable support for letting users switch emojisets.
Due to copyright issues with potentially displaying Apple emojisets on
non-apple devices, as well as iamcal dropping support for the emojione
emojiset (see https://github.com/iamcal/emoji-data/pull/142), we are
dropping (perhaps temporarily) support for allowing users to switch
emojisets in Zulip.

This commit just hides the feature from the user but leaves most of
the infrastructure in place so that in the future if we decide to
re-enable the support we will not need to redo the infrastructure work
(some JS-side code is deleted, mostly because we'll want to re-add the
feature using the do_settings_change infrastructure anyway).

The most likely emoji set to add is the legacy "blobs" Google emoji
set, since it seems popular with some users.

Tweaked by tabbott to remove some additional JS code and update the
changelog.
2018-08-08 15:48:04 -07:00
..
_static install docs: Tighten "create organization" step. 2018-03-06 19:43:02 -08:00
contributing docs: Add basic documentation for adding mypy stubs. 2018-07-26 15:06:22 -07:00
development setup-advanced: Remove broken links for old tsearch_extras packages. 2018-07-11 21:35:23 +05:30
git Docs: Added "connect the zulip upstream repo" to more places. 2018-03-18 23:02:09 -07:00
images docs: change the dev login image. 2018-02-28 13:50:13 -08:00
overview emoji: Disable support for letting users switch emojisets. 2018-08-08 15:48:04 -07:00
production docs: Improve cross-linking between export/import and backups. 2018-08-07 14:50:38 -07:00
subsystems docs: Fix typos and sentences in caching docs. 2018-08-03 13:02:25 -07:00
testing stylelint: Start using stylelint to lint our css. 2018-07-25 15:03:35 -07:00
translating documentation: Migrate all CZO stream links to new stream URL style 2018-05-24 15:15:34 -07:00
tutorials models: Rename Realm.restricted_to_domain field. 2018-07-31 09:28:33 -07:00
.gitignore gitignore: Anchor patterns that should be anchored. 2017-07-19 14:03:49 -07:00
code-of-conduct.md repository: Add CODE_OF_CONDUCT.md. 2017-06-14 18:43:08 -07:00
conf.py version: Update for Zulip Server 1.8.1 release. 2018-05-07 16:01:41 -07:00
index.rst docs: Split 'git-guide.md`. 2017-11-23 16:04:18 -08:00
Makefile docs: Use parallelism when building docs. 2017-11-14 10:41:38 -08:00
README.md docs: Add README.md to zulip/docs to prevent reading on GitHub. 2018-04-24 10:50:39 -07:00
requirements.readthedocs.txt requirements: Rename requirements files. 2017-11-21 02:38:26 +05:30
THIRDPARTY jquery-form: Remove jquery-form plugin dependency. 2018-05-29 15:44:40 -07:00

Zulip markdown documentation hosted elsewhere

The markdown files in this directory ( /zulip/docs ) are not intended to be read on GitHub. Instead, visit our ReadTheDocs to read the Zulip documentation.