Aman Agrawal
f7caab11b4
devtools: Document process to connect to local PostgreSQL database.
2020-06-29 12:31:20 -07:00
Steve Howell
cf78cb0d6e
templates: Use `<hr>` and `<br>` consistently.
...
We now prevent these variations:
* <hr/>
* <hr />
* <br/>
* <br />
We could enforce similar consistency for other void
tags, if we wished, but these two are particularly
prevalent.
2020-04-28 17:05:48 -07:00
Tim Abbott
59937ec9fa
scripts: Rename inline-email-css to inline_email_css.py.
...
This is a preparatory step for making it a module that we can import
and call from other code.
2020-04-10 15:29:47 -07:00
Tim Abbott
2f3a0fb80a
devtools: Improve labels and headings for some tools.
...
It's useful to be a bit more clear about what precisely these tools
are for.
2020-02-03 16:13:34 -08:00
Tim Abbott
4e421ebe12
scripts: Move inline-email-css from tools to scripts.
...
We'll be soon documenting a production workflow that involves using
it, and that means it needs to live under scripts/ (since tools/ isn't
present in release tarballs).
2019-11-15 17:39:42 -08:00
David Rosa
b041948132
docs: Reorganize auth and migrations subsystems.
...
- Moves "Authentication in the development environment" from subsystems
to "development/authentication.md".
- Moves "Renumbering migrations" to a section within "Schema migrations".
2019-11-07 09:42:36 -08:00
Anders Kaseorg
ee9a6071fd
5xx.html: Build with webpack.
...
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2019-10-28 15:53:15 -07:00
Mayank Madan
d5e61e20e5
dev tooling: Add "create new user" and "create new realm" buttons.
...
Significantly tweaked by tabbott to clean up and expand the tests.
Fixes : #6018 .
2019-05-21 15:03:37 -07:00
Hemanth V. Alluri
bae8295c52
devtools: Add integrations dev panel.
...
This commit adds a new developer tool: The "integrations dev panel"
which will serve as a replacement for the send_webhook_fixture_message
management command as a way to test integrations with much greater ease.
2019-05-15 13:07:44 -07:00
Cynthia Lin
95fc86442e
tools: Improve styling of /devtools page.
...
We readapt styling from documentation pages and add the `.flex`
class to the element to resolve the header issue.
Replaces and closes #10461 .
2018-10-02 11:30:29 -07:00
Tim Abbott
517df26199
docs: Update headings for development auth documentation.
...
Also, we fix an outdated link from /devtools.
2018-08-21 12:55:28 -07:00
Tim Abbott
a0270e1d7b
analytics: Extend /devtools to document this tool.
2018-07-09 15:06:15 +05:30
Tim Abbott
f24c0203fd
dev_tools: Add invalid confirmation error page to devtools.
...
This just makes it a bit easier and more self-service to get to this
category of error pages.
2018-02-28 12:51:19 -08:00
Tim Abbott
054952a44a
docs: Update links from codebase to point to ReadTheDocs.
2017-11-16 10:53:49 -08:00
Vishnu Ks
69b68286ee
devtools: Mention to run inline css command in /emails section.
2017-09-27 16:48:18 -07:00
Tim Abbott
bc69d28bf8
dev_tools: Document populate_db.
2017-09-22 06:42:25 -07:00
Rishi Gupta
b6ea225187
devtools: Add documentation for zilencer management commands.
2017-09-22 06:39:58 -07:00
Vaida Plankyte
282eb5585e
docs: Add section explaining GitHub/Google auth for dev env.
2017-07-27 17:35:14 -07:00
Tim Abbott
2317819e47
nginx: Use the Django 404 page for files under static/.
...
This elimintes the need for us to maintain duplicate copies of the
Zulip 404 error pages.
Fixes #5382 .
2017-07-18 09:55:30 -07:00
Tim Abbott
dcc40c7035
devtools: Document the --input option to collectstatic.
2017-07-07 17:48:52 -07:00
Tim Abbott
2ccd5aa758
devtools: Document better solution for editing error pages.
2017-07-07 17:45:11 -07:00
Tim Abbott
780b77d84d
devtools: Document portico.css issues with static/html/ files.
2017-07-07 17:30:45 -07:00
Cory Lynch
5b03236b90
dev: Update dev_tools.html with error pages.
...
Fixes #5391 .
2017-06-14 21:18:45 -07:00
Cory Lynch
cb4dadfdcd
tools: Create /devtools page for useful dev URLs.
...
Fixes #5179 .
2017-06-14 20:17:56 -07:00