Skip to content
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

Moving yui 2.7.0 to legacy extension #195

Merged
merged 1 commit into from
Jan 7, 2021
Merged

Moving yui 2.7.0 to legacy extension #195

merged 1 commit into from
Jan 7, 2021

Conversation

pkamps
Copy link
Member

@pkamps pkamps commented Jan 6, 2021

There are 3 versions of YUI in the ez code base:

2.7.0 under design/standard
2.8.2 under extension/ezjscore
3.17.2 under extension/ezjscore

YUI 2 is very different to YUI 3 - that's why both libs are installed and used.

The admin UI heavily relies on YUI, so the ezjscore extension is always enabled.

The lib 2.7.0 only have a few files that also exists in the 2.8.2 version. So, if ezjscore is enabled, all YUI2 code is using the 2.8.2 version.

For backwards compatibility, I decided to not delete the 2.7.0 lib but to move it into the legacy_2018 extension.

@peterkeung
Copy link
Member

+1

@pkamps pkamps merged commit f30641a into master Jan 7, 2021
@pkamps pkamps deleted the drop_yui_1 branch January 7, 2021 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants