Alex Vandiver
ab7ff6b582
web: Save a 301 redirect from /billing to /billing/.
2023-03-24 14:51:01 -07:00
Alex Vandiver
c686c5ed0f
web: Save a needless 301 redirect from /plans to /plans/.
2023-03-24 14:51:01 -07:00
Alex Vandiver
a1570ff3dd
web: Save a needless 301 redirect from /integrations to /integrations/.
2023-03-24 14:51:01 -07:00
David Rosa
8d1db6482f
help center: Update relative gear menu macro for organization settings.
...
Renames "Manage organization" to "Organization settings" to reflect
changes in the previous commit.
2023-01-26 10:17:45 -08:00
Anders Kaseorg
7f0e11bd06
markdown: Rename preprocessor_priorities module to priorities.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2022-06-26 17:36:31 -07:00
Anders Kaseorg
fd16f97d6b
python: Excise None from pointlessly nullable booleans.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2022-04-27 12:40:14 -07:00
Lauryn Menard
9f8022de5e
help_docs: Add 'About Zulip' to relative help links.
...
Adds the 'About Zulip' gear menu option to the available
relative link patterns used in help center documentation.
2022-04-12 15:22:58 -07:00
Lauryn Menard
cbfe2707f4
help_docs: Clarify relative link text for Subscribed streams tab.
2022-03-28 15:13:39 -07:00
Tim Abbott
f8146cfaa1
help: Fix label for Subscribed tab in stream settings.
2022-03-18 14:28:20 -07:00
Eeshan Garg
bfbd77ca5c
markdown: Organize preprocessor priorities in one place.
...
All of our custom Markdown extensions have priorities that govern
the order in which the preprocessors will be run. It is more
convenient to have these all in one file so that you can easily
discern the order at first glance.
Thanks to Alya Abbott for reporting the bug that led to this
refactoring!
2021-09-20 16:57:43 -07:00
Mateusz Mandera
05fe62c96c
docs: Adjust phrasing of "From your desktop, click on the gear...".
...
We actually mean the main Zulip UI here, so "from your desktop" sounds
potentially misleading; reodering the phrasing makes the meaning
unambiguous.
2021-09-16 10:47:56 -07:00
sahil839
37620ffef0
gear_menu: Rename "Settings" option to "Personal settings".
...
Also includes change in markdown used in docs.
2021-07-01 11:47:14 -07:00
sahil839
0c80d23857
help: Update help pages according to profile page redesign.
...
This commit fixes the documentation of settings as we have
replaced "Your account" section into two new sections -
"Profile" and "Account & privacy".
This commit also fixes a comment in the test for settings
documentation in test_middleware.py.
2021-06-30 16:56:03 -07:00
Tim Abbott
06f1ea657e
navbar: Adjust label for usage statistics.
2021-05-12 10:34:12 -07:00
Anders Kaseorg
d0c6f4f400
python: Strip leading and trailing spaces from docstrings.
...
This is enforced by Black ≥ 21.4b0.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-05-07 22:42:39 -07:00
Anders Kaseorg
9864907985
mypy: Correct typing.re imports to typing.
...
Although typing.re exists in the standard library, mypy has never
recognized it.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-03-17 18:41:46 -07:00
Anders Kaseorg
6e4c3e41dc
python: Normalize quotes with Black.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-02-12 13:11:19 -08:00
Anders Kaseorg
11741543da
python: Reformat with Black, except quotes.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-02-12 13:11:19 -08:00
Anders Kaseorg
08c64f5cfa
markdown: Fix imports for compatibility with typeshed stubs.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-11-10 15:54:27 -08:00
Anders Kaseorg
254b904965
markdown: Migrate off deprecated extension registration interface.
...
Fixes #15205 .
https://python-markdown.github.io/change_log/release-3.0/#homegrown-ordereddict-has-been-replaced-with-a-purpose-built-registry
https://python-markdown.github.io/change_log/release-3.0/#md_globals-keyword-deprecated-from-extension-api
The priority numbers are arbitrarily chosen to preserve the existing
order.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-10-19 18:31:12 -07:00
Anders Kaseorg
1ded51aa9d
python: Replace list literal concatenation with * unpacking.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-09-02 11:15:41 -07:00
Anders Kaseorg
6189e4d0c1
python: Convert more percent formatting to "".format.
...
Semgrep has gotten a little more clever at applying the percent
formatting rule.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-07-13 13:16:38 -07:00
Mohit Gupta
3f5fc13491
refactor: Rename zerver.lib.bugdown to zerver.lib.markdown .
...
This commit is first of few commita which aim to change all the
bugdown references to markdown. This commits rename the files,
file path mentions and change the imports.
Variables and other references to bugdown will be renamed in susequent
commits.
2020-06-26 17:08:37 -07:00