Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Upgrade main OpenLayers to 2.13.1. | Matthew Somerville | 2013-10-11 | -28/+25 |
| | ||||
* | add box around add body form | Dave Whiteland | 2013-09-30 | -2/+4 |
| | ||||
* | whitespace tidyup | Dave Whiteland | 2013-09-30 | -140/+140 |
| | ||||
* | add admin-box to separate 'add category' from 'edit body' | Dave Whiteland | 2013-09-30 | -3/+4 |
| | ||||
* | add where-areas-come-from admin hint to body form | Dave Whiteland | 2013-09-30 | -0/+10 |
| | ||||
* | add 'leave blank' admin hint for can-be-devolved | Dave Whiteland | 2013-09-30 | -0/+3 |
| | ||||
* | [Zurich] Add missing translations from feedback | Chris Mytton | 2013-09-26 | -0/+3 |
| | | | | Closes mysociety/FixMyStreet-Commercial#420 | |||
* | add FixMindelo to site title | Dave Whiteland | 2013-09-25 | -1/+1 |
| | ||||
* | remove 'donate' and 'sites' links in fixmindelo, as #557 | Dave Whiteland | 2013-09-25 | -3/+1 |
| | ||||
* | add FB/fabap links to fixmindelo footer, part of #557 | Dave Whiteland | 2013-09-25 | -1/+19 |
| | ||||
* | remove FMS-related footer links | Dave Whiteland | 2013-09-25 | -0/+38 |
| | ||||
* | add staging banner to fixmindelo, part of #557 | Dave Whiteland | 2013-09-25 | -0/+67 |
| | ||||
* | Fix Bromley use of 'no further action'. | Matthew Somerville | 2013-09-25 | -2/+2 |
| | | | | | If SET isn't given, the line means [% foo = ('bar' IF baz) %] rather than [% ([SET] foo = 'bar') IF baz %]. | |||
* | [Bromley] Fix right click links in IE8 | Chris Mytton | 2013-09-24 | -0/+25 |
| | | | | | | | | | | | | | When IE8 encounters a link with block level elements inside it (i.e. elements with `display: block`) then it won't give the option to "Open in a new tab" when you right click the link. This fix simply makes all elements inside the link inline, which fixes the problem. This is a Bromley-specific fix. Closes FixMyStreet-Commercial/issues#100 | |||
* | [Zurich] Display internal notes in separate table | Chris Mytton | 2013-09-23 | -1/+26 |
| | | | | | Closes FixMyStreet-Commercial/issues#405 Closes mysociety/FixMyStreet-Commercial#407 | |||
* | [Zurich] Default to not sending rejected emails | Chris Mytton | 2013-09-20 | -1/+1 |
| | | | | Closes mysociety/FixMyStreet-Commercial#410 | |||
* | [Zurich] Fix link to AV Online | Chris Mytton | 2013-09-20 | -2/+2 |
| | | | | Closes mysociety/FixMyStreet-Commercial#404 | |||
* | Correctly list ALLOWED_COBRANDS with hash items. | Matthew Somerville | 2013-09-19 | -1/+5 |
| | | | | Thanks to Struan for spotting. | |||
* | Add a view-configuration admin page. | Matthew Somerville | 2013-09-19 | -0/+140 |
| | | | | Fixes #561. | |||
* | add warning in admin if body has no area covered | Dave Whiteland | 2013-09-16 | -0/+10 |
| | | | | closes #565 | |||
* | [Zurich] Always render fancybox css/js | Chris Mytton | 2013-09-12 | -0/+6 |
| | | | | | This is so the admin can still display photos in a fancybox when the photo has not yet been published. | |||
* | [Zurich] Use full-size version of photo in admin | Chris Mytton | 2013-09-12 | -2/+2 |
| | ||||
* | [Zurich] Fix photo thumbnail on admin report_edit | Chris Mytton | 2013-09-12 | -2/+2 |
| | | | | | Because the report has not yet been published, the image isn't public, so we have to use the .temp.jpeg form of the url. | |||
* | [Zurich] Fix url for admin problem-row photos | Chris Mytton | 2013-09-12 | -4/+2 |
| | ||||
* | Merge branch 'zurich-optional-problem-rejected-email' | Chris Mytton | 2013-09-12 | -0/+18 |
|\ | | | | | | | | | Conflicts: t/cobrand/zurich.t | |||
| * | [Zurich] Only show automatic reply when status is hidden | Chris Mytton | 2013-09-11 | -1/+14 |
| | | ||||
| * | [Zurich] Add send rejected email checkbox to report edit | Chris Mytton | 2013-09-11 | -0/+5 |
| | | ||||
* | | Merge branch 'zurich-mark-external-addresses-deleted' | Chris Mytton | 2013-09-12 | -4/+9 |
|\ \ | | | | | | | | | | | | | Conflicts: t/cobrand/zurich.t | |||
| * | | [Zurich] Problems can't be assigned to deleted bodies | Chris Mytton | 2013-09-11 | -1/+1 |
| | | | ||||
| * | | [Zurich] Add deleted column to bodies table | Chris Mytton | 2013-09-11 | -1/+3 |
| | | | ||||
| * | | [Zurich] Add flag as deleted field to body-form | Chris Mytton | 2013-09-10 | -0/+5 |
| | | | ||||
| * | | [Zurich] Remove super user check from body-form | Chris Mytton | 2013-09-10 | -2/+0 |
| | | | | | | | | | | | | | | | The logic has changes, so it's now only the superuser that can access this whole form, so there is no need to be this granular. | |||
* | | | Merge branch 'master' into zurich-add-internal-notes | Chris Mytton | 2013-09-12 | -1/+16 |
|\ \ \ | ||||
| * \ \ | Merge branch 'zurich-mandatory-telephone-number' | Chris Mytton | 2013-09-12 | -1/+15 |
| |\ \ \ | | |_|/ | |/| | | ||||
| | * | | [Zurich] Add translation string for phone number error | Chris Mytton | 2013-09-05 | -0/+3 |
| | | | | ||||
| | * | | [Zurich] Override the validation_rules template | Chris Mytton | 2013-09-05 | -3/+8 |
| | | | | ||||
| | * | | Merge branch 'master' into zurich-mandatory-telephone-number | Chris Mytton | 2013-09-05 | -2/+2 |
| | |\ \ | ||||
| | * \ \ | Merge branch 'master' into zurich-mandatory-telephone-number | Chris Mytton | 2013-09-05 | -2/+2 |
| | |\ \ \ | ||||
| | * | | | | [Zurich] Update text to show phone number isn't optional | Chris Mytton | 2013-09-04 | -1/+1 |
| | | | | | | ||||
| | * | | | | [Zurich] Add js validation for phone number | Chris Mytton | 2013-09-04 | -0/+3 |
| | | | | | | ||||
| | * | | | | [Zurich] Display errors with phone field | Chris Mytton | 2013-09-04 | -0/+3 |
| | | | | | | ||||
| * | | | | | Merge branch 'zurich-extra-csv-columns' | Chris Mytton | 2013-09-11 | -0/+1 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||
| | * | | | | [Zurich] Add missing column title for superusers | Chris Mytton | 2013-09-09 | -0/+1 |
| | | | | | | ||||
* | | | | | | [Zurich] Display user name (if set) and email of user who created note/update | Edmund von der Burg | 2013-09-10 | -1/+3 |
| | | | | | | ||||
* | | | | | | [Zurich] Style the internal notes distinctively | Edmund von der Burg | 2013-09-10 | -1/+2 |
| | | | | | | ||||
* | | | | | | [Zurich] Save internal notes as hidden comments, rather than in the extra field | Edmund von der Burg | 2013-09-10 | -4/+4 |
|/ / / / / | ||||
* | | | | | [Zurich] Inline translations in report edit admin | Chris Mytton | 2013-09-09 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | As discussed in 1d7b6f7ae59240f0396c5b2d528bb97269760fd6 | |||
* | | | | | [Zurich] Add link on admin reports to AV online | Chris Mytton | 2013-09-09 | -0/+5 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Need to update the translation for the link to "Standort in AV-Online anzeigen" when #414 is done. Closes mysociety/FixMyStreet-Commercial#404 | |||
* | | | | add show-admin-notes class to body | Dave Whiteland | 2013-09-06 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | making the admin-notes functionality easier to suppress on installations that don't want it; it's in the default header, i.e., on for new installations | |||
* | | | | only remove body links for Zurich (in admin) | Dave Whiteland | 2013-09-06 | -6/+6 |
| | | | |