aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Develop.pm
Commit message (Collapse)AuthorAgeLines
* Switch to default-escaped in email templates.Matthew Somerville2019-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 methodZarino Zappia2019-08-23-5/+1
|
* Include user admin links in contact form emailsZarino Zappia2019-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 previewZarino Zappia2019-08-23-0/+15
|
* Prevent scan of all problems on /_dev pages.Matthew Somerville2018-09-12-3/+3
|
* Include report in _dev confirm_report_sent email.Matthew Somerville2018-08-30-0/+1
|
* Move all test endpoints under /_dev.Zarino Zappia2018-08-29-1/+121
|
* Add development email previewer.Matthew Somerville2018-03-01-0/+136