aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/tokens/confirm_problem.html
Commit message (Collapse)AuthorAgeLines
* Rename 'default' web directory to 'base'.Matthew Somerville2014-07-08-31/+0
| | | | This should reduce confusion with the Default cobrand and override order.
* alter pave url sent to analytics on report completionStruan Donald2014-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 completionStruan Donald2014-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 Somerville2013-01-16-4/+3
|
* Rename council column to bodies_str, and all the related code.Matthew Somerville2012-12-15-1/+1
|
* Improve on 73da842, few more places where cobrand specific report URL is needed.Matthew Somerville2012-07-18-3/+4
|
* Allow report URL to be cobrand-specific (for places where cobrand links to a ↵Matthew Somerville2012-07-10-2/+2
| | | | report that isn't covered by it).
* Make sure same message is displayed on main site for councils.Matthew Somerville2012-05-29-1/+10
|
* Questionnaire submission code.Matthew Somerville2011-05-26-1/+1
|
* change cobrand url to uri and change all c.cobrand.url to c.uri_for in templatesEdmund von der Burg2011-04-15-1/+1
|
* added newsletter sign upEdmund von der Burg2011-04-07-1/+1
|
* Handle problem confirmation tokens in catalyst and get all tests workingEdmund von der Burg2011-03-28-0/+22