-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Added some event-prefixes, ref #249 #423
Conversation
sreichel
commented
Jan 9, 2018
- fixes wrong EAV prefixes from [DRAFT] Added some event prefixes, see #92 #249
- removed block prefixes (wasnt complete)
Note, while this is a good change it does have some potential to break stuff for people who were using the Here is an idea.. Add a migration script which checks the config for any observers of the core_abstract prefixed events and if they exist then add an admin notification. |
For model save/delete using Closed till migration script is ready. |
Please don't get discouraged on this task. I think this is a highly useful PR and we all want to get it merged once it's ready. |
No worries, but @colinmollenhour is jut right. I'll reopen soon ;) |
Time to re-open :) @colinmollenhour ... some time to add this? |
Rebased. Btw ... sorry for not doing so much reviews/tests. I want to finish what i've started ... full IDE-support, make phpstan work ... no complaints from phpcs ... |
# Conflicts: # app/code/core/Mage/Api2/Model/Acl/Filter/Attribute.php # app/code/core/Mage/Api2/Model/Acl/Global/Role.php # app/code/core/Mage/Api2/Model/Acl/Global/Rule.php # app/code/core/Mage/Bundle/Model/Option.php # app/code/core/Mage/Bundle/Model/Selection.php # app/code/core/Mage/Catalog/Model/Product/Option.php # app/code/core/Mage/Catalog/Model/Product/Type/Configurable/Attribute.php # app/code/core/Mage/Customer/Model/Resource/Address/Collection.php # app/code/core/Mage/Customer/Model/Resource/Customer/Collection.php # app/code/core/Mage/Downloadable/Model/Link.php # app/code/core/Mage/Eav/Model/Entity/Attribute/Group.php # app/code/core/Mage/Eav/Model/Entity/Store.php # app/code/core/Mage/Eav/Model/Entity/Type.php # app/code/core/Mage/Oauth/Model/Consumer.php # app/code/core/Mage/Reports/Model/Product/Index/Compared.php # app/code/core/Mage/Review/Model/Review/Summary.php # app/code/core/Mage/Sales/Model/Entity/Order/Address/Collection.php # app/code/core/Mage/Sales/Model/Entity/Order/Status/History/Collection.php # app/code/core/Mage/Sales/Model/Order/Creditmemo/Comment.php # app/code/core/Mage/Sales/Model/Order/Invoice/Comment.php # app/code/core/Mage/Sales/Model/Order/Shipment/Comment.php # app/code/core/Mage/Sales/Model/Quote/Item/Option.php # app/code/core/Mage/Tag/Model/Tag/Relation.php # app/code/core/Mage/Tax/Model/Calculation.php # app/code/core/Mage/Wishlist/Model/Item/Option.php