This gist will include some client extensions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- PIWIKPRO STATIC CONTENT --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<div class="readme">The quick brown fox jumped over the fence</div> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import javax.mail.internet.InternetAddress; | |
import com.liferay.mail.kernel.model.MailMessage; | |
import com.liferay.mail.kernel.service.MailServiceUtil; | |
// from | |
InternetAddress from = new InternetAddress(); | |
from.setAddress("[email protected]"); | |
// to | |
InternetAddress to = new InternetAddress(); |
In your gradle.properties make sure to add the docker image you want to use like
liferay.workspace.docker.image.liferay=liferay/dxp:7.4.13-u31
To run the docker container use the following command
gw startDockerContainer logsDockerContainer
- register when a video is loaded, started, paused, ended
- register when an asset is clicked in a list and it's order
- register the sentiment of your employees
- Quantitative Shares on Social Media (which asset is being shared on what so-me channel)
webhook testing
sortable data tables
A business object may represent, for example, a person, place, event, business process, or concept and exist as for example and invoice, a product, a transaction or even details of a person.
- status
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE User_ | |
SET password_ = 'temporarypassword',passwordEncrypted = 0, passwordReset = 1 | |
WHERE emailAddress = '[email protected]'; | |
# Restart the Liferay Services. This will allow you to log in once with your own set password. Liferay will ask you to set a new password and that’s all. You have succesfully regained control! Your password will automatically become encrypted again in the database, so no need to worry about that. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"a2": "AF", | |
"a3": "AFG", | |
"active": true, | |
"countryId": "20", | |
"idd": "093", | |
"mvccVersion": "0", | |
"name": "afghanistan", | |
"nameCurrentValue": "Afghanistan", |
NewerOlder