Fabrizio Balliano
Fabrizio Balliano
This PR seems to be a big performance improvement for multiwebsite setups. @luigifab and me, while debugging some performance issues about the "addtocart" feature, discovered that "website based configs" seems...
This PR adds support for JSON RPC protocol for API calls. - The endpoint for API calls is https://openmagehost/api/jsonrpc - It uses the same username/roles you'd use for SOAP -...
Since in the future I hope OpenMage moves some of its code (coming from external projects, like `Cm_RedisSession`, `Cm_Cache_Backend_Redis`, `Pelago_Emogrifier`, Zend `Framework`) outside of its repo (for delegation of responsibility...
All of the PHPStan workflows and the Sonar workflow do a "composer install" so (if I'm not mistaken) the "composer build" workflow should be redundant and we could spare some...
Hi everybody, I'm trying to use openmage 20.0.7 on a digitalocean stack composed by: - a frontend server for apache/php - a managed mysql8 DB cluster (this is a specific...
Hi, I'm upgrading to 1.9.1 (on M2.2.6 CE) but, when running setup:upgrade I get this error: PHP Fatal error: Declaration of EthanYehuda\CronjobManager\Api\ScheduleManagementInterface\Proxy::execute(int $scheduleId) must be compatible with EthanYehuda\CronjobManager\Api\ScheduleManagementInterface::execute(int $scheduleId): bool...
At some resolutions the toolbar is shown with the pager on a new row: So I decided to do a bit of a cleanup of that part of the CSS,...
Cherry picking from https://github.com/OpenMage/magento-lts/compare/v19.4.18...1.9.4.x and fixing conflicts
We're talking about the "images tab" of the product management page: The complete problem explanation and testing scenario is explained in issue https://github.com/OpenMage/magento-lts/issues/685 It wasn't easy to fix, I worked...
Try to create a new order from backend, select the customer, the store view and the try to "add product", the products shown on the grid that appears should be...