You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2009/03/19 22:35:35 UTC

svn commit: r756219 - in /lenya/contributions/2_0_X/pubs/defaultfiredocs: config/ config/access-control/ config/search/ example-content/concepts/ example-content/doctypes/ example-content/doctypes/xhtml-document/ example-content/features/ example-conte...

Author: andreas
Date: Thu Mar 19 21:35:35 2009
New Revision: 756219

URL: http://svn.apache.org/viewvc?rev=756219&view=rev
Log:
Fixed some references, use xhtmlfiredocs resource type.

Modified:
    lenya/contributions/2_0_X/pubs/defaultfiredocs/config/access-control/usecase-policies.xml
    lenya/contributions/2_0_X/pubs/defaultfiredocs/config/publication.xml
    lenya/contributions/2_0_X/pubs/defaultfiredocs/config/search/lucene_index.xml
    lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/concepts/index_de.meta
    lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/concepts/index_en.meta
    lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/doctypes/index_de.meta
    lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/doctypes/index_en.meta
    lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/doctypes/xhtml-document/index_de.meta
    lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/doctypes/xhtml-document/index_en.meta
    lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/features/index_de.meta
    lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/features/index_en.meta
    lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/news/installed/index_de.meta
    lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/news/installed/index_en.meta
    lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/tutorial/index_de.meta
    lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/tutorial/index_en.meta

Modified: lenya/contributions/2_0_X/pubs/defaultfiredocs/config/access-control/usecase-policies.xml
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/pubs/defaultfiredocs/config/access-control/usecase-policies.xml?rev=756219&r1=756218&r2=756219&view=diff
==============================================================================
--- lenya/contributions/2_0_X/pubs/defaultfiredocs/config/access-control/usecase-policies.xml (original)
+++ lenya/contributions/2_0_X/pubs/defaultfiredocs/config/access-control/usecase-policies.xml Thu Mar 19 21:35:35 2009
@@ -418,15 +418,6 @@
   <usecase id="metadata.change">
     <role id="edit" method="grant"/>
   </usecase>
-  <usecase id="firedocs.edit"><role id="edit" method="grant"/></usecase>
-  <usecase id="firedocs.locks"><role id="edit" method="grant"/></usecase>
-  <usecase id="firedocs.lock"><role id="edit" method="grant"/></usecase>
-  <usecase id="firedocs.content"><role id="edit" method="grant"/></usecase>
-  <usecase id="firedocs.assets"><role id="edit" method="grant"/></usecase>
-  <usecase id="firedocs.children"><role id="edit" method="grant"/></usecase>
-  <usecase id="firedocs.workspace"><role id="edit" method="grant"/></usecase>
-  <usecase id="firedocs.uuid2url"><role id="edit" method="grant"/></usecase>
-  <usecase id="firedocs.inserts"><role id="edit" method="grant"/></usecase>
   <usecase id="atom.entry"><role id="edit" method="grant"/></usecase>
   <usecase id="atom.assets"><role id="edit" method="grant"/></usecase>
   <usecase id="atom.workspace"><role id="edit" method="grant"/></usecase>
@@ -435,4 +426,5 @@
   <usecase id="atom.lock"><role id="edit" method="grant"/></usecase>
   <usecase id="atom.uuid2url"><role id="edit" method="grant"/></usecase>
   <usecase id="atom.content"><role id="edit" method="grant"/></usecase>
+  <usecase id="atom.inserts"><role id="edit" method="grant"/></usecase>
 </usecases>

Modified: lenya/contributions/2_0_X/pubs/defaultfiredocs/config/publication.xml
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/pubs/defaultfiredocs/config/publication.xml?rev=756219&r1=756218&r2=756219&view=diff
==============================================================================
--- lenya/contributions/2_0_X/pubs/defaultfiredocs/config/publication.xml (original)
+++ lenya/contributions/2_0_X/pubs/defaultfiredocs/config/publication.xml Thu Mar 19 21:35:35 2009
@@ -61,6 +61,7 @@
   
   <!-- Modules need to be listed because of the menu and i18n -->
   <modules>
+    <module name="xhtmlfiredocs"/>
     <module name="usecase"/>
     <module name="editors"/>
     <module name="links"/>

Modified: lenya/contributions/2_0_X/pubs/defaultfiredocs/config/search/lucene_index.xml
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/pubs/defaultfiredocs/config/search/lucene_index.xml?rev=756219&r1=756218&r2=756219&view=diff
==============================================================================
--- lenya/contributions/2_0_X/pubs/defaultfiredocs/config/search/lucene_index.xml (original)
+++ lenya/contributions/2_0_X/pubs/defaultfiredocs/config/search/lucene_index.xml Thu Mar 19 21:35:35 2009
@@ -17,7 +17,7 @@
 -->
 
 <indexes>
-  <index id="default-live" directory="lenya/pubs/default/work/lucene/index/live/index">
+  <index id="defaultfiredocs-live" directory="lenya/pubs/defaultfiredocs/work/lucene/index/live/index">
     <structure>
       <field id="url" type="keyword" />
       <field id="title" type="text" storetext="true"/>
