Wesley Barroso Lopes

Results 82 comments of Wesley Barroso Lopes

I really think module six should be "mounted" somehow and the message not be displayed. It is a very used module. The funny thing is that the code complete finds...

>Neither approach is easy: >`zope.event/zope.interface` simply lacks support to easily >control the order in which event handlers are executed. I just couldn't in any way put my subscriber ahead of...

> You can use a specific exception and register a corresponding > error view: to inform the user about the prevented deletion. If I catch the exception to display a...

@d-maurer remembering that I'm in the Plone context. In Plone, I can delete multiple objects at the same time. So it is necessary to catch the error, because some objects...

> but other parts could do whatever they want (including > deletion of objects not prevented by your special logic). Yes, that's why it would be good for validation to...

> One of the test failures I saw [is something I've seen locally intermittently](https://github.com/plone/plone.restapi/runs/5190577156?check_suite_focus=true#step:12:36). Something in the tests makes changes to files in VCS, which seems like a big no-no...

> I'm sorry, can you clarify what you mean here? The PR you linked to looks like it was merged some time ago. So until what? We need to find...

Fixing this issue doesn't have to be part of this PR. The only thing you need to do is not commit the date change in `workingcopy_baseline_get.resp`.

Guys, sorry for the noise. I was the one who updated to latest. I think it would be good to discover problems with this as soon as possible. In my...

@rpatterson Just out of curiosity, what's your use case? Only authenticated access to Plone Classic? Is there any situation where the anonymous accesses Plone Classic? Does plone api return HTML...