Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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). | |||
* | 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 |
|\ | | | | | | | | | | | Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Problem.pm | |||
| * | 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 |
| | | ||||
* | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-08-22 | -0/+135 |
|\| | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: t/app/model/problem.t templates/web/default/report/new/fill_in_details.html web/css/core.css | |||
| * | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-08-17 | -1/+3 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||
| * \ | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-06-28 | -3/+9 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into new_statuses Conflicts: perllib/FixMyStreet/App/Controller/Report/Update.pm templates/web/default/report/display.html | |||
| * \ \ | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-06-27 | -3/+3 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into new_statuses Conflicts: perllib/FixMyStreet/DB/Result/Comment.pm perllib/FixMyStreet/DB/Result/User.pm web/css/core.css | |||
| * | | | | is_closed utility method | Struan Donald | 2011-06-22 | -0/+31 |
| | | | | | ||||
| * | | | | 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/+2 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Problem.pm | |||
| * | | | | add flagged flags to problems and users | Struan Donald | 2011-08-09 | -0/+2 |
| | | | | | ||||
* | | | | | move problem update into problem model and add some tests, plus attempt some ↵ | Struan Donald | 2011-08-11 | -0/+82 |
| | | | | | | | | | | | | | | | | | | | | timezone things | |||
* | | | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-08-04 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | into open311-consumer | |||
| * | | | | Relationship is has_one, not has_many, was causing wrong nearby photos to ↵ | Matthew Somerville | 2011-08-03 | -1/+1 |
| | |_|/ | |/| | | | | | | | | | | appear on alert page. | |||
* / | | | 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 a report. | Matthew Somerville | 2011-06-27 | -1/+1 |
| |/ |/| | ||||
* | | Use bcrypt. | Matthew Somerville | 2011-06-24 | -3/+3 |
|/ | ||||
* | 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/+8 |
| | | | | 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/+1 |
| | ||||
* | Get rid of some more fake_q etc. | Matthew Somerville | 2011-06-06 | -1/+1 |
| | ||||
* | 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 | -4/+20 |
| | ||||
* | 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 | -24/+8 |
| | ||||
* | Create some _local functions to return the right DateTimes. | Matthew Somerville | 2011-05-24 | -2/+21 |
| | ||||
* | Add InflateColumn::DateTime to all models. | Matthew Somerville | 2011-05-24 | -2/+2 |
| | ||||
* | Complete meta line migration, factor line generation out to model and template. | Matthew Somerville | 2011-05-24 | -1/+97 |
| | ||||
* | Add DB::Questionnaire (and update schema.sql with schema changes). | Matthew Somerville | 2011-05-20 | -2/+8 |
| | ||||
* | push photo parameter generation to the model and create photo template | Struan Donald | 2011-05-19 | -0/+20 |
| | ||||
* | Migrate /reports page (minus RSS). | Matthew Somerville | 2011-05-19 | -0/+25 |
| | ||||
* | add comment table in to generated DB files and regenerate | Struan Donald | 2011-05-17 | -67/+80 |
| | ||||
* | Move logic into problem | Edmund von der Burg | 2011-04-01 | -0/+23 |
| | ||||
* | Add 'abuse' table and put abuse logic into problem | Edmund von der Burg | 2011-03-28 | -0/+25 |
| | ||||
* | Store tokens correctly | Edmund von der Burg | 2011-03-24 | -2/+3 |
| | ||||
* | Cleared up the council string creation logic | Edmund von der Burg | 2011-03-23 | -67/+65 |
| | ||||
* | Move error checking into the model | Edmund von der Burg | 2011-03-23 | -70/+124 |
| | ||||
* | Update DBIC Schema | Edmund von der Burg | 2011-03-15 | -0/+89 |