@@ -26,7 +26,7 @@
       <field id="body" type="text" storetext="true"/>
     </structure>
   </index>
-  <index id="default-authoring" directory="lenya/pubs/default/work/lucene/index/authoring/index">
+  <index id="defaultfiredocs-authoring" directory="lenya/pubs/defaultfiredocs/work/lucene/index/authoring/index">
     <structure>
       <field id="url" type="keyword" />
       <field id="title" type="text" storetext="true"/>
@@ -35,7 +35,7 @@
       <field id="body" type="text" storetext="true"/>
     </structure>
   </index>
-  <index id="default-trash" directory="lenya/pubs/default/work/lucene/index/trash/index">
+  <index id="defaultfiredocs-trash" directory="lenya/pubs/defaultfiredocs/work/lucene/index/trash/index">
     <structure>
       <field id="url" type="keyword" />
       <field id="title" type="text" storetext="true"/>
@@ -44,7 +44,7 @@
       <field id="body" type="text" storetext="true"/>
     </structure>
   </index>
-  <index id="default-archive" directory="lenya/pubs/default/work/lucene/index/archive/index">
+  <index id="defaultfiredocs-archive" directory="lenya/pubs/defaultfiredocs/work/lucene/index/archive/index">
     <structure>
       <field id="url" type="keyword" />
       <field id="title" type="text" storetext="true"/>

Modified: lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/concepts/index_de.meta
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/concepts/index_de.meta?rev=756219&r1=756218&r2=756219&view=diff
==============================================================================
--- lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/concepts/index_de.meta (original)
+++ lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/concepts/index_de.meta Thu Mar 19 21:35:35 2009
@@ -19,7 +19,7 @@
 <lenya:document xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0">
 <lenya:meta>
 <lenya:internal>
-<lenya:resourceType>xhtml</lenya:resourceType>
+<lenya:resourceType>xhtmlfiredocs</lenya:resourceType>
 <lenya:contentType>xml</lenya:contentType>
   <lenya:mimeType>application/xhtml+xml</lenya:mimeType>
 </lenya:internal>

Modified: lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/concepts/index_en.meta
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/concepts/index_en.meta?rev=756219&r1=756218&r2=756219&view=diff
==============================================================================
--- lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/concepts/index_en.meta (original)
+++ lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/concepts/index_en.meta Thu Mar 19 21:35:35 2009
@@ -19,7 +19,7 @@
 <lenya:document xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0">
 <lenya:meta>
 <lenya:internal>
-<lenya:resourceType>xhtml</lenya:resourceType>
+<lenya:resourceType>xhtmlfiredocs</lenya:resourceType>
 <lenya:contentType>xml</lenya:contentType>
   <lenya:mimeType>application/xhtml+xml</lenya:mimeType>
 </lenya:internal>

Modified: lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/doctypes/index_de.meta
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/doctypes/index_de.meta?rev=756219&r1=756218&r2=756219&view=diff
==============================================================================
--- lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/doctypes/index_de.meta (original)
+++ lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/doctypes/index_de.meta Thu Mar 19 21:35:35 2009
@@ -19,7 +19,7 @@
 <lenya:document xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0">
 <lenya:meta>
 <lenya:internal>
-<lenya:resourceType>xhtml</lenya:resourceType>
+<lenya:resourceType>xhtmlfiredocs</lenya:resourceType>
 <lenya:contentType>xml</lenya:contentType>
   <lenya:mimeType>application/xhtml+xml</lenya:mimeType>
 </lenya:internal>

Modified: lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/doctypes/index_en.meta
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/doctypes/index_en.meta?rev=756219&r1=756218&r2=756219&view=diff
==============================================================================
--- lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/doctypes/index_en.meta (original)
+++ lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/doctypes/index_en.meta Thu Mar 19 21:35:35 2009
@@ -19,7 +19,7 @@
 <lenya:document xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0">
 <lenya:meta>
 <lenya:internal>
-<lenya:resourceType>xhtml</lenya:resourceType>
+<lenya:resourceType>xhtmlfiredocs</lenya:resourceType>
 <lenya:contentType>xml</lenya:contentType>
   <lenya:mimeType>application/xhtml+xml</lenya:mimeType>
 </lenya:internal>

Modified: lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/doctypes/xhtml-document/index_de.meta
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/doctypes/xhtml-document/index_de.meta?rev=756219&r1=756218&r2=756219&view=diff
==============================================================================
--- lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/doctypes/xhtml-document/index_de.meta (original)
+++ lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/doctypes/xhtml-document/index_de.meta Thu Mar 19 21:35:35 2009
@@ -19,7 +19,7 @@
 <lenya:document xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0">
 <lenya:meta>
 <lenya:internal>
-<lenya:resourceType>xhtml</lenya:resourceType>
+<lenya:resourceType>xhtmlfiredocs</lenya:resourceType>
 <lenya:contentType>xml</lenya:contentType>
   <lenya:mimeType>application/xhtml+xml</lenya:mimeType>
 </lenya:internal>

