Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | Merge branch 'centro' | Struan Donald | 2013-01-04 | -0/+160 | |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: perllib/FixMyStreet/Cobrand/Default.pm | ||||
| * | | | tests for the auto_confirm with no login and for accepting no user details | Struan Donald | 2012-12-21 | -0/+113 | |
| | | | | |||||
| * | | | add option to send email confirming report has been sent to council | Struan Donald | 2012-12-03 | -0/+47 | |
| | |/ | |/| | |||||
* | | | update test to use DO_NOT_REPLY_EMAIL conf option for from email address | Struan Donald | 2013-01-04 | -1/+1 | |
| | | | |||||
* | | | No title included in Oxfordshire send. | Matthew Somerville | 2012-12-18 | -1/+1 | |
|/ / | |||||
* | | Consolidate user searching to one admin page. | Matthew Somerville | 2012-11-26 | -3/+2 | |
| | | |||||
* | | do not fall over if there is unexpectedly no meta data for a service code | Struan Donald | 2012-11-23 | -0/+13 | |
| | | |||||
* | | Merge branch 'stevenage' | Struan Donald | 2012-11-19 | -35/+259 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css conf/crontab.ugly perllib/FixMyStreet/Cobrand/Default.pm perllib/Open311.pm templates/web/fixmystreet/around/postcode_form.html | ||||
| * | | change the way we get open311 singlelist data so we can order it | Struan Donald | 2012-10-22 | -1/+1 | |
| | | | | | | | | | | | | correctly for display | ||||
| * | | handle updates to meta data as well as meta data when a contact is created | Struan Donald | 2012-10-18 | -0/+165 | |
| | | | |||||
| * | | bring service request updates in line with our spec | Struan Donald | 2012-10-08 | -10/+10 | |
| | | | |||||
| * | | update getservice request tests for open311-fms version | Struan Donald | 2012-09-07 | -10/+31 | |
| | | | |||||
| * | | send out open311 fms standard updates unless in extended mode | Struan Donald | 2012-09-06 | -16/+54 | |
| | | | |||||
* | | | Remove unused function, basic test of front page of some council cobrands. | Matthew Somerville | 2012-11-14 | -0/+18 | |
| | | | |||||
* | | | Remove unused function, add gridref test. | Matthew Somerville | 2012-11-12 | -0/+5 | |
| | | | |||||
* | | | Some fixes for when warnings are on during test run. | Matthew Somerville | 2012-11-09 | -2/+2 | |
| | | | |||||
* | | | Pass in headers from Catalyst if present for HTTP language negotiation. | Matthew Somerville | 2012-10-15 | -0/+11 | |
| | | | |||||
* | | | If update alert email is to problem reporter, make it a login link. | Matthew Somerville | 2012-10-12 | -19/+46 | |
| | | | | | | | | | | | | | | | This is so they can more easily update, especially if the update they've just received has mistakingly 'fixed' the report. This fixes #7. | ||||
* | | | If there is no user title submitted with a problem then do not set the DB field | Struan Donald | 2012-10-12 | -0/+47 | |
| | | | |||||
* | | | skip fmb based tests if the cobrand is not enabled | Struan Donald | 2012-10-09 | -53/+57 | |
| | | | |||||
* | | | set interest_count default to 0 as null + 1 = null in postgres :( | Struan Donald | 2012-10-09 | -0/+139 | |
| | | | | | | | | | | | | tests for the ui for interest_count as well | ||||
* | | | Move skip to start of subtest so it doesn't give a 'tests were run but no ↵ | Matthew Somerville | 2012-10-04 | -4/+4 | |
| | | | | | | | | | | | | plan' warning. | ||||
* | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet | Dave Whiteland | 2012-10-03 | -2/+24 | |
|\ \ \ | |||||
| * | | | Allow closed->fixed transition in questionnaire, and spot closed problems in ↵ | Matthew Somerville | 2012-10-03 | -2/+24 | |
| | | | | | | | | | | | | | | | | response text (fix #269). | ||||
* | | | | Merge branch 'fmb-read-only' | Dave Whiteland | 2012-10-03 | -4/+4 | |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Contact.pm perllib/FixMyStreet/DB/Result/Problem.pm | ||||
| * | | | we now return a hash from get_council_sender | Struan Donald | 2012-09-28 | -4/+4 | |
| | | | | |||||
* | | | | don't penalise testers with short little names (like 'dave'): allow ↵ | Dave Whiteland | 2012-10-03 | -1/+1 | |
| | | | | | | | | | | | | | | | | linebreaks in test match string (non public alerts) | ||||
* | | | | update test in line with error messages changes | Struan Donald | 2012-09-24 | -1/+2 | |
| | | | | |||||
* | | | | Can't use front page stats/list due to memcache (disable for tests?); also ↵ | Matthew Somerville | 2012-09-07 | -5/+8 | |
| |/ / |/| | | | | | | | | might be existing reports. | ||||
* | | | Merge branch 'private-categories' | Struan Donald | 2012-09-06 | -151/+569 | |
|\ \ \ | |||||
| * | | | 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 | |
| | | | | |||||
| * | | | do no send alerts for non public reports | Struan Donald | 2012-09-04 | -0/+190 | |
| | | | | |||||
| * | | | add in some test descriptions | Struan Donald | 2012-09-04 | -3/+2 | |
| | | | | |||||
| * | | | check non public reports are included in front page stats | Struan Donald | 2012-09-04 | -0/+2 | |
| | | | | |||||
| * | | | make around test for non public reports work, and do not display non | Struan Donald | 2012-09-03 | -0/+1 | |
| | | | | | | | | | | | | | | | | public reports on around page | ||||
| * | | | tests for non public reports on around page | Struan Donald | 2012-09-03 | -0/+25 | |
| | | | | |||||
| * | | | move add and delete problem utility functions to test mech | Struan Donald | 2012-09-03 | -59/+18 | |
| | | | | | | | | | | | | | | | | 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 | ||||
| * | | | reports made with non public categories are set as non public | Struan Donald | 2012-08-31 | -0/+69 | |
| | | | | |||||
| * | | | display non public reports to creator if logged in | Struan Donald | 2012-08-31 | -0/+22 | |
| | | | | |||||
| * | | | return 403 for non public reports | Struan Donald | 2012-08-31 | -0/+9 | |
| | | | | |||||
* | | | | Always use 'reopened', and don't set mark_open for Open311 received updates. | Matthew Somerville | 2012-09-05 | -8/+8 | |
| | | | | |||||
* | | | | handle bad comment states due to open311 service request updates bug | Struan Donald | 2012-09-05 | -0/+40 | |
| | | | | |||||
* | | | | handle re-opening of problems via open311 service requests updates correctly | Struan Donald | 2012-09-05 | -3/+6 | |
| |_|/ |/| | | | | | | | | also small tweaks to display of update meta information | ||||
* | | | If we don't get a request_id or it's not a text element then regard | Struan Donald | 2012-08-30 | -3/+31 | |
|/ / | | | | | | | posting the service request as having failed | ||||
* | | Switch to using mapit as it has nearest postcode functionality now. And ↵ | Matthew Somerville | 2012-08-28 | -1/+1 | |
| | | | | | | | | isn't down. | ||||
* | | Add check to test that cobrand has been picked up correctly. | Matthew Somerville | 2012-08-28 | -0/+1 | |
| | | |||||
* | | Revert "update test as country problems on district council cobrands now ↵ | Matthew Somerville | 2012-08-28 | -10/+2 | |
| | | | | | | | | | | | | | | redirect" This reverts commit 0fb910f46e49f9868c8ae134f0984ac16a28fb3f. The redirect wasn't supposed to be happening. | ||||
* | | update test as country problems on district council cobrands now redirect | Struan Donald | 2012-08-27 | -2/+10 | |
|/ | | | | to main site instead of returning a 404 |