You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.portlet → com.liferay.kernel.portlet changed to - com.liferay.portlet → com.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
The text was updated successfully, but these errors were encountered:
On Mon, Apr 10, 2017 at 2:49 AM, Joye Luo ***@***.***> wrote:
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.portlet → com.liferay.kernel.portlet changed to -
com.liferay.portlet → com.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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#240>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAkVFUvMPhDkRWFEfSVq8hMqF3yxUoZIks5rud8FgaJpZM4M4bnw>
.
--
Greg Amerson
Liferay Developer Tools
Liferay, Inc. www.liferay.com
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.portlet
→com.liferay.kernel.portlet
changed to -com.liferay.portlet
→com.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
The text was updated successfully, but these errors were encountered: