| Commit message (Expand) | Author | Age | Lines |
* | Store full size photos that are uploaded on filesystem, put hash in database.... | Matthew Somerville | 2012-03-08 | -20/+2 |
* | Add 'below' to fix #244, rearrange note slightly to be in better place. | Matthew Somerville | 2012-03-01 | -1/+1 |
* | Merge branch 'rss-addresses' | Struan Donald | 2011-11-30 | -2/+25 |
|\ |
|
| * | geocode column to bytea type | Struan Donald | 2011-09-19 | -3/+3 |
| * | sort of working rss address stuff with db caching and populate script | Struan Donald | 2011-09-09 | -2/+26 |
* | | put filter column after loader hash | Struan Donald | 2011-10-19 | -3/+3 |
* | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ... | Struan Donald | 2011-08-22 | -4/+195 |
|\| |
|
| * | 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 |
| |\ |
|
| * | | 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 |
| |\ \ |
|
| * | | | 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 |
| * | | | 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 |
| |\ \ \ |
|
| * | | | | 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 |
| |\ \ \ \ |
|
| * | | | | | 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 |
* | | | | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ... | Struan Donald | 2011-08-16 | -0/+4 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | add flagged flags to problems and users | Struan Donald | 2011-08-09 | -0/+4 |
* | | | | | | move problem update into problem model and add some tests, plus attempt some ... | Struan Donald | 2011-08-11 | -0/+82 |
* | | | | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ... | Struan Donald | 2011-08-04 | -1/+1 |
|\| | | | | |
|
| * | | | | | Relationship is has_one, not has_many, was causing wrong nearby photos to app... | Matthew Somerville | 2011-08-03 | -1/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | add in extra field to contacts for storing open311 meta data | Struan Donald | 2011-08-01 | -2/+23 |
* | | | | | open311conf id to type serial | Struan Donald | 2011-07-29 | -3/+8 |
* | | | | | add in table to store configuration of councils using open311 | Struan Donald | 2011-07-29 | -0/+34 |
* | | | | | add extra column to problem for storing addition open311 meta information | Struan Donald | 2011-07-29 | -2/+24 |
|/ / / / |
|
* | | | | 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 |
| |_|/
|/| | |
|
* | | | Use bcrypt. | Matthew Somerville | 2011-06-24 | -42/+51 |
| |/
|/| |
|
* | | Remove unneeded defaults checking and simplify. | Matthew Somerville | 2011-06-23 | -1/+1 |
* | | Use update user centrally. | Matthew Somerville | 2011-06-23 | -0/+16 |
|/ |
|
* | 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 problem_find_nearby... | Matthew Somerville | 2011-06-09 | -0/+8 |
* | Move the tricky nearby DB call to its own Result/ResultSet, and move more fun... | Matthew Somerville | 2011-06-09 | -1/+41 |
* | 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 |