Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [fixmystreet.com] Add option for recaptcha. | Matthew Somerville | 2020-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 Somerville | 2018-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 Somerville | 2018-06-20 | -3/+0 |
| | ||||
* | Version 2.2. | Matthew Somerville | 2017-09-13 | -1/+1 |
| | | | | | Couple of missed strings for translation, and prevent a couple of warnings in tests. | |||
* | Simpler alerts signup page. | Zarino Zappia | 2017-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 Somerville | 2017-05-31 | -3/+0 |
| | ||||
* | Make sure all MapIt tests can run offline. | Matthew Somerville | 2017-03-23 | -12/+12 |
| | ||||
* | Stub out calls to Gaze when running tests | Dave Arter | 2016-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 Somerville | 2016-01-27 | -2/+2 |
| | ||||
* | Use mocked Nominatim to deal with bad connections. | Matthew Somerville | 2015-05-13 | -2/+8 |
| | ||||
* | By default, use area-based alerts. | Matthew Somerville | 2014-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 Somerville | 2013-10-24 | -40/+45 |
| | ||||
* | Use FixMyStreet TestMech child, so has access to its functions. | Matthew Somerville | 2013-02-04 | -5/+2 |
| | ||||
* | Make sure bodies exist that redirects test for. | Matthew Somerville | 2013-02-04 | -0/+4 |
| | ||||
* | Some fixes for when warnings are on during test run. | Matthew Somerville | 2012-11-09 | -1/+1 |
| | ||||
* | Tidy up a bit of CSS. | Matthew Somerville | 2011-09-08 | -3/+3 |
| | ||||
* | Fix alert subscribing bugs with two-tier councils and on ReportEmptyHomes. | Matthew Somerville | 2011-06-06 | -8/+8 |
| | ||||
* | Better alert page title handling. | Matthew Somerville | 2011-06-03 | -1/+1 |
| | ||||
* | Some text updates from/for locale file. | Matthew Somerville | 2011-06-03 | -1/+1 |
| | ||||
* | rss implemented | Struan Donald | 2011-05-20 | -12/+8 |
| | ||||
* | add subscribe target and get to rss through that instead | Struan Donald | 2011-05-10 | -6/+6 |
| | ||||
* | Add in RSS redirects | Struan Donald | 2011-05-10 | -0/+23 |
| | ||||
* | rss feeds for single tier councils | Struan Donald | 2011-05-09 | -0/+9 |
| | ||||
* | added in rss feed links | Struan Donald | 2011-05-06 | -0/+5 |
| | ||||
* | created council controller and use that for load and check councils | Struan Donald | 2011-05-06 | -2/+5 |
| | ||||
* | display choices for ambigious location searches | Struan Donald | 2011-05-05 | -0/+2 |
| | ||||
* | do not put postcode in alert page title | Struan Donald | 2011-05-05 | -1/+1 |
| | ||||
* | test that we are getting the titles right as well | Struan Donald | 2011-05-04 | -1/+4 |
| | ||||
* | add in prettyfication of postcode | Struan Donald | 2011-05-04 | -0/+9 |
| | ||||
* | Skeleton catalyst alerts page | Struan Donald | 2011-05-04 | -0/+16 |