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 (*) The `spl_autoload_register` function takes a third parameter called `$prepend`, this parameter was being used by Composer for its autoloader to take priority over any other registered autoloaders....

composer

This PR adds a native method to make use of [Import Maps](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap) in OpenMage. Import maps are [very well supported](https://caniuse.com/import-maps) by now (not IE11) and allow one to use modern...

Component: Core
Component: Page

I'm not sure what part of my git config is causing this but git will not let me ignore these files.. ![image](https://github.com/OpenMage/magento-lts/assets/38738/a9cf2b95-e247-485d-aede-3690dcdd7c99) If I use e.g. `git reset --hard HEAD`...

This new version of PHPStan introduces quite some errors (45) in our codebase, this PR tries to fix them. The ones that I left unsolved are quite mysterious to me

Component: PayPal
Component: Core
Component: Catalog
Component: lib/Varien
Component: Sales
Component: Adminhtml
Component: Downloadable
Component: Bundle
Component: CatalogIndex
Component: lib/*
composer
PHPStorm

### Preconditions (*) 1. OpenMage 20.7.0 ### Steps to reproduce (*) 1. Open the Static Block creation page 2. Go to the editor and load an image. A PNG with...

bug

### Description (*) We came across an alarming issue when dealing with bundled products. Seemingly randomly, some orders were getting double the child items shipped even though there was only...

Component: Sales

Fixes https://github.com/OpenMage/magento-lts/pull/3976#issuecomment-2125203784 It was impossible to select a "free method" for UPS shipping method

Template : admin
Component: Usa
Component: Adminhtml

### Preconditions (*) 1. 20.7.0 ### Steps to reproduce (*) 1. Login to Magento LTS Admin, click on Clicking here inside the alert box and getting Orphaned Role Resources empty...

bug

### Description (*) Like https://github.com/OpenMage/magento-lts/pull/2713 add possibility to edit product in place in Associated Products of Grouped Product ![demo](https://github.com/OpenMage/magento-lts/assets/5071467/37ce7da4-e693-4a90-b1be-82eb1f30c896) ### Related Pull Requests ### Fixed Issues (if relevant) ### Manual...

Component: Adminhtml

### Description (*) The functions that merge CSS and JS files generate a file name based on criteria that are not optimal for caching. In fact, if you always merge...