Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename 'default' web directory to 'base'. | Matthew Somerville | 2014-07-08 | -84/+0 |
| | | | | This should reduce confusion with the Default cobrand and override order. | |||
* | alter pave url sent to analytics on report completion | Struan Donald | 2014-04-16 | -1/+0 |
| | | | | | | | | | | | | | | | | In order to allow us to do funnel analysis in google analytics we need to send a differnt page url when a user completes a report. To do this we add a report_created=1 to the query string on either the report page or the report confirmation page for logged in and confirm by email users respectively. There's a bit of complication as we don't want to set a session cookie everywhere as that will break caching so we set a stash variable, although if the user is logged in this is controlled by a variable in the flash as there is already a session cookie at this point. also, removes the code that sends an event upon report completion as this was no use for funnel analysis. | |||
* | Fire a google analytics event on report completion | Struan Donald | 2014-04-09 | -0/+1 |
| | | | | | | | | At the moment it's hard to use google analytics to track when someone has completed a report due to the various redirects which can occur too quickly for the analytics javascript to fire. So now we fire an event if we've set a flash value. This also allows us to track how they created the report. | |||
* | Add some missing JS translatable strings, update .po files. | Matthew Somerville | 2013-01-16 | -4/+3 |
| | ||||
* | Rename council column to bodies_str, and all the related code. | Matthew Somerville | 2012-12-15 | -1/+1 |
| | ||||
* | Improve on 73da842, few more places where cobrand specific report URL is needed. | Matthew Somerville | 2012-07-18 | -3/+4 |
| | ||||
* | Allow report URL to be cobrand-specific (for places where cobrand links to a ↵ | Matthew Somerville | 2012-07-10 | -2/+2 |
| | | | | report that isn't covered by it). | |||
* | Make sure same message is displayed on main site for councils. | Matthew Somerville | 2012-05-29 | -1/+10 |
| | ||||
* | correct a name reference for updates | Struan Donald | 2011-06-10 | -1/+1 |
| | ||||
* | Minor text and HTML fixes from final look through some old CGI scripts, now ↵ | Matthew Somerville | 2011-06-07 | -1/+1 |
| | | | | removed. | |||
* | Questionnaire submission code. | Matthew Somerville | 2011-05-26 | -3/+3 |
| | ||||
* | put all confirmation templates under tokens for consistency | Struan Donald | 2011-05-26 | -0/+17 |
| | ||||
* | submission for questionnaire when problem owner marks it fixed | Struan Donald | 2011-05-25 | -1/+7 |
| | ||||
* | bah, forgot to commit this ages ago | Struan Donald | 2011-05-24 | -0/+14 |
| | ||||
* | change cobrand url to uri and change all c.cobrand.url to c.uri_for in templates | Edmund von der Burg | 2011-04-15 | -2/+2 |
| | ||||
* | added newsletter sign up | Edmund von der Burg | 2011-04-07 | -1/+1 |
| | ||||
* | Handle problem confirmation tokens in catalyst and get all tests working | Edmund von der Burg | 2011-03-28 | -0/+38 |