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

update BREAKING_CHANGES.markdown and add some new migrators #240

Open
JoyeLuo opened this issue Apr 10, 2017 · 2 comments
Open

update BREAKING_CHANGES.markdown and add some new migrators #240

JoyeLuo opened this issue Apr 10, 2017 · 2 comments
Milestone

Comments

@JoyeLuo
Copy link

JoyeLuo commented Apr 10, 2017

Some new migrators:
[migrator] 1.Deprecated the liferay-ui:captcha Tag and Replaced with liferay-captcha:captcha
[migrator] 2.Moved Shopping File Uploads Portlet Properties to OSGi Configuration
[migrator] 3. Moved the Expando Custom Field Tags to liferay-expando Taglib []
[migrator] 4.Plugins and templates that are using the aforementioned tags must update their
usage of the tag.
[migrator] 5.Moved Journal File Uploads Portlet Properties to OSGi Configuration []
[migrator] 6.Deprecated the aui:tool Tag with No Direct Replacement []

Some code changes:
1.- com.liferay.portletcom.liferay.kernel.portlet changed to - com.liferay.portletcom.liferay.portal.kernel.portlet
2. hasUpdateLogoPermission='<%= UsersAdminUtil.hasUpdateFieldPermission(permissionChecker, null, selUser, "portrait") %>' changed to hasUpdateLogoPermission='<%= UsersAdminUtil.hasUpdateFieldPermission(selUser, "portrait") %>'
3. some code in LPS-60995

@gamerson gamerson added this to the 3.1 milestone Apr 10, 2017
@gamerson
Copy link
Owner

gamerson commented Apr 10, 2017 via email

@JoyeLuo
Copy link
Author

JoyeLuo commented Apr 11, 2017

ok, got it. https://issues.liferay.com/browse/IDE-3191

gamerson pushed a commit that referenced this issue Jun 4, 2024
BLADE-694 Rename parameter '--product' as '--liferay-product'
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

No branches or pull requests

2 participants