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 | -1/+5 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 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/+4 |
| | | ||||
| * | Relationship is has_one, not has_many, was causing wrong nearby photos to ↵ | Matthew Somerville | 2011-08-03 | -1/+1 |
| | | | | | | | | appear on alert page. | |||
* | | 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 | -11/+12 |
|\| | | | | | | | | | | | | | | | into new_statuses Conflicts: perllib/FixMyStreet/App/Controller/Report/Update.pm templates/web/default/report/display.html | |||
| * | Sort problems, and have a map, maybe. | Matthew Somerville | 2011-06-28 | -2/+8 |
| | | ||||
| * | Allow people to sign in (or not) as they make an update. | Matthew Somerville | 2011-06-28 | -8/+3 |
| | | ||||
| * | Allow people to sign in (or not) as they make a report. | Matthew Somerville | 2011-06-27 | -1/+1 |
| | | ||||
* | | 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 | -6/+6 |
| | | | | | | | | | | 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 | -38/+48 |
|\| | | | | | | | | | | | | | | | | | 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 | -42/+51 |
| | | ||||
* | | indicate changes state in update meta information | Struan Donald | 2011-06-23 | -0/+16 |
| | | ||||
* | | 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 problem state_column to comment | Struan Donald | 2011-06-23 | -2/+4 |
| | | ||||
* | | is_closed utility method | Struan Donald | 2011-06-22 | -0/+31 |
| | | ||||
* | | add from_authority flag to users table for council employees etc | Struan Donald | 2011-06-22 | -2/+4 |
| | | ||||
* | | unconfirmed is not really an open state | Struan Donald | 2011-06-21 | -1/+0 |
| | | ||||
* | | rename will not fix to closed | Struan Donald | 2011-06-16 | -1/+1 |
| | | ||||
* | | handle new states in report display and updating | Struan Donald | 2011-06-16 | -20/+88 |
| | | ||||
* | | send questionnaires for all open states | Struan Donald | 2011-06-15 | -0/+16 |
| | | ||||
* | | docs and formatting | Struan Donald | 2011-06-15 | -5/+11 |
| | | ||||
* | | update report display to handle new statuses | Struan Donald | 2011-06-15 | -0/+15 |
|/ | ||||
* | Implement pull request #110 on new code. | Matthew Somerville | 2011-06-13 | -2/+14 |
| | ||||
* | Return an arrayref, as TT doesn't like empty lists. | Matthew Somerville | 2011-06-10 | -3/+3 |
| | ||||
* | Migrate recent_photos to new ResultSet, nice joining with ↵ | Matthew Somerville | 2011-06-09 | -0/+8 |
| | | | | problem_find_nearby procedure. | |||
* | Move the tricky nearby DB call to its own Result/ResultSet, and move more ↵ | Matthew Somerville | 2011-06-09 | -1/+41 |
| | | | | functions. | |||
* | Final bits of Page.pm gone. | Matthew Somerville | 2011-06-07 | -2/+3 |
| | ||||
* | Remove fake_q and most of now-unused Page.pm. | Matthew Somerville | 2011-06-07 | -0/+2 |
| | ||||
* | admin timeline | Struan Donald | 2011-06-07 | -1/+39 |
| | ||||
* | add admin_log table to models | Struan Donald | 2011-06-06 | -0/+44 |
| | ||||
* | Get rid of some more fake_q etc. | Matthew Somerville | 2011-06-06 | -1/+1 |
| | ||||
* | Sign up new report to email alert if logged in as well as when confirmed by ↵ | Matthew Somerville | 2011-06-03 | -2/+10 |
| | | | | email. Allow disabling rather than deleting of alerts. Revert quoting as it breaks timestamps and literal SQL. | |||
* | Add alert_sent and alert_type to DBIx::Class. | Matthew Somerville | 2011-06-03 | -2/+107 |
| | ||||
* | generate model for secret table | Struan Donald | 2011-06-03 | -0/+21 |
| | ||||
* | generate result set object for contacts_history table | Struan Donald | 2011-06-02 | -0/+48 |
| | ||||
* | Pull request #94, merge fix-emaces-parsing. | Matthew Somerville | 2011-05-27 | -2/+2 |
| | ||||
* | check for uninflated/null dates before trying to set the timezoned | Struan Donald | 2011-05-27 | -8/+28 |
| | ||||
* | Photo URL fix, and pass through photo ID for updates as it does for ↵ | Matthew Somerville | 2011-05-26 | -2/+2 |
| | | | | problems/questionnaires. | |||
* | Questionnaire submission code. | Matthew Somerville | 2011-05-26 | -0/+1 |
| | ||||
* | use moose role for is_from_abuser method | Struan Donald | 2011-05-26 | -72/+21 |
| | ||||
* | check confirmed has been set before trying to set its timezone | Struan Donald | 2011-05-26 | -1/+7 |
| | ||||
* | don't ask questionnaire if they've ever answered before | Struan Donald | 2011-05-25 | -0/+20 |
| | ||||
* | Create some _local functions to return the right DateTimes. | Matthew Somerville | 2011-05-24 | -2/+31 |
| | ||||
* | Add InflateColumn::DateTime to all models. | Matthew Somerville | 2011-05-24 | -42/+48 |
| |