Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | few more static states | Struan Donald | 2011-08-18 | -1/+1 |
| | ||||
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-08-17 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | into new_statuses Conflicts: db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/DB/Result/User.pm t/app/controller/admin.t templates/web/default/admin/update_edit.html web/css/core.css | |||
| * | add flagged flags to problems and users | Struan Donald | 2011-08-09 | -0/+2 |
| | | ||||
* | | use the correct council separator character | Struan Donald | 2011-07-27 | -1/+1 |
| | | ||||
* | | allow council user to update state on problem sent to multiple councils | Struan Donald | 2011-07-27 | -0/+19 |
| | | ||||
* | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-06-28 | -8/+0 |
|\| | | | | | | | | | | | | | | | 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 | -8/+0 |
| | | ||||
* | | Display council name next to updates from council users | Struan Donald | 2011-06-27 | -0/+17 |
| | | ||||
* | | change to use from_council in users table and store the council id in | Struan Donald | 2011-06-27 | -4/+4 |
| | | | | | | | | | | there so we can check that the problem is for the council the user is from | |||
* | | remove merge cruft | Struan Donald | 2011-06-27 | -1/+0 |
| | | ||||
* | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-06-27 | -1/+11 |
|\| | | | | | | | | | | | | | | | | | 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/+12 |
| | | ||||
* | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-06-23 | -1/+17 |
|\| | | | | | | | | | | | | | into new_statuses Conflicts: templates/web/default/report/display.html | |||
| * | Remove unneeded defaults checking and simplify. | Matthew Somerville | 2011-06-23 | -1/+1 |
| | | ||||
| * | Use update user centrally. | Matthew Somerville | 2011-06-23 | -0/+16 |
| | | ||||
* | | add from_authority flag to users table for council employees etc | Struan Donald | 2011-06-22 | -2/+4 |
|/ | ||||
* | Questionnaire submission code. | Matthew Somerville | 2011-05-26 | -0/+1 |
| | ||||
* | don't ask questionnaire if they've ever answered before | Struan Donald | 2011-05-25 | -0/+20 |
| | ||||
* | Add InflateColumn::DateTime to all models. | Matthew Somerville | 2011-05-24 | -3/+3 |
| | ||||
* | link comments table to users table | Struan Donald | 2011-05-18 | -2/+8 |
| | ||||
* | moving alerts to use users instead of email in table | Struan Donald | 2011-05-11 | -22/+29 |
| | ||||
* | Store tokens correctly | Edmund von der Burg | 2011-03-24 | -23/+23 |
| | ||||
* | Move error checking into the model | Edmund von der Burg | 2011-03-23 | -20/+65 |
| | ||||
* | Update DBIC Schema | Edmund von der Burg | 2011-03-15 | -2/+8 |
| | ||||
* | drop column is_confirmed - not needed | Edmund von der Burg | 2011-03-04 | -6/+3 |
| | ||||
* | Completed auth section (main parts at least) | Edmund von der Burg | 2011-03-04 | -25/+0 |
| | ||||
* | Allow users to create an account, confirm it and logout | Edmund von der Burg | 2011-03-03 | -3/+30 |
| | ||||
* | Passwords can be null | Edmund von der Burg | 2011-03-02 | -3/+3 |
| | ||||
* | Generated ORM code for some of the tables | Edmund von der Burg | 2011-03-01 | -0/+34 |