Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Fix session cookie test, and test based on contact_name that might change. | Matthew Somerville | 2011-06-09 | -3/+4 | |
| | |||||
* | Ordering so test doesn't sometimes randomly fail. | Matthew Somerville | 2011-06-09 | -2/+2 | |
| | |||||
* | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-06-09 | -0/+5 | |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | ||||
| * | Stop empty string warning, delete some test users, and use same n/a string ↵ | Matthew Somerville | 2011-06-09 | -0/+5 | |
| | | | | | | | | as elsewhere. | ||||
* | | more admin tests for update editing and report searching | Struan Donald | 2011-06-09 | -6/+212 | |
|/ | |||||
* | search report tests | Struan Donald | 2011-06-09 | -0/+26 | |
| | |||||
* | admin edit report tests | Struan Donald | 2011-06-09 | -0/+339 | |
| | |||||
* | skip tests if no entry in secret table rather than failing | Struan Donald | 2011-06-08 | -0/+8 | |
| | |||||
* | Fix alert subscribing bugs with two-tier councils and on ReportEmptyHomes. | Matthew Somerville | 2011-06-06 | -8/+35 | |
| | |||||
* | Tidy up some strings for translation, remove some migrated code. | Matthew Somerville | 2011-06-06 | -9/+9 | |
| | |||||
* | Migrate alert sending script, add test for it, fix some small bugs and strings. | Matthew Somerville | 2011-06-04 | -21/+120 | |
| | |||||
* | Sign up new report to email alert if logged in as well as when confirmed by ↵ | Matthew Somerville | 2011-06-03 | -1/+16 | |
| | | | | email. Allow disabling rather than deleting of alerts. Revert quoting as it breaks timestamps and literal SQL. | ||||
* | some rudimentary tests and some removal of warnings. | Struan Donald | 2011-06-03 | -0/+73 | |
| | |||||
* | Better alert page title handling. | Matthew Somerville | 2011-06-03 | -1/+1 | |
| | |||||
* | Fix broken contact form report handling, stop HTML injection, and remove old ↵ | Matthew Somerville | 2011-06-03 | -4/+30 | |
| | | | | contact code. | ||||
* | Match the old JSON urls | Edmund von der Burg | 2011-06-03 | -15/+15 | |
| | |||||
* | Some text updates from/for locale file. | Matthew Somerville | 2011-06-03 | -2/+2 | |
| | |||||
* | Move most of questionnaire cron to ResultSet so it can be called and tested ↵ | Matthew Somerville | 2011-06-02 | -24/+38 | |
| | | | | from test. | ||||
* | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-06-01 | -85/+119 | |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | ||||
| * | Tests for correct contacts chosen. | Matthew Somerville | 2011-06-01 | -85/+119 | |
| | | |||||
* | | mark new_updates alerts as confirmed when they are created | Struan Donald | 2011-06-01 | -56/+100 | |
|/ | |||||
* | Last bit from master, some LBO handling (note, if other London things come ↵ | Matthew Somerville | 2011-05-28 | -0/+17 | |
| | | | | along, this needs work). Also fix completely broken council assignment, categories, and some spacing. | ||||
* | Questionnaire tests, and fixes due to those tests. | Matthew Somerville | 2011-05-27 | -0/+278 | |
| | |||||
* | make sure you are allowed to answer the questionnaire asked when a problem ↵ | Struan Donald | 2011-05-27 | -31/+142 | |
| | | | | reporter marks the problem as fixed. | ||||
* | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-05-27 | -14/+14 | |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | ||||
| * | Unselected checkboxes must be undef, not 0, to pass here, at any rate. | Matthew Somerville | 2011-05-26 | -14/+14 | |
| | | |||||
* | | only confirm alerts on submission if user is logged in | Struan Donald | 2011-05-27 | -14/+37 | |
|/ | | | also, tests to make sure we send out emails if a logged in user subscribes with a different address | ||||
* | use moose role for is_from_abuser method | Struan Donald | 2011-05-26 | -0/+79 | |
| | |||||
* | If the user already exists in the database then don't sent them a | Struan Donald | 2011-05-26 | -2/+7 | |
| | | | | confirmation email when signing up to alerts | ||||
* | update reporting | Struan Donald | 2011-05-26 | -4/+50 | |
| | |||||
* | use c->send_email on contact page and add more tests | Struan Donald | 2011-05-25 | -3/+12 | |
| | |||||
* | check that flow is the same regardless of whether user is logged in | Struan Donald | 2011-05-25 | -1/+62 | |
| | |||||
* | submission for questionnaire when problem owner marks it fixed | Struan Donald | 2011-05-25 | -4/+21 | |
| | |||||
* | don't ask questionnaire if they've ever answered before | Struan Donald | 2011-05-25 | -32/+74 | |
| | |||||
* | if the person who created the problem is marking it as fixed show | Struan Donald | 2011-05-24 | -5/+87 | |
| | | | | them a questionnaire directly ( no submission yet ) | ||||
* | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-05-24 | -6/+6 | |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | ||||
| * | Move lat/lon to templates and use shortened forms. | Matthew Somerville | 2011-05-24 | -6/+6 | |
| | | |||||
* | | google maps don't seem to pay as much attention to region hinting as they ↵ | Struan Donald | 2011-05-24 | -5/+8 | |
|/ | | | | | once did so make sure we add UK on to the end. also update tests to take into account changed results because of this. | ||||
* | tests for correctly normalising fields and resulting bugfixes | Struan Donald | 2011-05-23 | -10/+73 | |
| | |||||
* | Add a may show name publicly checkbox to updates form | Struan Donald | 2011-05-23 | -0/+116 | |
| | |||||
* | Fix bug whereby 'old and of unknown status' was shown on all open reports. | Matthew Somerville | 2011-05-21 | -0/+9 | |
| | |||||
* | Merge branch 'migrate_to_catalyst' of ↵ | Edmund von der Burg | 2011-05-20 | -12/+15 | |
|\ | | | | | | | ssh://evdb@git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | ||||
| * | update confirmation from tokens | Struan Donald | 2011-05-20 | -0/+7 | |
| | | |||||
| * | rss implemented | Struan Donald | 2011-05-20 | -12/+8 | |
| | | |||||
* | | port json.cgi code to Catalyst | Edmund von der Burg | 2011-05-20 | -1/+74 | |
| | | |||||
* | | Added tests for bad requests | Edmund von der Burg | 2011-05-20 | -0/+36 | |
|/ | |||||
* | anonymous cannot be null | Struan Donald | 2011-05-20 | -0/+3 | |
| | |||||
* | default add_alerts to on | Struan Donald | 2011-05-20 | -3/+8 | |
| | |||||
* | move trim_text and cleanup_text to Utils | Struan Donald | 2011-05-20 | -2/+13 | |
| | |||||
* | sign up logged in users for alerts as appropriate | Struan Donald | 2011-05-19 | -25/+48 | |
| |