magento-lts
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,...
### 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...
- 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...
- fixed errors (https://github.com/OpenMage/magento-lts/actions/runs/10537664925/job/29199341410) - updated workflow to fail on error
CodeQL runs two times. 1. within CI-workflow 2. on push/PR (not needed) See https://github.com/OpenMage/magento-lts/actions
- added new methods to not have initialize class manually - added missing docblocs + copyright header - updated/unified some docblock Better name for that method?
- https://github.com/OpenMage/dev-copyright/blob/main/src/shell/update-copyright.php
Mostly DocBlock updates. With arround minus 100 baselined lines per PR only 40 PRs left ... lol.
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...
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,...