-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Rename Mage_Core_Block_Abstract::getHelper #25
Comments
We have revised this method and found, that it is a legacy one with no usage in Magento code. So we have removed it at all and fixed the PHPDoc of You can expect the changes to appear in the next publication. Thank you for the notice regarding these methods. |
magento-team
added a commit
that referenced
this issue
Jun 21, 2012
* Implemented locale translation inheritance * Implemented new format for exporting customer data * Added initial Javascript code for globalization and localization * Added initial Javascript unit tests * Implemented file signature for urls of static files - better CDN support * Implemented optional tracking of changes in view files fallback - cached by default, tracked in developer mode * Introduced `@magentoDbIsolation` annotation in integration tests - isolates DB modifications made by tests * Started refactoring of Visual Design Editor Javascript architecture * Github requests: * [#25](#25) Removed unused `Mage_Core_Block_Abstract::getHelper()` method * Fixed: * "$_FILES array is empty" messages in exception log upon installation * Long attribute table aliases, that were producing errors at DB with lower identifier limitation than MySQL * Watermark opacity function did not work with ImageMagick * `Magento_Test_TestCase_ControllerAbstract::assertRedirect` was used in a wrong way * Inability to reorder a downloadable product * ACL tables aliases interference with other table aliases * Several tests are made incomplete temporary, appropriate bugs to be fixed in the nearest future
Closed
Closed
Closed
ghost
mentioned this issue
May 26, 2015
5 tasks
4 tasks
4 tasks
5 tasks
5 tasks
5 tasks
ghost
mentioned this issue
Aug 10, 2022
5 tasks
ghost
mentioned this issue
Aug 19, 2022
5 tasks
5 tasks
5 tasks
Closed
5 tasks
This was referenced Feb 17, 2023
5 tasks
Open
5 tasks
5 tasks
5 tasks
5 tasks
5 tasks
5 tasks
5 tasks
5 tasks
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mage_Core_Block_Abstract::getHelper should be renamed because it's not intuitively that this method returns a singleton block instance and by other hand Mage_Core_Block_Abstract::helper returns a singleton instance of helper.
The text was updated successfully, but these errors were encountered: