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

Prevent a warning in activated developer mode when 'plugins' is no array #995

Merged
merged 1 commit into from
Jan 26, 2015

Conversation

airbone42
Copy link

This exists also in Magento 1. A backport would be nice.

antonmakarenko pushed a commit that referenced this pull request Jan 26, 2015
Prevent a warning in activated developer mode when 'plugins' is no array
@antonmakarenko antonmakarenko merged commit 1803026 into magento:develop Jan 26, 2015
@antonmakarenko
Copy link

Thank you. Merged. (internal ref MAGETWO-33227)

@antonmakarenko antonmakarenko self-assigned this Jan 27, 2015
vpelipenko added a commit that referenced this pull request Jan 30, 2015
[GITHUB] Prevent a warning in activated developer mode when 'plugins' is no array #995
magento-team added a commit to abeeskau/magento2-community-edition that referenced this pull request Feb 7, 2015
* Various improvements:
    * Implemented caching for WebAPI configuration
    * Improved tests coverage of the CurrencySymbol module
    * Table catalogsearch_fulltext is setting up with ENGINE=InnoDB
    * Improved unit test coverage of the Catalog related functionality
    * Optimized JS dependencies
    * Refactored controller actions in the Sales module
    * Refactored controller actions in the Customer module
    * Removed the assertion for the exact number of attributes in API-functional tests for customer metadata.
    * Refactored API code for the CheckoutAgreements module
    * Refactored API code for the GiftMessage module
    * Refactored API for the Checkout module
* Fixed bugs:
    * Fixed an where issue were WebAPI generated the wrong WSDL
    * Fixed an issue where Catalog, Checkout, Customer API ACLs did not support AJAX use case(s)
    * Fixed an issue where SOAP tests failed after upgrading to ZF 1.12.9
    * Fixed an issue where the 'There is no data for export' message was displayed permanently after invalid search
    * Fixed an issue where there was no ability to set category position during creation it
    * Fixed a CSS issue where certain images were absent on banners ()
    * Fixed an issue where the 'Date Of Birth' value was i reset to current date on the customer form)
    * Fixed an issue where the behavior of the "Terms and Conditions" validation on multiple address checkout was different from the one for the onepage checkout
    * Fixed an issue where it was impossible to checkout with multiple addresses
    * Fixed an issue where the 'This is a required field ' message was not displayed for "Terms and Conditions" if the latter  was not selected
