Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | only send comments if problem was sent by Open311 | Struan Donald | 2012-05-29 | -0/+1 |
| | ||||
* | only look for service lists on open311 end points | Struan Donald | 2012-05-28 | -1/+3 |
| | ||||
* | Merge branch 'bromley' | Matthew Somerville | 2012-05-28 | -742/+140 |
|\ | ||||
| * | Merge branch 'master' into bromley | Matthew Somerville | 2012-05-16 | -9/+13 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||
| * | | specify which table we want for fields | Struan Donald | 2012-04-30 | -2/+2 |
| | | | ||||
| * | | only send confirmed comments | Struan Donald | 2012-04-30 | -0/+2 |
| | | | ||||
| * | | correct parameter names | Struan Donald | 2012-04-27 | -2/+2 |
| | | | ||||
| * | | do not send comments with an external id | Struan Donald | 2012-04-27 | -0/+1 |
| | | | ||||
| * | | update whensent when a comment is succesfully sent | Struan Donald | 2012-04-25 | -2/+4 |
| | | | ||||
| * | | set jurisdiction and api_key for Open311 | Struan Donald | 2012-04-25 | -1/+3 |
| | | | ||||
| * | | open311 sendmethod now has capital o | Struan Donald | 2012-04-25 | -1/+1 |
| | | | ||||
| * | | Merge branch 'send-report-rewrite' into bromley-new-send-reports | Struan Donald | 2012-04-03 | -600/+32 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/send-reports perllib/FixMyStreet/Geocode/Bing.pm web/js/map-OpenLayers.js | |||
| | * \ | Merge remote-tracking branch 'origin/master' into send-report-rewrite | Struan Donald | 2012-04-03 | -9/+251 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/send-reports perllib/FixMyStreet/Cobrand/Default.pm perllib/FixMyStreet/Cobrand/FixMyStreet.pm | |||
| | * | | | move send-report into problem resultset plus basic test | Struan Donald | 2012-02-23 | -474/+5 |
| | | | | | ||||
| * | | | | add script to fetch the last 25 hours comments in case we missed any | Struan Donald | 2012-03-28 | -0/+21 |
| | | | | | ||||
| * | | | | push comment fetching code into module so script is a thin wrapper | Struan Donald | 2012-03-28 | -45/+2 |
| | | | | | ||||
| * | | | | make sure we send the report if we are emailing | Struan Donald | 2012-03-28 | -2/+2 |
| | | | | | ||||
| * | | | | Bromley exception in London. | Matthew Somerville | 2012-03-28 | -1/+1 |
| | | | | | ||||
| * | | | | add in various required extra open311 fields for bromley | Struan Donald | 2012-03-27 | -1/+3 |
| | | | | | ||||
| * | | | | correctly calculate how long since we last failed to send | Struan Donald | 2012-03-27 | -2/+2 |
| | | | | | ||||
| * | | | | remove debug code | Struan Donald | 2012-03-27 | -2/+2 |
| | | | | | ||||
| * | | | | Merge remote-tracking branch 'origin/master' into bromley | Struan Donald | 2012-03-27 | -2/+5 |
| |\ \ \ \ | ||||
| * | | | | | make executable | Struan Donald | 2012-03-26 | -0/+0 |
| | | | | | | ||||
| * | | | | | initial fetch comment wrapper script | Struan Donald | 2012-03-26 | -0/+58 |
| | | | | | | ||||
| * | | | | | when_sent -> whensent for consistency | Struan Donald | 2012-03-26 | -1/+1 |
| | | | | | | ||||
| * | | | | | initial very basic send comments wrapper | Struan Donald | 2012-03-26 | -0/+92 |
| | | | | | | ||||
| * | | | | | initial bromley retry code for problems | Struan Donald | 2012-03-26 | -12/+30 |
| | | | | | | ||||
| * | | | | | skipped send summary code | Struan Donald | 2012-03-22 | -0/+15 |
| | | | | | | ||||
| * | | | | | add in retry count code | Struan Donald | 2012-03-22 | -0/+29 |
| | | | | | | ||||
| * | | | | | add in send method code | Struan Donald | 2012-03-22 | -18/+57 |
| | | | | | | ||||
| * | | | | | add in standard bromley open311 attributes | Struan Donald | 2012-03-22 | -3/+15 |
| | | | | | | ||||
* | | | | | | Cope with null council. | Matthew Somerville | 2012-05-25 | -1/+3 |
| | | | | | | ||||
* | | | | | | Initialise variables so that we don't try and encode undef. | Matthew Somerville | 2012-05-22 | -2/+3 |
| | | | | | | ||||
* | | | | | | don't truncate 'nearest address' until sending it (Barnet send-reports) | Dave Whiteland | 2012-05-18 | -1/+1 |
| | | | | | | ||||
* | | | | | | fix bug: failed to encode entities for nearest address in Barnet send | Dave Whiteland | 2012-05-18 | -2/+2 |
| |_|_|_|/ |/| | | | | ||||
* | | | | | Suppress gnuplot warnings. | Matthew Somerville | 2012-05-08 | -2/+2 |
| | | | | | ||||
* | | | | | improved error message capture from barnet responses | Dave Whiteland | 2012-05-04 | -4/+13 |
| | | | | | ||||
* | | | | | for now stop summary report of blocked reports | Dave Whiteland | 2012-05-03 | -2/+1 |
| | | | | | ||||
* | | | | | added can_display_external_id because external ids are not always useful for ↵ | Dave Whiteland | 2012-05-03 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | publishing, using send_method_used to determine that on a council-by-council basis | |||
* | | | | | catch council_config's send_method returning undef and ignore it | Dave Whiteland | 2012-05-03 | -1/+1 |
| | | | | | ||||
* | | | | | barnet-integration branch didn't send normal emails, resinstate | Dave Whiteland | 2012-05-03 | -2/+2 |
| | | | | | ||||
* | | | | | Merge branch 'master' into barnet-integration | Dave Whiteland | 2012-04-29 | -16/+36 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (prior to go-live... amongst other things, the Barnet web templates had changed. NB conflict with carton.lock, accepted master in full) Conflicts: carton.lock | |||
| * | | | | | Fix error with RDF literal not being converted to string. | Matthew Somerville | 2012-04-16 | -1/+1 |
| | | | | | | ||||
| * | | | | | Check dataset status before doing anything, and fetch all reports changed ↵ | Matthew Somerville | 2012-04-04 | -7/+11 |
| | |_|_|/ | |/| | | | | | | | | | | | | | since latest in dataset. | |||
| * | | | | Stop import update 409 error when there is a carriage return, and fix ↵ | Matthew Somerville | 2012-03-28 | -5/+17 |
| | | | | | | | | | | | | | | | | | | | | lastUpdate update. | |||
| * | | | | Allow command line ID parameter to script. | Matthew Somerville | 2012-03-28 | -8/+12 |
| | |/ / | |/| | | ||||
* | | | | don't report individual send-reports failures (unless verbose), just totals ↵ | Dave Whiteland | 2012-03-23 | -2/+17 |
| | | | | | | | | | | | | | | | | that have utterly failed | |||
* | | | | added retry cutoff and send_fail data to problem table for webservice ↵ | Dave Whiteland | 2012-03-23 | -8/+44 |
| | | | | | | | | | | | | | | | | send-reports | |||
* | | | | strip street numbers from the nearest street for Barnet too | Dave Whiteland | 2012-03-23 | -4/+4 |
| | | | | ||||
* | | | | changed regexp to strip out trailing postcode parts on nearest street name ↵ | Dave Whiteland | 2012-03-23 | -3/+6 |
| | | | | | | | | | | | | | | | | (for Barnet) |