Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Use separate mobile banner HTML to simplify change | Matthew Somerville | 2016-08-16 | -37/+30 |
| | ||||
* | Split up modernizr/html5shiv/yepnope. | Matthew Somerville | 2016-08-16 | -4/+15 |
| | | | | | We only need html5shiv for <IE9, and we only use yepnope on the front page. | |||
* | Move modernizer/extra_js into common template. | Matthew Somerville | 2016-08-16 | -17/+2 |
| | ||||
* | Remove unused category_extras_json code. | Matthew Somerville | 2016-08-16 | -7/+0 |
| | ||||
* | Shrink test sample photo. | Matthew Somerville | 2016-08-16 | -5/+5 |
| | ||||
* | Only set Back link when first report pulled in. | Matthew Somerville | 2016-08-16 | -3/+4 |
| | | | | | Otherwise subsequent report views set the Back link to a report URI, so clicking it goes back to the list but with an incorrect address. | |||
* | Fix issue with add_links not interpolating. | Matthew Somerville | 2016-08-15 | -1/+1 |
| | | | | Double quoted string is needed for $1 and $2 to not be used exactly. | |||
* | Prevent error if latitude or longitude of 0 given. | Matthew Somerville | 2016-08-15 | -1/+1 |
| | ||||
* | Fix a crash on /admin/timeline | Dave Arter | 2016-08-15 | -2/+2 |
| | | | | | The 'created' and 'state' column names are shared between the 'problem' and 'comment' tables, and this was causing ambiguous column references in the SQL. | |||
* | Fix invalid SQL being generated by moderation lookup | Dave Arter | 2016-08-15 | -2/+2 |
| | ||||
* | Remove some unused code/ database handle. | Matthew Somerville | 2016-08-12 | -29/+1 |
| | ||||
* | Convert single newlines in text to <br>s. | Matthew Somerville | 2016-08-12 | -0/+17 |
| | | | | Fixes #306. | |||
* | Switch link adding to use double quotes. | Matthew Somerville | 2016-08-12 | -3/+2 |
| | ||||
* | Switch add_links template function to filter. | Matthew Somerville | 2016-08-12 | -11/+12 |
| | ||||
* | Update changelog. | Matthew Somerville | 2016-08-12 | -4/+23 |
| | ||||
* | Fix Moderate button labels, other labels/spacing. | Matthew Somerville | 2016-08-10 | -14/+12 |
| | | | | | | | Fixes #855. TODO: Prettifying of report moderation needs to be applied to the update form too. | |||
* | Direct report moderated emails correctly. | Matthew Somerville | 2016-08-10 | -12/+12 |
| | ||||
* | Merge branch '1474-absolutely-fabulous' | Matthew Somerville | 2016-08-10 | -12/+13 |
|\ | ||||
| * | Make UPLOAD_DIR/GEO_CACHE relative to project root | Matthew Somerville | 2016-08-10 | -12/+13 |
| | | | | | | | | | | If they are absolute already, do nothing. Switch a couple of uses to Path::Tiny as well. | |||
* | | Fix "Problems nearby" link on /my and /reports. | Matthew Somerville | 2016-08-10 | -1/+5 |
| | | | | | | | | | | Problems nearby should load the /around page from those pages, rather than act like "Back to all reports" but changing to an incorrect URL. | |||
* | | Merge branch 'issues/forcouncils/10-report-as-dropdown' | Matthew Somerville | 2016-08-10 | -15/+448 |
|\ \ | |/ |/| | ||||
| * | Feature to create report as body/other user. | Zarino Zappia | 2016-08-10 | -15/+448 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||
* | | Don't error if static map tile fetch fails. | Matthew Somerville | 2016-08-10 | -3/+14 |
| | | | | | | | | Also don't fetch tiles if running tests. | |||
* | | Remove non-working links (no RSS in Google Maps). | Matthew Somerville | 2016-08-10 | -6/+0 |
| | | ||||
* | | Add config for Open311 request limit, default 1000. | Matthew Somerville | 2016-08-10 | -6/+9 |
| | | | | | | | | Fixes #1313. | |||
* | | Do not send alerts for hidden reports. | Matthew Somerville | 2016-08-10 | -0/+2 |
| | | | | | | | | Fixes #1461. | |||
* | | Skip incoming Open311 update if no ID or content. | Matthew Somerville | 2016-08-10 | -0/+1 |
| | | ||||
* | | Set mappage class on map skipped page. | Matthew Somerville | 2016-08-10 | -1/+1 |
| | | | | | | | | Fixes #1479. | |||
* | | Merge branch 'test-tweaks' | Matthew Somerville | 2016-08-09 | -2/+20 |
|\ \ | |/ |/| | ||||
| * | Generate unique config per test run. | Matthew Somerville | 2016-08-09 | -2/+17 |
| | | | | | | | | | | | | | | | | This allows multiple test suites to run simultaneously (beforehand, a second run would overwrite the same config file and lose its database connection). Clean up the created config file on exit. | |||
| * | [Zurich] Add areas in test reports to fix warning. | Matthew Somerville | 2016-08-09 | -0/+3 |
| | | ||||
* | | Remove check constraint on user body permissions. | Dave Arter | 2016-08-09 | -5/+15 |
|/ | | | | We'll soon be adding more new permission types. | |||
* | Merge branch '1469-html-email-fixes' | Matthew Somerville | 2016-08-08 | -102/+60 |
|\ | ||||
| * | Factor out HTML email sidebar to own template. | Matthew Somerville | 2016-08-08 | -64/+28 |
| | | ||||
| * | Try and ensure emails have no lines of spaces. | Matthew Somerville | 2016-08-08 | -43/+43 |
| | | | | | | | | | | One mail server we send to appears to reject messages containing =20, even though those are perfectly acceptable quoted-printable messages. | |||
| * | Log failure to send email. | Matthew Somerville | 2016-08-08 | -1/+2 |
| | | ||||
| * | Move host/IP to footer in HTML contact email. | Matthew Somerville | 2016-08-08 | -8/+1 |
| | | ||||
| * | Avoid illegible email replies | Zarino Zappia | 2016-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. | |||
* | | Fix other "keys on reference" warning. | Matthew Somerville | 2016-08-08 | -1/+1 |
| | | | | | | | | This is a continuation of b45b29c8. | |||
* | | Run createsuperuser script as vagrant user. | Matthew Somerville | 2016-08-08 | -1/+1 |
|/ | ||||
* | [fixmystreet.com] Replace councils page with temporary page | Martin Wright | 2016-08-02 | -710/+37 |
| | | | | | | Temporarily removes the councils page as the information was out of date. Replaces it with a holding page. New page is on the way. | |||
* | [East Sussex] Remove East Sussex cobrand | Dave Arter | 2016-08-02 | -1195/+1 |
| | ||||
* | Merge branch '1281-html-emails' | Dave Arter | 2016-08-01 | -494/+1562 |
|\ | ||||
| * | [UK Councils] Email themes for 4 UK councils | Zarino Zappia | 2016-08-01 | -0/+78 |
| | | | | | | | | Email themes for Oxfordshire, Bromley, Warwickshire, and Greenwich. | |||
| * | Add HTML email templates. | Matthew Somerville | 2016-08-01 | -433/+1322 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||
| * | Add static map output view for a report. | Matthew Somerville | 2016-08-01 | -13/+113 |
| | | ||||
| * | Move photoset stuff to new Role. | Matthew Somerville | 2016-08-01 | -42/+39 |
| | | ||||
| * | Test for Image::Magick installation better. | Matthew Somerville | 2016-08-01 | -6/+10 |
|/ | | | | (VERSION disappears in some recent version.) | |||
* | [Zurich] Send admin emails from the do-not-reply address | Dave Arter | 2016-07-28 | -5/+4 |
| | | | | | Also takes the opportunity to fix the incorrectly-encoded sender name which was appearing to some clients as "Züri Wie Neu". | |||
* | Merge branch 'pinished' | Dave Arter | 2016-07-26 | -106/+78 |
|\ |