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 It allow to keep current selected tab on store switch, and to keep current category and current store on refresh in categories management. It prevents to add a...

enhancement
Component: Catalog
Template : admin
Component: Adminhtml
Component: Bundle
translations
JavaScript

### Description (*) @fballiano tried to install this with composer, but it didnt work because of php version conflicts or it does not fit to OM code anymore. Updated OM...

Component: Core
Component: lib/*
composer
PHP 8

Go to **Backend > Catalog > Manage Products** and edit any product. After the product editing page is loaded press the [Save and Continue Edit] button and do not move...

waiting for feedback
needs investigation

### Description (*) https://github.com/OpenMage/magento-lts/discussions/2402 ### Contribution checklist (*) - [x] Pull request has a meaningful description of its purpose - [x] All commits are accompanied by meaningful commit messages -...

documentation
environment
Component: Core
composer

Since there are new commits since https://github.com/OpenMage/magento-lts/pull/2370 we need another forward port PR before the next release

documentation
environment
Component: Core
Component: Catalog
Component: lib/Varien
Component: Usa
Component: Adminhtml
Component: Api
Component: Admin
Component: lib/*
phpstan

This PR is the start of the migration of 3rd party modules to composer dependencies. This PR continues from https://github.com/OpenMage/magento-lts/pull/2138 which I couldn't rebase from 20.0. Notes: - Zend Framework...

Component: Core
Mage.php
Component: Cm/RedisSession
Component: lib/*
composer

`cron.php` scripts hides some errors redirecting output to /dev/null, it should be avoided since it caused issue https://github.com/OpenMage/magento-lts/issues/1675 In the meanwhile I added a check for the availability of the...

The new openmage backend theme is good, openmage needed something more moderns compared to the legacy backend theme. I still couldn't use it for my customers because I think the...

Template : admin
Component: Adminhtml

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

performance
Component: Core

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

Component: Api