zulip/zerver
Sumanth V Rao a40fe26586 help: Document playgrounds on /help, /features and /for/open-source.
Linked the Help Center document in places like
    - zulip.yaml (/events, /register/, realm/playgrounds,
                  /realm/playgrounds/{playground_id})
    - /help/format-your-message-using-markdown (Linked to make
      users reading the markdown code block style, aware of this
      feature)
    - /templates/settings/playground_settings_admin.hbs (Linked
      as a reference to read more about playgrounds before
      configuring one)

Also showcase the feature on /features and /for/open-source.
2021-05-04 12:19:01 -07:00
..
data_import models/realm: Add a model for storing realm playground information. 2021-04-07 08:20:53 +05:30
integration_fixtures/nagios tests: Add a test for fixtures for non-webhook integrations. 2021-04-28 08:16:51 -07:00
lib help: Document playgrounds on /help, /features and /for/open-source. 2021-05-04 12:19:01 -07:00
management mypy: Don’t use Iterable for values iterated multiple times. 2021-04-29 16:06:17 -07:00
migrations left-sidebar: Show starred message counts by default. 2021-05-01 07:27:08 -07:00
openapi help: Document playgrounds on /help, /features and /for/open-source. 2021-05-04 12:19:01 -07:00
templatetags dependencies: Upgrade to webpack-bundle-tracker 1.0.0-alpha.1. 2021-04-06 09:31:35 -07:00
tests test_email_change: User create_confirmation_link for url. 2021-05-04 10:48:51 -07:00
tornado middleware: Add client_version attribute to request. 2021-04-29 17:03:40 -07:00
views registration: Improve error handling for source_realm_id. 2021-05-02 11:12:49 -07:00
webhooks mypy: Don’t use Iterable for values iterated multiple times. 2021-04-29 16:06:17 -07:00
worker worker: Allow long MissedMessageWorker consumes. 2021-05-04 08:45:48 -07:00
__init__.py django: Upgrade Zulip to Django 3.2 LTS. 2021-05-03 08:36:22 -07:00
apps.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
context_processors.py UI: Add Zulip version in gear menu. 2021-04-30 17:58:08 -07:00
decorator.py middleware: Simplify logic for parsing user-agent. 2021-04-29 17:47:41 -07:00
filters.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
forms.py python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00
logging_handlers.py docs: Capitalize “Markdown” consistently. 2021-04-26 09:31:08 -07:00
middleware.py middleware: Simplify logic for parsing user-agent. 2021-04-29 17:47:41 -07:00
models.py settings: Add moderators option for wildcard_mention_policy. 2021-05-03 12:12:01 -07:00
signals.py python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00