Vinai Kopp

Results 132 issues of Vinai Kopp

It turns out having the `core/messages` block which displays session messages as a dynamic block is pretty tricky. Maybe you have a clever solution, but at the moment all I'm...

The sample data contains many copies of identical images. Update the script to find duplicate files, eliminate all but one and update the sql dump so all records point to...

Unconfirmed issue for Magento EE when the Groups Catalog 2 module is enabled and Catalog Permissions and Target Rules indexes are not visible. I'll have to look into this when...

[From email]: My company currently uses your GroupCatalog2 module for a multi store setup. We found an issue which is causing us significant heart ache. Your module creates an index...

Improvement

Make it possible to load items on some pages visible for every customer (e.g. homepage), but once they go to a category or product list page they are forced to...

Improvement

Implement new feature: During indexing for product entities: - apply the most restricting rules from any category a product is assigned to - if the product has more restricting rules,...

Improvement

### Preconditions 1. Tested on Magento Open Source 2.4.4 and Adobe Commerce 2.4.4 2. PHP 8.1 (I haven't tried 7.4) 3. PHPStorm version is 2021.2.4 ### Steps to reproduce 1....

bug
Progress: PR created

Usecase: I want to change the source archive URL for a magento or sample data package. I tried to achieve that by placing the following code in the ~/.n98-magerun.yaml file:...

question

It would be awesome to have the integration test environment configuration happen automatically when an M2 environment is initialized. The steps are basically listed in https://docs.warden.dev/configuration/magento2-testing.html#running-integration-tests , but I found...

enhancement
up for grabs

In order to run integration tests, it would be helpful to pre-create an empty database `magento_integration_tests` and give the `magento` user access to it. ``` $ mysql -hdb -uroot -pmagento...

enhancement