| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
Remove problem confirmed times as well as states
Also problem -> clinic
|
|
|
|
| |
add files and change config in cobrand
|
|
|
|
| |
Closes #703
|
|
|
|
| |
awaiting the hindi translation so don't have a link to it
|
|
|
|
|
| |
make links same height as on other pages
increase height of banner to be the same as other pages
|
|
|
|
| |
front page and faq
|
|
|
|
|
| |
Include date in alerts
Remove everything apart from the update text as we don't need it
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is useful for sites where the updates aren't published on the site
so you need a bit more context in the email alerts.
Add inlude_time_in_update_alerts to default cobrand, off as default
If this is set then the date is added after the name string in the
email, passing in 'alert' as the type to dt_prettify in order to allow
the cobrand to format it accordingly.
This does require pulling out the alert confirmed time from the database
in the send_alerts code where it wasn't before.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
| |
Change to use sites terminology
update notes on what happens to information
remove some unused template tags
|
|
|
|
|
| |
only really want the title and the details as all the rest is not
relevant
|
|
|
|
|
| |
and display a message on the report page to indicate the update has been
sent as it's never displayed
|
|
|
|
|
|
|
|
| |
Add never_confirm_updates setting to cobrand that, when set to 0 means
that comments are confirmed with no confirmation step. Essentially
behaves as it would if the user was logged in.
Also add a flag to the flash that indicates the comment was accepted to
you can display a message on the report page if required
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is to stop the main FixMyStreet .po file being filled up with
strings that only apply to a single Cobrand that are not relevant to
people running their own fairly vanilla version.
Restrict the list of templates that we pull strings out of by generating
a list of all the ones in currently translated cobrands for minimal
impact. Use that to create the FixMyStreet.po file in gettext-extract.
I've left the existing cobrands in but at some point we should split
these out.
Add a specific script for generating Cobrand .po files which extracts
strings from the Cobrand's templates. This is then translated and the
translated file place in the locale/$lang/LC_MESSAGES.
The the merge_cobrand_po script is run which will create an
autoCobrand.po file which has the Cobrand strings and the FixMyStreet
strings. This is then the domain used by the Cobrand.
Any cobrand specific strings from the Perl code are still in the
main FixMyStreet .po file but there should be relatively few of them so
it's less of an issue.
|
|
|
|
|
|
| |
remove photos etc
update step text
change background colour and remove crop shadow
|
|
|
|
|
|
|
| |
button -> orange
set background colour for input boxes
make everything a bit wider and left aligned
update the what is this for text
|
|
|
|
|
| |
Problem -> Stockout
change mysoc nav to be language changer
|
| |
|
| |
|
| |
|
|
|
|
| |
Change colour scheme to black and white
|
|
|
|
| |
to make it easier to change how cobrands do headers
|
| |
|
|
|
|
| |
Make sure mapit_id_whitelist set for tests that submit
|
| |
|
|
|
|
| |
for ease of alteration/removal in cobrands
|
|
|
|
| |
we don't want any RSS feeds for the site so disable
|
|
|
|
| |
makes removing RSS from cobrands much easier
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
remove login, name made public, photo upload, alert sign up
|
|
|
|
| |
basically everything bar report and help
|
|
|
|
|
|
|
| |
also, make readonly, disable photos, questionnaires, never
hide old pins
Fixes #701
|
|
|
|
| |
Fixes #690.
|
|
|
|
|
|
|
| |
Fixes #365 (how appropriate) by mocking datetime to allow the
dashboard test's assumptions (that we're not so near beginning
of year that a report from X days ago isn't still in same year)
to hold.
|
|
|
|
| |
Add some comments to the top of the open311 bin scripts.
|
| |
|
|
|
|
|
| |
Otherwise oddities arise due to summer time differences
putting a BST now-6d23h time behind a UTC now+1s-1w.
|
|
|
|
| |
Only if universal analytics turned on and on the fixmystreet cobrand
|
| |
|
|
|
|
|
| |
Add in we/cobrand directory with basic sass files, update colours file
and set background on 'click map to report' banner
|
| |
|
| |
|
|
|
|
|
|
|
| |
Before running carton install, see if we have a stored copy of the local
directory on ge.tt - if so, download and use that instead. After running
the tests, if we didn't download a copy, bundle it up and upload it to
ge.tt for use next time.
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
This simply always skips reports for this body, in case you need
to suspend reports there. Fixes #507.
|
| |
|
| |
|