magento-lts icon indicating copy to clipboard operation
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,...

Results 365 magento-lts issues
Sort by recently updated
recently updated
newest added

### 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...

environment
Component: PayPal
Component: Catalog
Template : admin
Component: Cms
Component: Reports
Component: CatalogInventory
Component: Checkout
Component: Sales
Component: Usa
Component: Customer
Template : rwd
Template : base
Component: Adminhtml
Component: ProductAlert
Component: Page
Component: Api
Component: Captcha
Component: CurrencySymbol
Component: Wishlist
Component: Widget
Component: Tax
Component: Shipping
Component: Persistant
Component: Payment
Component: Oauth
Component: Newsletter
Component: Downloadable
Component: Bundle
Component: Api2
Component: Sendfriend
Component: Media
Component: Directory
Component: CatalogSearch
Component: Authorizenet
Template : install
phpstan

### 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...

bug

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...

Component: Eav
Component: ConfigurableSwatches
translations
phpstan

### 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()`....

Component: PayPal
Component: Core
Component: Catalog
Component: Cms
Component: Reports
Component: CatalogInventory
Component: Checkout
Component: lib/Varien
Component: Sales
Component: Usa
Component: Customer
Component: Eav
Component: lib/Mage
Component: Adminhtml
Mage.php
Component: Page
Component: Api
Component: Cron
Component: Captcha
Component: CatalogRule
Component: Admin
Component: SalesRule
Component: Wishlist
Component: Widget
Component: Tax
Component: Rule
Component: Review
Component: Rating
Component: Payment
Component: Oauth
Component: Newsletter
Component: Index
Component: Downloadable
Component: Bundle
Component: CatalogIndex
Component: Api2
Component: ImportExport
Component: Directory
Component: ConfigurableSwatches
Component: CatalogSearch
Component: Centinel
Component: Dataflow
Component: lib/*
errors
phpstan
php-cs-fixer
Component: lib/Magento

Mentioned PR was only appled to default theme, but not to RWD. ### Related Pull Requests 1. See OpenMage/magento-lts#283

Template : rwd
Component: Persistant
XML Layout

### 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...

security
new feature
Component: Core
Component: Adminhtml
errors

### 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...

Component: PayPal
Component: Catalog
Component: Reports
Component: CatalogInventory
Component: Checkout
Component: Sales
Template : rwd
Component: Page
Component: Contacts
Component: Wishlist
Component: Review
Component: Oauth
Component: Downloadable
Component: Directory
Component: CatalogSearch
XML Layout

### 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 (*)...

bug confirmed
PR requested

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" -...