Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Deprecation errors are not suppressed anymore (#3102)" #3176

Closed
wants to merge 683 commits into from
Closed

Revert "Deprecation errors are not suppressed anymore (#3102)" #3176

wants to merge 683 commits into from

Conversation

sreichel
Copy link
Contributor

Description (*)

This reverts commit 400c85a.

DEVELOPER_MODE is turned on to see exceptions, but i really dont want to see "Deprecated functionality:" errors for common actions.

Related Pull Requests

  1. See Deprecation errors are not suppressed anymore #3102

Manual testing scenarios (*)

  1. php 8.1
  2. admin -> customer ->select a customer
Deprecated functionality: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated  in /var/www/html/app/design/adminhtml/default/default/template/widget/tabs.phtml on line 29

#0 [internal function]: mageCoreErrorHandler(8192, 'preg_match(): P...', '/var/www/html/a...', 29)
#1 /var/www/html/app/design/adminhtml/default/default/template/widget/tabs.phtml(29): preg_match('/\\s?ajax\\s?/', NULL)
#2 /var/www/html/app/code/core/Mage/Core/Block/Template.php(251): include('/var/www/html/a...')
#3 /var/www/html/app/code/core/Mage/Core/Block/Template.php(288): Mage_Core_Block_Template->fetchView('adminhtml/defau...')

Questions or comments

Should be removed in next when php81+ is battle tested?

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All automated tests passed successfully (all builds are green)
  • Add yourself to contributors list

sreichel and others added 30 commits December 22, 2022 22:07
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34 to 35.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v34...v35)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabrizio Balliano <fabrizio.balliano@gmail.com>
Bumps [symfonycorp/security-checker-action](https://github.com/symfonycorp/security-checker-action) from 4 to 5.
- [Release notes](https://github.com/symfonycorp/security-checker-action/releases)
- [Commits](symfonycorp/security-checker-action@v4...v5)

---
updated-dependencies:
- dependency-name: symfonycorp/security-checker-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/EnricoMi/publish-unit-test-result-action) from 1.6 to 1.40.
- [Release notes](https://github.com/EnricoMi/publish-unit-test-result-action/releases)
- [Commits](EnricoMi/publish-unit-test-result-action@v1.6...v1.40)

---
updated-dependencies:
- dependency-name: EnricoMi/publish-unit-test-result-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pelago/emogrifier](https://github.com/MyIntervals/emogrifier) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/MyIntervals/emogrifier/releases)
- [Changelog](https://github.com/MyIntervals/emogrifier/blob/main/CHANGELOG.md)
- [Commits](MyIntervals/emogrifier@v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: pelago/emogrifier
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Added shell to checks

* Minor update

- short array
- phpdocs

* Minor update

- short array
- phpdocs

* Updated phpstan.dist.baseline.neon

* Updated labeler.yml
…20.1.x) (#2851)

* Added notes about 19.5 and 20.1 in README

* Removed note for mcrypt

It was removed from PHP7.2

* Moved versioning section

* Updated requirements

* Updated badges

* No need for the "unofficial" word

* Added note about gpatch

* Typo

Co-authored-by: Sven Reichel <github-sr@hotmail.com>
@github-actions github-actions bot added Component: Bundle Relates to Mage_Bundle Component: Captcha Relates to Mage_Captcha Component: Catalog Relates to Mage_Catalog Component: CatalogInventory Relates to Mage_CatalogInventory Component: CatalogRule Relates to Mage_CatalogRule Component: CatalogIndex Relates to Mage_CatalogIndex Component: CatalogSearch Relates to Mage_CatalogSearch Component: Centinel Relates to Mage_Centinel Component: Checkout Relates to Mage_Checkout Component: Cm/RedisSession Relates to Cm_RedisSession Component: Cms Relates to Mage_Cms Component: ConfigurableSwatches Relates to Mage_ConfigurableSwatches Component: Contacts Relates to Mage_Contacts Component: Cron Relates to Mage_Cron Component: CurrencySymbol Relates to Mage_CurrencySymbol Component: Customer Relates to Mage_Customer Component: Dataflow Relates to Mage_Dataflow Component: Directory Relates to Mage_Directory ddev environment htaccess Mage.php Relates to app/Mage.php php-cs-fixer phpcs phpstan PHPStorm phpunit labels Apr 20, 2023
@sreichel sreichel deleted the revert-3102 branch May 4, 2023 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Admin Relates to Mage_Admin Component: Adminhtml Relates to Mage_Adminhtml Component: AdminNotification Relates to Mage_AdminNotification Component: Api PageRelates to Mage_Api Component: Api2 Relates to Mage_Api2 Component: Authorizenet Relates to Mage_Authorizenet Component: Backup Relates to Mage_Backup Component: Bundle Relates to Mage_Bundle Component: Captcha Relates to Mage_Captcha Component: Catalog Relates to Mage_Catalog Component: CatalogIndex Relates to Mage_CatalogIndex Component: CatalogInventory Relates to Mage_CatalogInventory Component: CatalogRule Relates to Mage_CatalogRule Component: CatalogSearch Relates to Mage_CatalogSearch Component: Centinel Relates to Mage_Centinel Component: Checkout Relates to Mage_Checkout Component: Cm/RedisSession Relates to Cm_RedisSession Component: Cms Relates to Mage_Cms Component: ConfigurableSwatches Relates to Mage_ConfigurableSwatches Component: Contacts Relates to Mage_Contacts Component: Core Relates to Mage_Core Component: Cron Relates to Mage_Cron Component: CurrencySymbol Relates to Mage_CurrencySymbol Component: Customer Relates to Mage_Customer Component: Dataflow Relates to Mage_Dataflow Component: Directory Relates to Mage_Directory ddev documentation Don't forget this PR environment htaccess Mage.php Relates to app/Mage.php php-cs-fixer phpcs phpstan PHPStorm phpunit
Projects
None yet
Development

Successfully merging this pull request may close these issues.