Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add links to user survey to emails, front page and confirmation pages | Struan Donald | 2014-02-18 | -0/+131 |
| | | | | | | | | Use the cross sell function to put an 'advert' for the survey on the various confirmation pages Create new alert email templates for fixmystreet co-brand so we can include the survey link on those alone All as one commit for ease of reverting when the survey is done. | |||
* | Correct subtest variable name, fix uninitialized value warning. | Matthew Somerville | 2014-01-30 | -1/+1 |
| | ||||
* | update footer-mobileapps CS | Dave Whiteland | 2014-01-27 | -5/+6 |
| | | | | | | Remove ul, li styling because we're not using it any more: replaced the li with a paragraph, because I believe it's simpler. Paragraph mimics existing footer styles (which use li p). | |||
* | update FAQ text | Dave Whiteland | 2014-01-27 | -32/+27 |
| | ||||
* | [Zurich] email templates point to surveys | Hakim Cassimally | 2014-01-13 | -0/+4 |
| | | | | | | Fixes https://github.com/mysociety/FixMyStreet-Commercial/issues/464 Also requires mysociety-servers.git@45e3a5d3 for the /umfrage redirect. | |||
* | [Zurich] admin template to respect closed_overdue | Hakim Cassimally | 2013-12-20 | -1/+1 |
| | | | | | | | | | | | | | This value is now cached, but the template calls the function, calculating it anew, so for old reports (closed within SLA) the problem_row.html template showed these as overdue. Instead, we point the template at a function which first checks the cached value. (Attempting to roll this functionality into the .overdue() method itself caused a fair amount of collateral test breakage, and it seems safest to extract the caching function for now.) Closes https://github.com/mysociety/FixMyStreet-Commercial/issues/462 | |||
* | Add OpenGraph meta elements (for #613). | Matthew Somerville | 2013-11-20 | -0/+10 |
| | ||||
* | Merge branch 'fixmindelo-privacy' | Matthew Somerville | 2013-11-20 | -0/+114 |
|\ | ||||
| * | [FixMindelo] Translation of the privacy page. | Jen Bramley | 2013-11-20 | -51/+80 |
| | | | | | | | | Omitted the credits and links to further information. | |||
| * | Copy of main privacy file to work on. | Matthew Somerville | 2013-11-20 | -0/+85 |
| | | ||||
* | | Remove cached photos if hidden in admin interface. | Matthew Somerville | 2013-11-20 | -2/+12 |
|/ | | | | | Use the internal hash URL of the photo so that it can still be seen in the admin interface. | |||
* | Include version number on admin config page. | Matthew Somerville | 2013-11-12 | -1/+3 |
| | ||||
* | Add body deletion to admin interface. | Matthew Somerville | 2013-11-11 | -3/+11 |
| | ||||
* | Reorganise admin update list to match report list. | Matthew Somerville | 2013-11-07 | -9/+9 |
| | ||||
* | Add more admin external link icons. | Matthew Somerville | 2013-11-07 | -8/+8 |
| | | | | Use a relative URL in the CSS in case it's proxied. | |||
* | Show a graphic on links to non-admin pages | Andy Lulham | 2013-11-07 | -10/+10 |
| | | | | Graphic and css from FMT. Fixes #579. | |||
* | Make sure admin start is specified for all the static files. | Matthew Somerville | 2013-11-07 | -9/+9 |
| | ||||
* | fix typo and localise placeholders | Dave Whiteland | 2013-11-07 | -2/+2 |
| | ||||
* | use local jquery ui, not CDN, for admin datepicker | Dave Whiteland | 2013-11-07 | -2/+2 |
| | ||||
* | Add placeholder text | Andrew Black | 2013-11-07 | -2/+4 |
| | ||||
* | Create a single date fields and parse as DD/MM/YYYY | Andrew Black | 2013-11-07 | -2/+4 |
| | ||||
* | Add Jquery-ui files, and fixmystreet-admin.js | Andrew Black | 2013-11-07 | -1/+3 |
| | ||||
* | Create a single field | Andrew Black | 2013-11-07 | -6/+2 |
| | ||||
* | remove FixMindelo header, override title instead | Dave Whiteland | 2013-11-05 | -67/+0 |
| | | | | | The staging banner didn't fit, and .wrapper{position:relative} was breaking things :-( Easier to keep it simple, drop the header and just set the title in the Cobrand module instead. | |||
* | More accurate config overriding for Zurich. | Matthew Somerville | 2013-10-24 | -2/+4 |
| | ||||
* | Merge branch 'master' into oxfordshire-usability-recommendations | Chris Mytton | 2013-10-16 | -173/+316 |
|\ | ||||
| * | [Zurich] Add missing translation string | Chris Mytton | 2013-10-15 | -1/+1 |
| | | | | | | | | Part of mysociety/FixMyStreet-Commercial#423 | |||
| * | [Zurich] Capitalise translation | Chris Mytton | 2013-10-15 | -1/+1 |
| | | | | | | | | Part of mysociety/FixMyStreet-Commercial#423 | |||
| * | [Zurich] Add user email address validation to the admin | Chris Mytton | 2013-10-15 | -0/+4 |
| | | | | | | | | Closes mysociety/FixMyStreet-Commercial#426 | |||
| * | [Zurich] Fix styling issue on login form | Chris Mytton | 2013-10-15 | -2/+4 |
| | | | | | | | | Closes #425 | |||
| * | 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 |
| | | ||||
* | | Merge branch 'master' into oxfordshire-usability-recommendations | Chris Mytton | 2013-09-25 | -6/+200 |
|\| | ||||
| * | 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. |