Lauryn Menard

Results 19 issues of Lauryn Menard

Updates in-app and documentation references to automated messages sent by the Zulip notification bot as 'notices' (or 'automated messages' where more appropriate/clear). Also, makes some small related revisions / general...

area: documentation (user)
area: bots
size: L

Moves all HTML `code` element CSS rules from `bootstrap.css` to `markdown.css` and `rendered_markdown.css`. [Relevant CZO conversation](https://chat.zulip.org/#narrow/stream/19-documentation/topic/color.20of.20code.20elements/near/1510666). **Notes**: - **Web-app changes**: - All code element rules are now in `rendered_markdown.css`. -...

size: L
integration review

Revises descriptive text and examples at the top of the linkifiers and code playgrounds tabs in the organization settings overlay. See [relevant CZO discussion](https://chat.zulip.org/#narrow/stream/101-design/topic/descriptions.20on.20linkifiers.20and.20code.20playground.20tabs/near/1511344). **Notes**: - Adds the `rendered_markdown` class...

size: L

In commit 620854d43, the documentation for the Asana integration was changed to use `create-bot-construct-url.md`. But because the integration is not in the webhooks framework (`WebhookIntegration`), the URL generated by that...

size: S

Due to the `channel_map_to_topics` URL parameter in the Slack webhook, it was not migrated to use the `check_send_webhook_message`. Here we update the integration to use that function for sending the...

area: integrations
priority: high
size: XL
integration review

Creates a new `realm_deactivated` email that can be sent as part of the realm deactivation process. Fixes #24685. **Notes**: - Adds a new boolean flag, `email_owners`, to `do_deactivate_realm`. This flag...

priority: high
area: emails
size: XL
has conflicts

Zulip servers (at API feature level 174) support "direct" as the preferred message `type` for direct/private messages when sending messages and sending typing notifications; see https://github.com/zulip/zulip/pull/25154. For servers at this...

help wanted
api migrations
area: API spec
version parity: 7

As follow-up to https://github.com/zulip/zulip/pull/25154 (which fixed https://github.com/zulip/zulip/issues/24960), we should: - Update sending messages (`POST /messages`) to support using "direct" as the message `type` for direct/private messages. - Auto-translate "direct" to...

In general, zulipbot limits new contributors to claiming one issue with the idea that once the contributor has a contribution successfully merged that the limit will be removed. I think...

Update the contributor [guide to writing integration documentation](https://zulip.readthedocs.io/en/latest/documentation/integrations.html) for the new structure and macros introduced in #29366.

area: documentation (developer)
in progress