Roel Bruggink

Results 12 comments of Roel Bruggink

Perhaps @jugmac00 can add a bit more to the description?

@polyester did you happen to have received anything on this topic from either Tidelift or GitHub? $50/month adds up quite quickly imho

True dat. We're going to try the proxy stuff.

@tisto fyi I've updated the preview screenshot at https://github.com/plone/volto/pull/5234

* setting a link via a teaser within a grid does not show up - There's a test for this specifically: https://github.com/plone/plone.volto/blob/26e5fc1ed495aea740a5687029c7f860f2132b87/src/plone/volto/tests/test_linkintegrity.py#L29-L46 - I noticed that initially the page didn't...

* setting a link on the portal root (text block) does not show up - Removing IContentish *does not* have an effect. Adding IContentish by removing the `classImplementsOnly(PloneSite, implementedBy(PloneSite) -...

The event handlers aren't called for `PloneSite`. They are when I add ` ` to `plone.app.linkintegrity:configure.zcml`. Looks like this when it works: The interface *should* already exist on `PloneSite`.

When I unremove `IContentish` things are wired up correctly again. `IDexterityHasRelations` is applied to the PloneSite without the above `class` zcml thingy.

https://github.com/plone/Products.CMFPlone/issues/3833 is relevant.

Depends on/blocked by https://github.com/plone/plone.volto/pull/118