Lukas
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`,...
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...
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
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...
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...
**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...
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...