aboutsummaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeLines
* only send comments if problem was sent by Open311Struan Donald2012-05-29-0/+1
|
* only look for service lists on open311 end pointsStruan Donald2012-05-28-1/+3
|
* Merge branch 'bromley'Matthew Somerville2012-05-28-742/+140
|\
| * Merge branch 'master' into bromleyMatthew Somerville2012-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 fieldsStruan Donald2012-04-30-2/+2
| | |
| * | only send confirmed commentsStruan Donald2012-04-30-0/+2
| | |
| * | correct parameter namesStruan Donald2012-04-27-2/+2
| | |
| * | do not send comments with an external idStruan Donald2012-04-27-0/+1
| | |
| * | update whensent when a comment is succesfully sentStruan Donald2012-04-25-2/+4
| | |
| * | set jurisdiction and api_key for Open311Struan Donald2012-04-25-1/+3
| | |
| * | open311 sendmethod now has capital oStruan Donald2012-04-25-1/+1
| | |
| * | Merge branch 'send-report-rewrite' into bromley-new-send-reportsStruan Donald2012-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-rewriteStruan Donald2012-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 testStruan Donald2012-02-23-474/+5
| | | | |
| * | | | add script to fetch the last 25 hours comments in case we missed anyStruan Donald2012-03-28-0/+21
| | | | |
| * | | | push comment fetching code into module so script is a thin wrapperStruan Donald2012-03-28-45/+2
| | | | |
| * | | | make sure we send the report if we are emailingStruan Donald2012-03-28-2/+2
| | | | |
| * | | | Bromley exception in London.Matthew Somerville2012-03-28-1/+1
| | | | |
| * | | | add in various required extra open311 fields for bromleyStruan Donald2012-03-27-1/+3
| | | | |
| * | | | correctly calculate how long since we last failed to sendStruan Donald2012-03-27-2/+2
| | | | |
| * | | | remove debug codeStruan Donald2012-03-27-2/+2
| | | | |
| * | | | Merge remote-tracking branch 'origin/master' into bromleyStruan Donald2012-03-27-2/+5
| |\ \ \ \
| * | | | | make executableStruan Donald2012-03-26-0/+0
| | | | | |
| * | | | | initial fetch comment wrapper scriptStruan Donald2012-03-26-0/+58
| | | | | |
| * | | | | when_sent -> whensent for consistencyStruan Donald2012-03-26-1/+1
| | | | | |
| * | | | | initial very basic send comments wrapperStruan Donald2012-03-26-0/+92
| | | | | |
| * | | | | initial bromley retry code for problemsStruan Donald2012-03-26-12/+30
| | | | | |
| * | | | | skipped send summary codeStruan Donald2012-03-22-0/+15
| | | | | |
| * | | | | add in retry count codeStruan Donald2012-03-22-0/+29
| | | | | |
| * | | | | add in send method codeStruan Donald2012-03-22-18/+57
| | | | | |
| * | | | | add in standard bromley open311 attributesStruan Donald2012-03-22-3/+15
| | | | | |
* | | | | | Cope with null council.Matthew Somerville2012-05-25-1/+3
| | | | | |
* | | | | | Initialise variables so that we don't try and encode undef.Matthew Somerville2012-05-22-2/+3
| | | | | |
* | | | | | don't truncate 'nearest address' until sending it (Barnet send-reports)Dave Whiteland2012-05-18-1/+1
| | | | | |
* | | | | | fix bug: failed to encode entities for nearest address in Barnet sendDave Whiteland2012-05-18-2/+2
| |_|_|_|/ |/| | | |
* | | | | Suppress gnuplot warnings.Matthew Somerville2012-05-08-2/+2
| | | | |
* | | | | improved error message capture from barnet responsesDave Whiteland2012-05-04-4/+13
| | | | |
* | | | | for now stop summary report of blocked reportsDave Whiteland2012-05-03-2/+1
| | | | |
* | | | | added can_display_external_id because external ids are not always useful for ↵Dave Whiteland2012-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 itDave Whiteland2012-05-03-1/+1
| | | | |
* | | | | barnet-integration branch didn't send normal emails, resinstateDave Whiteland2012-05-03-2/+2
| | | | |
* | | | | Merge branch 'master' into barnet-integrationDave Whiteland2012-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 Somerville2012-04-16-1/+1
| | | | | |
| * | | | | Check dataset status before doing anything, and fetch all reports changed ↵Matthew Somerville2012-04-04-7/+11
| | |_|_|/ | |/| | | | | | | | | | | | | since latest in dataset.
| * | | | Stop import update 409 error when there is a carriage return, and fix ↵Matthew Somerville2012-03-28-5/+17
| | | | | | | | | | | | | | | | | | | | lastUpdate update.
| * | | | Allow command line ID parameter to script.Matthew Somerville2012-03-28-8/+12
| | |/ / | |/| |
* | | | don't report individual send-reports failures (unless verbose), just totals ↵Dave Whiteland2012-03-23-2/+17
| | | | | | | | | | | | | | | | that have utterly failed
* | | | added retry cutoff and send_fail data to problem table for webservice ↵Dave Whiteland2012-03-23-8/+44
| | | | | | | | | | | | | | | | send-reports
* | | | strip street numbers from the nearest street for Barnet tooDave Whiteland2012-03-23-4/+4
| | | |
* | | | changed regexp to strip out trailing postcode parts on nearest street name ↵Dave Whiteland2012-03-23-3/+6
| | | | | | | | | | | | | | | | (for Barnet)