Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | added Message Manager ID (mm_msg_id) column and used it | Dave Whiteland | 2012-07-11 | -6/+6 |
| | ||||
* | Merge branch 'master' into bromley | Matthew Somerville | 2012-05-16 | -4/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/send-reports conf/crontab.ugly conf/general.yml-example db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/DB/Result/Comment.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/Result/Problem.pm perllib/FixMyStreet/DB/Result/User.pm templates/web/default/js/validation_strings.html templates/web/fixmystreet/auth/sign_out.html templates/web/fixmystreet/report/new/councils_text_all.html web/cobrands/fixmystreet/_base.scss | |||
| * | now using open311config all send-reports webservices, not just open311 | Dave Whiteland | 2012-03-23 | -13/+13 |
| | | ||||
* | | when_sent -> whensent for consistency | Struan Donald | 2012-03-26 | -3/+3 |
| | | ||||
* | | DB changes for comment sending | Struan Donald | 2012-03-26 | -2/+10 |
| | | ||||
* | | save extra comment details for bromley | Struan Donald | 2012-03-23 | -2/+25 |
| | | ||||
* | | add external id to comments table | Struan Donald | 2012-03-19 | -9/+11 |
|/ | ||||
* | Store full size photos that are uploaded on filesystem, put hash in ↵ | Matthew Somerville | 2012-03-08 | -10/+1 |
| | | | | database. Fixes #9, basics for #209 (needs light box adding). | |||
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-06-28 | -0/+3 |
|\ | | | | | | | | | | | | | | | into new_statuses Conflicts: perllib/FixMyStreet/App/Controller/Report/Update.pm templates/web/default/report/display.html | |||
| * | Allow people to sign in (or not) as they make an update. | Matthew Somerville | 2011-06-28 | -0/+3 |
| | | ||||
* | | change to use from_council in users table and store the council id in | Struan Donald | 2011-06-27 | -2/+2 |
| | | | | | | | | | | there so we can check that the problem is for the council the user is from | |||
* | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-06-27 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | into new_statuses Conflicts: perllib/FixMyStreet/DB/Result/Comment.pm perllib/FixMyStreet/DB/Result/User.pm web/css/core.css | |||
| * | Use bcrypt. | Matthew Somerville | 2011-06-24 | -3/+3 |
| | | ||||
* | | indicate changes state in update meta information | Struan Donald | 2011-06-23 | -0/+16 |
| | | ||||
* | | add problem state_column to comment | Struan Donald | 2011-06-23 | -2/+4 |
|/ | ||||
* | Remove fake_q and most of now-unused Page.pm. | Matthew Somerville | 2011-06-07 | -0/+1 |
| | ||||
* | check for uninflated/null dates before trying to set the timezoned | Struan Donald | 2011-05-27 | -4/+8 |
| | ||||
* | Photo URL fix, and pass through photo ID for updates as it does for ↵ | Matthew Somerville | 2011-05-26 | -1/+1 |
| | | | | problems/questionnaires. | |||
* | use moose role for is_from_abuser method | Struan Donald | 2011-05-26 | -23/+7 |
| | ||||
* | check confirmed has been set before trying to set its timezone | Struan Donald | 2011-05-26 | -1/+7 |
| | ||||
* | Create some _local functions to return the right DateTimes. | Matthew Somerville | 2011-05-24 | -0/+10 |
| | ||||
* | Add InflateColumn::DateTime to all models. | Matthew Somerville | 2011-05-24 | -3/+3 |
| | ||||
* | check if comment is from known abuser | Struan Donald | 2011-05-20 | -0/+25 |
| | ||||
* | Add DB::Questionnaire (and update schema.sql with schema changes). | Matthew Somerville | 2011-05-20 | -3/+3 |
| | ||||
* | upload and display update photos | Struan Donald | 2011-05-19 | -0/+20 |
| | ||||
* | add confirm convenience method | Struan Donald | 2011-05-19 | -0/+13 |
| | ||||
* | redo validation and storage to be more in line with code in report/new | Struan Donald | 2011-05-18 | -0/+11 |
| | ||||
* | link comments table to users table | Struan Donald | 2011-05-18 | -4/+12 |
| | ||||
* | add comment table in to generated DB files and regenerate | Struan Donald | 2011-05-17 | -0/+68 |