Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Minor admin text tweaks. | Matthew Somerville | 2012-12-20 | -1/+1 |
| | ||||
* | Allow unconfirmed as a visible state in Zurich, adjust front end list/item ↵ | Matthew Somerville | 2012-12-19 | -13/+14 |
| | | | | templates to suit. | |||
* | Allow bodies to have parent bodies. | Matthew Somerville | 2012-12-19 | -6/+26 |
| | ||||
* | Allow bodies to span multiple area IDs, and areas can be covered by more ↵ | Matthew Somerville | 2012-12-19 | -5/+46 |
| | | | | than one body. | |||
* | Migrate Reports.pm to use bodies, not areas. | Matthew Somerville | 2012-12-15 | -4/+6 |
| | ||||
* | Make from_body a foreign key. | Matthew Somerville | 2012-12-15 | -19/+24 |
| | ||||
* | Rename a few more less important variables. | Matthew Somerville | 2012-12-15 | -5/+5 |
| | ||||
* | Rename council column to bodies_str, and all the related code. | Matthew Somerville | 2012-12-15 | -18/+18 |
| | ||||
* | Convert report sending code to use bodies rather than areas/councils. | Matthew Somerville | 2012-12-15 | -2/+4 |
| | ||||
* | Rename area_id on Contacts table to body_id. | Matthew Somerville | 2012-12-15 | -10/+22 |
| | | | | Add foreign key constraint from contacts to body. | |||
* | Rename from_council to from_body, and small related changes. | Matthew Somerville | 2012-12-15 | -11/+12 |
| | ||||
* | Rename 'open311conf' database table to 'body'. | Matthew Somerville | 2012-12-15 | -20/+20 |
| | ||||
* | Move map not used text to template so we can use HTML in it | Struan Donald | 2012-10-26 | -3/+0 |
| | | | | | | and not have it escaped when it is displayed Fixed #350 | |||
* | Fix copy to match behaviour, fixes #326. | Matthew Somerville | 2012-10-12 | -1/+1 |
| | ||||
* | Fix #86. | Matthew Somerville | 2012-10-12 | -1/+1 |
| | ||||
* | Change 'their ref' to 'council ref', fixes #300 good enough for the moment. | Matthew Somerville | 2012-10-10 | -1/+1 |
| | ||||
* | Merge branch 'fmb-read-only' | Dave Whiteland | 2012-10-03 | -8/+24 |
|\ | | | | | | | | | | | | | Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Contact.pm perllib/FixMyStreet/DB/Result/Problem.pm | |||
| * | allow endpoints to be configured at a category level | Struan Donald | 2012-08-29 | -4/+14 |
| | | | | | | | | | | default cobrand now checks for endpoint configuration and only extra fallbacks are in UK cobrand | |||
| * | initial crude add support option for a problem | Struan Donald | 2012-08-23 | -2/+4 |
| | | ||||
| * | Merge remote-tracking branch 'origin/master' into fmb-read-only | Struan Donald | 2012-08-22 | -5/+3 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css conf/general.yml-example perllib/FixMyStreet/App/Controller/Council.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/Cobrand/Default.pm templates/web/default/around/around_index.html templates/web/default/index.html templates/web/emptyhomes/index.html templates/web/fixmystreet/around/around_index.html templates/web/fixmystreet/index.html web/fixmystreet_app_cgi.cgi web/fixmystreet_app_fastcgi.cgi | |||
| * | | changed mm_msg_id to external_source_id, and added external_source col | Dave Whiteland | 2012-07-12 | -3/+5 |
| | | | ||||
| * | | added Message Manager ID (mm_msg_id) column and used it | Dave Whiteland | 2012-07-11 | -9/+11 |
| | | | ||||
* | | | add non-public fields to contacts and problem | Struan Donald | 2012-08-31 | -5/+9 |
| |/ |/| | ||||
* | | Remove unused extra_* functions. | Matthew Somerville | 2012-08-16 | -1/+0 |
| | | ||||
* | | Allow report URL to be cobrand-specific (for places where cobrand links to a ↵ | Matthew Somerville | 2012-07-10 | -4/+3 |
|/ | | | | report that isn't covered by it). | |||
* | Merge branch 'master' into bromley | Matthew Somerville | 2012-05-22 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: bin/send-reports perllib/FixMyStreet/App/Controller/Report/New.pm | |||
| * | Stop warning by checking existence first. | Matthew Somerville | 2012-05-18 | -1/+1 |
| | | ||||
* | | Merge branch 'master' into bromley | Matthew Somerville | 2012-05-16 | -54/+100 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||
| * | added can_display_external_id because external ids are not always useful for ↵ | Dave Whiteland | 2012-05-03 | -5/+21 |
| | | | | | | | | publishing, using send_method_used to determine that on a council-by-council basis | |||
| * | added retry cutoff and send_fail data to problem table for webservice ↵ | Dave Whiteland | 2012-03-23 | -2/+8 |
| | | | | | | | | send-reports | |||
| * | now using open311config all send-reports webservices, not just open311 | Dave Whiteland | 2012-03-23 | -69/+72 |
| | | ||||
| * | split the clauses a little for the benefit of the translator | Dave Whiteland | 2012-03-23 | -2/+5 |
| | | ||||
| * | added council external reference to problem display page | Dave Whiteland | 2012-03-23 | -0/+26 |
| | | ||||
* | | remove accidentally added username and password fields :( | Struan Donald | 2012-05-11 | -6/+2 |
| | | ||||
* | | add ability to suppress alerts to report creator on | Struan Donald | 2012-05-11 | -2/+8 |
| | | | | | | | | comments updated from open311 | |||
* | | Enable council user to remove report from site using front end button. | Matthew Somerville | 2012-05-02 | -1/+1 |
| | | ||||
* | | store title in users table so we can persist it for bromley | Struan Donald | 2012-05-01 | -3/+11 |
| | | ||||
* | | add update_send_failed method | Struan Donald | 2012-04-03 | -0/+11 |
| | | ||||
* | | add first name and last name boxes for bromley | Struan Donald | 2012-03-30 | -0/+18 |
| | | ||||
* | | associated a comment user with a council config | Struan Donald | 2012-03-26 | -2/+15 |
| | | ||||
* | | when_sent -> whensent for consistency | Struan Donald | 2012-03-26 | -3/+3 |
| | | ||||
* | | DB changes for comment sending | Struan Donald | 2012-03-26 | -4/+14 |
| | | ||||
* | | save extra comment details for bromley | Struan Donald | 2012-03-23 | -2/+25 |
| | | ||||
* | | add in retry count code | Struan Donald | 2012-03-22 | -2/+8 |
| | | ||||
* | | add in send method code | Struan Donald | 2012-03-22 | -3/+5 |
| | | ||||
* | | 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 | -20/+2 |
| | | | | 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 |
| | |