aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeLines
* Version 2.4.v2.4Matthew Somerville2018-09-06-12/+14
|
* Update user object before attempting sign-in.Matthew Somerville2018-09-06-0/+3
| | | | | This prevents leaking of user account phone number on a failed login attempt.
* Merge branch 'issues/collideoscope/44-home-clickable'Matthew Somerville2018-09-04-0/+1
|\
| * Make sure Home clickable with Try again overlay.Matthew Somerville2018-08-28-0/+1
| |
* | Convert all single newlines, not only first.Matthew Somerville2018-08-31-0/+1
| |
* | Merge branch 'issues/collideoscope/30-user-moderation'Matthew Somerville2018-08-29-0/+1
|\ \
| * | Allow cobrand to add extra ability to moderate.Matthew Somerville2018-08-29-0/+1
| | |
* | | Merge branch 'dev-confirmation-pages'Matthew Somerville2018-08-29-0/+1
|\ \ \ | |_|/ |/| |
| * | Move all test endpoints under /_dev.Zarino Zappia2018-08-29-0/+1
| |/
* | Use site name in contact email subject line.Matthew Somerville2018-08-28-0/+1
| |
* | Remove need for category_extras ajax call.Matthew Somerville2018-08-28-0/+1
|/ | | | | | Add by_category output to the /report/new/ajax call, containing all the data that /report/new/category_extras returns for one category. Then alter the JS to use that data immediately when needed.
* Remove unused parts of OpenLayers.Matthew Somerville2018-08-23-0/+1
|
* Merge branch 'user-agent-in-contact'Matthew Somerville2018-08-21-0/+1
|\
| * Include user agent in contact form emails.Matthew Somerville2018-08-21-0/+1
| |
* | Make it easier to prevent a form_detail_placeholder being printedZarino Zappia2018-08-20-0/+1
|/ | | | | | | | | | | | Previously, if you didn’t want a hint to appear under the main "details" textarea on the new report form, you had to override the entire `form_report.html` template, or leave the hint element in the markup but hide it with CSS. Now, you can set `form_detail_placeholder` to a falsey value, and the template won’t output the hint element at all. It also amends the `aria-describedby` attribute on the textarea so it doesn’t end up referencing a hint element that doesn’t exist.
* Merge remote-tracking branch 'origin/2012-new-report-near-here'Matthew Somerville2018-08-07-0/+1
|\
| * "Report a problem here" button in nav when viewing a locationZarino Zappia2018-08-07-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2016. When you load a page that includes either a problem report, or is centered on a location, the "Report a problem" button in the nav bar (that normally takes you to the homepage) becomes a "Report a(nother) problem here" button, that leads directly to the new report form for the location in question. On full map pages (/around and any /report/<id> pages loaded via it) the reporting form will be rendered client-side, avoiding a full page reload. On pages lacking the full map (eg: missing fixmystreet.bbox_strategy), namely /reports/<area> and any /report/<id> page that hasn’t been client-side loaded via /around, we fall back to a server-side page load. Finally, as you’d expect, the text and URL for the button dynamically update as you move around the map, or switch between the different client-side states of the reporting flow. We also hide the button entirely when you’re reporting a problem, which was something suggested a long time ago.
* | Merge remote-tracking branch 'origin/2012-report-another'Matthew Somerville2018-08-07-0/+1
|\ \
| * | "Report another problem here" button on confirmation pageZarino Zappia2018-08-07-0/+1
| |/ | | | | | | | | | | | | Part of #2012. Should make it much quicker to report multiple problems in the same location, one after the other.
* / call inspector setup when display reportStruan Donald2018-08-07-0/+1
|/ | | | | | | | If an inspector clicks on a report from an around page the code to setup the pin dragging needs to be called. This adds a method to the map to allow the setup code to be called on report load. Fixes #2073
* Merge branch 'issues/commercial/1123-fixed-state-thing'Matthew Somerville2018-08-06-0/+1
|\
| * [Open311] No update text on fixed state move.Matthew Somerville2018-08-06-0/+1
| | | | | | | | | | | | A move between fixed states (presumably from fixed-user to fixed-council) should not count as a state change for the purposes of generating comment text from templates.
* | allow front end to not send to specific bodyStruan Donald2018-08-06-0/+1
|/ | | | | | | | add a do_not_send parameter to reports which allows the front end to specify a comma separated list of bodies that reports should not be sent to even if there is a valid contact match. This enables asset layers to override backend body processing, e.g. if a body only accepts reports that are on a road this allows the front end to specify that.
* Favour .form-hints over input placeholder attributesZarino Zappia2018-08-01-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2180. Input placeholders are a generally problematic UI convention, and we’ve accidentally started using them in more and more parts of FMS over the last few years. In some cases, the placeholders simply repeated text from the input’s existing label element. In cases like those, the placeholder attribute could just be removed. In other cases, we broke the placeholder text out into a .form-hint element, between the input and its label, so that the text is easily accessible and falls into the top-to-bottom reading flow. Notable changes: * Form hint on main postcode search form, instead of placeholder. * Form hint on alert search form, instead of placeholder. * Form hints in reporting form (problem summary and description), instead of placeholders. * Removed placeholders from most login/password inputs. * The character limit for "Inspector" report updates is no longer displayed in the textarea placeholder. * Form hints now `#666` grey, and better spaced when immediately following a label element.
* Trim spaces from user/report search input.Matthew Somerville2018-07-31-0/+1
|
* Update Google Maps directions link.Matthew Somerville2018-07-19-0/+1
|
* Allow questionnaire pages to be revisited within 2 minutesDave Arter2018-07-11-0/+1
| | | | | | | | Users who double click links were seeing an error when visiting the questionnaire page. This change gives a grace period of two minutes for revisiting the questionnaire page. Fixes #2123.
* Always show all reports by default on /my.Matthew Somerville2018-07-09-0/+1
|
* Hide password help field along with other similar.Matthew Somerville2018-07-09-0/+1
| | | | Fixes #2185.
* Do not fetch problem extra on /my.Matthew Somerville2018-07-09-0/+1
| | | | The code thought it was fetching the category extra, which it is not.
* Use do-not-reply address for sent report email.Matthew Somerville2018-07-09-5/+4
|
* Add cobrand hook for custom searching on disambiguation pageDave Arter2018-07-04-0/+3
|
* Merge branch 'issues/2098-repaginating-splines'Matthew Somerville2018-07-03-0/+1
|\
| * Only display reports from last 6 months on around.Struan Donald2018-07-03-0/+1
| | | | | | | | | | | | | | Add a checkbox to show older reports, plus if we get to the end of the new reports then instead of a Next button show a "show older" button that will reload the current page but with older reports also loaded. Wire it all up into the pushState code as well.
* | Allow any user who sees private checkbox to use itMatthew Somerville2018-07-03-0/+1
|/
* Show all fixed issues when staff uses map filter.Matthew Somerville2018-07-02-0/+1
|
* [UK] Fix issue when body ID not equal to MapIt ID.Matthew Somerville2018-06-28-0/+1
| | | | | | | | | | | Hitherto when creating a body or ward alert on a UK site, the MapIt area ID has been stored instead of the body ID. This is okay for www.fixmystreet.com which for historical reasons does have body IDs that match MapIt area IDs, but other UK-based sites may well not. The alert lookup looks for body ID, meaning those alerts will not work. Save the body ID instead, plus fix some tests that were making the same assumption.
* Enable editing of category group in adminDave Arter2018-06-26-0/+2
| | | | Fixes mysociety/fixmystreetforcouncils#275
* add a send login email button to user edit pageStruan Donald2018-06-25-0/+1
| | | | | | | | | Add a button to the user edit page that sends a login token email to the user. Helpful for user support situations where someone is having trouble logging in. Also for situations where you have added a user and want to get them logged in. Fixes #2041
* Mandatory defect type selection if defect raised.Matthew Somerville2018-06-22-0/+2
| | | | And there are entries in the defect type dropdown.
* Defect type changes must be after category change.Matthew Somerville2018-06-22-0/+1
| | | | | As with priorities, they depend upon the category and so must be looked up after that has been updated.
* Allow inspector to unset priority.Matthew Somerville2018-06-22-0/+1
|
* Merge branch '2166-comma-category'Matthew Somerville2018-06-21-0/+1
|\
| * Use CSV escaping for categories in URLs.Matthew Somerville2018-06-21-0/+1
| | | | | | | | | | Categories could contain commas, so splitting on comma is not good enough. Let’s escape the fields as if it’s a line in CSV. Fixes #2166.
* | Merge branch 'issues/commercial/875-old-reports'Matthew Somerville2018-06-21-0/+1
|\ \
| * | Show message on reports closed to updates.Matthew Somerville2018-06-21-0/+1
| |/
* / Map Open311 CLOSED status to closed state if extended statuses enabled.Dave Arter2018-06-21-0/+2
|/ | | | | | | | | | | | | | | | | | | | | The Open311 specification has two values for a report's status: - open: it has been reported. - closed: it has been resolved. FixMyStreet previously mapped 'closed' to 'fixed - council', but this has been causing issues with Open311 endpoints that want to mark a FMS report as closed but not fixed. The mySociety Open311 additions introduce extended statuses, some of which represent a 'closed' state e.g. duplicate, no_further_action, but there are times when a report should simply be closed without any indication why - for example, if open311-adapter is being used to integrate with a council system which has a closed state not represented by the extended statuses. Marking a report as 'closed' on a council system and displaying that as 'fixed' on the FixMyStreet front end is not an ideal situation. This commit changes the mapping of the Open311 'closed' status to the 'closed' FMS state when extended_statuses is enabled.
* send unresponsive details back with category extrasStruan Donald2018-06-20-0/+1
| | | | | | | This allows the mobile app to explicitly detect when a body is unresponsive and display the category_extra text. For mysociety/fixmystreet-mobile#266
* Merge branch 'issues/commercial/1064-main-road-br5'Matthew Somerville2018-06-20-0/+1
|\
| * Keep commas in geocode lookups.Matthew Somerville2018-06-18-0/+1
| |