| Commit message (Collapse) | Author | Age | Lines |
... | |
|
|
|
| |
Allow fetch-comments-24hs to be executed directly.
|
|\ |
|
| | |
|
| | |
|
|\ \ |
|
|/ /
| |
| |
| |
| |
| | |
This moves the default away from search.cpan.org, which is currently
down. Have tested by rerunning bin/install_perl_modules, which runs
to completion, and starting Cat server.
|
| | |
|
| |
| |
| |
| | |
remove index template as well so it falls back to the FMS default
|
| | |
|
|\|
| |
| |
| |
| |
| |
| | |
jonkri-master
Conflicts:
locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| | |
| | |
| | | |
jonkri-master
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Add video to home page
* Add "social buttons" to home page
* Add new FixaMinGata logos
* Center postcodeForm
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Make the FMS map tile URLs be scheme independent,
and only use one level of subdomain.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
A raw DateTime object was being passed as a parameter in an SQL
query, which was causing undefined behaviour and a warning
every time the Zurich overdue problems script was run.
The DateTime is now converted into a format suitable for use in
the query and the warning has gone.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
And FixMyStreet.com specific open questionnaire page.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
this means we can use this in email templates and get the correct non
html text back even if AREA_LINKS_FROM_PROBLEM is true
|
| | | |
| | | |
| | | |
| | | | |
so we can include the name of the site non TT templated emails
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | | |
This reverts commit 87451200e32a57947bb7b9facc4efb4f6644973b.
Reports that were sent when the Barnet integration was in place
still have an external_id which should be displayed.
|
| | | |
|
| | |
| | |
| | |
| | | |
Fixes mysociety/FixMyStreet-Commercial#501
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
subcategory_line is optional in seesomethingsaysomething, so we need to set
it to something (a blank line is what I've chosen) otherwise email sending
breaks when it tries to template up the email message
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Instead of counting the number of lines output by dashboard CSV export,
the content is parsed as CSV and the number of rows present is checked.
Also includes a problem report that's split across multiple lines, testing
the fix for mysociety/FixMyStreet-Commercial#494 introduced in
d75e161c151c4f1e6dced24eae3170e01f9b7ba6.
Closes #780.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
By default, Text::CSV doesn't allow binary characters such as newline,
carriage return etc., in cells. This causes issues when exporting data
that contains these characters, such as problem reports with more than
one line.
This commit also explicitly tells Text::CSV to append a newline to each
row instead of joining the rows together with this char at the end.
Fixes #494.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
include logos and change the header text
closes #751
|
| |/ /
|/| | |
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|