Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [Zurich] also allow hidden reports for closed_overdue | Hakim Cassimally | 2013-12-10 | -3/+3 |
| | ||||
* | [Zurich] fix moderated statistics to include hidden | Hakim Cassimally | 2013-12-10 | -54/+128 |
| | | | | | | As per comments after testing mysociety/FixMyStreet-Commercial#459, the business logic of the actual state changes is fine, but the stats do also then need to include hidden records. | |||
* | [Zurich] log admin changes | Hakim Cassimally | 2013-12-09 | -6/+23 |
| | | | | | To allow us to infer additional stats changes requirements such as in mysociety/FixMyStreet-Commercial#459 better in future. | |||
* | remove action check on admin_log | Hakim Cassimally | 2013-12-09 | -4/+15 |
| | | | | to allow a wider range of action logging. | |||
* | [Zurich] move mech test into override_config stanza | Hakim Cassimally | 2013-12-09 | -2/+2 |
| | | | | | This was causing previous test failures when config != Zurich, due to expected logic not getting triggered. | |||
* | [Zurich] test factor out cleanup() routine | Hakim Cassimally | 2013-12-09 | -4/+9 |
| | ||||
* | [Zurich] test /admin/stats | Hakim Cassimally | 2013-12-09 | -0/+40 |
| | | | | | | | First test that this page is only available to superuser. Then test that the moderated and fixed stats are doing something that is (hopefully) the spec in mysociety/FixMyStreet-Commercial#459 | |||
* | [Zurich] log details for closed_overdue | Hakim Cassimally | 2013-12-09 | -2/+21 |
| | | | | | | | | | | | | | | | see mysociety/FixMyStreet-Commercial#459 the new requirement is for "Innerhalb von fübeitstagen abgeschlossen" - a report is dealt with (abgeschlossen) as soon as the public state is Beantwortet (db: fixed - council or closed) or Unsichtbar (en: Invisible, db: hidden). Have added this as {closed_overdue} but have retained the logic for {subdiv_overdue} logged in the %extra hash for now, in case it is needed. Note: as per Matthew "as with confirmed/in progress this should be 6 - it's five days from moderation so is most simply just done as being six since creation" | |||
* | [Zurich] quash undef warning on date-check | Hakim Cassimally | 2013-12-09 | -1/+1 |
| | ||||
* | [Zurich] test moderated_overdue | Hakim Cassimally | 2013-12-09 | -0/+43 |
| | | | | | | - is set to 0 on state change within time-limit - is set to 1 on state change after time-limit - only marks overdue on first time | |||
* | [Zurich] report is moderated on first status change | Hakim Cassimally | 2013-12-09 | -7/+14 |
| | | | | | | | mysociety/FixMyStreet-Commercial#459 - we move "confirmed" to being a moderated-but-not-complete state, and run the check for ->overdue also on changing status from 'unconfirmed' (but only the first time, so only if $extra->{moderated_overdue} isn't already set. | |||
* | Suppress 'once' warning | Hakim Cassimally | 2013-12-09 | -2/+5 |
| | ||||
* | [Zurich] moderation cron only checks 'unconfirmed' | Hakim Cassimally | 2013-12-09 | -2/+2 |
| | | | | | | | | | | see mysociety/FixMyStreet-Commercial#459 - "a report is moderated as soon as its state has changed for the first time from Erfasst (en: Submitted / db: unconfirmed) to any other state." Thus we move 'confirmed' problems from the 1-day moderation SLA, to a 5-day one, with $include_parent unset (e.g. as with 'planned' it is with the DM, so doesn't need to be sent to the parent body also.) | |||
* | Actually include the image, doh. | Matthew Somerville | 2013-11-20 | -0/+0 |
| | ||||
* | 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 | -3/+21 |
| | | | | | | | | | | Use the internal hash URL of the photo so that it can still be seen in the admin interface. | |||
* | | Tidy up use of main width a bit. | Matthew Somerville | 2013-11-13 | -13/+11 |
| | | ||||
* | | Simplify .content width/margins. | Matthew Somerville | 2013-11-13 | -14/+4 |
|/ | | | | | | Reduce magic numbers by switching fixed width to a margin elsewhere. This has the added bonus of making the 'middle-width' .content have a pleasing right margin. | |||
* | Version 1.3.v1.3 | Matthew Somerville | 2013-11-12 | -4595/+8101 |
| | ||||
* | Include version number on admin config page. | Matthew Somerville | 2013-11-12 | -1/+10 |
| | ||||
* | Add body deletion to admin interface. | Matthew Somerville | 2013-11-11 | -7/+11 |
| | ||||
* | Don't display categories for deleted bodies | Chris Mytton | 2013-11-11 | -1/+19 |
| | | | | | | | | | | | | When a body has been marked as deleted (currently only exposed in the Zurich cobrand's admin) the categories for that body should not be available on the report_new form. Prior to this change there was an error running the 'zurich-overdue-alert' script, because it wasn't expecting the 'bodies_str' field to have any entries in the format 'x|y,z', this prevents this problem from happening in the future (though it doesn't fix any existing entries with this issue). | |||
* | If only one cobrand given, always use it. | Matthew Somerville | 2013-11-07 | -48/+104 |
| | | | | | | | | | If the ALLOWED_COBRANDS configuration variable only contains one entry (and also work if it's a string rather than a list), always use that cobrand, no matter what the hostname is. The example Vagrantfile no longer needs the configuration changes at all. | |||
* | 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 | -16/+16 |
| | | | | 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 | -11/+20 |
| | | | | Graphic and css from FMT. Fixes #579. | |||
* | Use relative URLs in case being included via proxy. | Matthew Somerville | 2013-11-07 | -4/+4 |
| | ||||
* | Make sure admin start is specified for all the static files. | Matthew Somerville | 2013-11-07 | -9/+9 |
| | ||||
* | Merge remote branch 'origin/ab_date' | Matthew Somerville | 2013-11-07 | -23/+48 |
|\ | ||||
| * | 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/+16 |
| | | ||||
| * | Add placeholder text | Andrew Black | 2013-11-07 | -2/+4 |
| | | ||||
| * | Remove trailing whitespace | Andrew Black | 2013-11-07 | -1/+1 |
| | | ||||
| * | Create a single date fields and parse as DD/MM/YYYY | Andrew Black | 2013-11-07 | -19/+12 |
| | | ||||
| * | Add Jquery-ui files, and fixmystreet-admin.js | Andrew Black | 2013-11-07 | -1/+21 |
| | | ||||
| * | Create a single field | Andrew Black | 2013-11-07 | -6/+2 |
| | | ||||
* | | [Oxfordshire] Fix map center offset | Chris Mytton | 2013-11-07 | -2/+2 |
|/ | | | | | This fixes the map so the centre is offset to the right to account for the overlayed sidebar on the left. | |||
* | remove FixMindelo header, override title instead | Dave Whiteland | 2013-11-05 | -80/+2 |
| | | | | | 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. | |||
* | Merge branch 'multiple_emails_per_contact' | Struan Donald | 2013-11-04 | -3/+59 |
|\ | ||||
| * | Tests for contact with comma seperated multiple emails | Struan Donald | 2013-11-04 | -0/+46 |
| | | ||||
| * | change email sender to handle multiple emails per contact | Struan Donald | 2013-10-28 | -3/+13 |
| | | | | | | | | | | splits emails on comma WIP | |||
* | | Merge branch '389-report-search-ref' of ↵ | Matthew Somerville | 2013-11-04 | -0/+12 |
|\ \ | | | | | | | | | | https://github.com/andylolz/fixmystreet into andylolz-389-report-search-ref | |||
| * | | One more external id-related test | Andy Lulham | 2013-10-26 | -0/+3 |
| | | | ||||
| * | | Add a test for the external_id admin report search | Andy Lulham | 2013-10-26 | -0/+4 |
| | | | ||||
| * | | Include external_id in admin reports search. | Andy Lulham | 2013-10-17 | -0/+5 |
| | | | | | | | | | | | | Fixes #389 | |||
* | | | Piping the install script to 'sudo sh -s' is deprecated | Mark Longair | 2013-10-29 | -2/+2 |
| |/ |/| | ||||
* | | Factor out some CSS colours, so that default layout CSS has no overrides. | Matthew Somerville | 2013-10-25 | -129/+93 |
| | |