Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move staging flags to their own config variable. | Matthew Somerville | 2017-01-10 | -0/+14 |
| | ||||
* | Use only one templating system for emails. | Matthew Somerville | 2016-05-25 | -17/+0 |
| | | | | | | | Historically, emails sent offline (alerts, questionnaires, etc) used a different templating system from those sent by the website (e.g. login emails), though the newer system was also being used for the site name and signature of offline emails. | |||
* | Remove many uses of mySociety::Config. | Matthew Somerville | 2015-12-02 | -17/+3 |
| | ||||
* | Only initialize TimeZones if used. | Matthew Somerville | 2015-12-02 | -3/+6 |
| | ||||
* | Reduce use of FixMyStreet::App. | Matthew Somerville | 2015-12-02 | -2/+2 |
| | | | | Command line scripts don't need a full blown app, just database. | |||
* | Allow MAP_TYPE to be overridden by tests | Dave Arter | 2015-10-06 | -1/+4 |
| | ||||
* | Create timezone objects only once at startup. | Matthew Somerville | 2015-02-13 | -0/+20 |
| | | | | | | Cache a DateTime::TimeZone::Local object, so that in an environment where /etc/localtime is a copy of a timezone file, we don't repeatedly walk all the timezone files to find the matching one. | |||
* | refactor repeat code into get_email_template | Hakim Cassimally | 2014-08-14 | -0/+17 |
| | ||||
* | Comment setup_request's conf override in test_mode | Hakim Cassimally | 2014-06-04 | -0/+6 |
| | ||||
* | bin/geocode script for testing geocoding | Hakim Cassimally | 2014-04-10 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | Run bin/geocode -h for options. Has: * configurable cobrand / config-file / geocoder * some diagnostics for missing cobrand Minor fixes rebased into this commit: * bin/geocode error if no --cobrand passed * bin/geocode docs and accept GEOCODER as string Notable TODOs remaining: * reverse geocoding, to double check that latitude actually maps somewhere useful (and is within Cobrand's boundaries) * diagnosis of relevant CONFIG settings * flag to disable caching | |||
* | More accurate config overriding for Zurich. | Matthew Somerville | 2013-10-24 | -1/+2 |
| | ||||
* | Have a central config-override function. | Matthew Somerville | 2013-09-13 | -0/+36 |
| | | | | You only need to pass in the values you wish to be different. | |||
* | Add a basic FMB test. | Matthew Somerville | 2013-02-04 | -1/+1 |
| | ||||
* | BCI -> FMS in config values | Struan Donald | 2012-01-09 | -12/+12 |
| | ||||
* | Revert "quote names in SQL to get round problems with joining the users table" | Struan Donald | 2011-06-03 | -5/+1 |
| | | | | This reverts commit d07bd0a10d8507c3952f81dcd7fdb251bec164c0. | |||
* | quote names in SQL to get round problems with joining the users table | Struan Donald | 2011-06-03 | -1/+5 |
| | ||||
* | Allow users to create an account, confirm it and logout | Edmund von der Burg | 2011-03-03 | -0/+33 |
| | ||||
* | Simple email sending | Edmund von der Burg | 2011-03-02 | -0/+22 |
| | ||||
* | Added method to return DB connection info | Edmund von der Burg | 2011-03-01 | -0/+38 |
| | ||||
* | More work on the Cobrand and setting for request | Edmund von der Burg | 2011-02-23 | -1/+1 |
| | | | | test to see welsh about us page | |||
* | Allow access to the config through FixMyStreet | Edmund von der Burg | 2011-02-23 | -3/+29 |
| | ||||
* | FMS util module and tests | Edmund von der Burg | 2011-02-23 | -0/+39 |