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
| captchaEngine="com.liferay.captcha.simplecaptcha.SimpleCaptchaImpl" | |
| createAccountCaptchaEnabled=B"true" | |
| maxChallenges=I"-1" | |
| messageBoardsEditCategoryCaptchaEnabled=B"false" | |
| messageBoardsEditMessageCaptchaEnabled=B"false" | |
| reCaptchaNoScriptURL="https://www.google.com/recaptcha/api/fallback?k\=" | |
| reCaptchaPrivateKey="" | |
| reCaptchaPublicKey="" | |
| reCaptchaScriptURL="https://www.google.com/recaptcha/api.js" | |
| reCaptchaVerifyURL="https://www.google.com/recaptcha/api/siteverify" |
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
| autoExtend=B"true" | |
| autoExtendOffset=I"70" |
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
| ############################################################# | |
| ## ## | |
| ## portal-ext.properties file ## | |
| ## ## | |
| ## Controls the basic settings and setup for Liferay. ## | |
| ## Setup this file before starting Liferay the first time. ## | |
| ## ## | |
| ############################################################# | |
| # Pick the screen name to use for the administrator account |
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
| #!/bin/bash | |
| # Function to display the welcome message | |
| welcome() { | |
| echo "Welcome to the create-react-cx script!" | |
| echo "This script will help you create a new React app that leverages Liferay's version of React." | |
| echo "By the time the script is finished, you will have a basic Liferay React Custom Element Client Extension." | |
| echo | |
| } |
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
| #!/usr/bin/env bash | |
| # Enable strict mode | |
| set -euo pipefail | |
| # Declare associative arrays | |
| declare -A file_object_map | |
| declare -A operationId_counts | |
| declare -A operationId_occurrences |
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
| #!/usr/bin/env bash | |
| # Enable strict mode | |
| set -euo pipefail | |
| # Declare associative arrays | |
| declare -A file_object_map | |
| declare -A operationId_counts | |
| declare -A operationId_occurrences |
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
| { | |
| "availableLanguageIds": [ | |
| "en_US" | |
| ], | |
| "contentType": "journal", | |
| "dataDefinitionFields": [ | |
| { | |
| "customProperties": { | |
| "labelAtStructureLevel": true, | |
| "confirmationErrorMessage": { |
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
| RENAME TABLE account_ TO Account_; | |
| RENAME TABLE address TO Address; | |
| RENAME TABLE announcementsdelivery TO AnnouncementsDelivery; | |
| RENAME TABLE announcementsentry TO AnnouncementsEntry; | |
| RENAME TABLE announcementsflag TO AnnouncementsFlag; | |
| RENAME TABLE assetcategory TO AssetCategory; | |
| RENAME TABLE assetcategoryproperty TO AssetCategoryProperty; | |
| RENAME TABLE assetentries_assetcategories TO AssetEntries_AssetCategories; | |
| RENAME TABLE assetentries_assettags TO AssetEntries_AssetTags; | |
| RENAME TABLE assetentry TO AssetEntry; |
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
| 04-Nov-2019 12:06:59.000 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Framework Event Dispatcher: Equinox Container: e743df6a-d310-496b-9895-8268e33fb53f] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: | |
| java.lang.Object.wait(Native Method) | |
| java.lang.Object.wait(Object.java:502) | |
| org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) | |
| org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:336) | |
| 04-Nov-2019 12:06:59.001 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Refresh Thread: Equinox Container: e743df6a-d310-496b-9895-8268e33fb53f] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: | |
| java.lang.Object.wait(Native Method) | |
| java.lang.Obje |
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
| components: | |
| schemas: | |
| Vitamin: | |
| description: Contains all of the data for a single vitamin or mineral. | |
| properties: | |
| name: | |
| description: The vitamin or mineral name. | |
| type: string | |
| id: | |
| description: The vitamin or mineral internal ID. |
NewerOlder