Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add tests for admin message, cobrand email alert. | Matthew Somerville | 2015-01-20 | -2/+2 |
| | ||||
* | Rename 'body_edit' admin endpoint to 'body'. | Matthew Somerville | 2015-01-20 | -6/+6 |
| | ||||
* | By default, use area-based alerts. | Matthew Somerville | 2014-12-12 | -29/+31 |
| | | | | | | | | | 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. | |||
* | Prevent overhang of admin body categories table. | Matthew Somerville | 2014-10-08 | -7/+7 |
| | | | | Group things together more simply. Fixes #738. | |||
* | Validate category name/email/note in admin. | Matthew Somerville | 2014-10-08 | -0/+1 |
| | | | | This prevents the creation of a category with a blank name. Fixes #556. | |||
* | Some tweaks for Travis timeout errors. | Matthew Somerville | 2014-07-29 | -4/+9 |
| | | | | | | Hopefully this will reduce the chance of a timeout: * Wrap admin body tests in MapIt override. * Use full hostname to save a redirect each time. | |||
* | Test for admin_base_url in RS::Problem | Hakim Cassimally | 2013-12-17 | -0/+11 |
| | | | | | Test that the slash is added in correct place (the base URL should not have its own trailing slash). | |||
* | Add more admin external link icons. | Matthew Somerville | 2013-11-07 | -6/+6 |
| | | | | Use a relative URL in the CSS in case it's proxied. | |||
* | Merge branch '389-report-search-ref' of ↵ | Matthew Somerville | 2013-11-04 | -0/+7 |
|\ | | | | | | | https://github.com/andylolz/fixmystreet into andylolz-389-report-search-ref | |||
| * | One more external id-related test | Andy Lulham | 2013-10-26 | -0/+3 |
| | | ||||
| * | Add a test for the external_id admin report search | Andy Lulham | 2013-10-26 | -0/+4 |
| | | ||||
* | | Set confirmed timestamp on any admin unconfirmed state change. | Matthew Somerville | 2013-10-25 | -1/+10 |
| | | | | | | | | This fixes #527. | |||
* | | Fix test suite to run regardless of config setup. | Matthew Somerville | 2013-10-24 | -10/+17 |
|/ | ||||
* | Only append cobrand_data to URI if present. | Matthew Somerville | 2013-06-05 | -4/+4 |
| | ||||
* | Update test to match change in HTML. | Matthew Somerville | 2013-02-21 | -1/+1 |
| | ||||
* | Improve test to not be so fragile around newlines. | Matthew Somerville | 2013-01-18 | -1/+1 |
| | ||||
* | Correct text now body name given on page. | Matthew Somerville | 2012-12-20 | -1/+1 |
| | ||||
* | Area IDs come in as an arrayref, and body may not have an area ID. | Matthew Somerville | 2012-12-19 | -10/+2 |
| | ||||
* | Allow bodies to span multiple area IDs, and areas can be covered by more ↵ | Matthew Somerville | 2012-12-19 | -2/+2 |
| | | | | than one body. | |||
* | Make from_body a foreign key. | Matthew Somerville | 2012-12-15 | -1/+4 |
| | ||||
* | Update admin code and tests to work with bodies. | Matthew Somerville | 2012-12-15 | -40/+43 |
| | ||||
* | Rename council column to bodies_str, and all the related code. | Matthew Somerville | 2012-12-15 | -5/+5 |
| | ||||
* | Rename area_id on Contacts table to body_id. | Matthew Somerville | 2012-12-15 | -2/+2 |
| | | | | Add foreign key constraint from contacts to body. | |||
* | Rename from_council to from_body, and small related changes. | Matthew Somerville | 2012-12-15 | -2/+2 |
| | ||||
* | Rename 'open311conf' database table to 'body'. | Matthew Somerville | 2012-12-15 | -3/+3 |
| | ||||
* | Consolidate user searching to one admin page. | Matthew Somerville | 2012-11-26 | -3/+2 |
| | ||||
* | add non public status editing of contacts to admin | Struan Donald | 2012-09-05 | -3/+26 |
| | ||||
* | add non_public status for report editing to admin | Struan Donald | 2012-09-05 | -146/+172 |
| | ||||
* | Fix tests with new ALLOWED_COBRANDS structure, fix admin test to skip Barnet ↵ | Matthew Somerville | 2012-05-01 | -20/+25 |
| | | | | tests if not present. | |||
* | bring tests up to date | Struan Donald | 2012-04-27 | -0/+4 |
| | ||||
* | make sure admin summary page handle new cobrand structure correctly | Struan Donald | 2012-02-02 | -0/+2 |
| | ||||
* | Fix bug in admin interface deleting a mark-fixed comment. | Matthew Somerville | 2012-01-11 | -1/+1 |
| | ||||
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-09-08 | -0/+40 |
|\ | | | | | | | | | | | | | | | into open311-consumer Conflicts: web/css/core.css web/js/fixmystreet.js | |||
| * | display link to site for all visible states plus fix a few other hardcoded | Struan Donald | 2011-09-05 | -0/+6 |
| | | | | | | | | states. fixes #154 | |||
| * | test for removing flag and make it work | Struan Donald | 2011-08-26 | -0/+14 |
| | | ||||
| * | add flagged checkbox to user edit admin page | Struan Donald | 2011-08-26 | -0/+20 |
| | | ||||
* | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-08-22 | -1/+165 |
|\| | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: t/app/model/problem.t templates/web/default/report/new/fill_in_details.html web/css/core.css | |||
| * | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-08-17 | -17/+186 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into new_statuses Conflicts: db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/DB/Result/User.pm t/app/controller/admin.t templates/web/default/admin/update_edit.html web/css/core.css | |||
| * \ | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-07-26 | -6/+6 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into new_statuses Conflicts: perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/JSON.pm perllib/FixMyStreet/Map/Tilma/Original.pm web/css/core.css | |||
| * | | | some extra info on updates | Struan Donald | 2011-06-30 | -0/+70 |
| | | | | ||||
| * | | | make sure cobrand summary tests pass even if we have barnet entries in db | Struan Donald | 2011-06-29 | -0/+3 |
| | | | | ||||
| * | | | user searching and editing | Struan Donald | 2011-06-27 | -0/+92 |
| | | | | ||||
| * | | | add extra states to problem count | Struan Donald | 2011-06-23 | -1/+1 |
| | | | | ||||
* | | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-08-16 | -14/+181 |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Problem.pm | |||
| * | | | add remove user flag button to report and update edit pages | Struan Donald | 2011-08-09 | -4/+41 |
| | | | | ||||
| * | | | allow flagging of user from report and update pages | Struan Donald | 2011-08-09 | -0/+39 |
| | | | | ||||
| * | | | add flagged checkbox for report editing | Struan Donald | 2011-08-09 | -14/+45 |
| | | | | ||||
| * | | | list flagged items page for admin | Struan Donald | 2011-08-09 | -0/+12 |
| | | | | ||||
| * | | | abuse table search | Struan Donald | 2011-08-09 | -0/+6 |
| | | | | ||||
| * | | | add a ban email address button | Struan Donald | 2011-08-09 | -0/+42 |
| | | | |