Lauryn Menard
5342d4ecfb
help: Rename and redirect stream-permissions for channel.
2024-05-03 13:02:19 -07:00
Lauryn Menard
95b03ce6e1
help: Rename and redirect manage-user-stream-subscriptions for channel.
2024-05-03 12:55:39 -07:00
Lauryn Menard
859340c914
help: Rename and redirect mute-a-stream for channel.
2024-05-03 12:55:39 -07:00
Lauryn Menard
4908f1c5dc
help: Rename and redirect stream-notifications for channel.
2024-05-03 12:55:39 -07:00
Lauryn Menard
d97571e1df
help: Rename and redirect manage-inactive-streams for channel.
2024-05-03 12:55:39 -07:00
Lauryn Menard
93dd1e9b25
help: Rename and redirect move-content-to-another-stream for channel.
2024-05-03 12:55:39 -07:00
Lauryn Menard
4f97c7b202
help: Rename and redirect change-the-color-of-a-stream for channel.
2024-05-03 12:55:39 -07:00
Lauryn Menard
47ecc4989d
help: Rename and redirect pin-a-stream for channel.
2024-05-03 12:55:39 -07:00
Lauryn Menard
696f578c8e
help: Rename and redirect add-or-remove-users-from-a-stream for channel.
2024-05-03 12:55:39 -07:00
Lauryn Menard
a4c63c5ad0
help: Rename and redirect view-stream-subscribers for channel.
2024-05-03 12:55:39 -07:00
Lauryn Menard
049ce10b6f
help: Rename and redirect unsubscribe-from-a-stream for channel.
2024-05-03 12:55:39 -07:00
Lauryn Menard
b4e67ee564
help: Rename and redirect browse-and-subscribe-to-streams for channel.
2024-05-03 12:55:39 -07:00
Lauryn Menard
4e23f82006
help: Rename 'select-stream-view...' include instructions.
2024-05-03 12:55:39 -07:00
Lauryn Menard
9c353d812e
help: Rename and redirect message-a-stream-by-email for channel.
2024-05-03 12:55:39 -07:00
Lauryn Menard
bd91c82862
help: Rename and redirect create-a-stream for channel.
2024-05-03 12:55:39 -07:00
Lauryn Menard
bd0faa8d77
help: Update content for include files in create-channels article.
...
Updates the content in `help/include/create-a-channel-instructions`
and `help/include/create-channels-intro` for the stream to channel
rename. Done in a separate commit from the previous so that the
rename of these files is tracked as such in the history.
2024-05-03 12:55:39 -07:00
Lauryn Menard
14b899eb20
help: Rename and redirect create-streams for channel.
2024-05-03 12:55:39 -07:00
Lauryn Menard
4dbda25e2e
help: Rename and redirect streams-and-topics for channel.
2024-05-03 12:55:39 -07:00
Lauryn Menard
b9ef1a5965
help-docs: Update wildcards for new channel wildcard.
...
Updates the mention everyone wildcards for the new channel wildcard
and removes references to the stream wildcard.
2024-05-03 12:55:39 -07:00
Anders Kaseorg
ffd1a80ef4
common: Remove copy_data_attribute_value.
...
Commit 90d0531e20
(#23721 ) removed
envelope-link and data-admin-emails.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-05-03 12:45:46 -07:00
Anders Kaseorg
eb45eca57b
support: Replace common.copy_data_attribute_value with clipboard.js.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-05-03 12:45:46 -07:00
Anders Kaseorg
252b0f193e
password_quality: Convert .data("minLength") et al. to .attr.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-05-03 12:45:46 -07:00
Anders Kaseorg
7a5e68161a
list_widget: Convert .data("sort"), .data("sort-prop") to .attr.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-05-03 12:45:46 -07:00
Anders Kaseorg
382eec17e2
list_widget: Convert .data("empty") to .attr.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-05-03 12:45:46 -07:00
Anders Kaseorg
72688c26b5
invite: Convert .data("loading-text") to .attr.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-05-03 12:45:46 -07:00
Anders Kaseorg
64c2d442ac
web: Convert .data("user-id") to .attr.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-05-03 12:45:46 -07:00
Anders Kaseorg
455f8a9c53
web: Convert .data("stream-id") to .attr.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-05-03 12:45:46 -07:00
Anders Kaseorg
bc9a7ef274
components: Convert .data("tab-id") to .attr.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-05-03 12:45:46 -07:00
Anders Kaseorg
153847d617
web: Convert .data("search-results-empty") to .attr.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-05-03 12:45:46 -07:00
Anders Kaseorg
ebea1eed18
sidebar_ui: Convert .data("animated-url"), .data("still-url") to .attr.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-05-03 12:45:46 -07:00
Anders Kaseorg
5950093ae0
settings_components: Convert .data("method") to .attr.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-05-03 12:45:46 -07:00
Anders Kaseorg
64c8262eaf
settings_components: Convert .data("setting-widget-type") to .attr.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-05-03 12:45:46 -07:00
Anders Kaseorg
abee323c77
web: Convert .data("code-language") to .attr.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-05-03 12:45:46 -07:00
Anders Kaseorg
c2bae4c9d9
message_list_tooltips: Convert .data("is-bot") to .attr.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-05-03 12:45:46 -07:00
Anders Kaseorg
87ea4313cd
web: Convert .data("message-id") to .attr.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-05-03 12:45:46 -07:00
Anders Kaseorg
c97f6c6c71
loading: Remove dead data-spinner_obj access.
...
As of commit 7b00bd6f7e
, this no longer
exists.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-05-03 12:45:46 -07:00
Anders Kaseorg
518daff9db
lightbox: Set data-filename as an attribute, not an invalid property.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-05-03 12:45:46 -07:00
Aman Agrawal
f07ed8b6b3
hashchange: Restore narrow state on `escape` keypress to `feed`.
...
If user goes to combined feed view on escape keypress, then
we restore their narrow pointer and offset by restoring it from
browser history if the their last narrow was the combined feed view.
2024-05-03 12:42:22 -07:00
Aman Agrawal
240f7b53b2
message_lists: Remove `save_pre_narrow_offset_for_reload`.
...
This is no longer required since narrow state is restored by
`reload` library and narrow history restores the narrow pointer
and offset when going back to a view.
Only regression here is we will no longer restore the pointer when
user navigates to the combined feed view without using browser back
button and combined feed view is the default view. This is fixed
in the next commit.
2024-05-03 12:42:22 -07:00
Aman Agrawal
2eb216f1da
message_list: Only update selected id and banner for current list.
2024-05-03 12:42:22 -07:00
Aman Agrawal
439091998d
hashchange: Restore pointer state for combined feed view.
...
Now, user can use browser back button to go their last selected
message in combined feed view.
2024-05-03 12:42:22 -07:00
Aman Agrawal
24f47e8993
narrow_history: Use a more accurate way to check hashchange status.
...
`hash_util.search_terms_to_hash` doesn't work correctly for all
hashes, main one being the combined feed view.
2024-05-03 12:42:22 -07:00
Aman Agrawal
f786c2c5d7
hash_util: Fix wrong type specified for `hash` parameter.
2024-05-03 12:42:22 -07:00
Aman Agrawal
478a4a59bc
hash_util: Make it clear that the function doesn't work for all views.
2024-05-03 12:42:22 -07:00
Karl Stolley
fb9acf8911
message_row: Establish clarifying messagebox-includes-sender class.
2024-05-03 12:34:27 -07:00
Karl Stolley
6c5085b827
message_header: Bring over control hover selectors.
2024-05-03 12:34:08 -07:00
Alya Abbott
a001f58c92
help: Document self-serve Cloud Plus upgrades.
2024-05-03 12:33:42 -07:00
Alya Abbott
8b6534722e
help: Consolidate upgrade steps for self-hosted and cloud billing.
2024-05-03 12:33:42 -07:00
Alya Abbott
15d5b57d19
help: Reduce duplication on self-hosted billing instructions.
2024-05-03 12:33:42 -07:00
Karl Stolley
50c744db48
left_sidebar: Apply grid to 'more conversations' DM row.
2024-05-03 12:21:59 -07:00