Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove some unused cobrands. | Matthew Somerville | 2016-04-20 | -549/+0 |
| | ||||
* | Cope with a '/' in body name in body slug. | Matthew Somerville | 2016-04-20 | -1/+1 |
| | | | | Fixes #574. | |||
* | Add cobrand-specific custom reporting fields. | Matthew Somerville | 2016-03-09 | -10/+2 |
| | | | | | | This adds a new cobrand variable, report_form_extras, which contains a list of extra fields that will be saved in the 'extra' metadata of the report. Fields may optionally be marked as required. | |||
* | Rename process_extras to process_open311_extras. | Matthew Somerville | 2016-03-08 | -1/+1 |
| | | | | | It is currently only used for processing extra fields (the list, not the metadata hash) which is really only of relevance to Open311. | |||
* | Factor out all uses of param()/params. | Matthew Somerville | 2015-07-07 | -1/+1 |
| | | | | | | | Use a central get_param and get_param_list functions dependent on whether we're after a scalar or a list (almost always a scalar). This prevents any possibility of confusion where param() could return a list, or params->{} an arrayref. | |||
* | [fixmystreet.com] Remove special NI code. | Matthew Somerville | 2015-03-16 | -0/+6 |
| | | | | | This is now handled by normal bodies in the admin. In order to remove references in send_reports, tidy up (unused) EmptyHomes code a bit. | |||
* | Tidy up cobrand template inheritance. | Matthew Somerville | 2014-07-08 | -0/+5 |
| | | | | | Most cobrands can just inherit from the Default function, with only those needing an exception specified. | |||
* | EHA needs slightly different short names. | Matthew Somerville | 2013-06-24 | -0/+14 |
| | ||||
* | Have total on EHA front page be all time. | Matthew Somerville | 2013-03-08 | -0/+16 |
| | ||||
* | Ask for address, and clarify public/private for EmptyHomes. | Matthew Somerville | 2013-02-13 | -0/+12 |
| | ||||
* | Static figures for old EHA reports. | Matthew Somerville | 2013-02-12 | -0/+393 |
| | ||||
* | Consolidate postcode form template, move question to template, and move ↵ | Matthew Somerville | 2012-08-17 | -5/+0 |
| | | | | admin_base_url to config. | |||
* | Remove outdated XSL. | Matthew Somerville | 2012-08-17 | -11/+0 |
| | ||||
* | Allow the MapIt types to be given in config. | Matthew Somerville | 2012-08-17 | -2/+2 |
| | ||||
* | Move site_name/site_title into templates where they belong. | Matthew Somerville | 2012-08-17 | -11/+0 |
| | ||||
* | Allow languages to be given in config file. | Matthew Somerville | 2012-08-16 | -15/+2 |
| | ||||
* | Now display things are in the templates, inheritance can be tidied up. | Matthew Somerville | 2012-07-13 | -1/+1 |
| | ||||
* | Move banner generation logic out of cobrand code and into templates. | Matthew Somerville | 2012-07-13 | -22/+0 |
| | ||||
* | Remove unused base_url_for_emails function. | Matthew Somerville | 2012-07-06 | -5/+0 |
| | ||||
* | Remove some unused cobrand functions, start of a base class. | Matthew Somerville | 2012-01-20 | -1/+1 |
| | ||||
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-07-26 | -2/+3 |
|\ | | | | | | | | | | | | | | | | | | | into new_statuses Conflicts: perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/JSON.pm perllib/FixMyStreet/Map/Tilma/Original.pm web/css/core.css | |||
| * | Fix URI overriding now it's being used. | Matthew Somerville | 2011-07-01 | -2/+3 |
| | | ||||
* | | correct check for is fixed | Struan Donald | 2011-06-22 | -1/+1 |
| | | ||||
* | | stop using hard coded names for fixed/visible states ( work in progress ) | Struan Donald | 2011-06-16 | -1/+1 |
|/ | ||||
* | Fix a couple of small bugs. | Matthew Somerville | 2011-06-13 | -2/+2 |
| | ||||
* | Fix alert subscribing bugs with two-tier councils and on ReportEmptyHomes. | Matthew Somerville | 2011-06-06 | -0/+44 |
| | ||||
* | if appropriate generate language specific uris for emails | Struan Donald | 2011-05-26 | -0/+20 |
| | ||||
* | emptyhome cobrand photos get resized for display | Struan Donald | 2011-05-23 | -0/+9 |
| | ||||
* | emptyhomes problem banner generation | Struan Donald | 2011-05-17 | -0/+22 |
| | ||||
* | Port front stats code over to TT2 and new cobrand | Edmund von der Burg | 2011-04-12 | -0/+10 |
| | ||||
* | Explicitly set gettext_dir so that it does not matter where calling script ↵ | Edmund von der Burg | 2011-02-24 | -2/+3 |
| | | | | file is located | |||
* | Return lang to set in HTML | Edmund von der Burg | 2011-02-24 | -1/+2 |
| | | | | | | added 'is_default' method to cobrands tests for i18n (includin checking *.mo files generated) more debug output in footer | |||
* | More work on the Cobrand and setting for request | Edmund von der Burg | 2011-02-23 | -12/+16 |
| | | | | 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/+66 |