aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeLines
* Version 2.2.Matthew Somerville2017-09-13-8/+10
| | | | | Couple of missed strings for translation, and prevent a couple of warnings in tests.
* Disable email field for logged in people using JS.Matthew Somerville2017-09-13-0/+1
| | | | | They're logged in, it's only showing them as a confirmatory check, so it should not be editable.
* edit and display default response priority in adminStruan Donald2017-09-13-0/+1
|
* changelog message for extra problem confirmation templatesStruan Donald2017-09-11-0/+1
|
* update changelog with details of new dashboard export fieldsStruan Donald2017-09-07-0/+2
|
* Simpler alerts signup page.Zarino Zappia2017-09-06-0/+1
| | | | | | Alert options on the /alert/list page are now in an order that is easier to parse, with a slightly clearer message for users in two-tier locations, and a more prominent email subscription CTA.
* Upgrade commonlib to get nicer MapIt error messageMatthew Somerville2017-09-05-0/+1
|
* Merge branch 'move-report-states-to-database'Matthew Somerville2017-08-31-0/+1
|\
| * Admin interface for editing report states.Matthew Somerville2017-08-31-0/+1
| |
* | Add ability for area outlines on /reports to be hidden by cobrandDave Arter2017-08-31-0/+1
| |
* | Add SIGNUPS_DISABLED config flagDave Arter2017-08-31-0/+1
| |
* | Add LOGIN_REQUIRED config keyDave Arter2017-08-31-0/+1
| | | | | | | | If set to 1, this restricts all pages on the site to logged-in users.
* | Merge branch 'some-dev-improvements'Matthew Somerville2017-08-29-0/+1
|\ \
| * | Add debug toolbar middleware.Matthew Somerville2017-08-29-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If debug is enabled, using the CATALYST_DEBUG/FIXMYSTREET_APP_DEBUG environment variables, add a debug toolbar to the output, including request/response details and a database query log. This uses Plack middleware, so works by switching our dev server to use Starman with plack directly, rather than via the script runner. We remove the GZip compression as this interferes, and take a local copy of the QueryLog::AdoptPlack trait as it needs a tweak to work. Make sure the CSP header is not output in debug mode, as that would prevent the toolbar JavaScript from running.
* | | Merge branch 'move-report-states-to-database-part-1'Matthew Somerville2017-08-29-0/+1
|\ \ \ | |/ / |/| / | |/
| * Show "Fixed" for fixed states only when warranted.Matthew Somerville2017-08-29-0/+1
| | | | | | | | | | There were a couple of places where the three fixed states were all displaying as "Fixed" in a dropdown.
* | Redirect to original URL after inspectingDave Arter2017-08-24-0/+1
|/ | | | For mysociety/fixmystreetforcouncils#204
* Fix redisplay of uploaded photo thumbnails.Matthew Somerville2017-08-23-0/+1
| | | | | Dropzone version 5 changed how createThumbnailFromUrl was called, so the upgrade in 30dd9d8 broke this.
* Update changelog.Matthew Somerville2017-08-18-3/+6
|
* Merge branch 'js-you-only-load-once'Matthew Somerville2017-08-17-0/+1
|\
| * Fix replaced sidebar losing hover behaviour.Matthew Somerville2017-08-17-0/+1
| | | | | | | | | | If the list was replaced by JavaScript, the event handlers were being dropped. Switch the handlers to the parent that remains present.
* | Merge branch 'issues/forcouncils/201-show-all-report-updates'Matthew Somerville2017-08-17-0/+1
|\ \
| * | show all report updates, even if no public textStruan Donald2017-08-17-0/+1
| |/ | | | | | | | | | | | | | | Create a comment entry for all updates to reports regardless of whether there is any text part. Also adds an entry to extra if a defect was raised and includes that in the update status line. Fixes mysociety/fixmystreetforcouncils#201
* / allow body users to filter on all problem categoriesStruan Donald2017-08-17-0/+1
|/ | | | | | Not just New/Fixed/Closed but the Investigating etc Fixes #1790
* Add site-wide extra fields for reports, and admin UI to manageDave Arter2017-08-17-0/+2
| | | | | | | - Also provides an editor for the extra Open311 fields on contacts. - Adds .btn--small class for small buttons Fixes #1743.
* Add make_css flag to run script after compilationDave Arter2017-08-17-0/+1
| | | | | | | | | In conjunction with the --watch flag, the new --script flag can be used to run a given command after compilation caused by files changing. E.g. you could reload your browser automatically upon hitting save in your editor, with something like https://gist.github.com/davea/07a7456da15eeb8c47f1fb66e4b96c54
* Merge branch 'duplicate-reverse'Matthew Somerville2017-08-17-0/+1
|\
| * Store duplicate reverse lookups upon dupe setting.Matthew Somerville2017-08-17-0/+1
| | | | | | | | | | | | This avoids the need to search the whole table to find a report's duplicates. And is easier than constructing an index or upgrading PostgreSQL.
* | enable body users to report problems anonymouslyStruan Donald2017-08-16-0/+1
|/ | | | | | uses the body user but flags the report as anonymous Fixes #fixmystreetforcouncils/207
* Add switch-site script for easily switching configZarino Zappia2017-08-10-0/+2
| | | | | | | Given a set of config files of the format `conf/general-{cobrand}.yml` this script lets you easily create and recreate a symlink at `conf/general.yml` that points to the cobrand config of your choice. The test suite also then uses this naming convention.
* Body/category translation admin interface.Struan Donald2017-08-10-0/+2
|
* Merge branch 'always-show-list-numbers'Matthew Somerville2017-08-08-0/+2
|\
| * Always show pagination figures if >1 report.Matthew Somerville2017-08-08-0/+2
| | | | | | | | Even if no next/previous page, the number of items can be useful.
* | Merge branch 'issues/forcouncils/208-shortlisted-tooltip'Matthew Somerville2017-08-08-0/+2
|\ \ | |/ |/|
| * Output current shortlist holder in list tooltips.Matthew Somerville2017-08-04-0/+2
| |
* | Update map size if an extra column has appeared.Matthew Somerville2017-08-05-0/+1
| | | | | | | | | | | | Pulling in a report via JavaScript that has two columns (e.g. the inspect form) changes the size of the map, so updateSize needs to be called.
* | Stop update form toggle causing report submission.Matthew Somerville2017-08-05-0/+1
| | | | | | | | | | | | If the report is loaded with JavaScript, the outer form (for a new report) is present and would otherwise take this click and start a broken new report submission.
* | Stop errors from JS validator due to form in form.Matthew Somerville2017-08-05-0/+1
| | | | | | | | | | | | | | | | | | The outer form is using the JS validator, which means the validator is called for any event on the inner form fields. If the inner form isn't using the JS validator, it errors as it assumes the closest form has a validator object on it. Having the inner form use the JS validator shouldn't have any effect.
* | Set up action scheduled field when report loaded.Matthew Somerville2017-08-05-0/+2
|/ | | | | This meant if a report was loaded via JavaScript, the action scheduled buttons were not being shown at the appropriate point.
* Version 2.1.1v2.1.1Struan Donald2017-08-03-0/+4
|
* Update changelog.Matthew Somerville2017-08-03-0/+13
|
* Version 2.1.Matthew Somerville2017-07-18-0/+69
|
* Move changelog to its own file.Matthew Somerville2017-07-18-0/+684