mirror of https://github.com/zulip/zulip.git
help: Rename and redirect move-content-to-another-stream for channel.
This commit is contained in:
parent
4f97c7b202
commit
93dd1e9b25
|
@ -48,7 +48,7 @@ unresolved](/help/resolve-a-topic). These notices will be marked as unread only
|
||||||
for users who had participated in the topic.
|
for users who had participated in the topic.
|
||||||
|
|
||||||
Additionally, when moving messages to another
|
Additionally, when moving messages to another
|
||||||
[stream](/help/move-content-to-another-stream) or
|
[channel](/help/move-content-to-another-channel) or
|
||||||
[topic](/help/move-content-to-another-topic), users can decide whether to send
|
[topic](/help/move-content-to-another-topic), users can decide whether to send
|
||||||
automated notices to help others understand how content was moved.
|
automated notices to help others understand how content was moved.
|
||||||
|
|
||||||
|
|
|
@ -137,7 +137,7 @@
|
||||||
* [Rename a topic](/help/rename-a-topic)
|
* [Rename a topic](/help/rename-a-topic)
|
||||||
* [Resolve a topic](/help/resolve-a-topic)
|
* [Resolve a topic](/help/resolve-a-topic)
|
||||||
* [Move content to another topic](/help/move-content-to-another-topic)
|
* [Move content to another topic](/help/move-content-to-another-topic)
|
||||||
* [Move content to another stream](/help/move-content-to-another-stream)
|
* [Move content to another channel](/help/move-content-to-another-channel)
|
||||||
* [Delete a topic](/help/delete-a-topic)
|
* [Delete a topic](/help/delete-a-topic)
|
||||||
* [Manage inactive streams](/help/manage-inactive-streams)
|
* [Manage inactive streams](/help/manage-inactive-streams)
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,7 @@ Viewing a topic via a message link will never mark messages as read.
|
||||||
|
|
||||||
These links will still work even when the message is
|
These links will still work even when the message is
|
||||||
[moved to another topic](/help/move-content-to-another-topic)
|
[moved to another topic](/help/move-content-to-another-topic)
|
||||||
or [stream](/help/move-content-to-another-stream) or
|
or [channel](/help/move-content-to-another-channel) or
|
||||||
if its [topic is resolved](/help/resolve-a-topic).
|
if its [topic is resolved](/help/resolve-a-topic).
|
||||||
|
|
||||||
Zulip uses the same permanent link syntax when [quoting a
|
Zulip uses the same permanent link syntax when [quoting a
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Move content to another stream
|
# Move content to another channel
|
||||||
|
|
||||||
Zulip makes it possible to move messages, or an entire topic, to another stream.
|
Zulip makes it possible to move messages, or an entire topic, to another channel.
|
||||||
Organizations can [configure][configure-moving-permissions] which
|
Organizations can [configure][configure-moving-permissions] which
|
||||||
[roles](/help/roles-and-permissions) have permission to move messages between
|
[roles](/help/roles-and-permissions) have permission to move messages between
|
||||||
streams.
|
channels.
|
||||||
|
|
||||||
[configure-moving-permissions]: /help/restrict-moving-messages#configure-who-can-move-messages-to-another-stream
|
[configure-moving-permissions]: /help/restrict-moving-messages#configure-who-can-move-messages-to-another-stream
|
||||||
|
|
||||||
|
@ -15,10 +15,10 @@ destination topic, or both. These notices include:
|
||||||
* How many messages were moved, or whether the whole topic was moved.
|
* How many messages were moved, or whether the whole topic was moved.
|
||||||
* Who moved the content.
|
* Who moved the content.
|
||||||
|
|
||||||
## Move a topic to another stream
|
## Move a topic to another channel
|
||||||
|
|
||||||
To move a topic, you must have access to both the source and
|
To move a topic, you must have access to both the source and
|
||||||
destination streams.
|
destination channels.
|
||||||
|
|
||||||
{start_tabs}
|
{start_tabs}
|
||||||
|
|
||||||
|
@ -27,24 +27,24 @@ destination streams.
|
||||||
1. Select **Move topic**. If you do not see this option, you do not have permission
|
1. Select **Move topic**. If you do not see this option, you do not have permission
|
||||||
to move this topic.
|
to move this topic.
|
||||||
|
|
||||||
1. Select the destination stream for the topic from the streams dropdown list.
|
1. Select the destination channel for the topic from the channels dropdown list.
|
||||||
|
|
||||||
1. _(optional)_ Change the topic name.
|
1. _(optional)_ Change the topic name.
|
||||||
|
|
||||||
1. Toggle whether automated notices should be sent.
|
1. Toggle whether automated notices should be sent.
|
||||||
|
|
||||||
1. Click **Confirm** to move the topic to another stream.
|
1. Click **Confirm** to move the topic to another channel.
|
||||||
|
|
||||||
|
|
||||||
!!! warn ""
|
!!! warn ""
|
||||||
|
|
||||||
**Note**: When a topic is moved to a private stream with protected history,
|
**Note**: When a topic is moved to a private channel with protected history,
|
||||||
messages in the topic will be visible to all the subscribers.
|
messages in the topic will be visible to all the subscribers.
|
||||||
|
|
||||||
|
|
||||||
{end_tabs}
|
{end_tabs}
|
||||||
|
|
||||||
## Move messages to another stream
|
## Move messages to another channel
|
||||||
|
|
||||||
{start_tabs}
|
{start_tabs}
|
||||||
|
|
||||||
|
@ -53,9 +53,9 @@ destination streams.
|
||||||
1. Select **Move messages**. If you do not see this option, you do not have permission
|
1. Select **Move messages**. If you do not see this option, you do not have permission
|
||||||
to move this message.
|
to move this message.
|
||||||
|
|
||||||
1. Select the destination stream from the streams dropdown list. If
|
1. Select the destination channel from the channels dropdown list. If
|
||||||
the stream input is disabled, you do not have permission to move
|
the channel input is disabled, you do not have permission to move
|
||||||
this message to a different stream.
|
this message to a different channel.
|
||||||
|
|
||||||
1. _(optional)_ Change the topic name.
|
1. _(optional)_ Change the topic name.
|
||||||
|
|
||||||
|
@ -63,30 +63,30 @@ destination streams.
|
||||||
|
|
||||||
1. Toggle whether automated notices should be sent.
|
1. Toggle whether automated notices should be sent.
|
||||||
|
|
||||||
1. Click **Confirm** to move the selected content to another stream.
|
1. Click **Confirm** to move the selected content to another channel.
|
||||||
|
|
||||||
|
|
||||||
!!! warn ""
|
!!! warn ""
|
||||||
|
|
||||||
**Note**: You cannot edit content of a message while changing its stream.
|
**Note**: You cannot edit content of a message while changing its channel.
|
||||||
|
|
||||||
{end_tabs}
|
{end_tabs}
|
||||||
|
|
||||||
## Moving content to private streams
|
## Moving content to private channels
|
||||||
|
|
||||||
Access to messages moved to another stream will immediately be controlled by the
|
Access to messages moved to another channel will immediately be controlled by the
|
||||||
access policies for the destination stream. Content moved to a private stream will
|
access policies for the destination channel. Content moved to a private channel will
|
||||||
thus appear to be deleted to users who are not subscribers of the destination stream.
|
thus appear to be deleted to users who are not subscribers of the destination channel.
|
||||||
|
|
||||||
Content moved to a [private stream with protected history](/help/stream-permissions)
|
Content moved to a [private channel with protected history](/help/stream-permissions)
|
||||||
will only be accessible to users who both:
|
will only be accessible to users who both:
|
||||||
|
|
||||||
* Were subscribed to the *original* stream when the content was *sent*.
|
* Were subscribed to the *original* channel when the content was *sent*.
|
||||||
* Are subscribed to the *destination* stream when the content is *moved*.
|
* Are subscribed to the *destination* channel when the content is *moved*.
|
||||||
|
|
||||||
## Moving content out of private streams
|
## Moving content out of private channels
|
||||||
|
|
||||||
In [private streams with protected history](/help/stream-permissions),
|
In [private channels with protected history](/help/stream-permissions),
|
||||||
Zulip determines whether to treat the entire topic as moved using the
|
Zulip determines whether to treat the entire topic as moved using the
|
||||||
access permissions of the user requesting the topic move. This means
|
access permissions of the user requesting the topic move. This means
|
||||||
that the automated notices sent by the notification bot will report
|
that the automated notices sent by the notification bot will report
|
||||||
|
@ -95,7 +95,7 @@ message in the topic that they can access, regardless of whether older
|
||||||
messages exist that they cannot access.
|
messages exist that they cannot access.
|
||||||
|
|
||||||
Similarly, [muted topics](/help/mute-a-topic) will be migrated to the
|
Similarly, [muted topics](/help/mute-a-topic) will be migrated to the
|
||||||
new stream and topic if the requesting user moved every message in the
|
new channel and topic if the requesting user moved every message in the
|
||||||
topic that they can access.
|
topic that they can access.
|
||||||
|
|
||||||
This model ensures that the topic editing feature cannot be abused to
|
This model ensures that the topic editing feature cannot be abused to
|
|
@ -36,5 +36,5 @@ Organizations can [configure](/help/restrict-moving-messages) which
|
||||||
## Related articles
|
## Related articles
|
||||||
|
|
||||||
* [Rename a topic](/help/rename-a-topic)
|
* [Rename a topic](/help/rename-a-topic)
|
||||||
* [Move content to another stream](/help/move-content-to-another-stream)
|
* [Move content to another channel](/help/move-content-to-another-channel)
|
||||||
* [Restrict moving messages](/help/restrict-moving-messages)
|
* [Restrict moving messages](/help/restrict-moving-messages)
|
||||||
|
|
|
@ -52,6 +52,6 @@ Organizations can [configure](/help/restrict-moving-messages) which
|
||||||
## Related articles
|
## Related articles
|
||||||
|
|
||||||
* [Move content to another topic](/help/move-content-to-another-topic)
|
* [Move content to another topic](/help/move-content-to-another-topic)
|
||||||
* [Move content to another stream](/help/move-content-to-another-stream)
|
* [Move content to another channel](/help/move-content-to-another-channel)
|
||||||
* [Resolve a topic](/help/resolve-a-topic)
|
* [Resolve a topic](/help/resolve-a-topic)
|
||||||
* [Restrict moving messages](/help/restrict-moving-messages)
|
* [Restrict moving messages](/help/restrict-moving-messages)
|
||||||
|
|
|
@ -82,7 +82,7 @@ Permissions for moving messages between streams can be configured separately.
|
||||||
* [Rename a topic](/help/rename-a-topic)
|
* [Rename a topic](/help/rename-a-topic)
|
||||||
* [Resolve a topic](/help/resolve-a-topic)
|
* [Resolve a topic](/help/resolve-a-topic)
|
||||||
* [Move content to another topic](/help/move-content-to-another-topic)
|
* [Move content to another topic](/help/move-content-to-another-topic)
|
||||||
* [Move content to another stream](/help/move-content-to-another-stream)
|
* [Move content to another channel](/help/move-content-to-another-channel)
|
||||||
* [Restrict message editing and
|
* [Restrict message editing and
|
||||||
deletion](/help/restrict-message-editing-and-deletion)
|
deletion](/help/restrict-message-editing-and-deletion)
|
||||||
* [Roles and permissions](/help/roles-and-permissions)
|
* [Roles and permissions](/help/roles-and-permissions)
|
||||||
|
|
|
@ -5,7 +5,7 @@ administrators can [disable message edit
|
||||||
history](/help/disable-message-edit-history).
|
history](/help/disable-message-edit-history).
|
||||||
|
|
||||||
Messages with any content edits are labeled **EDITED**, while messages that have
|
Messages with any content edits are labeled **EDITED**, while messages that have
|
||||||
only been [moved to a new stream](/help/move-content-to-another-stream) or
|
only been [moved to a new channel](/help/move-content-to-another-channel) or
|
||||||
[topic](/help/move-content-to-another-topic) are labeled **MOVED**. In
|
[topic](/help/move-content-to-another-topic) are labeled **MOVED**. In
|
||||||
organizations where message edit history is
|
organizations where message edit history is
|
||||||
[disabled](/help/disable-message-edit-history), moved messages are simply marked
|
[disabled](/help/disable-message-edit-history), moved messages are simply marked
|
||||||
|
|
|
@ -91,7 +91,7 @@ tools](/help/moderating-open-organizations) make it easy to fix. Community
|
||||||
moderators can keep the dialogue organized by reclassifying topics and posts
|
moderators can keep the dialogue organized by reclassifying topics and posts
|
||||||
without disrupting the ongoing conversation. “If someone accidentally posts to
|
without disrupting the ongoing conversation. “If someone accidentally posts to
|
||||||
the wrong stream or topic, Zulip allows me to [move those messages
|
the wrong stream or topic, Zulip allows me to [move those messages
|
||||||
around](/help/move-content-to-another-stream) so they land in the right spot,”
|
around](/help/move-content-to-another-channel) so they land in the right spot,”
|
||||||
Dan says. “Moving messages also sends a subtle hint to the person posting about
|
Dan says. “Moving messages also sends a subtle hint to the person posting about
|
||||||
where to post the next time. And I can use [topic
|
where to post the next time. And I can use [topic
|
||||||
references](/help/link-to-a-message-or-conversation#link-to-a-stream-or-topic-within-zulip)
|
references](/help/link-to-a-message-or-conversation#link-to-a-stream-or-topic-within-zulip)
|
||||||
|
|
|
@ -333,7 +333,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td class="comparison-table-feature">
|
<td class="comparison-table-feature">
|
||||||
Move messages between
|
Move messages between
|
||||||
<a href="/help/move-content-to-another-stream">streams</a> and
|
<a href="/help/move-content-to-another-channel">channels</a> and
|
||||||
<a href="/help/move-content-to-another-topic">topics</a>
|
<a href="/help/move-content-to-another-topic">topics</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="comparison-value-positive cloud-cell"><i class="icon icon-check"></i></td>
|
<td class="comparison-value-positive cloud-cell"><i class="icon icon-check"></i></td>
|
||||||
|
|
|
@ -86,7 +86,7 @@ off the discussion by [starting a new topic](/help/starting-a-new-topic)
|
||||||
in the appropriate stream! Don’t stress too much about picking the
|
in the appropriate stream! Don’t stress too much about picking the
|
||||||
right place if you’re not sure; anyone in the community can edit a
|
right place if you’re not sure; anyone in the community can edit a
|
||||||
topic name, and [moderators](/help/roles-and-permissions) can [move a
|
topic name, and [moderators](/help/roles-and-permissions) can [move a
|
||||||
topic to a different stream](/help/move-content-to-another-stream).
|
topic to a different stream](/help/move-content-to-another-channel).
|
||||||
|
|
||||||
## Streams for everyone
|
## Streams for everyone
|
||||||
|
|
||||||
|
|
|
@ -334,7 +334,7 @@
|
||||||
can <a href="/help/edit-a-message">edit your
|
can <a href="/help/edit-a-message">edit your
|
||||||
message</a>, or move it to a
|
message</a>, or move it to a
|
||||||
different <a href="/help/move-content-to-another-topic">topic</a>
|
different <a href="/help/move-content-to-another-topic">topic</a>
|
||||||
or <a href="/help/move-content-to-another-stream">stream</a>.
|
or <a href="/help/move-content-to-another-channel">stream</a>.
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -203,7 +203,7 @@
|
||||||
<li><div class="list-content"><a href="/help/format-your-message-using-markdown#latex">Type LaTeX</a> directly into your Zulip message, and see it beautifully rendered.</div></li>
|
<li><div class="list-content"><a href="/help/format-your-message-using-markdown#latex">Type LaTeX</a> directly into your Zulip message, and see it beautifully rendered.</div></li>
|
||||||
<li><div class="list-content"><a href="/help/code-blocks">Zulip code blocks</a> come with syntax highlighting for over 250 languages, and integrated <a href="/help/code-blocks#code-playgrounds">code playgrounds.</a></div></li>
|
<li><div class="list-content"><a href="/help/code-blocks">Zulip code blocks</a> come with syntax highlighting for over 250 languages, and integrated <a href="/help/code-blocks#code-playgrounds">code playgrounds.</a></div></li>
|
||||||
<li><div class="list-content">Structure your ideas with bulleted and numbered <a href="/help/format-your-message-using-markdown#lists">lists</a>.</div></li>
|
<li><div class="list-content">Structure your ideas with bulleted and numbered <a href="/help/format-your-message-using-markdown#lists">lists</a>.</div></li>
|
||||||
<li><div class="list-content">If you made a mistake, no worries! You can <a href="/help/edit-a-message">edit your message</a>, or move it to a different <a href="/help/move-content-to-another-topic">topic</a> or <a href="/help/move-content-to-another-stream">stream</a>.</div></li>
|
<li><div class="list-content">If you made a mistake, no worries! You can <a href="/help/edit-a-message">edit your message</a>, or move it to a different <a href="/help/move-content-to-another-topic">topic</a> or <a href="/help/move-content-to-another-channel">stream</a>.</div></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -367,7 +367,7 @@
|
||||||
can <a href="/help/edit-a-message">edit your
|
can <a href="/help/edit-a-message">edit your
|
||||||
message</a>, or move it to a
|
message</a>, or move it to a
|
||||||
different <a href="/help/move-content-to-another-topic">topic</a>
|
different <a href="/help/move-content-to-another-topic">topic</a>
|
||||||
or <a href="/help/move-content-to-another-stream">stream</a>.
|
or <a href="/help/move-content-to-another-channel">stream</a>.
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -207,7 +207,7 @@
|
||||||
can <a href="/help/edit-a-message">edit your
|
can <a href="/help/edit-a-message">edit your
|
||||||
message</a>, or move it to a
|
message</a>, or move it to a
|
||||||
different <a href="/help/move-content-to-another-topic">topic</a>
|
different <a href="/help/move-content-to-another-topic">topic</a>
|
||||||
or <a href="/help/move-content-to-another-stream">stream</a>.
|
or <a href="/help/move-content-to-another-channel">stream</a>.
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -162,7 +162,7 @@ With conversations organized by topic, you can review prior discussions to
|
||||||
understand past work, explanations, and decisions — your chat history becomes a
|
understand past work, explanations, and decisions — your chat history becomes a
|
||||||
knowledge base. If a conversation shifts to a new topic, it’s easy to reorganize
|
knowledge base. If a conversation shifts to a new topic, it’s easy to reorganize
|
||||||
by moving messages to a different [topic](/help/move-content-to-another-topic)
|
by moving messages to a different [topic](/help/move-content-to-another-topic)
|
||||||
or [stream](/help/move-content-to-another-stream). There is no more rifling
|
or [stream](/help/move-content-to-another-channel). There is no more rifling
|
||||||
through unrelated chatter to find the context you need. You can even [link to a
|
through unrelated chatter to find the context you need. You can even [link to a
|
||||||
Zulip
|
Zulip
|
||||||
conversation](/help/link-to-a-message-or-conversation#link-to-zulip-from-anywhere)
|
conversation](/help/link-to-a-message-or-conversation#link-to-zulip-from-anywhere)
|
||||||
|
|
|
@ -858,7 +858,7 @@ def enqueue_welcome_emails(user: UserProfile, realm_creation: bool = False) -> N
|
||||||
unsubscribe_link=unsubscribe_link,
|
unsubscribe_link=unsubscribe_link,
|
||||||
move_messages_link=realm_url + "/help/move-content-to-another-topic",
|
move_messages_link=realm_url + "/help/move-content-to-another-topic",
|
||||||
rename_topics_link=realm_url + "/help/rename-a-topic",
|
rename_topics_link=realm_url + "/help/rename-a-topic",
|
||||||
move_channels_link=realm_url + "/help/move-content-to-another-stream",
|
move_channels_link=realm_url + "/help/move-content-to-another-channel",
|
||||||
)
|
)
|
||||||
|
|
||||||
send_future_email(
|
send_future_email(
|
||||||
|
|
|
@ -96,6 +96,7 @@ HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [
|
||||||
),
|
),
|
||||||
URLRedirect("/help/pin-a-stream", "/help/pin-a-channel"),
|
URLRedirect("/help/pin-a-stream", "/help/pin-a-channel"),
|
||||||
URLRedirect("/help/change-the-color-of-a-stream", "/help/change-the-color-of-a-channel"),
|
URLRedirect("/help/change-the-color-of-a-stream", "/help/change-the-color-of-a-channel"),
|
||||||
|
URLRedirect("/help/move-content-to-another-stream", "/help/move-content-to-another-channel"),
|
||||||
]
|
]
|
||||||
|
|
||||||
LANDING_PAGE_REDIRECTS = [
|
LANDING_PAGE_REDIRECTS = [
|
||||||
|
|
|
@ -133,7 +133,7 @@ configuration change), or [turn this feature off]({organization_settings_url}) a
|
||||||
zulip_update_announcements_stream=realm.zulip_update_announcements_stream.name,
|
zulip_update_announcements_stream=realm.zulip_update_announcements_stream.name,
|
||||||
topic_name=topic_name,
|
topic_name=topic_name,
|
||||||
organization_settings_url="/#organization/organization-settings",
|
organization_settings_url="/#organization/organization-settings",
|
||||||
move_content_another_stream_help_url="/help/move-content-to-another-stream",
|
move_content_another_stream_help_url="/help/move-content-to-another-channel",
|
||||||
)
|
)
|
||||||
return internal_prep_huddle_message(
|
return internal_prep_huddle_message(
|
||||||
realm, sender, remove_single_newlines(content), recipient_users=administrators
|
realm, sender, remove_single_newlines(content), recipient_users=administrators
|
||||||
|
|
|
@ -2067,7 +2067,7 @@ paths:
|
||||||
for direct messages contained additional `sender_id` and
|
for direct messages contained additional `sender_id` and
|
||||||
`recipient_id` fields.
|
`recipient_id` fields.
|
||||||
|
|
||||||
[message-move-stream]: /help/move-content-to-another-stream
|
[message-move-stream]: /help/move-content-to-another-channel
|
||||||
[stream-access]: /help/stream-permissions
|
[stream-access]: /help/stream-permissions
|
||||||
properties:
|
properties:
|
||||||
id:
|
id:
|
||||||
|
|
Loading…
Reference in New Issue