Tymoteusz Motylewski

Results 134 comments of Tymoteusz Motylewski

Hi Can you give more context? Eg how the original query looks like and why adding the where constraint on coupon speeds things up. Do you have any numbers before/after...

To prevent security issues around serialization we could: 1) disable serialization for this class 2) make sure unserialization is safe (implementing e.g. __sleep and __wakeup) But to be honest, we...

A little context about potential security issues. The problem is that its not enough to just check if the image has valid image headers/content inside. There were several attacts to...

I'm ok with allowing admin to enable/disable image processing on upload. It should be marked as potentially dangerous with link to security notice. However if a shop owner has different...

fixes: https://github.com/damonsk/onlinewardleymaps/issues/141

@aveevan @mencomcorp for Magento 2 use this fork https://github.com/macopedia/magmi-m2 (branch magento2) The one here is dedicated to Magento 1

this is not the best way to fix it. The root cause is a bug in the` getProp` function which doesn't return default value in case of empty string. around...

you have also changed file permissions. please dont.

The question is whether it's always true, or only in German context?

This patch also fixed division by zero issue.