-
-
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
Removed "admin routing compatibility mode" for extensions #1551
Conversation
would it be possible to also delete the admin/security/extensions_compatibility_mode entry from core_config_data? |
is there a specific reason for this @fballiano? I ask, because this would break the ability to roll back to the previous version, while I not see a great advantage in return. |
mmm I thought about not leaving an orphan record that will never be used again but yes, the rollback possibility is probably worth leaving it there :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd not remove that code, but set default value to 0 in config.xml (and update README with link to information what this is about).
... and change branch to v19
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this one should be merged as-is in next
I'm not very familiar with the old way of defining admin routing, but I did some searching within the codebase and it seems that magento-lts/app/code/core/Mage/Adminhtml/etc/config.xml Lines 82 to 90 in 7f73fa5
|
I think that for Mage_Adminhtml it's normal and not a problem. |
I've re-tested this PR today and all of the backend works fine, @elidrissidev do you still have doubts about it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 for security.
great, I'll wait a bit more and then merge it, it's in |
LGTM |
oki then :-) |
This one needs a note in the README file. |
@addison74 I'll add it manually in half an hour |
@addison74 done in 5655b4b |
Very good, don't let anyone say that the modification was not made public ... |
Description
After #1470, this PR remove Admin routing compatibility mode for extensions.
Yes, it can break some old modules 💥 .
Contribution checklist