| Commit message (Collapse) | Author | Age | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
'from_council' was renamed to 'from_body' and turned into a relationship
in b2aa34b Feb 2013, and the seesomething code was missed.
Though the FMS::DB::Result::User object would (correctly) throw an error
if an invalid method is called, *Catalyst* idea of a user object wraps this
in a Catalyst::Authentication::Store::DBIx::Class which uses AUTOLOAD to
delegate methods and swallows the error. e.g. this code always returns
false, hence the code path is never run.
(I think this is a bug and have opened:
https://rt.cpan.org/Ticket/Display.html?id=97640 )
Added test case and (hopefully) corrected template, will need a check
against site running copy with recent data to check that nothing looks
squiffy. We also had to change the %council_details stash, which was
based on the old code, not sure if suggested fix matches original
intent, but looks plausible. (As discussed with @dracos @stevenday
this is slightly repeated, and should arguably use ->{bodies} but that's
a possible future FIXME)
|
| |
|
| |
|
|
|
|
|
|
| |
Hopefully this will reduce the chance of a timeout:
* Wrap admin body tests in MapIt override.
* Use full hostname to save a redirect each time.
|
|
|
|
|
|
|
|
|
|
| |
This street is on boundary of Bromley with Greenwich, so a simple
disambiguation of $town = "chislehurst" falls foul of UKCouncils->
area_check.
It may be worth overriding area_check in general, but in mean time,
setting a specific postcode (on the Bromley side of the administrative
boundary) allows the map to be seen.
|
|
|
|
|
|
|
| |
This makes it easier to set up, as you can do:
$ git clone --recursive https://github.com/mysociety/fixmystreet
$ cd fixmystreet
$ vagrant up --no-color
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Fixes #406. Include Perl modules necessary for Email::Send::SMTP to
handle TLS/SSL, and upgrade Dir::Self due to
https://rt.cpan.org/Public/Bug/Display.html?id=88393
|
| |
|
|
|
|
| |
Make mySociety-internal file separate to keep its dual use.
|
|
|
|
|
|
|
|
| |
UK specific template was missed in move in 8f2c5942e3a
Also tidy up by removing Lichfield/Reading/Southampton and adding Hart.
(Incidentally fixes commercial ticket mysociety/FixMyStreet-Commercial#525 )
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
As per mysociety/FixMyStreet-Commercial#524 to stem the flow of
people responding to verification emails by clicking the support
email at the bottom of Bromley's signature, we are instead redirecting
to the FAQ -- which is also updated to contain the support email
address, so the people can still find a contact if they need to.
Also tweaking moderation FAQ line, in preparation for moderation
trial.
|
|/
|
|
|
|
| |
Wrap around page in a div.tablewrapper
Fixes #831
|
| |
|
| |
|
|
|
|
| |
(as requested by Tobias)
|
| |
|
|
|
|
|
|
| |
Testing two things:
* Putting the email box above the Yes/No, or repeating it inside.
* Showing the contents of the Yes/No sections at first, or not.
|
| |
|
|
|
|
| |
Think it's needed for it to hang together.
|
| |
|
| |
|
|
|
|
|
| |
Most cobrands can just inherit from the Default function, with
only those needing an exception specified.
|
|
|
|
| |
This should reduce confusion with the Default cobrand and override order.
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
web/cobrands/fixmystreet/base.scss
|
| |
| |
| |
| |
| |
| | |
only on FMS and only if from outside the uk
Fixes #571
|
|\ \
| | |
| | |
| | |
| | | |
Conflicts:
templates/web/fixmystreet/footer.html
|
| | |
| | |
| | |
| | |
| | | |
allows it to be overridden in cobrands without the need to provide a
whole new footer template
|
| | |
| | |
| | |
| | |
| | |
| | | |
Make mySociety tab wider to fit logo
Just display text for FixMyStreet Platform link
remove border on front page .content to stop odd line under footer
|
| | |
| | |
| | |
| | |
| | | |
hide footer menu on mobile
add privacy link to main menu, hide on desktop
|
| | |
| | |
| | |
| | |
| | | |
update to new logo
remove donate and our site links
|
| | |
| | |
| | |
| | | |
also change the fonts, tweak the submit button size
|
| | |
| | |
| | |
| | | |
duplicates the top nav mostly
|
| | |
| | |
| | |
| | |
| | | |
mostly adding image replacement to the fms platform link and some
spacing tweaks
|
| | |
| | |
| | |
| | |
| | | |
move it up on the front page so it overlaps the yellow
make footer have a black background
|
| |/ |
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Add a type parameter to the /reports/body page to restrict list by
problem category.
Only link to report categories that have entries.
Fixes #798
|
|\ \ |
|
| | | |
|
| | |
| | |
| | |
| | | |
And fix a couple that have redirected.
|
| |/
| |
| |
| |
| |
| |
| | |
Council redirects, BASE_URL comparisons, hard coded links, email
signatures
For #488
|
|\ \
| |/
|/| |
|
|/ |
|
|
|
|
|
|
|
|
|
| |
If your browser autocompleted form fields, you could fill in the signing
in part of the form but still be sent a confirmation email. This commit
will now default to trying to sign in if the sign in button is clicked
or there is data in the signing in password field.
Fixes #816.
|