Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | If only one cobrand given, always use it. | Matthew Somerville | 2013-11-07 | -2/+13 |
| | | | | | | | | | 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. | |||
* | Allow cobrands to be given in ALLOWED_COBRANDS that don't have a Cobrand .pm ↵ | Matthew Somerville | 2012-08-17 | -6/+20 |
| | | | | file. Just assume there would be a blank file with the right name that inherits from Default.pm. | |||
* | Factor out the SQL restriction from site_restriction, as it's only used in ↵ | Matthew Somerville | 2012-07-06 | -1/+1 |
| | | | | one place. | |||
* | Fix tests with new ALLOWED_COBRANDS structure, fix admin test to skip Barnet ↵ | Matthew Somerville | 2012-05-01 | -0/+18 |
| | | | | tests if not present. | |||
* | Improve cobrand mapping with ALLOWED_COBRANDS for #215. | Matthew Somerville | 2012-02-06 | -10/+28 |
| | ||||
* | Make FixMyStreet a cobrand, like the others. | Matthew Somerville | 2012-01-30 | -0/+3 |
| | ||||
* | Added overrides to staging servers to make testing/dev easier | Edmund von der Burg | 2011-04-06 | -0/+20 |
| | ||||
* | More work on the Cobrand and setting for request | Edmund von der Burg | 2011-02-23 | -18/+35 |
| | | | | test to see welsh about us page | |||
* | Move the cobrand accross changing them to be OO and inherit | Edmund von der Burg | 2011-02-23 | -0/+54 |