David Glick

Results 452 comments of David Glick

@jaroel 1. plone.app.linkintegrity handler for ObjectModifiedEvent which updates relations using IRetriever adapters to find the current links: https://github.com/plone/plone.app.linkintegrity/blob/master/plone/app/linkintegrity/handlers.py#L106 2. IRetriever adapter for blocks: https://github.com/plone/plone.restapi/blob/main/src/plone/restapi/blocks_linkintegrity.py

@tisto It's here: https://github.com/plone/volto/pull/4787 -- in the UI the view is called "Links and References", not "link integrity"

@stevepiercy @tisto I started a PR to mention what version the feature was added, but I have some questions about how to cover it properly: https://github.com/plone/volto/pull/5756

@tiberiuichim Sounds reasonable, but note that @sneridagh started implementing something similar in https://github.com/plone/volto/pull/4142

@tiberiuichim Thanks for starting work on this! > As a side discussion, I have another idea for UX, for the Confirm() dialog that restores the saved state. Rather then letting...

@tiberiuichim I think what I meant about locking was the same point Katja raised about making sure the saved draft can't overwrite a more recent change. Sounds like you have...

@sneridagh This is currently more of a proof-of-concept. It should wait for 18. Ideally, we should improve the API in ZCatalog/plone.app.querystring so that we don't have to duplicate code from...

@tisto We need to discuss how to handle backwards compatibility for existing listing and search blocks.

@JeffersonBledsoe This is the new one you opened today. Did you mean to close it?

@sneridagh What is the specific proposal? plone.volto already supports the preview_image_link behavior, but it is not enabled by default. Is this a proposal to disable the preview_image behavior and enable...