DataKick

Results 144 comments of DataKick

I agree, backup system should indeed backup data exactly as they are in database, and not perform any unnecessary optimization and transformations.

Yes, this is unfortunate. The module main file is sometimes included, and module instantiated, even when it's not installed. For example, this can happen when system generates config.xml (it needs...

Also, due to new way how PHP8 parses files, it can raise warnings even if the code is not executed. So, warnings can be displayed simply by loading php file...

Can you please tell me what was (case sensitive): 1) module dir name 2) main module php file name 3) Value of `$module->name` property Were they all the same `iCredit`,...

These attribute impacts would have to be set per product. It would not work properly otherwise, especially with different class of products sharing the same attributes. For example, I can...

webp was never supported as source product image format. Webp functionality only allows generating image variants in webp format, from source jpg file. Recently, we have also allowed uploading webp...

We should definitely support webp as a source file. However, we should first remove hardcoded dependency on .jpg files, mostly from back office. And also implement fallback mechanism if somebody...

Implemented as part of recent image rewrite

That would be nice enhancement. There could be some button directly on product admin page, or some product/format selection in image regeneration page. On a related note: prestashop / thirtybees...