aboutsummaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeLines
...
* | | some tidying, simply closest_address string according to Oxfordshire's requestDave Whiteland2012-12-19-42/+45
| | |
* | | tidy up char stripping, at point of binding, so it doesn't affect earlier ↵Dave Whiteland2012-12-19-21/+36
| | | | | | | | | | | | processing
* | | strip .full from incoming media URLs for OxfordshireDave Whiteland2012-12-19-0/+2
| | |
* | | pass closest_address string straight into OCC's ce_location field, which was ↵Dave Whiteland2012-12-19-35/+3
| | | | | | | | | | | | the Right Thing to do at the very start, gah
* | | pass nearest address over to Oxfordshire in its entirety, parse at point of ↵Dave Whiteland2012-12-19-9/+37
| | | | | | | | | | | | insertion
* | | fix postcode field name errorDave Whiteland2012-12-19-1/+1
| | |
* | | tiny changes to testing dataDave Whiteland2012-12-19-3/+5
| | |
* | | tidy up field Oxfordshire PEM field typesDave Whiteland2012-12-19-113/+41
| | |
* | | added postcode and nearest address to Oxfordshire Open311 callDave Whiteland2012-12-18-0/+12
| | |
* | | don't add newlines when adding media_url after stripper control charsDave Whiteland2012-12-17-3/+3
| | |
* | | add configurable setting for stripping control chars for Oxfordhsire EXOR entryDave Whiteland2012-12-17-2/+20
| | |
* | | tidied some debugging, moved config file to top of file now we're using it ↵Dave Whiteland2012-12-14-37/+37
| | | | | | | | | | | | for all instal-specific settings
* | | remove fake insert for command-line testsDave Whiteland2012-12-14-3/+3
| | |
* | | add media_url to description bodyDave Whiteland2012-12-14-5/+8
| | |
* | | print out fake (test) return value for now, and remove inout ORA_typesDave Whiteland2012-12-14-4/+5
| | |
* | | add ORA types for return values, add mandatory incident_datetimeDave Whiteland2012-12-14-3/+8
| | |
* | | just make the stored procedure call -- simpler SQL -- don't declare it hereDave Whiteland2012-12-14-98/+38
| | |
* | | only bind the params that we need, now defaults are in thereDave Whiteland2012-12-14-3/+2
| | |
* | | explicit SQL declaration of the procedureDave Whiteland2012-12-14-4/+90
| | |
* | | add CGI script for Oxfordshire to absorb incoming Open311 service request POSTsDave Whiteland2012-12-13-0/+510
| | |
* | | add oxfordshire to compass dirsDave Whiteland2012-12-05-1/+1
| |/ |/|
* | another typo for bromely special casing of open311 endpointsStruan Donald2012-11-21-1/+1
| |
* | turn on extended updates for bromley and special case their endpointStruan Donald2012-11-19-0/+13
| |
* | Merge branch 'stevenage'Struan Donald2012-11-19-2/+28
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css conf/crontab.ugly perllib/FixMyStreet/Cobrand/Default.pm perllib/Open311.pm templates/web/fixmystreet/around/postcode_form.html
| * | use /usr/bin/env perl and not /usr/bin/perlStruan Donald2012-10-22-1/+1
| | |
| * | add script to fetch last 24 hours of updates as a backup and default to last ↵Struan Donald2012-10-17-0/+26
| | | | | | | | | | | | 2 hours in standard script
| * | added Stevenage cobrand (scss just placeholders for now)Dave Whiteland2012-09-07-1/+2
| |/
* | Remove unused function, add gridref test.Matthew Somerville2012-11-12-11/+23
| |
* | Set up internationalization with TransifexMark Longair2012-10-19-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | gettext-extract needs to be changed to instantiate values in the Plural-Forms header line, otherwise on pushing the source pot file (locale/FixMyStreet.po) it fails one of the checks that Transifex runs (msgfmt -c). This commit also adds the .tx/config configuration file, which points to the right project on Transifix and specifies where the source and translated files are in the project structure.
* | EC2_HOSTNAME may be empty; don't insist that it isn'tMark Longair2012-10-18-1/+0
| |
* | Allow argument to be supplied to make_css to only compile that one.Matthew Somerville2012-10-12-1/+6
| |
* | Update .po file, and make prettify function do nget() properly.Matthew Somerville2012-10-08-8/+9
| |
* | More cron quietening, only show full Open311 first time, then summarise.Matthew Somerville2012-10-05-1/+3
| |
* | Fix Welsh po script.Matthew Somerville2012-10-05-4/+10
| |
* | Script has changed name now it's more generalised.Matthew Somerville2012-10-04-1/+1
| |
* | Revert "Generate .po files before installing Perl modules"Mark Longair2012-10-04-5/+5
| | | | | | | | | | | | | | This reverts commit 61bfbbe92a3225869520dbcb32f35069431fa84e. In fact, the Perl modules are required by the .po generating scripts, so we can't do this reordering.
* | Remove common install script codeMark Longair2012-10-04-338/+70
| | | | | | | | | | | | pre-install-as-root is no longer the way that you should invoke the install script; instead you should call the install-site.sh script in commonlib/bin.
* | Generate .po files before installing Perl modulesMark Longair2012-10-04-5/+5
| | | | | | | | | | | | This is just because the latter step is slow and much more likely to fail, so we should make sure that as much of the rest of the installation is done beforehand.
* | Make install_perl_modules exit in error on failureMark Longair2012-10-04-5/+3
| | | | | | | | | | | | | | | | | | Previously, install_perl_modules would exit with 0 regardless of whether installation of the modules succeeded or failed; this meant, in particularly, that when called from the install script with 'set -e', it's possible to miss that the module installation failed. By adding 'set -e' to install_perl_modules, we should get a useful exit code.
* | Add warning option to Open311 populate, to show warnings.Matthew Somerville2012-10-04-1/+5
| |
* | Merge branch 'fmb-read-only'Dave Whiteland2012-10-03-18/+25
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Contact.pm perllib/FixMyStreet/DB/Result/Problem.pm
| * | generalise make_emptyhomes_po so we can use it for FMBStruan Donald2012-09-26-12/+19
| | | | | | | | | | | | | | | make some updates to translations scripts so they work on OS X Use FMB translation in Cobrand
| * | Merge remote-tracking branch 'origin/master' into fmb-read-onlyStruan Donald2012-08-22-626/+18
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | barnet missing from the compass-using cobrands list in make_cssDave Whiteland2012-06-25-1/+1
| | |
| * | Merge branch 'master' into fmb-read-onlyDave Whiteland2012-06-25-0/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css perllib/FixMyStreet/Cobrand/FixMyStreet.pm
| * \ \ Merge remote branch 'origin/master' into fmb-read-onlyDave Whiteland2012-05-29-757/+146
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/send-reports perllib/FixMyStreet/Cobrand/Default.pm perllib/FixMyStreet/Cobrand/FixMyStreet.pm templates/web/fixmystreet/alert/index.html templates/web/fixmystreet/around/display_location.html web/cobrands/fixmystreet/_layout.scss web/js/map-OpenLayers.js
| * \ \ \ Merge branch 'fmb-read-only' of ↵Dave Whiteland2012-05-17-6/+15
| |\ \ \ \ | | | | | | | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into fmb-read-only
| | * \ \ \ Merge branch 'master' into fmb-read-onlyMatthew Somerville2012-05-17-6/+15
| | |\ \ \ \
| * | | | | | whoops should be checking cobrand moniker, not cobrand objectDave Whiteland2012-05-17-2/+3
| |/ / / / /
| * | | | | FMB sends external_id as an Open311 attribDave Whiteland2012-05-17-0/+9
| | | | | |