Philip Bauer

Results 21 issues of Philip Bauer

Structuring a list of dicts breaks with five.pt (version 2.2.1) but works with zpt. ``` ...stuff... ``` ``` 2013-05-03 13:22:53 ERROR Zope.SiteErrorLog 1367580173.450.957745445615 http://lf40035:8080/site_gvp/glossar/folder_az_view Traceback (innermost last): Module ZPublisher.Publish, line...

feature

Following up from https://github.com/plone/Products.CMFPlone/pull/2839: Why does RestrictedPython not allow to use `python:mytemplate.macros['master']` in a template but `mytemplate/macros/master` is allowed? `macros` is the property `chameleon.zpt.program.import.macros` which returns a `chameleon.zpt.template.Macros` object. Allowed:...

question

A relation endpoint should allow to get, add and delete relation tuples per context similar to the relation module in plone.api (https://6.dev-docs.plone.org/plone.api/relation.html). It should also allow to get, add and...

See https://github.com/collective/collective.exportimport/issues/99 To reproduce: * Create a News Item (or any content with richtext) in https://6.demo.plone.org * Paste the following in the richtext-field: `Code example: Heading 2 example <h1>heading 1</h1>`...

01 type: bug

The screenshot at https://5.docs.plone.org/working-with-content/using-tinymce-as-visual-editor/basics.html (https://docs.plone.org/_images/tinymce.png) is broken.

ref https://github.com/plone/Products.CMFPlone/issues/600

99 tag: missing
99 tag: Plone 6.x

See https://github.com/orgs/community/discussions/86715 I also reported the issue to github support and it was tracked in as https://support.github.com/ticket/2527435 (not publicly accessible). I finally got this answer: > The engineering team have...

Same as fix_html_in_content_fields is should be possible to pass additional fixers. An example I used recently is to scale all unscaled images: ```python def scale_unscaled_images(text, obj=None): """Scale unscaled image""" if...

I'm not 100% sure this is a good idea since importing settings from oder to newer versions only makes sense when checking every single setting manually. Also a lot of...