David Glick
David Glick
@wesleybl When we moved from cookiecutter-plone-starter to cookieplone and changed the structure, our overall strategy was to put as much as possible into the add-ons. There is still an app...
@sneridagh @stevepiercy Can we merge?
The first one comes from the full content serializer and the second one comes from the summary serializer (from the catalog). The paths have to be stored in the catalog...
@ichim-david It's already stored without the hostname, and that should of course remain the same. The reason I want a full URL here is to be consistent with the REST...
@stevepiercy No, @petschki was talking about the "get started" section of the file that's the focus of this PR (https://6.docs.plone.org/classic-ui/mockup.html#get-started). He's saying the general information about how to create an...
This was a duplicate of #5570
@Faakhir30 @JeffersonBledsoe When calling the /@querystring-search endpoint with the GET method, it expects `query` as a serialized JSON object which can contain multiple keys including `query`, `b_start`, `b_size`, etc. The...
I'll close this PR to reduce noise in the list of PRs that are ready for review. You can ask us to reopen it if you resolve the conflicts.
I've run into this problem on one project, but I decided it was too risky to load all vocabularies with a context-sensitive path. For one thing, this means the results...
@mamico I think that would be okay, and fully backward-compatible. On the other hand, it might be nice if there were a way to mark a vocabulary as context-dependent when...