Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Update to use bundler and work on Ubuntu Trusty. | Matthew Somerville | 2014-11-05 | -7/+7 | |
| | | | | | | | | Switching to bundler saves confusion about gem paths when running sass/compass to compile the CSS. Trusty can use precisely the same packages as precise, with a few tweaks to generalise the contents. | ||||
* | Move Vagrantfile to top level of repository. | Matthew Somerville | 2014-07-18 | -82/+0 | |
| | | | | | | | This makes it easier to set up, as you can do: $ git clone --recursive https://github.com/mysociety/fixmystreet $ cd fixmystreet $ vagrant up --no-color | ||||
* | Add support for SMTP authentication and TLS. | Matthew Somerville | 2014-07-14 | -2/+6 | |
| | | | | | | Fixes #406. Include Perl modules necessary for Email::Send::SMTP to handle TLS/SSL, and upgrade Dir::Self due to https://rt.cpan.org/Public/Bug/Display.html?id=88393 | ||||
* | Update packages list to install correctly on wheezy. | Matthew Somerville | 2014-07-14 | -18/+21 | |
| | | | | Make mySociety-internal file separate to keep its dual use. | ||||
* | Update github link to current location. | Matthew Somerville | 2014-07-09 | -1/+1 | |
| | |||||
* | Don't run some crons by default, rejig timings. | Matthew Somerville | 2014-05-23 | -5/+7 | |
| | |||||
* | Add MAPIT_GENERATION variable, to pin whitelist. | Matthew Somerville | 2014-05-16 | -1/+4 | |
| | | | | | | Otherwise, when MapIt Global is updated, the 'point' lookup, as it only returns the current generation by default, might no longer return the areas present in the whitelist. | ||||
* | Ubuntu Apache vhost config example | Kindrat | 2014-04-07 | -2/+10 | |
| | |||||
* | Update code.fixmystreet.com references to fixmystreet.org. | Matthew Somerville | 2014-03-19 | -3/+3 | |
| | |||||
* | Add postgres 8.4 dev package as it can be present instead of 9.1 | Ian Chard | 2014-03-04 | -1/+1 | |
| | |||||
* | Don't require postgres to be installed, as it might be on a different host | Ian Chard | 2014-02-26 | -1/+0 | |
| | |||||
* | Use wheezy packages now that FMS's server has been upgraded | Ian Chard | 2014-02-26 | -1/+1 | |
| | |||||
* | .gitignore for conf/crontab | Hakim Cassimally | 2013-12-17 | -0/+2 | |
| | | | | | | This is required after changes in 59eb44959e9cb8ccd21e9be813e4d1c8baaa1dcc for mySociety internal deployment toolchain. | ||||
* | Rename crontab-example | Hakim Cassimally | 2013-12-10 | -0/+0 | |
| | | | | (for mysoc internal processing of .ugly file) | ||||
* | Remove crontab.ugly | Hakim Cassimally | 2013-12-10 | -83/+0 | |
| | | | | | This is a mySociety internal deployment detail, and should be handled elsewhere. | ||||
* | If only one cobrand given, always use it. | Matthew Somerville | 2013-11-07 | -14/+18 | |
| | | | | | | | | | If the ALLOWED_COBRANDS configuration variable only contains one entry (and also work if it's a string rather than a list), always use that cobrand, no matter what the hostname is. The example Vagrantfile no longer needs the configuration changes at all. | ||||
* | Piping the install script to 'sudo sh -s' is deprecated | Mark Longair | 2013-10-29 | -2/+2 | |
| | |||||
* | Example Vagrantfile and notes. | Matthew Somerville | 2013-09-13 | -0/+90 | |
| | | | | | Based on previous work on vagrant branches, adjusted to use the new --dev argument of the install script. | ||||
* | Make changes needed to run Zurich tests on travis | Edmund von der Burg | 2013-09-10 | -0/+1 | |
| | |||||
* | remove SHOW_ADMIN_HINTS config | Dave Whiteland | 2013-09-05 | -4/+0 | |
| | | | | | admin hints are displayed *like it or not* (actually, could hide for a given cobrand with CSS setting display:none) | ||||
* | add SHOW_ADMIN_HINTS to conf options | Dave Whiteland | 2013-09-05 | -0/+5 | |
| | |||||
* | Wheezy packages file (same as squeeze, with updated postgresql version number). | Matthew Somerville | 2013-07-26 | -0/+16 | |
| | |||||
* | Add MAPIT_ID_WHITELIST configuration option. | Matthew Somerville | 2013-05-02 | -0/+6 | |
| | | | | | | | This allows someone to restrict FixMyStreet's usage to specific MapIt IDs rather than a whole MapIt type. This is currently most useful with Global MapIt as you probably don't want e.g. all the O04s in the world for your installation. | ||||
* | Couple of zurich/zueri misses. | Matthew Somerville | 2013-03-12 | -1/+4 | |
| | |||||
* | Merge remote branch 'origin/zurich' | Matthew Somerville | 2013-02-04 | -12/+47 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/open311-populate-service-list bin/send-comments bin/update-all-reports conf/crontab.ugly db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/App/Controller/Reports.pm perllib/FixMyStreet/Cobrand/Default.pm perllib/FixMyStreet/Cobrand/LichfieldDC.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/Result/Problem.pm perllib/FixMyStreet/DB/ResultSet/Problem.pm perllib/FixMyStreet/SendReport.pm perllib/FixMyStreet/SendReport/Email.pm perllib/FixMyStreet/SendReport/Open311.pm perllib/Open311/GetServiceRequestUpdates.pm perllib/Open311/PopulateServiceList.pm t/app/controller/report_new.t t/app/controller/rss.t templates/web/bromley/report/display.html templates/web/default/admin/council_contacts.html templates/web/default/common_header_tags.html templates/web/default/dashboard/index.html templates/web/default/front/stats.html templates/web/default/report/_main.html templates/web/default/report/update-form.html templates/web/emptyhomes/index.html templates/web/emptyhomes/report/display.html templates/web/emptyhomes/report/new/councils_text_all.html templates/web/emptyhomes/reports/body.html templates/web/emptyhomes/reports/index.html templates/web/fixmystreet/report/new/fill_in_details_form.html templates/web/fixmystreet/report/update-form.html web/cobrands/fixmystreet/fixmystreet.js web/js/fixmystreet.js | ||||
| * | Zurich overdue script needs cron wrapper. | Matthew Somerville | 2013-01-25 | -1/+1 | |
| | | |||||
| * | Add Zurich overdue script to cron. | Matthew Somerville | 2013-01-22 | -0/+4 | |
| | | |||||
| * | Adjust cron to not have overlapping runs. | Matthew Somerville | 2013-01-20 | -4/+3 | |
| | | |||||
| * | Split the 'send reports' bit of STAGING_SITE to its own config variable, so ↵ | Matthew Somerville | 2013-01-16 | -1/+7 | |
| | | | | | | | | you can have a dev site that sends reports like normal. | ||||
| * | Tidy up crontab a bit. | Matthew Somerville | 2012-12-19 | -8/+27 | |
| | | |||||
* | | Adjust cron to not have overlapping runs. | Matthew Somerville | 2013-01-17 | -4/+3 | |
| | | |||||
* | | correct typo | Struan Donald | 2013-01-08 | -1/+1 | |
| | | |||||
* | | seesomething needs to run send-reports and send-reports only | Struan Donald | 2013-01-08 | -0/+4 | |
| | | |||||
* | | Add do-not-reply config variable, removing special case from code. | Matthew Somerville | 2013-01-02 | -0/+4 | |
| | | |||||
* | | Merge branch 'oxfordshire-cobrand' | Dave Whiteland | 2012-12-17 | -1/+1 | |
|\ \ | |/ |/| | | | | | Conflicts: web/cobrands/fixmystreet/fixmystreet.js | ||||
| * | switch on crontab action of Oxfordshire staging site | Dave Whiteland | 2012-12-17 | -1/+1 | |
| | | |||||
* | | Add Zurich geocoder (and allow geocoder choice to be picked in config). | Matthew Somerville | 2012-12-04 | -1/+5 | |
|/ | |||||
* | full crontab for www.fixmybarangay.com | Dave Whiteland | 2012-11-29 | -1/+1 | |
| | |||||
* | Merge branch 'stevenage' | Struan Donald | 2012-11-19 | -1/+2 | |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css conf/crontab.ugly perllib/FixMyStreet/Cobrand/Default.pm perllib/Open311.pm templates/web/fixmystreet/around/postcode_form.html | ||||
| * | add script to fetch last 24 hours of updates as a backup and default to last ↵ | Struan Donald | 2012-10-17 | -1/+3 | |
| | | | | | | | | 2 hours in standard script | ||||
| * | turn on crons for stevenage test vhost | Struan Donald | 2012-09-07 | -1/+1 | |
| | | |||||
* | | barnet integration staging crontab settings | Dave Whiteland | 2012-10-31 | -1/+1 | |
| | | |||||
* | | turn off verbose for fetch comments scripts | Struan Donald | 2012-10-19 | -2/+2 | |
| | | |||||
* | | turn on verbose for all fetch-comment scripts | Struan Donald | 2012-10-17 | -2/+2 | |
| | | |||||
* | | Add TIME_ZONE variable for local display of times. | Matthew Somerville | 2012-10-08 | -0/+4 | |
| | | |||||
* | | all crontab jobs wanted on demo.fixmybarangay.com | Dave Whiteland | 2012-10-06 | -1/+1 | |
| | | |||||
* | | More cron quietening, only show full Open311 first time, then summarise. | Matthew Somerville | 2012-10-05 | -3/+6 | |
| | | |||||
* | | Improve error message. | Matthew Somerville | 2012-10-04 | -0/+1 | |
| | | |||||
* | | Alter crontab so that open311-populate-service-list will only warn once a day. | Matthew Somerville | 2012-10-04 | -7/+11 | |
| | | |||||
* | | Merge branch 'fmb-read-only' | Dave Whiteland | 2012-10-03 | -3/+5 | |
|\ \ | | | | | | | | | | | | | | | | | | | Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Contact.pm perllib/FixMyStreet/DB/Result/Problem.pm |