Peter Holzer
Peter Holzer
I got several section with differents heights and would like to scroll freely till a larger section ends and then scroll the next section up to the snap point. Another...
Followup to https://community.plone.org/t/please-test-buildout-3/13554/16 Created the buildout for Pillow ``` [buildout] parts=pil [pil] recipe=zc.recipe.egg eggs=Pillow [versions] Pillow=6.2.2 ``` Created a fresh venv with pyenv and installed buildout, also updated pip and...
as it looks PloneFormGen won't be updated for Plone 5.1 (correct me if I'm wrong) and since our GSOC student is working on migrations to EasyForm, we should probably extend...
Happens with buildout.coredev 5.1 ``` 2016-06-20 13:36:31 INFO ZServer HTTP server started at Mon Jun 20 13:36:31 2016 Hostname: 0.0.0.0 Port: 8080 2016-06-20 13:36:34 ERROR PloneFormGen PloneFormGen requires Plone >=...
``` mr.developer: No such branch 'master' mr.developer: Updated 'bda.plone.wallee' with git. Exception in thread Thread-2: Traceback (most recent call last): File "/Users/peter/.pyenv/versions/3.8.6/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File "/Users/peter/.pyenv/versions/3.8.6/lib/python3.8/threading.py", line...
Findings from the structure pattern: - lookup for icons in `https://github.com/plone/plone.staticresources/blob/master/src/plone/staticresources/profiles/default/registry/icons_bootstrap.xml`doesn't work - fallback to a generic contenttype icon in `https://github.com/plone/plone.staticresources/blob/master/src/plone/staticresources/profiles/default/registry/icons_contenttype.xml#L5` doesn't work - should use fti `icon_expr` for icon...
it would be nice to have an optional data attribute for the target of the result, similar to the contentloader pattern
only admin role sees the full error msg, should be the role that is allowed to import
For a load more functionality, I'd like to keep the original batch next link in the template and only add'?ajax_load=1' to the target element. Something like this `append_to_selector_in_target` `[.next-link, '?ajax_load=1']`...
taxonomy: widget order: vocabulary.getTerms(): imho the order of terms in the widget should reflect that of taxonomy entries any pointers how to get some sanity here?