-
-
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
Remove legacy media uploader / editor remnants #2434
Conversation
This pull request fixes 7 alerts when merging a4820fe into 71998f5 - view on LGTM.com fixed alerts:
|
I was about to write you about FABridge :-D |
This pull request fixes 16 alerts when merging 9bfadb7 into 71998f5 - view on LGTM.com fixed alerts:
|
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.
tested and found no problems, there's nothing about those 2 controllers anywhere in the code and the uploads still work
9bfadb7
to
13bd371
Compare
This pull request fixes 16 alerts when merging 13bd371 into 5aece6d - view on LGTM.com fixed alerts:
|
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 like this idea!
13bd371
to
f4affde
Compare
Fixed conflicts |
Description (*)
Removed a few javascript files related to
lib/flex
which was previously removed in #2271However I also removed some blocks, controllers, and phtml files which seem like they are not used anywhere.
Maybe the only removal I'm not sure about is
app/code/core/Mage/Adminhtml/Block/Media/Uploader.php
because maybe some extension adds this block to a layout.The two controllers seem useless.
https://store.example.com/index.php/admin/media_uploader
https://store.example.com/index.php/admin/media_editor
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
This is a draft because I think it needs to be tested by others before merging.Edit: Marked ready for review, although let's please still test it. It seems fine for me, but maybe someone else knows if those controllers I deleted were ever used. I honestly don't think they were anymore and are just cruft.Contribution checklist (*)