Author: taylor
Date: Tue Aug 16 16:44:20 2005
New Revision: 233081
URL: http://svn.apache.org/viewcvs?rev=233081&view=rev
Log:
move customizer page resources under /system/customizer
setup security so that all users with role 'user' can see a customizer (portlet
selector)
Added:
portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/folder.metadata
portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml
Added:
portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/folder.metadata
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/folder.metadata?rev=233081&view=auto
==============================================================================
---
portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/folder.metadata
(added)
+++
portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/folder.metadata
Tue Aug 16 16:44:20 2005
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2004 The Apache Software Foundation
+Licensed 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">
+ <security-constraints>
+ <security-constraints-ref>users</security-constraints-ref>
+ </security-constraints>
+</folder>
Added:
portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml?rev=233081&view=auto
==============================================================================
---
portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml
(added)
+++
portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml
Tue Aug 16 16:44:20 2005
@@ -0,0 +1,26 @@
+<!--
+Copyright 2004 The Apache Software Foundation
+Licensed 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="j2-portlet-selector" hidden='true'>
+ <defaults
+ layout-decorator="simple"
+ portlet-decorator="clear"
+ />
+ <title>Portlet Selector</title>
+ <metadata name="title"
xml:lang="ja">ã?ã¼ãã¬ããã»ã¬ã¯ã¿</metadata>
+ <metadata name="title" xml:lang="es">Selector de portlets</metadata>
+
+ <fragment id="portlet-selector" type="layout"
name="jetspeed-layouts::VelocityOneColumnNoActions">
+ <fragment id="portlet-selector-1" type="portlet"
name="pam::PortletSelector" >
+ </fragment>
+ </fragment>
+</page>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]