Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Rewrote js/mage/adminhtml/hash.js using native javascript #3763

Merged
merged 2 commits into from
Feb 11, 2024
Merged

Rewrote js/mage/adminhtml/hash.js using native javascript #3763

merged 2 commits into from
Feb 11, 2024

Conversation

fballiano
Copy link
Contributor

This PR targets next

Nowadays base64 encoding/decoding can be done natively, there's no need for custom javascript code.

This PR rewrites and deprecates encode_base64 and encode_base64 javascript functions.

It also removed wrap76 javascript function that is unused.

@github-actions github-actions bot added Component: Catalog Relates to Mage_Catalog Template : admin Relates to admin template Component: Reports Relates to Mage_Reports Component: Adminhtml Relates to Mage_Adminhtml JavaScript Relates to js/* labels Jan 26, 2024
@fballiano fballiano merged commit 2d94866 into OpenMage:next Feb 11, 2024
1 check passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Component: Adminhtml Relates to Mage_Adminhtml Component: Catalog Relates to Mage_Catalog Component: Reports Relates to Mage_Reports JavaScript Relates to js/* Template : admin Relates to admin template
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants