Author: woonsan
Date: Mon Feb 22 15:46:40 2010
New Revision: 912632

URL: http://svn.apache.org/viewvc?rev=912632&view=rev
Log:
JS2-1108: Adding template tpsml to override the default one and copying the 
sitemanager psmls to min-pages.

Added:
    
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-pages/system/sitemanager/
    
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-pages/system/sitemanager/folder.metadata
    
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-pages/system/sitemanager/nodeeditor.psml
   (with props)
    
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-pages/system/sitemanager/template.tpsml
    
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/pages/system/sitemanager/template.tpsml

Added: 
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-pages/system/sitemanager/folder.metadata
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-pages/system/sitemanager/folder.metadata?rev=912632&view=auto
==============================================================================
--- 
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-pages/system/sitemanager/folder.metadata
 (added)
+++ 
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-pages/system/sitemanager/folder.metadata
 Mon Feb 22 15:46:40 2010
@@ -0,0 +1,23 @@
+<?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.
+-->
+<folder hidden="true"
+    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.1/schemas/folder-metadata.xsd";>
+  <security-constraints>
+    <security-constraints-ref>AEUV</security-constraints-ref>
+  </security-constraints>
+</folder>

Added: 
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-pages/system/sitemanager/nodeeditor.psml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-pages/system/sitemanager/nodeeditor.psml?rev=912632&view=auto
==============================================================================
--- 
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-pages/system/sitemanager/nodeeditor.psml
 (added)
+++ 
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-pages/system/sitemanager/nodeeditor.psml
 Mon Feb 22 15:46:40 2010
@@ -0,0 +1,34 @@
+<?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="nodeeditor.psml" hidden="true"
+  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.1/schemas/psml.xsd";>
+  <title>Site Node Editor</title>
+  <short-title>Site Node Editor</short-title>
+  <fragment id="js-sp-nodeeditor" type="layout" 
name="jetspeed-layouts::VelocityOneColumn">
+    <fragment id="js-sp-nodeeditor.2" type="portlet" 
name="j2-admin::PortalSiteManager">
+      <preference name="component.visibility.siteTree">
+        <value>false</value>
+      </preference>
+      <preference name="component.visibility.treeForm">
+        <value>false</value>
+      </preference>
+    </fragment>
+  </fragment>
+</page>

Propchange: 
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-pages/system/sitemanager/nodeeditor.psml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-pages/system/sitemanager/nodeeditor.psml
------------------------------------------------------------------------------
    svn:keywords = Id

Added: 
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-pages/system/sitemanager/template.tpsml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-pages/system/sitemanager/template.tpsml?rev=912632&view=auto
==============================================================================
--- 
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-pages/system/sitemanager/template.tpsml
 (added)
+++ 
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/min-pages/system/sitemanager/template.tpsml
 Mon Feb 22 15:46:40 2010
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<page-template id="/system/sitemanager/template.tpsml">
+    <title>TEMPLATE</title>
+    <short-title>TEMPLATE</short-title>
+    <fragment id="sitemanager-template-top2" type="layout" 
name="jetspeed-layouts::VelocityOneColumn">
+        <page-fragment id="sitemanager-page-template">
+            <property name="column" value="0"></property>
+            <property name="row" value="0"></property>
+        </page-fragment>
+    </fragment>
+    <defaults></defaults>
+</page-template>

Added: 
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/pages/system/sitemanager/template.tpsml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/pages/system/sitemanager/template.tpsml?rev=912632&view=auto
==============================================================================
--- 
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/pages/system/sitemanager/template.tpsml
 (added)
+++ 
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/WEB-INF/pages/system/sitemanager/template.tpsml
 Mon Feb 22 15:46:40 2010
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<page-template id="/system/sitemanager/template.tpsml">
+    <title>TEMPLATE</title>
+    <short-title>TEMPLATE</short-title>
+    <fragment id="sitemanager-template-top2" type="layout" 
name="jetspeed-layouts::VelocityOneColumn">
+        <page-fragment id="sitemanager-page-template">
+            <property name="column" value="0"></property>
+            <property name="row" value="0"></property>
+        </page-fragment>
+    </fragment>
+    <defaults></defaults>
+</page-template>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to