Diederik van der Boor

Results 47 issues of Diederik van der Boor

As of Kubernetes 1.8+, RBAC is enabled by default. You'll need the following setup to allow the program to access the events: ``` kubectl create sa sentry-kubernetes kubectl create clusterrole...

Due to the use of jqTree, the tree should start with root nodes only. This breaks with pagination, causing the error: ``` Cannot reorder a query once a slice has...

bug

The action checkboxes are currently not visible, when the tree is rendered with jqTree. It should be possible again to select a list item, for example via a jqTree event....

bug

When a plugin is only a foreign key to an existing model, it would be nice to open that model somewhere inline (e.g. in a lightbox) instead of only offering...

feature
enhancement

When users don't have permission to all inline models, the content may still be edited, or cause errors. For example, when users have no permission on the Placeholder model, the...

bug
feature

The slug field is not checked for uniqueness across all sites when the `is_cross_site` is enabled. This causes the `MultipleObjectsReturned` errors when displaying the object.

bug

The picture plugin has no support for a "lightbox" to show the larger image. Either this feature should be part of the plugin, or a new "gallery" like plugin should...

feature
enhancement

Images displayed with the "picture" plugin should be scaled automatically to a restricted size. Preferably, the plugin knows what the maximum allowed size of the "placeholder" is.

feature
enhancement

The reStructuredText support in the `markup` plugin doesn't generate the first header in the HTML output, unless there is some plain text above it. This can likely be solved by...

bug
1.0-cleanup

As suggested at https://github.com/edoburu/django-fluent-pages/issues/9, it's valuable to limit how many instances of a plugin can be created in a placeholder. Django CMS also has this feature (see http://docs.django-cms.org/en/2.2/getting_started/configuration.html#cms-placeholder-conf) This feature...

feature