You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2010/04/01 08:49:07 UTC

svn commit: r929865 - in /portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-ui-pages: default-page.psml folder.metadata landing.psml

Author: taylor
Date: Thu Apr  1 06:49:07 2010
New Revision: 929865

URL: http://svn.apache.org/viewvc?rev=929865&view=rev
Log:
https://issues.apache.org/jira/browse/JS2-1123
configured an example in min-ui build

Added:
    portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-ui-pages/landing.psml
Modified:
    portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-ui-pages/default-page.psml
    portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-ui-pages/folder.metadata

Modified: portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-ui-pages/default-page.psml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-ui-pages/default-page.psml?rev=929865&r1=929864&r2=929865&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-ui-pages/default-page.psml (original)
+++ portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-ui-pages/default-page.psml Thu Apr  1 06:49:07 2010
@@ -20,15 +20,8 @@ limitations under the License.
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     xsi:schemaLocation="http://portals.apache.org/jetspeed http://portals.apache.org/jetspeed-2/2.2/schemas/psml.xsd">
  
-  <title>Welcome to Jetspeed</title>
-  <metadata name="title" xml:lang="fr">Bienvenue a Jetspeed</metadata>
-  <metadata name="title" xml:lang="ja">Jetspeed 2 へようこそ</metadata>
-  <metadata name="title" xml:lang="es">¡Bienvenido a Jetspeed 2!</metadata>
-  <metadata name="title" xml:lang="hu">Köszönti a Jetspeed 2!</metadata>
-  <metadata name="title" xml:lang="zh">欢迎来到Jetspeed 2</metadata>
-  <metadata name="title" xml:lang="zh-TW">歡迎來到Jetspeed 2</metadata>
-  <metadata name="title" xml:lang="ko">Jetspeed 2 에 오신 것을 환영합니다</metadata>
-
+  <title>Users Home</title>
+  
   	<fragment id="jsmin-2" type="layout" name="jetspeed-layouts::VelocityTwoColumns">
     	<fragment id="jsmin-3" type="portlet" name="j2-admin::LoginPortlet">
       		<property name="row" value="0" />
@@ -38,12 +31,8 @@ limitations under the License.
       		<property name="row" value="0" />
       		<property name="column" value="1" />
     	</fragment>                                
-    	<fragment id="jsmin-5" type="portlet" name="j2-admin::ForgottenPasswordPortlet">
-      		<property name="row" value="1" />
-      		<property name="column" value="1" />
-    	</fragment>    	                                
    </fragment>
   <security-constraints>
-    <security-constraints-ref>public-view</security-constraints-ref>
+    <security-constraints-ref>AEUV</security-constraints-ref>
   </security-constraints>
 </page>

Modified: portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-ui-pages/folder.metadata
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-ui-pages/folder.metadata?rev=929865&r1=929864&r2=929865&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-ui-pages/folder.metadata (original)
+++ portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-ui-pages/folder.metadata Thu Apr  1 06:49:07 2010
@@ -23,6 +23,9 @@ limitations under the License.
      layout-decorator="jetspeed"
      portlet-decorator="jetspeed"
   />
+ 
+  <document-order>landing.psml</document-order>
+  <document-order>default-page.psml</document-order>
   
   <security-constraints>
     <security-constraints-ref>public-view</security-constraints-ref>

Added: portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-ui-pages/landing.psml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-ui-pages/landing.psml?rev=929865&view=auto
==============================================================================
--- portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-ui-pages/landing.psml (added)
+++ portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-ui-pages/landing.psml Thu Apr  1 06:49:07 2010
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<page id="landing"
+    xmlns="http://portals.apache.org/jetspeed"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+    xsi:schemaLocation="http://portals.apache.org/jetspeed http://portals.apache.org/jetspeed-2/2.2/schemas/psml.xsd">
+ 
+  <title>Welcome to Jetspeed</title>
+  <metadata name="title" xml:lang="fr">Bienvenue a Jetspeed</metadata>
+  <metadata name="title" xml:lang="ja">Jetspeed 2 へようこそ</metadata>
+  <metadata name="title" xml:lang="es">¡Bienvenido a Jetspeed 2!</metadata>
+  <metadata name="title" xml:lang="hu">Köszönti a Jetspeed 2!</metadata>
+  <metadata name="title" xml:lang="zh">欢迎来到Jetspeed 2</metadata>
+  <metadata name="title" xml:lang="zh-TW">歡迎來到Jetspeed 2</metadata>
+  <metadata name="title" xml:lang="ko">Jetspeed 2 에 오신 것을 환영합니다</metadata>
+
+  	<fragment id="landing-2" type="layout" name="jetspeed-layouts::VelocityTwoColumns">
+    	<fragment id="landing-3" type="portlet" name="j2-admin::LoginPortlet">
+      		<property name="row" value="0" />
+      		<property name="column" value="0" />
+    	</fragment>                                
+    	<fragment id="landing-4" type="portlet" name="j2-admin::LocaleSelector">
+      		<property name="row" value="0" />
+      		<property name="column" value="1" />
+    	</fragment>                                
+    	<fragment id="landing-5" type="portlet" name="j2-admin::ForgottenPasswordPortlet">
+      		<property name="row" value="1" />
+      		<property name="column" value="1" />
+    	</fragment>    	                                
+   </fragment>
+  <security-constraints>
+    <security-constraints-ref>guest-only</security-constraints-ref>
+  </security-constraints>
+</page>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org