Sander Drenth

Results 21 issues of Sander Drenth

This fixes the alias in getSelectColumns when using MODX3 classes. Before the query would result in: ```php SELECT `\Sterc\Site\Model\Logo`.`id`, `\Sterc\Site\Model\Logo`.`title`, `\Sterc\Site\Model\Logo`.`url`, `\Sterc\Site\Model\Logo`.`logo`, `\Sterc\Site\Model\Logo`.`default`, `\Sterc\Site\Model\Logo`.`active` FROM `6sn7rm_sterc_logo` AS `Logo` ORDER BY...

Fixes deprecation warning: Deprecated: Optional parameter $resource_id declared before required parameter $config is implicitly treated as a required parameter in /core/components/migx/model/migx/migx.class.php on line 1763 Tested with: MODX 3 PHP 8.1...

Fixes deprecation warning: Deprecated: Optional parameter $tvFilters declared before required parameter $criteria is implicitly treated as a required parameter in /core/components/migx/model/migx/migx.class.php on line 2199 Tested with: MODX 3 PHP 8.1...

**Describe the proposed solution** The index for the locale_code field in the sylius_product_attribute_value table is missing. I think we should add an index for this field for performance optimisation.

RFC
Performance

### PHP Version 8.2 ### Shopware Version 6.5.6.1 ### Expected behaviour I'd expect productStream fields such as the id and the name to be ApiAware. ### Actual behaviour I'm using...

Bug
Platform(Default)

It would be nice if the dimensions of the cropping results would be displayed when cropping an image. Also it would be a nice feature if a user can fill...

enhancement

I ran into an issue with another composer package I'm using and noticed that xpdo requires older versions of the symfony/console package: ```"symfony/console": "~2.8|~3.4",``` Is it possible to update this...

When typing a non-existent tag you need to click on "assign" to have the tag created and assigned. When I click enter nothing happens and the text is being cleared....

After updating MODX to the latest version (2.7.2-pl) I've found that the taggergateway class keeps redirecting my taggergroup page, for example: domain.ext/tag-test/my-tag-alias. This is because the code checks if the...

### Summary Would be nice if we could use lexicons for element descriptions, think of: - TV title - TV description - TV options (for select list) - Template names...

feature
area-lexicons