aboutsummaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeLines
* Add change password link to Your reports page.Matthew Somerville2014-05-20-0/+4
|
* Merge branch '700-auto-emails'Matthew Somerville2014-05-16-168/+254
|\
| * Update all email templates with new text.Myfanwy Nixon2014-05-16-168/+254
| | | | | | | | And FixMyStreet.com specific open questionnaire page.
* | Add MAPIT_GENERATION variable, to pin whitelist.Matthew Somerville2014-05-16-0/+1
| | | | | | | | | | | | Otherwise, when MapIt Global is updated, the 'point' lookup, as it only returns the current generation by default, might no longer return the areas present in the whitelist.
* | Point Southampton's contact link to council siteDave Arter2014-05-02-1/+1
| | | | | | | | Fixes mysociety/FixMyStreet-Commercial#501
* | tweak footer links to appsStruan Donald2014-04-17-8/+10
|/ | | | | | include logos and change the header text closes #751
* Merge branch 'improve-contact-form'Struan Donald2014-04-17-0/+105
|\
| * Add a who are you trying to contact option to contact formStruan Donald2014-04-15-0/+105
| | | | | | | | | | | | | | | | | | | | | | In order to try and cut down on people mistakingly using this form to try and contact their council all some 'who are you trying to contact' options to the form that display appropriate messaged unless the 'FMS team option is selected. Add the validation code for this in the cobrand module. Fixes #41
* | alter pave url sent to analytics on report completionStruan Donald2014-04-16-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | remove FMS UK content from trinidad and tobago footerStruan Donald2014-04-11-0/+38
| |
* | Merge branch 'zerotb'Struan Donald2014-04-11-15/+439
|\ \
| * | Improve location out of area error for ZeroTBStruan Donald2014-04-08-0/+8
| | |
| * | Use flags to indicate type of location errorStruan Donald2014-04-08-2/+4
| | | | | | | | | | | | | | | | | | | | | This makes it a bit easier to override the message in templates which makes it a bit easier for cobrands. Leaves the default error message in location_error stash key which should prevent any existing logic breaking.
| * | Remove unwanted detail from around pagesStruan Donald2014-04-08-0/+21
| | | | | | | | | | | | | | | Remove problem confirmed times as well as states Also problem -> clinic
| * | remove links to english and hindi translationsStruan Donald2014-04-08-5/+0
| | | | | | | | | | | | awaiting the hindi translation so don't have a link to it
| * | text updatesStruan Donald2014-04-08-3/+127
| | | | | | | | | | | | front page and faq
| * | Changes to alert-update formatting for ZeroTBStruan Donald2014-04-08-0/+9
| | | | | | | | | | | | | | | Include date in alerts Remove everything apart from the update text as we don't need it
| * | Add a searchable dropdown of clinic names to postcode formStruan Donald2014-04-08-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uses select2 for the dropdown and a cobrand call to fetch the list of report titles as the clinic names. Relies on a redirect in httpd.conf to make the non JS version work. Still leaves the postcode search in place as select2 won't accept custom terms if you base it on a select box, which we want to do so it works if JavaScript is disabled Fixes #723
| * | Problem -> Clinic on around page for ZeroTBStruan Donald2014-04-08-0/+14
| | |
| * | update report page text for ZeroTBStruan Donald2014-04-08-9/+10
| | | | | | | | | | | | | | | | | | Change to use sites terminology update notes on what happens to information remove some unused template tags
| * | remove most of the detail from zerotb report pagesStruan Donald2014-04-08-0/+6
| | | | | | | | | | | | | | | only really want the title and the details as all the rest is not relevant
| * | turn on never_confirm_updates for ZeroTBStruan Donald2014-04-08-0/+6
| | | | | | | | | | | | | | | and display a message on the report page to indicate the update has been sent as it's never displayed
| * | update content and style for front page instructionsStruan Donald2014-04-08-0/+53
| | | | | | | | | | | | | | | | | | remove photos etc update step text change background colour and remove crop shadow
| * | Style front page location lookupStruan Donald2014-04-08-0/+1
| | | | | | | | | | | | | | | | | | | | | button -> orange set background colour for input boxes make everything a bit wider and left aligned update the what is this for text
| * | update nav bar textStruan Donald2014-04-08-3/+3
| | | | | | | | | | | | | | | Problem -> Stockout change mysoc nav to be language changer
| * | change site logo and add css for thisStruan Donald2014-04-08-0/+6
| | |
| * | split out header logo to its own templateStruan Donald2014-04-08-1/+2
| | | | | | | | | | | | to make it easier to change how cobrands do headers
| * | blank opengraph header template for ZeroTBStruan Donald2014-04-08-0/+0
| | |
| * | extract opengraph meta tags out to a templateStruan Donald2014-04-08-9/+10
| | | | | | | | | | | | for ease of alteration/removal in cobrands
| * | blank header_rss template for ZeroTBStruan Donald2014-04-08-0/+0
| | | | | | | | | | | | we don't want any RSS feeds for the site so disable
| * | split out RSS link tag to its own templateStruan Donald2014-04-08-3/+4
| | | | | | | | | | | | makes removing RSS from cobrands much easier
| * | Remove subscribe to updates link from around pageStruan Donald2014-04-08-0/+0
| | |
| * | add in report display templateStruan Donald2014-04-08-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removing so much that we might as well copy the template, especially as we need to change the header include. Removed from default: most of shadow wrap RSS list of updates which are not public plus Report -> Clinic
| * | add template for updates with only required elementsStruan Donald2014-04-08-0/+66
| | | | | | | | | | | | remove login, name made public, photo upload, alert sign up
| * | remove unwanted items from navigationStruan Donald2014-04-08-0/+27
| |/ | | | | | | basically everything bar report and help
* / Fire a google analytics event on report completionStruan Donald2014-04-09-0/+10
|/ | | | | | | | 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.
* If we only have one real category option, automatically select it.Matthew Somerville2014-04-07-1/+1
| | | | Fixes #690.
* upgrade google analytics code to use universal snippetStruan Donald2014-04-03-11/+7
|
* remove survey link from front pageStruan Donald2014-04-02-5/+0
|
* remove survey linksStruan Donald2014-03-31-54/+0
|
* Allow cobrands to set their own path to pin filesHakim Cassimally2014-03-25-1/+2
| | | | | | | | | New cobrand function of pin_path that sets the path to where the image files for pins are located. Defaults to /i This still means they need to use the same file names but they can at least put those in a cobrand directory rather than having to overwrite the files in /i or fudge it with pin_colour
* Update code.fixmystreet.com references to fixmystreet.org.Matthew Somerville2014-03-19-3/+3
|
* Change default email indentation to none.Matthew Somerville2014-03-17-1/+0
| | | | | This is very old, no-one seems to want/need it any more, and more than one reuser does not want it. Fixes #715.
* Don't mark Swedish title for translation.Matthew Somerville2014-03-14-1/+1
|
* Minor template fixes for FixaMinGataJon Kristensen2014-03-14-3/+3
| | | | | * Use correct body name value in submit templates * Update FAQ to link to MySociety's repository instead of our own
* Add back missing OSM attribution.Matthew Somerville2014-03-12-0/+1
|
* Merge remote branch 'origin/sweden-rebase'Matthew Somerville2014-03-11-3/+1330
|\ | | | | | | | | | | | | Conflicts: bin/update-schema locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po perllib/FixMyStreet/DB/Result/Body.pm
| * Add `external_url' column to `body' table.Jon Kristensen2014-03-11-1/+15
| |
| * Re-add information for Swedish councilsJon Kristensen2014-03-11-0/+5
| |
| * Rewrite parts of "Information för kommuner"Jon Kristensen2014-03-11-8/+18
| | | | | | | | | | | | | | | | | | | | Specified info@fixamingata.se instead of linking to contact form. Updated the "referensgruppen" list. Added link to logotypes page. Fixes #2.