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 I found this great tool: [php-short-array-syntax-converter](https://github.com/thomasbachem/php-short-array-syntax-converter) So I converted to short array syntax some directories with: ``` find app/ dev/ errors/ shell/ lib/Varien/ lib/Magento/ lib/Mage/ lib/Zend/ lib/Unserialize/ ./*.php...

environment

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

environment

### Description (*) The `Error_Processor` class in `errors/processor.php` is an old component (last significant changes are from 2016). With this PR I want to give the class a basic refactor...

errors

### Description (*) Some phpstan/docblock fixes ... ### Contribution checklist (*) - [x] Pull request has a meaningful description of its purpose - [x] All commits are accompanied by meaningful...

environment
Component: Core
Component: Catalog
Component: Cms
Component: Sales
Component: Adminhtml
Component: Widget
Component: Review
Component: Downloadable
Component: ImportExport
phpstan

### Preconditions (*) 1. OM 19.4.17 2. new admin theme ### Steps to reproduce (*) 1. got to catalog price rules ### Expected result (*) ![grid2](https://user-images.githubusercontent.com/5022236/183807754-22627909-0d9d-471a-8418-434dfe4a554a.PNG) ### Actual result (*)...

bug

### Description (*) Remove unused variables. ### Contribution checklist (*) - [x] Pull request has a meaningful description of its purpose - [x] All commits are accompanied by meaningful commit...

Cleanup: Code style
Component: PayPal
Component: Core
Component: Catalog
Component: Cms
Component: Reports
Component: CatalogInventory
Component: Checkout
Component: AdminNotification
Component: Sales
Component: Usa
Component: Customer
Component: Eav
Component: Adminhtml
Component: Page
Component: CatalogRule
Component: SalesRule
Component: Widget
Component: Weee
Component: Tax
Component: Rule
Component: Review
Component: Payment
Component: Oauth
Component: Downloadable
Component: Bundle
Component: CatalogIndex
Component: Api2
Component: Media
Component: Log
Component: ImportExport
Component: Directory
Component: CatalogSearch
Component: Backup
Component: Centinel
Component: Dataflow
Component: Install
Component: Uploader
Component: Rss
Component: Paygate

### Summary (*) composer.lock depends on php version and we all run different setups, Does it make sense to have it in the repo? ### Examples (*) Current composer.lock seems...

### Description (*) **The goal of this PR is to optimize url rewrite performance for big catalogs.** Use of the 'like' operator in sql queries can generate particularly long execution...

performance
url rewrites
Component: Catalog

### Description (*) 1. I fixed issues when it was set not to use „Categories Path for Product URLs” (product_use_categories) in configuration (Catalog → Catalog → Search Engine Optimizations) and...

performance
Component: Catalog
Component: Adminhtml

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

environment