Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Version 1.3.v1.3 | Matthew Somerville | 2013-11-12 | -2/+2 |
| | ||||
* | Include version number on admin config page. | Matthew Somerville | 2013-11-12 | -0/+7 |
| | ||||
* | Don't display categories for deleted bodies | Chris Mytton | 2013-11-11 | -1/+1 |
| | | | | | | | | | | | | 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 | -2/+13 |
| | | | | | | | | | 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. | |||
* | 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 | -17/+8 |
| | ||||
* | remove FixMindelo header, override title instead | Dave Whiteland | 2013-11-05 | -0/+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/+13 |
|\ | ||||
| * | 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/+5 |
|\ \ | |/ |/| | | | https://github.com/andylolz/fixmystreet into andylolz-389-report-search-ref | |||
| * | Include external_id in admin reports search. | Andy Lulham | 2013-10-17 | -0/+5 |
| | | | | | | | | Fixes #389 | |||
* | | Set confirmed timestamp on any admin unconfirmed state change. | Matthew Somerville | 2013-10-25 | -1/+1 |
| | | | | | | | | This fixes #527. | |||
* | | More accurate config overriding for Zurich. | Matthew Somerville | 2013-10-24 | -1/+10 |
| | | ||||
* | | [Zurich] Remove phone number requirement for mobile app reports | Chris Mytton | 2013-10-21 | -1/+5 |
|/ | | | | | | | | | | | | | | | | | The phone number was made mandatory in #541. To make this change compatible with older versions of the mobile app I've had to drop server side validation of the phone number for requests that come in from mobile apps. To determine if it's a mobile request I'm checking the 'service' parameter in the request, which is only set in requests from the mobile apps [1]. The phone validation will still happen client side for the newer versions of the app, and the web app will continue to work with the server side validations. [1] https://github.com/mysociety/zurich_mobile/blob/1fec2bc21dad9326819105cdbf5d47183e7503ba/www/js/models.js#L75 | |||
* | Merge branch 'master' into oxfordshire-usability-recommendations | Chris Mytton | 2013-10-16 | -12/+41 |
|\ | ||||
| * | [Zurich] Add user email address validation to the admin | Chris Mytton | 2013-10-15 | -0/+10 |
| | | | | | | | | Closes mysociety/FixMyStreet-Commercial#426 | |||
| * | Rename Default Area to Everywhere. | Matthew Somerville | 2013-10-11 | -2/+2 |
| | | ||||
| * | Add Google OpenLayers-based map layer. | Matthew Somerville | 2013-10-11 | -0/+22 |
| | | ||||
| * | Reported via mobile device rather than by | Struan Donald | 2013-10-02 | -4/+4 |
| | | | | | | | | Fixes #586 | |||
| * | Don't need this check (plus it called the wrong function). | Matthew Somerville | 2013-09-30 | -4/+1 |
| | | ||||
| * | Make character limit translation string more generic | Chris Mytton | 2013-09-26 | -2/+2 |
| | | ||||
* | | Merge branch 'master' into oxfordshire-usability-recommendations | Chris Mytton | 2013-09-25 | -4/+19 |
|\| | ||||
| * | [Oxfordshire] Validate reports are < 1700 characters | Chris Mytton | 2013-09-25 | -3/+8 |
| | | ||||
| * | Add a view-configuration admin page. | Matthew Somerville | 2013-09-19 | -1/+11 |
| | | | | | | | | Fixes #561. | |||
* | | Merge branch 'master' into oxfordshire-usability-recommendations | Chris Mytton | 2013-09-13 | -194/+911 |
|\| | ||||
| * | Have a central config-override function. | Matthew Somerville | 2013-09-13 | -0/+36 |
| | | | | | | | | You only need to pass in the values you wish to be different. | |||
| * | mechanism to stop app store tests being sent | Struan Donald | 2013-09-12 | -1/+5 |
| | | | | | | | | | | | | In order to allow the iOS app to be tested in the app store we need to allow the user to create a report but we don't want to send it. To allow this hide reports with a specific title during send_reports | |||
| * | Add fullsize photo to Photo controller | Chris Mytton | 2013-09-12 | -6/+8 |
| | | | | | | | | | | This is used in the Zurich admin to view a full size version of the image before it has been made public. | |||
| * | Merge branch 'zurich-optional-problem-rejected-email' | Chris Mytton | 2013-09-12 | -1/+1 |
| |\ | | | | | | | | | | | | | Conflicts: t/cobrand/zurich.t | |||
| | * | [Zurich] Don't send problem rejected email unless requested | Chris Mytton | 2013-09-11 | -1/+1 |
| | | | ||||
| * | | Merge branch 'zurich-407-generate-note-when-sdm-assigned' | Chris Mytton | 2013-09-12 | -6/+22 |
| |\ \ | ||||
| | * | | [Zurich] create internal note when the category is changed | Edmund von der Burg | 2013-09-11 | -0/+17 |
| | | | | ||||
| | * | | [Zurich] Don't store problem_state when creating the internal note comment | Edmund von der Burg | 2013-09-11 | -1/+0 |
| | | | | ||||
| | * | | Remove shallow copying of $extra (and notes) as this has been fixed | Edmund von der Burg | 2013-09-11 | -4/+3 |
| | | | | ||||
| | * | | Add extra detail to a comment | Edmund von der Burg | 2013-09-11 | -1/+2 |
| | | | | ||||
| * | | | Merge branch 'zurich-mark-external-addresses-deleted' | Chris Mytton | 2013-09-12 | -3/+6 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: t/cobrand/zurich.t | |||
| | * | | | [Zurich] Add deleted to admin body_params method | Chris Mytton | 2013-09-10 | -1/+2 |
| | | | | | ||||
| | * | | | [Zurich] Update DB/Result/Body.pm schema | Chris Mytton | 2013-09-10 | -2/+4 |
| | | | | | ||||
| * | | | | Merge branch 'master' into zurich-add-internal-notes | Chris Mytton | 2013-09-12 | -46/+70 |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||
| | * | | | Merge branch 'rabx-column-refactor' | Chris Mytton | 2013-09-12 | -105/+108 |
| | |\ \ \ | ||||
| | * \ \ \ | Merge branch 'zurich-mandatory-telephone-number' | Chris Mytton | 2013-09-12 | -0/+3 |
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | ||||
| | | * | | | Merge branch 'master' into zurich-mandatory-telephone-number | Chris Mytton | 2013-09-05 | -2/+5 |
| | | |\ \ \ | ||||
| | | * | | | | [Zurich] Localise phone error message | Chris Mytton | 2013-09-05 | -1/+1 |
| | | | | | | | ||||
| | | * | | | | Merge branch 'master' into zurich-mandatory-telephone-number | Chris Mytton | 2013-09-05 | -0/+539 |
| | | |\ \ \ \ | ||||
| | | * | | | | | [Zurich] Make the phone number field required | Chris Mytton | 2013-09-04 | -0/+3 |
| | | | | | | | | ||||
| | * | | | | | | Merge branch 'zurich-extra-csv-columns' | Chris Mytton | 2013-09-11 | -4/+25 |
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | ||||
| | | * | | | | | [Zurich] Reformat admin csv code | Chris Mytton | 2013-09-09 | -2/+3 |
| | | | | | | | | ||||
| | | * | | | | | [Zurich] Quote the external body name in csv | Chris Mytton | 2013-09-09 | -1/+1 |
| | | | | | | | | ||||
| | | * | | | | | [Zurich] Add external body name to admin csv export | Chris Mytton | 2013-09-09 | -5/+13 |
| | | | | | | | | ||||
| | | * | | | | | [Zurich] Reformat long lines in csv export code | Chris Mytton | 2013-09-09 | -3/+15 |
| | | | | | | | |