How we are fixing the problems learned in bundler 2.x This is the second of a three articles series motivating and explaining the enhancements we have done to Liferay's npm bundler. You can read the first article to find out the motivation for taking the actions explained in this one. To solve the problems we saw in the previous article we followed this process: Go one...
What is the problem with bundler 1.x This is the first of a three articles series motivating and explaining the enhancements we have done to Liferay's npm bundler. You can learn more about it in its first release blog post. How bundler 1.x works As you all know, the bundler lets you package your JS files and npm packages inside Liferay OSGi bundles so that they can be...
Liferay integrates out of the box with Piwik and Google Analytics. However, doing analytics with ElasticSearch, Logstash and Kibana, is not much harder: https://youtu.be/os5gqpnC0GA How to do it? Easy First, we need to get the data: Offloading work to the user browsers using Ajax seems to be the most logical way to do it (imagine hundreds of concurrent users clicking...
I'm pleased to announce the immediate availability of: Liferay Portal 7.1 Beta 2 Download Now: Sourceforge Fixed in Beta 2 List of issues fixed in Liferay 7.1 Beta 2 List of known issues in Liferay 7.1 Beta 2 New Features Summary Modern Site Building: Liferay 7.1 introduces a new way of...
#if($entries.size() > 0) #set ($journalArticleLocalService = $serviceLocator.findService("com.liferay.portlet.journal.service.JournalArticleLocalService")) #####Added for preview in Asset publisher START###### #set ($hasPreViewPermission = false) #set ($allowedUserGroups =...
Scenario You are hosting Liferay Developer Studio with Mac OS 10.13 (High Sierra) You want to use Liferay Developer Studio 2.2.x with Java 7 and Liferay Developer Studio 3.x with Java 8 Liferay Developer Studio 2.2.x requires Java 1.7 (7) Liferay Developer Studio 3.x requires Java 1.8 (8) You have Java 1.7 (7) and 1.8 (8) installed on your Mac Java...
Hello all, Today we are pleased to announce the official release of Liferay IntelliJ Plugin. Liferay IntelliJ Plugin is a plugin for Jetbrains IntelliJ to support developing Liferay components. For customers, they can download Liferay IntelliJ Plugin here . You may refer to the following installation steps: Click on Configure > Plugins > Install...
I'm pleased to announce the immediate availability of: Liferay Portal 7.0 CE GA7! Download Now! What’s New ElasticSearch 6.0 - Liferay Portal 7.0 CE GA7 now adds support for ElasticSearch 6.x. Download the Liferay CE Connector to Elasticsearch 6 from Marketplace. Liferay Faces Fixes - The following fixes for Liferay Faces are included: ...
You want to know more about Liferay Mobile strategies? Check my new video series about Liferay Mobile. Let me know if you have any question. Video 1 https://youtu.be/R48gQ6bnQpo Video 2 https://youtu.be/lAT_XjEx8Do Video 3 - Part 1 https://youtu.be/NOLtn4Y3W9E Video 3 - Part 2 https://youtu.be/UsDTSF2aMPw Video 4 https://youtu.be/H0ObNpXRAHU Video 5...
I'm pleased to announce the immediate availability of: Liferay Portal 7.1 Beta 1 Download Now: Sourceforge Github New in Beta 1 Modern Site Building - Display Pages: Users can now map Basic Web Content articles to editable fields in fragments by creating a Display Page. Users can then select this display...
Liferay Faces Portal 3.0.2, Bridge Impl 4.1.1, Bridge Ext 5.0.2 Released Liferay Faces Portal 3.0.2, Bridge Impl 4.1.1, and Bridge Ext 5.0.2 have been released with support for PrimeFaces 6.2, PrimeFaces p:fileUpload mode="simple" (thanks to community member Yeray Rodriguez!), URLs with spaces and more! Liferay Faces Portal 3.0.2 Release Notes Highlights [FACES-3242]...
I recently took an online course to learn more about TypeScript, a superset of JavaScript that provides optional static typing, classes, interfaces, and much more. Whenever I'm in the process of learning a new language/framework/etc. I find it helpful to experiment in a setting I'm already familiar with, where I can add that new thing a little at a time. Since I work with...
portal.properties ----------------------- journal.article.form.default.values=content,abstract,categorization,display-page,related-assets,permissions,custom-fields,Publish History journal.article.form.update=content,abstract,categorization,schedule,display-page,related-assets,custom-fields,Publish History ...
I'm pleased to announce the immediate availability of: Liferay Portal 7.1 Alpha 2 Download Now! Alpha 2 primarily focuses on being a bug fix release. List of issues fixed in Liferay 7.1 Alpha 2 List of known issues in Liferay 7.1 Alpha 2 New Features Summary Modern Site Building: Liferay 7.1...
We have a lot of distributed web content management in our Liferay installation and many articles are undoubtedly edited many times over a period of years. Let's take a look...: select count(*) from journalarticle; Returns 19,984 records And, via the script console we can see there are much fewer unique articles: ...
Refer https://web.liferay.com/web/antonio.junior/blog/-/blogs/12168124 and create web service client for Portlet_DL_DLAppService. package com.lr.ws.soap.fileupload; import java.net.MalformedURLException; import java.net.URL; import com.liferay.portal.service.ServiceContext; ...
When you are upgrading to DXP on SQL Server, it is recommended to set the following property in the portal-upgrade-ext.properties file: verify.process.concurrency.threshold=10000 Otherwise you can encounter issues during the upgrade related to schema changes after cursor opens, etc. This can hit you during the verification of audited models or resource permissions,...
Do you have a lot of documents in your Liferay instance? It may be worth it to clean out old document versions... Let's take a look: mysql> select count(*) from dlfileentry; Returns 12,300. mysql> select count(*) from dlfileversion; Returns 13, 678. Looks worth it to remove historic versions. I decided to explore one of our sites that has a lot of documents in their...
Getting ready to upgrade to DXP from Liferay 6.2? You reached the section of the documentation about pre-upgrade preparations that will speed up the process? Me, too. With much appreciation to Sébastien Le Marchand for his excellent article "5 tips to improve usage of the Liferay script console" and Corné Aussems for his public groovy scripts that propelled me along. ...
New Installers Released Hello all, We are pleased to announce a new release of Liferay Project SDK 2018.4.4 installer, Liferay Project SDK with Dev Studio Community Edition installer and Liferay Project SDK with Dev Studio DXP Installer. New Installers: New installers requires Eclipse Oxygen at least. For customers,...
Showing 881 to 900 of 3,112 entries.