aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/alert.t
Commit message (Collapse)AuthorAgeLines
* [fixmystreet.com] Add option for recaptcha.Matthew Somerville2020-06-04-0/+22
| | | | | We are getting spam submissions of e.g. alert subscribe form, which causes people to get a confirmation email.
* [UK] Fix issue when body ID not equal to MapIt ID.Matthew Somerville2018-06-28-8/+9
| | | | | | | | | | | 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.
* [Bromley] Deal with partial postcodes in search.Matthew Somerville2018-06-20-3/+0
|
* Version 2.2.Matthew Somerville2017-09-13-1/+1
| | | | | Couple of missed strings for translation, and prevent a couple of warnings in tests.
* Simpler alerts signup page.Zarino Zappia2017-09-06-2/+4
| | | | | | 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.
* Auto-add strict/warnings/Test::More with TestMech.Matthew Somerville2017-05-31-3/+0
|
* Make sure all MapIt tests can run offline.Matthew Somerville2017-03-23-12/+12
|
* Stub out calls to Gaze when running testsDave Arter2016-07-08-1/+1
| | | | The tests were running slowly because of gaze.mysociety.org's rate-limiting.
* Move test mocks to their own directory.Matthew Somerville2016-01-27-2/+2
|
* Use mocked Nominatim to deal with bad connections.Matthew Somerville2015-05-13-2/+8
|
* By default, use area-based alerts.Matthew Somerville2014-12-12-0/+1
| | | | | | | | | The body-based alert only works if the body ID matches the MapIt ID. This fixes #959. Further work needs to be done to enable proper body-based alerts that work properly in all circumstances. Consequently, factor out fixed body IDs from many tests. Also fix a couple of tests not overriding geocoder correctly.
* Fix test suite to run regardless of config setup.Matthew Somerville2013-10-24-40/+45
|
* Use FixMyStreet TestMech child, so has access to its functions.Matthew Somerville2013-02-04-5/+2
|
* Make sure bodies exist that redirects test for.Matthew Somerville2013-02-04-0/+4
|
* Some fixes for when warnings are on during test run.Matthew Somerville2012-11-09-1/+1
|
* Tidy up a bit of CSS.Matthew Somerville2011-09-08-3/+3
|
* Fix alert subscribing bugs with two-tier councils and on ReportEmptyHomes.Matthew Somerville2011-06-06-8/+8
|
* Better alert page title handling.Matthew Somerville2011-06-03-1/+1
|
* Some text updates from/for locale file.Matthew Somerville2011-06-03-1/+1
|
* rss implementedStruan Donald2011-05-20-12/+8
|
* add subscribe target and get to rss through that insteadStruan Donald2011-05-10-6/+6
|
* Add in RSS redirectsStruan Donald2011-05-10-0/+23
|
* rss feeds for single tier councilsStruan Donald2011-05-09-0/+9
|
* added in rss feed linksStruan Donald2011-05-06-0/+5
|
* created council controller and use that for load and check councilsStruan Donald2011-05-06-2/+5
|
* display choices for ambigious location searchesStruan Donald2011-05-05-0/+2
|
* do not put postcode in alert page titleStruan Donald2011-05-05-1/+1
|
* test that we are getting the titles right as wellStruan Donald2011-05-04-1/+4
|
* add in prettyfication of postcodeStruan Donald2011-05-04-0/+9
|
* Skeleton catalyst alerts pageStruan Donald2011-05-04-0/+16