Tom Gross

Results 14 issues of Tom Gross

Hi all Is there a mediaelement renderer for the Microsoft stream service available or any pointers how to include these videos: https://www.microsoft.com/de-ch/microsoft-365/microsoft-stream oEmbeding is supported: https://docs.microsoft.com/en-us/stream/embed-video-oembed Thanks Tom

Feature

The following code fails on my Mac OS X in daemon but not in foreground mode: ```python import requests def main(): while True: requests.get('https://httpbin.org/get') sleep(10) daemon = Daemonize(app="demo_app", pid="/tmp/demo_app.pid", action=main)...

This PR does 3 things: 1. Fix 2 occurences of the path injection vulnerability (see https://rules.sonarsource.com/java/tag/owasp/RSPEC-2083 ) 2. Refactor code a bit to remove duplicate code 3. Adds some tests...

With the removal of formlib dependencies in Plone 5.0b3 many addons with custom controlpanels no longer work: - collective.solr - quintagroup.seoptimzer We should provide an upgrade guide for addon developer...

99 tag: missing

The PFG DateField uses fallback dropdows for date input instead of the new datepicker pattern. Plone 5.0.4, PFG 1.8

Hi I really love this project. I gives me a convenient way to embed 3rd party content into my CMS / LMS content. Unfortunatelly it seems to be unmaintend for...

The visibility of elements is hardcoded in the autotoc less file ``` .autotoc-section { display: none; &.active { display: block; legend { display: none; } } } ``` in https://github.com/plone/mockup/blob/master/mockup/patterns/autotoc/pattern.autotoc.less...

01 type: bug

Is it possible to set the default tab in the _autotoc_-pattern and how in Plone 5.x? This would be a small but effective usability improvement for the tinymce link selector....

05 type: question