magento-lts
magento-lts copied to clipboard
Official OpenMage LTS codebase | Migrate easily from Magento Community Edition in minutes! Download the source code for free or contribute to OpenMage LTS | Security vulnerability patches, bug fixes,...
### Description (*) Check template files with phpstan. - started with +16k errors - made some regex replacements - baseline 11k errors Yeah, 11k baseline is not nice, but that...
### Steps to reproduce (*) 1. disable a module in its `etc/modules/` file 2. go to admin - config - advanced ### Expected result (*) 1. disabled module should not...
CatalogIndex/Model/Data/Grouped.php method getFinalPrice() should not return false to be compatible firth parent method.
### Description (*) ... as suggested in related pull request. - added new multi-select to config (see Catalog -> Configurable Swatches) - added install script to not change anything for...
### Description (*) Thats an old idea to unify this, but thanks to @tmewes who brought it up. Ref: - https://github.com/MahoCommerce/maho/pull/35 Instead of changing to `=== null` i used `is_null()`....
Mentioned PR was only appled to default theme, but not to RWD. ### Related Pull Requests 1. See OpenMage/magento-lts#283
### Description (*) Ref https://github.com/OpenMage/magento-lts/pull/1209#issuecomment-2345295441, where I was trying to make use of the [nginx config for admin](https://github.com/OpenMage/magento-lts/blob/main/dev/openmage/nginx-admin.conf) without the use of caddy. For this, I needed the ability to...
### Description (*) For "next"-branch @fballiano made some great changes. - removing prototype.js - removing outdate stuff like "decorate_tables" - ... IMHO it woud have been better to create a...
### Preconditions (*) 1. should be all versions 2. ### Steps to reproduce (*) 1. have Mage_Giftmessage be disabled via etc/modules 2. Open an existing Sales/Order ### Expected result (*)...
Also did some tests ... - not working if DB value exists - Mage::getStoreConfig() does not work - store config with overriden values should not have set "use default" -...