Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Switch to default-escaped in email templates. | Matthew Somerville | 2019-12-09 | -1/+9 |
| | | | | | We add a way to process a template with no auto-escaping, that can be used for the text parts of emails, and mark various HTML output as safe. | |||
* | $user->latest_visible_problem() convenience method | Zarino Zappia | 2019-08-23 | -5/+1 |
| | ||||
* | Include user admin links in contact form emails | Zarino Zappia | 2019-08-23 | -0/+10 |
| | | | | | | | | | | | | | | | If a message is sent via the contact form, with a stated email address matching a user in the database, the resulting email will now include quick links to: - Admin page for editing the user - Admin page for viewing the user’s reports And if the user has made at least one report, also: - Admin page for the user’s most recent report This should speed up admin email triage considerably. | |||
* | Display dummy content in /_dev/email/contact preview | Zarino Zappia | 2019-08-23 | -0/+15 |
| | ||||
* | Prevent scan of all problems on /_dev pages. | Matthew Somerville | 2018-09-12 | -3/+3 |
| | ||||
* | Include report in _dev confirm_report_sent email. | Matthew Somerville | 2018-08-30 | -0/+1 |
| | ||||
* | Move all test endpoints under /_dev. | Zarino Zappia | 2018-08-29 | -1/+121 |
| | ||||
* | Add development email previewer. | Matthew Somerville | 2018-03-01 | -0/+136 |