Pieter Hoste

Results 45 issues of Pieter Hoste

Hi guys I'm currently patching some M1 shops with the [security patch SUPEE-11086](https://magento.com/security/patches/supee-11086). I always write some custom script to see if any of the fixes done in a security...

Hi there Thank you very much for this wonderful composer plugin, very happy with it so far! I've noticed with the `forward-command` config, that only `composer install` and `composer update`...

enhancement

…eady, this fixes generating correct css again after the upgrade to less.js v4 in AC-8098 & AC-9713. ### Description (*) No proper description yet, this PR comes from discussion in...

Progress: review

…lso fixes some whitespace inconsistencies. ### Description (*) https://github.com/magento/magento2/pull/28927 accidentally added a bug, where it allows any response that doesn't have a 200 or 404 status code to become cached....

Component: PageCache
Progress: testing in progress
Triage: Dev.Experience
Priority: P3
Project: Community Picked

### Preconditions (*) 1. Magento 2.3.7 or 2.4.4. or any recent version ### Steps to reproduce (*) 1. Use a clean Magento installation 2. Setup at least 2 storeviews 3....

Issue: Confirmed
Reproduced on 2.4.x
Progress: PR in progress
Priority: P3
Area: SEO

Hi there My `composer.json` contains: ```json "config": { "allow-plugins": { "a/a": true, "z/z": true }, "sort-packages": true }, ``` When I install package `b/b`and that package contains a composer plugin,...

Feature

### Preconditions 1. Have a class like this: ```php

bug
Progress: ready for grooming

### Preconditions 1. Have a file `test1.less` like this: ```less & when (@media-common = true) { .lib-icon-font( @icon-camera__content, @_icon-font: @icons-admin__font-name, @_icon-font-size: @image-gallery-placeholder-icon__size, @_icon-font-color: @image-gallery-placeholder-icon__color, @_icon-font-text-hide: true ); } ``` 2....

bug
Progress: ready for grooming

### Preconditions and environment - Magento version 2.4-develop - PHP 8.3 ### Steps to reproduce 1. Clone magento repo with 2.4-develop branch. 2. Also setup the dev versions of the...

Issue: Confirmed
Component: Backend
Reproduced on 2.4.x
Progress: ready for dev
Priority: P1
Reported on 2.4.x
Area: Framework

…s no longer defined for each locale. If that's the case fall back to AmPmMarkersAbbr and if that one doesn't exist, fallback to null. This fixes a second problem where...

Award: category of expertise
Progress: ready for testing
Triage: Dev.Experience
Priority: P1