zulip/docs
Steve Howell f0d101edf5 pills: Streamline input pills (for user groups).
The main point of this change is to streamline the core
code for input pills, and we use also modify user groups.

The main change to input_pill.js is that you now
configure a function called `create_item_from_text`, and
that can return an arbitrary object, and it just needs
a field called `display_value`.

Other changes:
    * You now call `input.create(opts)` to create the
      widget.
    * There is no longer a cache, because we can
      write smarter code in typeahead `source` functions
      that exclude ids up front.
    * There is no value/optinalKey complexity, because
      the calling code can supply arbitrary objects and
      do their own external data management on the pill
      items.
    * We eliminate `prependPill`.
    * We eliminate `data`, `keys`, and `values`, and just
      have `items`.
2018-03-07 15:53:11 -08:00
..
_static install docs: Tighten "create organization" step. 2018-03-06 19:43:02 -08:00
contributing Fix: broken link zulip/zulipbot 2018-03-05 10:51:56 -08:00
development setup-non-vagrant: Document how to setup zulip dev env on cloud9. 2018-03-03 15:43:38 -08:00
git docs/git/pull-requests: Give headings more hierarchy. 2017-11-28 21:44:23 -08:00
images docs: change the dev login image. 2018-02-28 13:50:13 -08:00
overview Correct broken links on gsoc-ideas.md 2018-02-05 10:41:49 -08:00
production install docs: Cut SSL cert from requirements summary. 2018-03-06 19:43:02 -08:00
subsystems pills: Streamline input pills (for user groups). 2018-03-07 15:53:11 -08:00
testing left sidebar: Change Home to All messages. 2017-11-28 15:42:58 -08:00
translating i18n: Add new terms to the Spanish translation guide. 2018-03-04 15:44:12 -08:00
tutorials settings: Rename functions for updating email/name change UI. 2018-03-02 12:49:36 -08: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 docs: Remove u prefix from strings. 2018-02-05 12:11:33 -08: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
requirements.readthedocs.txt requirements: Rename requirements files. 2017-11-21 02:38:26 +05:30
THIRDPARTY docs: Update dead references to puppet/zulip_internal. 2018-02-12 16:00:56 -08:00