aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/default
Commit message (Collapse)AuthorAgeLines
* [fixmystreet.com] Avoid /about/council redirects.Zarino Zappia2017-03-03-1/+1
|
* Include any paragraphs in HTML contact submission.Matthew Somerville2016-09-13-1/+1
|
* Feature to create report as body/other user.Zarino Zappia2016-08-10-0/+99
| | | | | | | | | | | | This allows users who have the correct permissions to add reports on behalf of the body or another user. We enable editing of the email box by default, so that if JavaScript isn't available, someone can still change the email for the 'another user' option. For mysociety/fixmystreetforcouncils#10 and mysociety/fixmystreetforcouncils#11
* Factor out HTML email sidebar to own template.Matthew Somerville2016-08-08-56/+26
|
* Try and ensure emails have no lines of spaces.Matthew Somerville2016-08-08-35/+35
| | | | | One mail server we send to appears to reject messages containing =20, even though those are perfectly acceptable quoted-printable messages.
* Move host/IP to footer in HTML contact email.Matthew Somerville2016-08-08-8/+1
|
* Avoid illegible email repliesZarino Zappia2016-08-08-2/+2
| | | | | | | | | HTML emails now have a white body background-color, so that replies sent from Outlook (which inserts the reply message inside the body of the original message) will have a white background. Part of #1469.
* Add HTML email templates.Matthew Somerville2016-08-01-40/+748
| | | | | | | | | | | | | | | | | | | | | | | | Design is all Zarino. This adds the ability to send HTML emails, including attached inline images. When included, this is done as a multipart/related email containing a multipart/alternative (of plain and HTML) and any attached images, so that the images are available even if HTML mail is not. The alert emails list data has been improved so it can be constructed in the templates rather than the code. Various templates have been tidied. Various workarounds for email clients have been made, including: * <th> is used so that the Android 4.x mail client can give them `block` styling in the small screen media query. * Font settings defined on every table cell (<th>) so that sans-serif fonts are used in Outlook, rather than Times New Roman. * A three-column wrapper table to create a 620px centred content area that also shrinks down on narrow screens. (Outlook doesn’t like max-width, so this is the simplest alternative.) * Enforcing a sensible (500px) min-width for the main content area, on clients that don’t support media queries (eg: native Gmail app). * Giant borders on buttons so Outlook displays them * Image alignment with align rather than float.
* Clarify wording of two-tier confirmation emailDave Arter2016-07-08-1/+2
|
* Add two-tier responsibility note to confirm emailDave Arter2016-07-08-1/+3
|
* Tidy up some UK specific easting/northing handlingMatthew Somerville2016-06-22-1/+1
|
* Allow users to update their email address.Matthew Somerville2016-06-20-0/+11
|
* Use only one templating system for emails.Matthew Somerville2016-05-25-82/+82
| | | | | | | Historically, emails sent offline (alerts, questionnaires, etc) used a different templating system from those sent by the website (e.g. login emails), though the newer system was also being used for the site name and signature of offline emails.
* Add OpenStreetMap URL to report email.Matthew Somerville2016-02-09-0/+2
|
* Fix handling From/To header in new Email::Simple.Matthew Somerville2015-10-06-1/+0
| | | | | | | Newer versions of Email::Simple (2.104+) treat arrayrefs in headers by fetching the first item only in scalar context. Our snapshot installs 2.102, so this shouldn't be an issue, but we might as well bypass Email::Simple for those headers.
* Send altered confirmation email if not being sent.Matthew Somerville2015-09-28-0/+32
| | | | Fixes #1210.
* Tweak wording of area local alert email.Matthew Somerville2015-02-25-2/+2
| | | | Fixes #1011.
* Switch easting/northing output to one line.Matthew Somerville2015-02-16-3/+1
| | | | | This is more friendly for e.g. copy and pasting by someone using the Dynamics CRM software. Fixes #997.
* Use site_name to genericise default submit.txt.Matthew Somerville2015-01-19-54/+4
|
* Update links to point to new /council page.Matthew Somerville2014-10-09-3/+3
|
* Report moderationHakim Cassimally2014-08-13-0/+38
| | | | | | | | | | | - redaction marked with [...] - of report and comments - stores original data - uses a single form, on the report/_main view - requires additional permissions (user_body_permissions) - Hide report functionality - Moderation notification/contact form - Moderation writes to admin_log
* Make external links HTTPS where possible.Matthew Somerville2014-07-03-3/+3
| | | | And fix a couple that have redirected.
* Use https for UK site where appropriateStruan Donald2014-07-03-3/+3
| | | | | | | Council redirects, BASE_URL comparisons, hard coded links, email signatures For #488
* Update all email templates with new text.Myfanwy Nixon2014-05-16-84/+215
| | | | And FixMyStreet.com specific open questionnaire page.
* Fix failing test for problem confirmationStruan Donald2013-08-01-1/+1
| | | | | Update for change to bodies_str, make sure sent_fail_count 0 and update standard template variables
* Updated emails, FAQ, .po from Zurich.Matthew Somerville2013-03-08-1/+1
|
* Merge remote branch 'origin/zurich'Matthew Somerville2013-02-04-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/open311-populate-service-list bin/send-comments bin/update-all-reports conf/crontab.ugly db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/App/Controller/Reports.pm perllib/FixMyStreet/Cobrand/Default.pm perllib/FixMyStreet/Cobrand/LichfieldDC.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/Result/Problem.pm perllib/FixMyStreet/DB/ResultSet/Problem.pm perllib/FixMyStreet/SendReport.pm perllib/FixMyStreet/SendReport/Email.pm perllib/FixMyStreet/SendReport/Open311.pm perllib/Open311/GetServiceRequestUpdates.pm perllib/Open311/PopulateServiceList.pm t/app/controller/report_new.t t/app/controller/rss.t templates/web/bromley/report/display.html templates/web/default/admin/council_contacts.html templates/web/default/common_header_tags.html templates/web/default/dashboard/index.html templates/web/default/front/stats.html templates/web/default/report/_main.html templates/web/default/report/update-form.html templates/web/emptyhomes/index.html templates/web/emptyhomes/report/display.html templates/web/emptyhomes/report/new/councils_text_all.html templates/web/emptyhomes/reports/body.html templates/web/emptyhomes/reports/index.html templates/web/fixmystreet/report/new/fill_in_details_form.html templates/web/fixmystreet/report/update-form.html web/cobrands/fixmystreet/fixmystreet.js web/js/fixmystreet.js
| * Convert report sending code to use bodies rather than areas/councils.Matthew Somerville2012-12-15-2/+2
| |
* | add option to send email confirming report has been sent to councilStruan Donald2012-12-03-0/+9
|/
* Move site_name/site_title into templates where they belong.Matthew Somerville2012-08-17-5/+6
|
* Signature not available for this template.Matthew Somerville2012-06-19-1/+2
|
* Update councils links to new location at mysociety.orgMatthew Somerville2012-06-13-3/+3
|
* Have Bromley logo on main site too, use short name in confirmation emails.Matthew Somerville2012-05-30-5/+5
|
* Use right parameter system for right emails.Matthew Somerville2012-05-29-9/+9
|
* Have central email signature for emails.Matthew Somerville2012-05-29-30/+17
|
* Council info pages.Matthew Somerville2012-03-14-6/+3
|
* Add example default council email.Matthew Somerville2011-10-07-0/+62
|
* Use report/update name, rather than user name, in confirmation emails, so ↵Matthew Somerville2011-07-18-2/+2
| | | | it's the one that's just been given. Fixes #137.
* Change questionnaire subject to include report title, fixes #115.Matthew Somerville2011-06-22-1/+1
|
* Implement redirect upon sign in to where the user came from; tidy up error ↵Matthew Somerville2011-06-21-7/+5
| | | | display.
* Move alert emails to new location, delete some unused ones.Matthew Somerville2011-06-03-0/+101
|
* Questionnaire back end templating etc.Matthew Somerville2011-06-02-0/+24
|
* Fix email test.Matthew Somerville2011-06-02-2/+2
|
* Put cobrand confirm/submit emails in templates, not locale, adjust email ↵Matthew Somerville2011-06-02-0/+90
| | | | handling to cope with multiple languages for a cobrand, add Email::MIME (though unused at present), and start send-reports working.
* use c->send_email on contact page and add more testsStruan Donald2011-05-25-0/+5
|
* save and confirm update or email for confirmation as appropriateStruan Donald2011-05-19-0/+18
|
* send out alert subscription email confirmationsStruan Donald2011-05-10-0/+14
|
* Ported import.cgi to catalystEdmund von der Burg2011-03-31-0/+14
|
* Handle successful repor creation correctlyEdmund von der Burg2011-03-23-0/+20
|
* use .txt suffix on email templatesEdmund von der Burg2011-03-23-0/+0
|