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 (*) We can save a config value by ```php Mage::getConfig()->saveConfig($path, $newValue); ``` However, if cache is enabled, after saving `$newValue`, the following will return the old value: ```php...

Component: Core

- This option pass to Zend_Db_Adapter_Pdo_Abstract (parent of Mage_Core_Model_Resource_Type_Db_Pdo_Mysql) when init new PDO - `SET NAMES utf8` might be there as a workaround for php < 5.3.6 but should not...

- [x] merged phpunit and sonar, to not run tests twice - [x] added tests to php-cs-fixer/phpcs checks - [x] added tests to phpstan (passing Level 9) - [x] updated...

environment
composer
phpstan
phpcs
php-cs-fixer
phpunit
ddev

- fixed errors (https://github.com/OpenMage/magento-lts/actions/runs/10537664925/job/29199341410) - updated workflow to fail on error

environment
Component: Core
Component: Catalog
Component: Oauth
phpcs

CodeQL runs two times. 1. within CI-workflow 2. on push/PR (not needed) See https://github.com/OpenMage/magento-lts/actions

environment

- added new methods to not have initialize class manually - added missing docblocs + copyright header - updated/unified some docblock Better name for that method?

Component: Core
Component: Adminhtml
Mage.php
Component: Page

- https://github.com/OpenMage/dev-copyright/blob/main/src/shell/update-copyright.php

Component: PayPal
Component: Core
Component: Catalog
Template : admin
Component: Cms
Component: Reports
Component: CatalogInventory
Component: Checkout
Component: lib/Varien
Component: Sales
Component: Usa
Component: Customer
Component: Eav
Template : rwd
Template : base
Component: Adminhtml
Mage.php
Component: Page
Component: Api
Component: Contacts
Component: CurrencySymbol
Component: Admin
Component: SalesRule
Component: Wishlist
Component: Widget
Component: Tax
Component: Shipping
Component: Rule
Component: Review
Component: Payment
Component: Oauth
Component: Newsletter
Component: Downloadable
Component: Bundle
Component: CatalogIndex
Component: Api2
Component: Sendfriend
Component: Log
Component: ImportExport
Component: Directory
Component: ConfigurableSwatches
Component: CatalogSearch
Component: Dataflow
Component: Install
Template : install
Component: Uploader
Component: Rss
Component: lib/*
errors
JavaScript
XML Layout

Mostly DocBlock updates. With arround minus 100 baselined lines per PR only 40 PRs left ... lol.

Component: Core
Component: Cms
Component: lib/Varien
Component: Tag
Component: lib/*
phpstan

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.11.7 to 1.11.11. Release notes Sourced from phpstan/phpstan's releases. 1.11.11 Improvements πŸ”§ Narrow arrays in union based on count() with smaller/greater operator (#3324), #11480, thanks @​staabm! PHPStanDiagnoseExtension...

composer
dependencies
php
PATCH

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 45. Release notes Sourced from tj-actions/changed-files's releases. v45 Changes in v45.0.0 πŸ”₯πŸ”₯ BREAKING CHANGE πŸ”₯πŸ”₯ With changes detected using GitHub's API setting output_renamed_files_as_deleted_and_added to true,...

environment
dependencies
github_actions
MAJOR