Lukas

Results 13 issues of Lukas

Adding `private static $controller_name = PageController::class;` to `Page.php` causes Blog Categories etc. to fail. One way to work around this would be, to add `static $controller_name = BlogController::class;` to `Blog.php`,...

type/bug
affects/v4
impact/medium

After you move a bunch of files you have to either publish them all individually or unpublish and than republish them all again. There's no "publish batch-action" for moved (changed/already...

type/enhancement
complexity/low
impact/high
affects/v4
type/UX

After unpublishing a moved (not published since) file, the preview won't be found (turns red) until asset-admin is reloaded. This happens with silverstripe/assets:1.5.0

complexity/medium
impact/low
type/bug
affects/v4

UploadField let you "Choose existing" which opens assets pop-up alike. There you just can select/check one by one but cannot drag-up an area to select multiple files opposed to real...

type/enhancement
impact/low
affects/v4

Styles-Dropdown (formerly styleselect) displays "Paragraph" as empty value. Previously, it was "Formats". This behavior seems to be consistent across different languages. https://k5jp2r.csb.app/ ### ✔️ Expected result Styles-Dropdown shows "Formats" as...

status: escalated

**Klaro Config** Behaviour is present on klaro.org After updating to klaro 0.7.22, `div#klaro-cookie-notice.cookie-notice` has `role="dialog"` and causes PageSpeed to complain like: `Elements with role="dialog" or role="alertdialog" do not have accessible...

I've included the same SVG multiple times on one Page and set a ID for it per instance to change styles. Say the SVG looked something like this: ``` svg...

question

Tagfield (https://github.com/silverstripe-labs/silverstripe-tagfield/) used by the new Blogmodule (https://github.com/silverstripe/silverstripe-blog) uses Select2 4.0.0-rc.2. This module uses 3.2 and this seams to cause a conflict.

Silverstripe [supports libvips](https://github.com/silverstripe/silverstripe-assets/pull/539) as an image manipulation library per Intervention\Image, but fails with focuspoint. I've made a repo to demonstrate and some details in the readme. https://github.com/lerni/vanilla-vips Since Edge 121...

IE9/11 are both old (2011/13) and longe gone (2016/22). Defaults in fact is: ``` [ "> 0.5%", "last 2 versions", "not dead" ] ``` After `npx update-browserslist-db@latest` bundele size is...