Skip to content

Instantly share code, notes, and snippets.

L:\public\master-portal\portal-web\test\functional\com\liferay\portalweb\macros\BlogsConfiguration.macro:
29 </command>
30
31: <command name="saveConfigurationIFrame">
32: <execute macro="Button#clickSave" />
33: </command>
34
35 <command name="selectConfigurationIFrame">
L:\public\master-portal\portal-web\test\functional\com\liferay\portalweb\macros\BlogsEntry.macro:
2018-06-30 01:07:39.236 ERROR [Framework Event Dispatcher: Equinox Container: 00eca3fe-007c-0018-12f1-a024abe5f962][com_liferay_portal_osgi_web_servlet_jsp_compiler:97] FrameworkEvent ERROR
java.io.IOException: Exception in opening zip file: L:\bundles\liferay-ce-portal-7.1.0-ga1\osgi\state\org.eclipse.osgi\943\0\bundleFile
at org.eclipse.osgi.framework.util.SecureAction.getZipFile(SecureAction.java:305)
at org.eclipse.osgi.storage.bundlefile.ZipBundleFile.basicOpen(ZipBundleFile.java:85)
at org.eclipse.osgi.storage.bundlefile.ZipBundleFile.getZipFile(ZipBundleFile.java:98)
at org.eclipse.osgi.storage.bundlefile.ZipBundleFile.checkedOpen(ZipBundleFile.java:65)
at org.eclipse.osgi.storage.bundlefile.ZipBundleFile.getEntry(ZipBundleFile.java:232)
at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findClassImpl(ClasspathManager.java:562)
at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClassImpl(ClasspathManager.java:540)
at org.eclipse.osgi.internal.loader.classpath.C
<div class="jumbotron main-background-image" style="background-image: url(/documents/37333/37338/background_1.jpg/ad1b6ba8-9a52-6ac5-ae11-359b964af99a?t=1529511453070);">
<section class="container-fluid container-fluid-max-xl">
<div class="col-md-6 mr-auto text-left">
<h1 class="display-4">
<lfr-editable id="title" type="text">Dynamic and Customizable for a Healthier You</lfr-editable>
</h1>
<p class="lead">
<lfr-editable id="subtitle" type="rich-text">Take advantage of a clean layout and page templates to help you launch your new app and <strong>make this page your own</strong>.</lfr-editable>
</p>
<div class="jumbotron main-background-image" style="background-image: url(/documents/36649/36654/background_1.jpg/2fb51b6d-a8ff-ebc7-96ef-82fbae138636?t=1529510202131);">
<section class="container-fluid container-fluid-max-xl">
<div class="col-md-6 mr-auto text-left">
<h1 class="display-4">
<lfr-editable id="title" type="text">Dynamic and Customizable for a Healthier You</lfr-editable>
</h1>
<p class="lead">
<lfr-editable id="subtitle" type="rich-text">Take advantage of a clean layout and page templates to help you launch your new app and <strong>make this page your own</strong>.</lfr-editable>
</p>
Content Pages
--CRUD
Add
Can create one with no template
Can create one based off of a page template (should not be linked)
Publish button should not be viewable
Naming
Test Empty name not allowed
Test XSS Protection
Test UTF8 Chars
Page Templates
--CRUD
Add
Naming
Test Empty name not allowed
Test XSS Protection
Test UTF8 Chars
Test Duplicate Names allowed
Test Char Limit
Delete
Fragments
--CRUDS Operations (Collections / Fragments)
Add
Naming
Test Empty name not allowed
Test XSS Protection
Test UTF8 Chars
Test Duplicate Names allowed
Test Char Limit
Delete
Page Templates
Name
- empty string
- symbols
- XSS
- longer than the maximum allowable number of characters
* need to check if there is a max
- duplicates
- UTF8 encoded characters
- valid string
@kyle-miho
kyle-miho / Page-Templates-Collection.txt
Last active April 24, 2018 19:31
Page Template Collection
Collections
Name
- empty string
- symbols
- XSS
- longer than the maximum allowable number of characters
* need to check if there is a max
- duplicates
- UTF8 encoded characters
- valid string
@kyle-miho
kyle-miho / app.properties
Last active January 24, 2018 22:16
Apache Ant Script that can build a working Liferay Bundle from a Liferay Portal given the app.properties are configured correctly.
#For resetting database
sql.prog=C:/Program Files/MySQL/MySQL Server 5.7/bin/mysql.exe
sql.databaseName=lportal
#jar files to be added
sql.jarPath=L:/ImportantFiles
#Liferay portal home
portal.homefolder=L:/private/7.0.x-portal
#Liferay bundle home