* GitHub Requests:
    * [#963](magento/magento2#963) -- Default Accept header
    * [#995](magento/magento2#995) -- Prevent a warning in activated developer mode when 'plugins' is no array
    * [#866](magento/magento2#866) -- Configurable product attribute scope
    * [#965](magento/magento2#965) -- extra tests for current interception behavior
* Service Contracts:
    * The Downloadable module basic implementation
* Framework improvements:
    * Refactored and covered with tests the classes with high CRAP value (>50)
    * Moved Theme Management changes, Design changes, Design\Backend modules, and Observer components from the Core module to the Theme module
    * Moved Debug Hints models from the Core module to the newly added Developer module
    * Moved URL components, Factory, and EntityFactory from the Core module to the Magento Framework
* UI improvements:
    * Compressed and resized images
    * Added new base styles for the Admin re-design
    * Added the WAI-ARIA attributes are to the Search Autocomplete on the storefront
    * Added visual style for the 'skip to content' attribute on the storefront
    * Fixed the style of persistent login messages on the storefront for all themes
    * Fixed the style of scrolling for Categories with long names in the Admin
    * Fixed the "css/print.css" file path on the storefront pages for all themes
* Tests improvements:
    * Converted all fixtures/repositories for functional tests to .xml files
    * Improved interaction between webdriver and the new Magento JS forms
    * Increased unit and integration tests coverage
magento-team added a commit to abeeskau/magento2-community-edition that referenced this pull request Feb 9, 2015
* Various improvements:
    * Implemented caching for WebAPI configuration
    * Improved tests coverage of the CurrencySymbol module
    * Table catalogsearch_fulltext is setting up with ENGINE=InnoDB
    * Improved unit test coverage of the Catalog related functionality
    * Optimized JS dependencies
    * Refactored controller actions in the Sales module
    * Refactored controller actions in the Customer module
    * Removed the assertion for the exact number of attributes in API-functional tests for customer metadata.
    * Refactored API code for the CheckoutAgreements module
    * Refactored API code for the GiftMessage module
    * Refactored API for the Checkout module
* Fixed bugs:
    * Fixed an where issue were WebAPI generated the wrong WSDL
    * Fixed an issue where Catalog, Checkout, Customer API ACLs did not support AJAX use case(s)
    * Fixed an issue where SOAP tests failed after upgrading to ZF 1.12.9
    * Fixed an issue where the 'There is no data for export' message was displayed permanently after invalid search
    * Fixed an issue where there was no ability to set category position during creation it
    * Fixed a CSS issue where certain images were absent on banners ()
    * Fixed an issue where the 'Date Of Birth' value was i reset to current date on the customer form)
    * Fixed an issue where the behavior of the "Terms and Conditions" validation on multiple address checkout was different from the one for the onepage checkout
    * Fixed an issue where it was impossible to checkout with multiple addresses
    * Fixed an issue where the 'This is a required field ' message was not displayed for "Terms and Conditions" if the latter  was not selected
* GitHub Requests:
    * [#963](magento/magento2#963) -- Default Accept header
    * [#995](magento/magento2#995) -- Prevent a warning in activated developer mode when 'plugins' is no array
    * [#866](magento/magento2#866) -- Configurable product attribute scope
    * [#965](magento/magento2#965) -- extra tests for current interception behavior
* Service Contracts:
    * The Downloadable module basic implementation
* Framework improvements:
    * Refactored and covered with tests the classes with high CRAP value (>50)
    * Moved Theme Management changes, Design changes, Design\Backend modules, and Observer components from the Core module to the Theme module
    * Moved Debug Hints models from the Core module to the newly added Developer module
    * Moved URL components, Factory, and EntityFactory from the Core module to the Magento Framework
* UI improvements:
    * Compressed and resized images
    * Added new base styles for the Admin re-design
    * Added the WAI-ARIA attributes are to the Search Autocomplete on the storefront
    * Added visual style for the 'skip to content' attribute on the storefront
    * Fixed the style of persistent login messages on the storefront for all themes
    * Fixed the style of scrolling for Categories with long names in the Admin
    * Fixed the "css/print.css" file path on the storefront pages for all themes
* Tests improvements:
    * Converted all fixtures/repositories for functional tests to .xml files
    * Improved interaction between webdriver and the new Magento JS forms
    * Increased unit and integration tests coverage
magento-team pushed a commit that referenced this pull request Apr 4, 2017
Fixed issues:
- MAGETWO-66736 Asymmetric transaction rollback error during stores importing
- MAGETWO-66672 Impossible generate fixture if store_groups>1
- MAGETWO-61431 [GitHub] CLI issue with bin/magento and exit codes for failure #7576
magento-team pushed a commit that referenced this pull request Dec 13, 2017
…ultiple di.xml-… #995

 - Merge Pull Request magento-engcom/magento2ce#995 from serhii-balko/magento2:github-8647
 - Merged commits:
   1. 3620313
   2. cf7477a
magento-team pushed a commit that referenced this pull request Dec 13, 2017
magento-team pushed a commit that referenced this pull request Dec 13, 2017
[EngCom] Public Pull Requests - 2.2-develop
 - MAGETWO-85583: #12378: Regions list in Directory module for India #1007
 - MAGETWO-85580: Fixes #12660 invalid parameter configuration provided for argument #12661
 - MAGETWO-85534: #8647: [GitHub] Order of how arguments are merged in multiple di.xml-… #995
 - MAGETWO-84370: 11946: Layer navigation showing wrong product count #12063
Fixed issues:
 - #12378 Regions list in Directory module for India
 - #12452 ACL permissions issue
 - #12660 Invalid parameter configuration provided for $block argument upon no ACL permissions to the block
 - #8647 Order of how arguments are merged in multiple di.xml-files causes unexpected results
 - #11946 Layer navigation showing wrong product count
fe-lix- pushed a commit to fe-lix-/magento2 that referenced this pull request Apr 29, 2018
magento-engcom-team added a commit that referenced this pull request Oct 13, 2019
 - Merge Pull Request magento/graphql-ce#995 from magento/graphql-ce:985-remove-unnecessary-exceptions
 - Merged commits:
   1. cde217a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants