Closed ElectricMaxxx closed 8 years ago
@WouterJ styleCI does not like array()
notatition. Which PHP version do we use on the website and is styleCI aware of that?
@dbu @wouterj can you give me a hand to update seo-bundle to 1.3 here? Got issues with jms/serializer while updating even with min-stability: dev.
why do you need the minimum-stability? for the cmf dependencies? i notice that no version numbers change in composer.json... is it possible to explicitly require the components and bundles you need with @dev
in the version constraint? if that involves too many, you could add a line "prefer-stable": true
which should limit what is installed from dev
@dbu whaaaa composer is cheating me. A simple rm -rf vendor/ && composer install && composer require syfmony-cmf/seo-bunde:1.3
and now i have version 1.3.
you still seem to get a server error on travis-ci though
cause my push is now.
does it work locally?
@dbu the failing tests are fine for now, i will fix them and finish that PR here. The problem was, that i hadn't the chance to update the seo-bundle until this morning.
@dbu now i got it almost just one link is broken in the new feature and that behavior is interesting there:
On the one hand: yes, the error page looks like it should do :-) On the other hand: I created the footer menu by hand (hardcoded) in the template and have http://127.0.0.1:8000/about/
and got:
Shouldn't we be a little bit more calm with that last /
?
Shouldn't we be a little bit more calm with that last /?
It's a setting to allow/disallow trailing slashes (can be set by the admin).
It is fine then. Thanks.
:confetti_ball:
This PR will add the Sitemap behaviour to the website. A Sitemap link is created in the footer. and will be shown on that. A xml sitemap is also available and can be added to our google analytics acount, that we hopefully have.
Still to do: