Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LPS-54480 #25668

Closed
wants to merge 41 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
8d4d45f
LPS-54480 - Migrate all JavaScript from portal-web to the new fronten…
Mar 18, 2015
10ba887
LPS-54480 - Create portal-front-end/front-end-web OSGI module
Mar 18, 2015
7eed66c
LPS-54480 - update editor jsps to include editor/init.jsp
Apr 9, 2015
445dc5c
LPS-54480 - update internal references to editor jsps
Apr 9, 2015
82913ac
LPS-54480 - create custom init.jsp for editors
Apr 8, 2015
72363e7
LPS-54480 copy portal-web/build.xml over here, blind copy
brianchandotcom Apr 14, 2015
bb196d9
LPS-54480 - Migrate JS build.xml tasks to bundle, but split build-all…
Mar 11, 2015
1503b87
LPS-54480 - Create Registry to handle resource bundle
Mar 11, 2015
201007c
LPS-54480 - force ThemeUtil to use OSGI Registry
Mar 11, 2015
856a948
LPS-54480 - change where InputEditorTag looks for editor JSPs
Mar 12, 2015
4a096fe
LPS-54480 - update Liferay.AUI.getJavaScriptRootPath method to point …
Mar 11, 2015
fc0ddd5
LPS-54480 - Exclude editor css from being parsed
Mar 18, 2015
dabcacb
LPS-54480 - Remove unnecessary check for rootPath
Mar 23, 2015
6936056
LPS-54480 - Filter requires servletContext from bundle to Aggregate js
Mar 23, 2015
3d7cff2
LPS-54480 - Based on path always return front-end files as available
Mar 23, 2015
1402f6e
LPS-54480 - updated last modified on js includes
Mar 23, 2015
8520775
LPS-54480 SEMVER
rotty3000 Mar 27, 2015
8c2e111
LPS-54480 - remove old JS paths from gitignore
Mar 12, 2015
3ee3a38
LPS-54480 re-add ignores
rotty3000 Apr 14, 2015
aa77eff
LPS-54480 SF manual
rotty3000 Apr 14, 2015
6e1f620
LPS-54480 sort
rotty3000 Apr 14, 2015
d8e9ff4
LPS-54480 - adjust ServletPathsTest.testConstructor test now that Ser…
Apr 14, 2015
22ce024
LPS-54480 - SF
Apr 14, 2015
99b3073
LPS-54480 Typo
brianchandotcom Apr 14, 2015
7ff13a6
LPS-54480 tmp is better
brianchandotcom Apr 14, 2015
853e331
LPS-54480 SF
brianchandotcom Apr 14, 2015
79ba1d5
LPS-54480 SF
brianchandotcom Apr 14, 2015
2fc7795
LPS-54480 SF
brianchandotcom Apr 14, 2015
3b21710
LPS-54480 SF
brianchandotcom Apr 14, 2015
833a75a
LPS-54480 SF
brianchandotcom Apr 14, 2015
7b3de89
LPS-54480 SF
brianchandotcom Apr 14, 2015
ada3825
LPS-54480 SF
brianchandotcom Apr 14, 2015
2cb224a
LPS-54480 SF
brianchandotcom Apr 14, 2015
2a3b19c
LPS-54480 SF
brianchandotcom Apr 14, 2015
034cb65
LPS-54480 SF
brianchandotcom Apr 14, 2015
3557229
LPS-54480 Fix editor path
brianchandotcom Apr 14, 2015
b4931ba
LPS-54480 not used
brianchandotcom Apr 14, 2015
2ed08b6
LPS-54480 SF
brianchandotcom Apr 14, 2015
9cd59be
LPS-54480 Not thrown
brianchandotcom Apr 14, 2015
43238f8
LPS-54480 Move
brianchandotcom Apr 14, 2015
87576b4
LPS-54480 SF
brianchandotcom Apr 14, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 23 additions & 0 deletions modules/frontend/frontend-js-web/.classpath
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>

<classpath>
<classpathentry excluding="**/.svn/**|.svn/" kind="src" path="src" />
<classpathentry kind="src" path="/portal-master" />
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" />
<classpathentry kind="lib" path="/portal-master/lib/development/activation.jar" />
<classpathentry kind="lib" path="/portal-master/lib/development/annotations.jar" />
<classpathentry kind="lib" path="/portal-master/lib/development/jsp-api.jar" />
<classpathentry kind="lib" path="/portal-master/lib/development/mail.jar" />
<classpathentry kind="lib" path="/portal-master/lib/development/servlet-api.jar" />
<classpathentry kind="lib" path="/portal-master/lib/global/portlet.jar" />
<classpathentry kind="lib" path="/portal-master/lib/portal/bnd.jar" />
<classpathentry kind="lib" path="/portal-master/lib/portal/commons-logging.jar" />
<classpathentry kind="lib" path="/portal-master/lib/portal/log4j.jar" />
<classpathentry kind="lib" path="/portal-master/portal-service/portal-service.jar" />
<classpathentry kind="lib" path="/portal-master/util-bridges/util-bridges.jar" />
<classpathentry kind="lib" path="/portal-master/util-java/util-java.jar" />
<classpathentry kind="lib" path="/portal-master/util-taglib/util-taglib.jar" />
<classpathentry kind="lib" path="lib/org.osgi.compendium.jar" />
<classpathentry kind="lib" path="lib/org.osgi.core.jar" />
<classpathentry kind="output" path="bin" />
</classpath>
16 changes: 16 additions & 0 deletions modules/frontend/frontend-js-web/.project
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>

<projectDescription>
<name>frontend-js-web-master</name>
<comment></comment>
<projects></projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments></arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
89 changes: 89 additions & 0 deletions modules/frontend/frontend-js-web/bnd.bnd
@@ -0,0 +1,89 @@
Bundle-Name: Liferay Frontend JS Web
Bundle-SymbolicName: com.liferay.frontend.js.web
Bundle-Version: 1.0.0
Import-Package:\
com.liferay.portal,\
com.liferay.portal.kernel.bean,\
com.liferay.portal.kernel.cal,\
com.liferay.portal.kernel.captcha,\
com.liferay.portal.kernel.configuration,\
com.liferay.portal.kernel.dao.orm,\
com.liferay.portal.kernel.dao.search,\
com.liferay.portal.kernel.exception,\
com.liferay.portal.kernel.json,\
com.liferay.portal.kernel.language,\
com.liferay.portal.kernel.lar,\
com.liferay.portal.kernel.log,\
com.liferay.portal.kernel.messaging,\
com.liferay.portal.kernel.plugin,\
com.liferay.portal.kernel.portlet,\
com.liferay.portal.kernel.repository.model,\
com.liferay.portal.kernel.search,\
com.liferay.portal.kernel.servlet,\
com.liferay.portal.kernel.servlet.taglib.ui,\
com.liferay.portal.kernel.settings,\
com.liferay.portal.kernel.staging,\
com.liferay.portal.kernel.template,\
com.liferay.portal.kernel.upload,\
com.liferay.portal.kernel.util,\
com.liferay.portal.kernel.web,\
com.liferay.portal.kernel.workflow,\
com.liferay.portal.kernel.xuggler,\
com.liferay.portal.layoutconfiguration.util,\
com.liferay.portal.model,\
com.liferay.portal.model.impl,\
com.liferay.portal.plugin,\
com.liferay.portal.portletfilerepository,\
com.liferay.portal.security.auth,\
com.liferay.portal.security.permission,\
com.liferay.portal.security.sso,\
com.liferay.portal.service,\
com.liferay.portal.service.permission,\
com.liferay.portal.struts,\
com.liferay.portal.theme,\
com.liferay.portal.upload,\
com.liferay.portal.util,\
com.liferay.portal.util.comparator,\
com.liferay.portal.webserver,\
com.liferay.portlet,\
com.liferay.portlet.asset,\
com.liferay.portlet.asset.model,\
com.liferay.portlet.asset.service,\
com.liferay.portlet.asset.service.persistence,\
com.liferay.portlet.asset.util,\
com.liferay.portlet.blogs.model,\
com.liferay.portlet.documentlibrary,\
com.liferay.portlet.documentlibrary.antivirus,\
com.liferay.portlet.documentlibrary.model,\
com.liferay.portlet.documentlibrary.service,\
com.liferay.portlet.documentlibrary.util,\
com.liferay.portlet.dynamicdatamapping,\
com.liferay.portlet.dynamicdatamapping.model,\
com.liferay.portlet.dynamicdatamapping.service.permission,\
com.liferay.portlet.dynamicdatamapping.storage,\
com.liferay.portlet.expando.model,\
com.liferay.portlet.journal,\
com.liferay.portlet.journal.model,\
com.liferay.portlet.journal.service,\
com.liferay.portlet.journal.util,\
com.liferay.portlet.messageboards.model,\
com.liferay.portlet.messageboards.service,\
com.liferay.portlet.messageboards.util,\
com.liferay.portlet.ratings,\
com.liferay.portlet.ratings.transformer,\
com.liferay.portlet.rolesadmin.util,\
com.liferay.portlet.trash.model,\
com.liferay.portlet.trash.util,\
com.liferay.portlet.usergroupsadmin.search,\
com.liferay.portlet.usersadmin.util,\
*
Include-Resource:\
classes,\
META-INF/resources=src/META-INF/resources,\
META-INF/resources/html/js=tmp,\
@../../../util-java/util-java.jar!/com/liferay/util/Encryptor.class,\
@../../../util-java/util-java.jar!/com/liferay/util/EncryptorException.class

Web-ContextPath: /frontend-js-web

-donotcopy: (\.touch|.*_diffs.*)
Empty file.