aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * [East Sussex] initial work on cobrand and templatesHakim Cassimally2014-09-16-0/+4076
|/ | | | | | | - Get layout, including map working - Identified major clash point for CSS - Move eastsussex resources locally (in part to be able to override clashing names like .container)
* [Hart] Remove unnecessary z-indices.Matthew Somerville2014-09-15-5/+0
| | | | No longer needed due to core changes.
* Allow multiple arguments to make_css.Matthew Somerville2014-09-15-1/+1
|
* Simplify z-index of banners.Matthew Somerville2014-09-15-10/+6
| | | | | | Constrain the map in a position:relative to give it its own stacking context. This simplifies these z-indices and prevents the elements from floating above the main header. Fixes #673.
* Update test for changes in 6eff7846.Matthew Somerville2014-09-11-2/+2
|
* [EmptyHomes] remove custom textHakim Cassimally2014-09-09-24/+0
| | | | | Link is broken, and a variant of the text has been added to the explanatory emails.
* Merge branch 'emptyhomes-decommissioning-2014'Hakim Cassimally2014-09-09-8/+38
|\
| * [EmptyHomes] survey template tweaksHakim Cassimally2014-09-09-8/+23
| |
| * [EmptyHomes] decommissioning tweaksHakim Cassimally2014-09-08-0/+15
|/
* Moderation - update-schema fixed and improvedHakim Cassimally2014-08-14-30/+144
| | | | | | bin/update-schema --commit should now work A downgrade is also provided. Run bin/update-schema --help for details
* refactor repeat code into get_email_templateHakim Cassimally2014-08-14-27/+22
|
* Move bromley from report hiding to moderationHakim Cassimally2014-08-14-7/+14
| | | | | | | | | The feature to hide reports is still enabled, as it is used by other `users_can_hide` bodies. As we want to roll out moderation to Bromley, in this commit we hide the functionality *only* for Bromley. Of course if we migrate those other users to this moderation method, then we will need to make equivalent change to general template, and remove the functionality from Report.pm.
* Tests for moderationHakim Cassimally2014-08-14-2/+395
|
* Report moderationHakim Cassimally2014-08-13-22/+936
| | | | | | | | | | | - redaction marked with [...] - of report and comments - stores original data - uses a single form, on the report/_main view - requires additional permissions (user_body_permissions) - Hide report functionality - Moderation notification/contact form - Moderation writes to admin_log
* add site_title to the admin/config pageDave Whiteland2014-08-12-0/+1
|
* add explicit BASE_URL to URLs in nav and header, works in adminDave Whiteland2014-08-08-7/+7
|
* use relative not absolute refs in layout SCSSDave Whiteland2014-08-07-2/+2
|
* change UNDP logo to top right as per client's instructionsDave Whiteland2014-08-07-3/+25
|
* add UNDP logo to makemyisland cobrand, as per #863Dave Whiteland2014-08-07-0/+3
|
* Add MakeMyIsland cobrand module (really for title)Dave Whiteland2014-08-07-0/+14
| | | | | Perhaps useful as we might be adding more stuff if the project expands, e.g., geocoder disambiguation.
* add buttons for locations in Maldives (part of #863)Dave Whiteland2014-08-07-2/+49
| | | | | | | | | | | | | | | | The underlying problem here is the target area is currently too small for the geocoder to be useful: we're not really getting anything useful back from the OSM geocoder within Fonadhoo. So I've manually located the three villages on the island and added them as buttons... this is really for interface because although one button for the whole island is probably OK, basically it was just replicating the <h1> and wasn't obvious (or sensible) that the user needed to hit a button at all.. If the project expands to more areas of the Maldives we can either take those out or revert to the geocoder. The same too-small-area logic makes the "locate me automatically" a bit silly, so that's been dropped from the front page too.
* replace make-my-island logo with new versionDave Whiteland2014-08-06-0/+0
|
* update CSS to match new MakeMyIsland coloursDave Whiteland2014-08-06-2/+6
|
* [MakeMyIsland] include logoHakim Cassimally2014-08-05-0/+33
|
* [MakeMyIsland] Initial simple cobrand.Matthew Somerville2014-07-31-0/+88
|
* [SeeSomething] fix and test for stats contentHakim Cassimally2014-07-31-2/+51
|
* Replace from_council with from_body in SeeSomething cobrandSteven Day2014-07-31-6/+46
| | | | | | | | | | | | | | | | | | | | | | '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)
* Fix links on 'council no longer exists' message.Matthew Somerville2014-07-30-10/+10
|
* Removal old Southampton/Reading/Lichfield cobrands.Matthew Somerville2014-07-29-1560/+59
|
* Some tweaks for Travis timeout errors.Matthew Somerville2014-07-29-7/+12
| | | | | | 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.
* [Bromley] disambiguation for White Horse HillHakim Cassimally2014-07-18-0/+7
| | | | | | | | | | 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.
* Move Vagrantfile to top level of repository.Matthew Somerville2014-07-18-75/+6
| | | | | | | 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
* Update Zurich email templatesDave Arter2014-07-15-17/+17
|
* Version 1.4.2.v1.4.2Matthew Somerville2014-07-14-2/+14
|
* Switch test to use different working cobrand.Matthew Somerville2014-07-14-8/+9
|
* Add support for SMTP authentication and TLS.Matthew Somerville2014-07-14-8/+75
| | | | | | 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
* Don't include --conservative, not present in old 'gem'.Matthew Somerville2014-07-14-2/+2
|
* Update packages list to install correctly on wheezy.Matthew Somerville2014-07-14-18/+21
| | | | Make mySociety-internal file separate to keep its dual use.
* UK. move report extras to fixmystreet.com templateHakim Cassimally2014-07-14-3/+1
| | | | | | | | 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 )
* Merge branch 'issues/commercial/524-bromley-contact-footer-faq'Hakim Cassimally2014-07-14-12/+20
|\
| * Bromley. signature and FAQ tweaksHakim Cassimally2014-07-14-12/+20
| | | | | | | | | | | | | | | | | | | | | | 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.
* | Fix transparent background on disambiguation pageStruan Donald2014-07-14-0/+2
|/ | | | | | Wrap around page in a div.tablewrapper Fixes #831
* Make 'check your email' page two-thirds width.Matthew Somerville2014-07-11-1/+1
|
* New layout for token confirmation screens.Zarino Zappia2014-07-11-41/+119
|
* Zurich. Remove pilot textHakim Cassimally2014-07-11-1/+0
| | | | (as requested by Tobias)
* Quantity is optional, but it seems confused without it.Matthew Somerville2014-07-10-0/+1
|
* Add fixmystreet.com reporting form A/B tests.Matthew Somerville2014-07-10-107/+247
| | | | | | 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.
* Switch carton bundling to S3.Matthew Somerville2014-07-09-39/+30
|
* Put back GA special created report URI.Matthew Somerville2014-07-09-0/+10
| | | | Think it's needed for it to hang together.
* Update github link to current location.Matthew Somerville2014-07-09-1/+1
|