aboutsummaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeLines
* 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
| | | | | |
| * | | | | merge master to get schema changesDave Whiteland2012-05-04-5/+5
| |\ \ \ \ \
| * | | | | | added FMB numbers to send-reports, but otherwise it's regular Open311 :-)Dave Whiteland2012-05-01-1/+5
| | | | | | |
| * | | | | | Merge branch 'barnet-integration' into fmb-read-onlyDave Whiteland2012-04-30-18/+276
| |\ \ \ \ \ \
| * | | | | | | Black/white colour for FMB (and can be used for default look later, hopefully).Matthew Somerville2012-04-25-3/+6
| | | | | | | |
* | | | | | | | Password-protect the admin interface and make an empty password fileMark Longair2012-10-03-0/+2
| | | | | | | |
* | | | | | | | install-script: Move installation of the required packages earlierMark Longair2012-10-03-3/+3
| | | | | | | |
* | | | | | | | Remove any remaining BCI reference.Matthew Somerville2012-10-03-10/+10
| | | | | | | |
* | | | | | | | install-script: Pick the packages file more intelligentlyMark Longair2012-10-02-5/+26
| | | | | | | |
* | | | | | | | Assume "yes" to the query about purging apt-xapian-indexMark Longair2012-10-02-1/+1
| | | | | | | |
* | | | | | | | Create a random secret on installation with db/generate_secret.sqlMark Longair2012-10-02-0/+1
| | | | | | | |
* | | | | | | | Correct the sysvinit file installationMark Longair2012-10-01-1/+1
| | | | | | | |
* | | | | | | | Rename the example sysvinit fileMark Longair2012-10-01-1/+1
| | | | | | | |
* | | | | | | | Use a login shell for the PostgreSQL createuser commandMark Longair2012-10-01-1/+1
| | | | | | | |
* | | | | | | | Use a SITE variable instead of 'fixmystreet'Mark Longair2012-10-01-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is another step to make it easier to extract the common code from this and the MapIt install script.
* | | | | | | | Removing leading FMS_ from variable names, for future refactoringMark Longair2012-10-01-21/+21
| | | | | | | |
* | | | | | | | Remove a useless line of debuggingMark Longair2012-10-01-1/+0
| | | | | | | |
* | | | | | | | Fix the rewriting of the example nginx.conf.example fileMark Longair2012-10-01-3/+2
| | | | | | | |
* | | | | | | | Fix a silly mistake in the install scriptMark Longair2012-09-28-1/+1
| | | | | | | |
* | | | | | | | Don't exit on failure to find an EC2 instance hostnameMark Longair2012-09-28-1/+1
| | | | | | | |
* | | | | | | | Add ec2-rewrite-conf to /etc/rc.local for default installs on EC2Mark Longair2012-09-28-1/+23
| | | | | | | |
* | | | | | | | The guidance should append at the end of the script outputMark Longair2012-09-28-7/+7
| | | | | | | |