Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Make sure all MapIt tests can run offline. | Matthew Somerville | 2017-03-23 | -7/+7 |
| | ||||
* | Add shortlist filters | pezholio | 2017-02-07 | -1/+50 |
| | ||||
* | Allow multiple selections in report list filter. | Zarino Zappia | 2016-10-13 | -1/+1 |
| | | | | | | This lets people filter by multiple categories or states. It uses our jQuery multi-select plugin to turn the <select multiple>s into little overlay lists of checkboxes. HTML5 history is also supported. | |||
* | Update tests for cobrand/template changes. | Matthew Somerville | 2016-04-20 | -11/+0 |
| | ||||
* | Cope with a '/' in body name in body slug. | Matthew Somerville | 2016-04-20 | -0/+5 |
| | | | | Fixes #574. | |||
* | Exclude deleted categories from the all reports page filters | Steven Day | 2015-10-01 | -0/+23 |
| | ||||
* | Remove need for cron-wrapper with existing scripts | Matthew Somerville | 2015-01-19 | -1/+1 |
| | | | | | Call the necessary boilerplate in each script so you can call them directly. Remove boilerplate from files that don't need it. | |||
* | By default, use area-based alerts. | Matthew Somerville | 2014-12-12 | -11/+11 |
| | | | | | | | | | 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. | |||
* | Link through from all reports page to sub categories | Struan Donald | 2014-07-01 | -0/+118 |
| | | | | | | | | Add a type parameter to the /reports/body page to restrict list by problem category. Only link to report categories that have entries. Fixes #798 | |||
* | Fix test suite to run regardless of config setup. | Matthew Somerville | 2013-10-24 | -21/+35 |
| | ||||
* | Include other open states in all reports table. | Matthew Somerville | 2013-04-19 | -1/+9 |
| | ||||
* | Migrate Reports.pm to use bodies, not areas. | Matthew Somerville | 2012-12-15 | -0/+5 |
| | ||||
* | Rename council column to bodies_str, and all the related code. | Matthew Somerville | 2012-12-15 | -4/+4 |
| | ||||
* | move add and delete problem utility functions to test mech | Struan Donald | 2012-09-03 | -59/+4 |
| | | | | add in non public problem tests for front page | |||
* | do not display non public reports in reports list for a council | Struan Donald | 2012-09-03 | -2/+95 |
| | | | | do include non public reports in council stats | |||
* | Fix tests with new ALLOWED_COBRANDS structure, fix admin test to skip Barnet ↵ | Matthew Somerville | 2012-05-01 | -2/+2 |
| | | | | tests if not present. | |||
* | Generate /reports data on cron. | Matthew Somerville | 2011-06-16 | -0/+3 |
| | ||||
* | Check Norwegian version of /reports. | Matthew Somerville | 2011-05-19 | -8/+8 |
| | ||||
* | Starting tests for /reports, fix for warning. | Matthew Somerville | 2011-05-19 | -0/+34 |