aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Report/Update.pm
Commit message (Expand)AuthorAgeLines
* Rename council column to bodies_str, and all the related code.Matthew Somerville2012-12-15-3/+3
* Rename from_council to from_body, and small related changes.Matthew Somerville2012-12-15-3/+3
* Fix other part of race conditionStruan Donald2012-08-29-1/+1
* adding text from a message manager message increments supporter countStruan Donald2012-08-24-0/+4
* allow adding of message manager messages as updates rather than as issuesStruan Donald2012-08-23-0/+1
* Remove unused extra_* functions.Matthew Somerville2012-08-16-1/+1
* Couple more URLs to right site (e.g. already answered questionnaire).Matthew Somerville2012-07-18-1/+1
* Only create alert if actual parameters differ, not just cobrand/lang.Matthew Somerville2012-06-21-8/+14
* Call process_extras() from updates too, so that error checking runs.Matthew Somerville2012-06-21-2/+5
* Fix spelling of this variable.Matthew Somerville2012-06-21-1/+1
* Merge branch 'master' into bromleyMatthew Somerville2012-05-22-1/+1
|\
| * Move photo processing functions to the photo controller.Matthew Somerville2012-05-22-1/+1
* | Fixes and improvements for tests.Matthew Somerville2012-05-16-2/+4
* | store title in users table so we can persist it for bromleyStruan Donald2012-05-01-1/+7
* | add in first and last name to updatesStruan Donald2012-03-30-0/+20
* | save extra comment details for bromleyStruan Donald2012-03-23-0/+7
|/
* Update error message (missed from previous).Matthew Somerville2012-03-14-1/+1
* Store full size photos that are uploaded on filesystem, put hash in database....Matthew Somerville2012-03-08-4/+1
* If password field left blank when reporting/updating, ignore that for passwor...Matthew Somerville2012-01-20-1/+2
* Stop warnings if org is not provided.Matthew Somerville2011-10-10-0/+8
* allow council user to update state on problem sent to multiple councilsStruan Donald2011-07-27-3/+2
* Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ...Struan Donald2011-07-26-2/+12
|\
| * Carry through name/phone/password updates through report/update creation via ...Matthew Somerville2011-07-04-0/+10
| * Update error message.Matthew Somerville2011-07-01-1/+1
| * Assume if they've filled in one side of the password form, they're submitting...Matthew Somerville2011-07-01-1/+1
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ...Struan Donald2011-06-28-21/+46
|\|
| * Allow a problem creator to reopen a fixed report when logged in (fixes #125).Matthew Somerville2011-06-28-1/+8
| * Allow people to sign in (or not) as they make an update.Matthew Somerville2011-06-28-21/+39
* | store correct old state in questionnaire when creator marks problem as fixedStruan Donald2011-06-28-0/+4
* | council users should be able to set state to confirmedStruan Donald2011-06-27-1/+1
* | change to use from_council in users table and store the council id inStruan Donald2011-06-27-2/+3
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ...Struan Donald2011-06-27-19/+14
|\|
| * Don't show email field on reporting if logged in.Matthew Somerville2011-06-24-19/+14
* | check that state is permittedStruan Donald2011-06-23-1/+8
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ...Struan Donald2011-06-23-2/+5
|\|
| * Allow unsub from update form, fix test.Matthew Somerville2011-06-23-2/+5
* | update problem status from updateStruan Donald2011-06-23-1/+11
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ...Struan Donald2011-06-23-34/+23
|\|
| * Use user if logged in, and don't show email field on update.Matthew Somerville2011-06-23-11/+17
| * Remove unneeded defaults checking and simplify.Matthew Somerville2011-06-23-15/+3
| * Use update user centrally.Matthew Somerville2011-06-23-10/+5
* | prevent non authority users from changing the state on updatesStruan Donald2011-06-23-0/+9
* | handle new states in report display and updatingStruan Donald2011-06-16-1/+1
|/
* Centralise problem report loading, 404/410 checking.Matthew Somerville2011-06-09-20/+1
* Switch to using c->cobrand->problems to return all problems for a cobrand (so...Matthew Somerville2011-06-08-1/+1
* Improve email headers in emails sent.Matthew Somerville2011-06-07-1/+5
* Complete report update display migration.Matthew Somerville2011-06-06-2/+0
* confirm does not return alert object so do not assign to alertStruan Donald2011-06-06-1/+3
* Fix bug whereby lat/lon were being stored the wrong way round in local alerts.Matthew Somerville2011-06-03-5/+8
* mark new_updates alerts as confirmed when they are createdStruan Donald2011-06-01-3/+4