Marcus Döllerer

Results 5 issues of Marcus Döllerer

Updated: Missing methods in the following interfaces: `ApplicationInterface` - getDataDir() - search() `HttpServletRequestInterface` - setAttribute() - getUserPrincipal() - logout() `HttpSessionInterface` - removeData() - putData() - hasKey()

The RemoteProxyGenerator is creating invalid method signatures for arrays as default value: 1) In associative arrays, keys are not being quoted 2) Values are also just being printed out which...

Importing a file with DOS-style CRLF line endings leads to unexpected behaviour. For example when importing attribute sets this leads to only the first row being imported and the attribute_set_code...

bug

The validation of categories in the product import should be more specific and provide meaningful error messages. For example importing a row containting a single forward slash `/` as value...

enhancement
help wanted

PAC-96 introduced a new option which allows overriding already existing images. In order to stay backwards compabile, new methods and attributes were made private in `src/Subjects/FileUploadTrait.php`. These should be either...

refactoring