Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Zurich always has email confirmation, and that just sets a flag (as report ↵ | Matthew Somerville | 2012-12-20 | -0/+17 |
| | | | | is already 'public'). | |||
* | Improve on 73da842, few more places where cobrand specific report URL is needed. | Matthew Somerville | 2012-07-18 | -1/+1 |
| | ||||
* | Tokens can look at all reports. | Matthew Somerville | 2012-07-16 | -1/+2 |
| | ||||
* | store title in users table so we can persist it for bromley | Struan Donald | 2012-05-01 | -0/+1 |
| | ||||
* | Stop warnings if org is not provided. | Matthew Somerville | 2011-10-10 | -0/+1 |
| | ||||
* | avoid warnings about uninitalized values | Struan Donald | 2011-08-18 | -1/+1 |
| | ||||
* | remove hard coded references to fixed | Struan Donald | 2011-08-18 | -1/+1 |
| | ||||
* | Only allow problem confirmation up to a month after creation. | Matthew Somerville | 2011-08-05 | -10/+23 |
| | ||||
* | Rename questionnaire index function so GET doesn't find it. | Matthew Somerville | 2011-08-05 | -1/+1 |
| | ||||
* | Carry through name/phone/password updates through report/update creation via ↵ | Matthew Somerville | 2011-07-04 | -3/+15 |
| | | | | token. Only store encrypted password, and override EncodedColumn to prevent double encrypting. | |||
* | Log someone in following questionnaire link. | Matthew Somerville | 2011-06-29 | -2/+12 |
| | ||||
* | Sign in over login; tidy CSS. | Matthew Somerville | 2011-06-24 | -1/+1 |
| | ||||
* | Generate /reports data on cron. | Matthew Somerville | 2011-06-16 | -1/+1 |
| | ||||
* | Switch to using c->cobrand->problems to return all problems for a cobrand ↵ | Matthew Somerville | 2011-06-08 | -1/+1 |
| | | | | (so on Barnet only return Barnet problems). | |||
* | Fix bug whereby lat/lon were being stored the wrong way round in local alerts. | Matthew Somerville | 2011-06-03 | -2/+0 |
| | ||||
* | Sign up new report to email alert if logged in as well as when confirmed by ↵ | Matthew Somerville | 2011-06-03 | -9/+2 |
| | | | | email. Allow disabling rather than deleting of alerts. Revert quoting as it breaks timestamps and literal SQL. | |||
* | expire non login sessions with browser session | Struan Donald | 2011-06-01 | -0/+7 |
| | ||||
* | make sure you are allowed to answer the questionnaire asked when a problem ↵ | Struan Donald | 2011-05-27 | -2/+2 |
| | | | | reporter marks the problem as fixed. | |||
* | Start of questionnaire migration, displays mostly okay, submission not done, ↵ | Matthew Somerville | 2011-05-21 | -1/+19 |
| | | | | nor problem display. | |||
* | update confirmation from tokens | Struan Donald | 2011-05-20 | -0/+36 |
| | ||||
* | use models to sign up problem reporter to new update alerts | Struan Donald | 2011-05-12 | -4/+9 |
| | ||||
* | confirm alert subscription | Struan Donald | 2011-05-11 | -1/+31 |
| | ||||
* | Corrected tests and docs. Still need to fix code. | Edmund von der Burg | 2011-04-14 | -1/+3 |
| | ||||
* | Change '/reports/new' to '/report/new' | Edmund von der Burg | 2011-04-01 | -1/+1 |
| | | | | | Fix broken links to '/reports/<<id>>' Get correct base under CGI and FastCGI | |||
* | Ported import.cgi to catalyst | Edmund von der Burg | 2011-03-31 | -1/+16 |
| | ||||
* | Handle problem confirmation tokens in catalyst and get all tests working | Edmund von der Burg | 2011-03-28 | -0/+114 |