Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | | | | initial FixMyBarangay cobrand | Dave Whiteland | 2012-04-20 | -0/+153 | |
| | | | | | | | | |||||
* | | | | | | | | don't penalise testers with short little names (like 'dave'): allow ↵ | Dave Whiteland | 2012-10-03 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | linebreaks in test match string (non public alerts) | ||||
* | | | | | | | | remove council tv logo from southampton cobrand | Struan Donald | 2012-10-03 | -1/+0 | |
| | | | | | | | | |||||
* | | | | | | | | Password-protect the admin interface and make an empty password file | Mark Longair | 2012-10-03 | -0/+8 | |
| | | | | | | | | |||||
* | | | | | | | | install-script: Move installation of the required packages earlier | Mark Longair | 2012-10-03 | -3/+3 | |
| | | | | | | | | |||||
* | | | | | | | | Some tidying of nginx.conf.example | Mark Longair | 2012-10-03 | -1/+6 | |
| | | | | | | | | |||||
* | | | | | | | | Fix the name of the sysvinit script | Mark Longair | 2012-10-03 | -1/+1 | |
| | | | | | | | | |||||
* | | | | | | | | Remove any remaining BCI reference. | Matthew Somerville | 2012-10-03 | -19/+19 | |
| | | | | | | | | |||||
* | | | | | | | | Update conf files with pointer to code site. | Matthew Somerville | 2012-10-03 | -11/+5 | |
| | | | | | | | | |||||
* | | | | | | | | Modify compression and expiry times for CSS and Javascript | Mark Longair | 2012-10-02 | -1/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also sets Cache-Control: no-transform for Javascript in order to prevent mangling by proxies. Thanks to Matthew Somerville for suggesting these changes. | ||||
* | | | | | | | | Add a packages file suitable for Ubuntu precise | Mark Longair | 2012-10-02 | -0/+16 | |
| | | | | | | | | |||||
* | | | | | | | | install-script: Pick the packages file more intelligently | Mark Longair | 2012-10-02 | -5/+26 | |
| | | | | | | | | |||||
* | | | | | | | | Assume "yes" to the query about purging apt-xapian-index | Mark Longair | 2012-10-02 | -1/+1 | |
| | | | | | | | | |||||
* | | | | | | | | Create a random secret on installation with db/generate_secret.sql | Mark Longair | 2012-10-02 | -0/+1 | |
| | | | | | | | | |||||
* | | | | | | | | Correct the sysvinit file installation | Mark Longair | 2012-10-01 | -1/+1 | |
| | | | | | | | | |||||
* | | | | | | | | Rename the example sysvinit file | Mark Longair | 2012-10-01 | -1/+1 | |
| | | | | | | | | |||||
* | | | | | | | | Use a login shell for the PostgreSQL createuser command | Mark Longair | 2012-10-01 | -1/+1 | |
| | | | | | | | | |||||
* | | | | | | | | Use a SITE variable instead of 'fixmystreet' | Mark Longair | 2012-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 refactoring | Mark Longair | 2012-10-01 | -21/+21 | |
| | | | | | | | | |||||
* | | | | | | | | Remove a useless line of debugging | Mark Longair | 2012-10-01 | -1/+0 | |
| | | | | | | | | |||||
* | | | | | | | | Fix the rewriting of the example nginx.conf.example file | Mark Longair | 2012-10-01 | -3/+2 | |
| | | | | | | | | |||||
* | | | | | | | | Fix a silly mistake in the install script | Mark Longair | 2012-09-28 | -1/+1 | |
| | | | | | | | | |||||
* | | | | | | | | Don't exit on failure to find an EC2 instance hostname | Mark Longair | 2012-09-28 | -1/+1 | |
| | | | | | | | | |||||
* | | | | | | | | Add ec2-rewrite-conf to /etc/rc.local for default installs on EC2 | Mark Longair | 2012-09-28 | -1/+23 | |
| | | | | | | | | |||||
* | | | | | | | | The guidance should append at the end of the script output | Mark Longair | 2012-09-28 | -7/+7 | |
| | | | | | | | | |||||
* | | | | | | | | Start the FastCGI daemon in the right directory | Mark Longair | 2012-09-28 | -1/+1 | |
| | | | | | | | | |||||
* | | | | | | | | install script: remove the package apt-xapian-index | Mark Longair | 2012-09-28 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cron job set up by this package renders a Micro instance virtually unusable. | ||||
* | | | | | | | | Switch install script to use nginx | Mark Longair | 2012-09-27 | -168/+289 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit also reorganizes the files in conf/ | ||||
* | | | | | | | | Add a script to write the EC2 hostname into general.yml | Mark Longair | 2012-09-26 | -0/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is useful when added to /etc/rc.local of our FixMyStreet AMI, so that when a new EC2 instance is brought up, the correct hostname is set in BASE_URL and EMAIL_DOMAIN. | ||||
* | | | | | | | | Use the master branch now, not install-script | Mark Longair | 2012-09-26 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Matthew Somerville for pointing this out. | ||||
* | | | | | | | | Changes to match what install script does. | Matthew Somerville | 2012-09-26 | -3/+5 | |
| | | | | | | | | |||||
* | | | | | | | | Remove unneeded CGI config lines. | Matthew Somerville | 2012-09-26 | -2/+0 | |
| | | | | | | | | |||||
* | | | | | | | | Add deflate/header config for jslib, same as js, remove typo. | Matthew Somerville | 2012-09-26 | -1/+6 | |
| | | | | | | | | |||||
* | | | | | | | | Add an install script for FixMyStreet for new servers | Mark Longair | 2012-09-25 | -0/+396 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has been tested on Debian squeeze and Ubuntu precise. Since this makes signficant changes to the server setup, (adding users, databases, changing the Apache configuration, etc.) it should only be run on new installations, or a new EC2 instance. | ||||
* | | | | | | | | update test in line with error messages changes | Struan Donald | 2012-09-24 | -1/+2 | |
| | | | | | | | | |||||
* | | | | | | | | Pull out problem/comment id in error messages when Open311 posts fail | Struan Donald | 2012-09-24 | -3/+6 | |
| | | | | | | | | |||||
* | | | | | | | | Add a missing "use" statement, required for in_gb_locale | Mark Longair | 2012-09-20 | -0/+1 | |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'patch-4' of https://github.com/Kagee/fixmystreet | Matthew Somerville | 2012-09-17 | -73/+51 | |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Update Norwegian Bokmål translation | Anders Einar Hilden | 2012-09-14 | -73/+51 | |
| | | | | | | | | | |||||
* | | | | | | | | | Remove bit of unused code. | Matthew Somerville | 2012-09-17 | -7/+0 | |
| | | | | | | | | | |||||
* | | | | | | | | | remove 'Abandoned Vehicle' from barnet_categories (KBID 468) | Dave Whiteland | 2012-09-17 | -1/+0 | |
|/ / / / / / / / | |||||
* | | | | | | | | utility sql for secret, fixes #321 | Dave Whiteland | 2012-09-13 | -0/+8 | |
| | | | | | | | | |||||
* | | | | | | | | add verbose switch to make it easy to run open311-populate-service-list ↵ | Dave Whiteland | 2012-09-12 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | verbosely | ||||
* | | | | | | | | Can't use front page stats/list due to memcache (disable for tests?); also ↵ | Matthew Somerville | 2012-09-07 | -5/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | might be existing reports. | ||||
* | | | | | | | | Presumably test meant to only use default if params not specified (and stop ↵ | Matthew Somerville | 2012-09-07 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | void warning). | ||||
* | | | | | | | | Mark councils using FMS on /reports. | Matthew Somerville | 2012-09-07 | -3/+25 | |
| | | | | | | | | |||||
* | | | | | | | | Merge remote-tracking branch 'origin/master' | Struan Donald | 2012-09-06 | -0/+2 | |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Tidy up link. | Matthew Somerville | 2012-09-06 | -1/+1 | |
| | | | | | | | | | |||||
| * | | | | | | | | Add more obvious link to contact page as per #318 | abimysoc | 2012-09-06 | -0/+2 | |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'private-categories' | Struan Donald | 2012-09-06 | -172/+790 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | |