RSS
thumbnail
Nader Jafari | 24 Jun 2020

In liferay 7.1 we have an article here that explain "Introduction to Testing ",  first of all  i suggest you read this useful document because in this post we just implement an module to testing a "Liferay Service Builder Module" Step-by-Step with famous "Foo" entity. Lets Go! Step 1 - Create a liferay workspace with blade CLI First consider that you are using latest...

13777
2
thumbnail
Olaf Kock | 26 Jun 2020

  For this episode of Radio Liferay, I've talked with Bryce Osterhaus, Frontend Developer at Liferay for ~ 6 years. With his experience, he's a perfect complement to me: While he feels at home in the browser, client side, I'm comfortable on the backend, away from all of the messy frontend stuff - prepare for some naïve questions coming his way. We spoke about a design decision...

8823
0
thumbnail
Yogesh Sharma | 23 Jun 2020

Liferay Portal is fully connected in its core to support workflow uses. Majority of entities in Liferay have capability to utilize workflow covering Web Contents, Document & Media, Blogs, Calendar Events, Comments, KB Articles, Message boards, Page revisions, Wiki, Users, Forms etc. Liferay also provides possibilities to utilize workflow capabilities in your custom entities as...

9445
0
Soumyashree Mishra | 07 Jul 2020

Item selector allows users to select OOB as well as custom entities by providing an user-friendly UI component. This UI component is backed by an Item Selector API which can be extended to create a custom item selector per your requirements. Many Liferay OOB application uses the item selector to let user select the public and private pages in the site. We can add that feature to the...

10635
1
thumbnail
Rahul Pande | 19 Jun 2020

As we know, Liferay 7 provides different WYSIWYG editors the portal. By default, in Liferay 7 AlloyEditor is available in the portal. We can configure Liferay to use CKEditor by setting following properties in portal-ext.properties file for different portlets. In this blog we will set web content portlet to use CKEditor instead of AlloyEditor editor.wysiwyg.default=ckeditor...

15426
0
Mariano Álvaro | 18 Mar 2022

Sometimes it can be useful for system administrators without Liferay knowledge (or without a Liferay administrator user) to be able to execute Liferay Groovy (or other supported scripting language) scripts. To accomplish this we can combine both Blade CLI and the Gogo shell scripting language. Blade CLIoffers some nice possibilities in order to manage your Liferay server...

25398
1
thumbnail
Olaf Kock | 13 Jun 2020

   A while ago I sat down with Ryan Schuhler. He's Associate Program Manager at Liferay, which is a fancy name for Webteam Lead, and we talked about "dogfooding" Liferay DXP to build liferay.com - which features are used, how the site evolved and what is fed back into the product. Or, in more detail, here are some talking points the versions in use and how...

8151
0
thumbnail
Wu Yuxing | 09 Jun 2020

Downloads: Liferay Portal 7.1 GA4: Patch | Readme Liferay Portal 7.2 GA2: Patch | Readme All vulnerabilities fixed in these patches have already been fixed in Liferay Portal 7.3 GA3. Please refer to the readme file for a list of issues addressed in each patch. For more information on working with patches, please see Patching Liferay Portal .

11399
16
Varun Gupta | 05 Jun 2020

Form Navigator helps you to add new sections and section categories to existing form navigation. Form Navigators can be used in two ways: customizing a Form Navigator that already exists in the portal, and creating your own Form Navigator for your application. It will helps us to add a new section in Layout configuration. The requirement is to show image metadata in Layout...

10154
1
thumbnail
Sarai Diaz | 04 Jun 2020

Personalization has become a key part of customer experience. Essentially, by tailoring content for individual users depending on their characteristics, preferences and behaviour, companies can communicate, engage and delight customers across multiple channels, ultimately increasing both revenue and customer base. Since Liferay Portal CE/DXP 7.2, there are a plethora of new...

11832
0
Soumyashree Mishra | 02 Jun 2020

The Liferay Connector to SAML 2.0 enables Liferay to be configured as an SP and an iDP. When using liferay as a service provider (and a non-Liferay IDP), only a few user attributes can be configured out-of-the-box. Many a times, it is required to update additional user attributes like gender, DOB etc based on the business requirements, but any additional attribute you pass in the SAML...

11576
0
thumbnail
Yanan Yuan | 27 May 2020

The new Liferay IntelliJ 1.7.4 plugin support IntelliJ 201 and greater. Head over to this page for downloading. Download Link https://plugins.jetbrains.com/files/10739/86539/liferay-intellij-plugin-1.7.4.zip Key Points Bug fix for gradle project dependencies Feedback If you run into any issues or have any suggestion, please come find us on our...

10008
0
thumbnail
Roselaine Marques Montero | 28 Mar 2021

DISCLAIMER:  This blog  post has  Spanish and English Version. Finished the step of Part 3: Liferay Components for Talend Open Studio We have reached the last blog in this series and the culmination of all our efforts: where we get to run our “Job” which will perform the product loading in to Liferay Commerce in a matter of seconds. In...

16613
3
thumbnail
Sushil Patidar | 27 May 2020

Approval Workflow Approvals are often given by person who is assigned responsibility to review and check if the data, record or document that is being passed through his eyes qualify the certain parameters at that stage. Approval workflow process is sequence of tasks that need to be performed either automated or need of human intervention. Many organizations spent a lot of time...

13792
2
thumbnail
Sushil Patidar | 27 May 2020

  Multi-level Approval Workflow Generally, the multi-level approval process is a key method for workflow which is used for enterprise applications. The structure of the multi-level approval process mimics the organizational structure of the enterprise and pass through various levels of approver and requester. If we begin with why we make use of a multi-level...

10865
0
thumbnail
Nikhil Nishchal | 26 May 2020

Multiple configuration approach in Liferay. 1.    System setting : If we would required to hold any data which can be used by multiple modules we can store them by adding configuration to system setting. Below approach we use to add configuration in system setting: 1.1.    Create configuration bundle    1.2.    Below are the...

11385
0
thumbnail
Nikhil Nishchal | 27 May 2020

We require rtl support for showing content in language supporting right to left text (Ex. Arabic etc). In Liferay 7 when we build theme then its "rtl" file auto generated. Liferay used gulp plugin to generate different files and configuration while building the theme. Sometimes we would not require these files and we want to override these configuration. So, our custom css...

12244
1
thumbnail
Jamie Sammons | 22 May 2020

Docker Official images can be found on Docker Hub and can be used for deployments on any system that is running Docker. For more information on configuration options for the image see the overview page. To get started with docker run the following: docker run -it -p 8080:8080 liferay/portal:7.3.2-ga3 Download You can find the 7.3 release on the download page.  If you...

23145
41
thumbnail
Roselaine Marques Montero | 28 Mar 2021

DISCLAIMER: This blog  post has Spanish and  English version. Finalizado la etapa de Parte 3: Componentes de Liferay para Talend Open Studio Hemos llegado al último blog de esta serie y el momento más esperado, donde ejecutaremos nuestro “Job” que a su vez ejecutará la carga del catálogo de productos a Liferay Commerce en pocos...

17076
9
thumbnail
Marcial Calvo Valenzuela | 20 May 2020

Esta entrada de blog  está también disponible en español. Kubernetes is an open-source container-orchestration system for automating application deployment, scaling, and management.   On this blog post, we are going to work with k8s's API through command line interface, using kubectl to manage objects: namespaces, services, ingress, volumes, pods and...

33080
6