Modified: lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/doctypes/xhtml-document/index_en.meta
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/doctypes/xhtml-document/index_en.meta?rev=756219&r1=756218&r2=756219&view=diff
==============================================================================
--- lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/doctypes/xhtml-document/index_en.meta (original)
+++ lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/doctypes/xhtml-document/index_en.meta Thu Mar 19 21:35:35 2009
@@ -19,7 +19,7 @@
 <lenya:document xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0">
 <lenya:meta>
 <lenya:internal>
-<lenya:resourceType>xhtml</lenya:resourceType>
+<lenya:resourceType>xhtmlfiredocs</lenya:resourceType>
 <lenya:contentType>xml</lenya:contentType>
   <lenya:mimeType>application/xhtml+xml</lenya:mimeType>
 </lenya:internal>

Modified: lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/features/index_de.meta
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/features/index_de.meta?rev=756219&r1=756218&r2=756219&view=diff
==============================================================================
--- lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/features/index_de.meta (original)
+++ lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/features/index_de.meta Thu Mar 19 21:35:35 2009
@@ -19,7 +19,7 @@
 <lenya:document xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0">
 <lenya:meta>
 <lenya:internal>
-<lenya:resourceType>xhtml</lenya:resourceType>
+<lenya:resourceType>xhtmlfiredocs</lenya:resourceType>
 <lenya:contentType>xml</lenya:contentType>
   <lenya:mimeType>application/xhtml+xml</lenya:mimeType>
 </lenya:internal>

Modified: lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/features/index_en.meta
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/features/index_en.meta?rev=756219&r1=756218&r2=756219&view=diff
==============================================================================
--- lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/features/index_en.meta (original)
+++ lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/features/index_en.meta Thu Mar 19 21:35:35 2009
@@ -19,7 +19,7 @@
 <lenya:document xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0">
 <lenya:meta>
 <lenya:internal>
-<lenya:resourceType>xhtml</lenya:resourceType>
+<lenya:resourceType>xhtmlfiredocs</lenya:resourceType>
 <lenya:contentType>xml</lenya:contentType>
   <lenya:mimeType>application/xhtml+xml</lenya:mimeType>
 </lenya:internal>

Modified: lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/news/installed/index_de.meta
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/news/installed/index_de.meta?rev=756219&r1=756218&r2=756219&view=diff
==============================================================================
--- lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/news/installed/index_de.meta (original)
+++ lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/news/installed/index_de.meta Thu Mar 19 21:35:35 2009
@@ -19,7 +19,7 @@
 <lenya:document xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0">
 <lenya:meta>
 <lenya:internal>
-<lenya:resourceType>xhtml</lenya:resourceType>
+<lenya:resourceType>xhtmlfiredocs</lenya:resourceType>
 <lenya:contentType>xml</lenya:contentType>
   <lenya:mimeType>application/xhtml+xml</lenya:mimeType>
 </lenya:internal>

Modified: lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/news/installed/index_en.meta
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/news/installed/index_en.meta?rev=756219&r1=756218&r2=756219&view=diff
==============================================================================
--- lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/news/installed/index_en.meta (original)
+++ lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/news/installed/index_en.meta Thu Mar 19 21:35:35 2009
@@ -19,7 +19,7 @@
 <lenya:document xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0">
 <lenya:meta>
 <lenya:internal>
-<lenya:resourceType>xhtml</lenya:resourceType>
+<lenya:resourceType>xhtmlfiredocs</lenya:resourceType>
 <lenya:contentType>xml</lenya:contentType>
   <lenya:mimeType>application/xhtml+xml</lenya:mimeType>
 </lenya:internal>

Modified: lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/tutorial/index_de.meta
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/tutorial/index_de.meta?rev=756219&r1=756218&r2=756219&view=diff
==============================================================================
--- lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/tutorial/index_de.meta (original)
+++ lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/tutorial/index_de.meta Thu Mar 19 21:35:35 2009
@@ -19,7 +19,7 @@
 <lenya:document xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0">
 <lenya:meta>
 <lenya:internal>
-<lenya:resourceType>xhtml</lenya:resourceType>
+<lenya:resourceType>xhtmlfiredocs</lenya:resourceType>
 <lenya:contentType>xml</lenya:contentType>
   <lenya:mimeType>application/xhtml+xml</lenya:mimeType>
 </lenya:internal>

Modified: lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/tutorial/index_en.meta
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/tutorial/index_en.meta?rev=756219&r1=756218&r2=756219&view=diff
==============================================================================
--- lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/tutorial/index_en.meta (original)
+++ lenya/contributions/2_0_X/pubs/defaultfiredocs/example-content/tutorial/index_en.meta Thu Mar 19 21:35:35 2009
@@ -19,7 +19,7 @@
 <lenya:document xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0">
 <lenya:meta>
 <lenya:internal>
-<lenya:resourceType>xhtml</lenya:resourceType>
+<lenya:resourceType>xhtmlfiredocs</lenya:resourceType>
 <lenya:contentType>xml</lenya:contentType>
   <lenya:mimeType>application/xhtml+xml</lenya:mimeType>
 </lenya:internal>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org