svn commit: r965113 - in /lenya/branches/BRANCH_2_1_X/src: modules/editors/config/cocoon-xconf/ modules/editors/java/src/org/apache/lenya/cms/editors/forms/ modules/editors/usecases/forms/ modules/xhtml/config/ pubs/default/config/access-control/ pubs/...

[email protected]
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: rfrovarp
Date: Sat Jul 17 17:22:44 2010
New Revision: 965113

URL: http://svn.apache.org/viewvc?rev=965113&view=rev
Log:
Moved to contributed unsupported modules.
Probably missed an item or two.

Removed:
    lenya/branches/BRANCH_2_1_X/src/modules/editors/config/cocoon-xconf/usecase-edit-forms.xconf
    lenya/branches/BRANCH_2_1_X/src/modules/editors/java/src/org/apache/lenya/cms/editors/forms/FormsEditor.java
    lenya/branches/BRANCH_2_1_X/src/modules/editors/usecases/forms/forms.jx
Modified:
    lenya/branches/BRANCH_2_1_X/src/modules/xhtml/config/menu.xml
    lenya/branches/BRANCH_2_1_X/src/pubs/default/config/access-control/usecase-policies.xml
    lenya/branches/BRANCH_2_1_X/src/pubs/default/modules/homepage/config/menu.xml
    lenya/branches/BRANCH_2_1_X/src/webapp/lenya/resources/i18n/cmsui.xml
    lenya/branches/BRANCH_2_1_X/src/webapp/lenya/resources/i18n/cmsui_de.xml

Modified: lenya/branches/BRANCH_2_1_X/src/modules/xhtml/config/menu.xml
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/xhtml/config/menu.xml?rev=965113&r1=965112&r2=965113&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules/xhtml/config/menu.xml (original)
+++ lenya/branches/BRANCH_2_1_X/src/modules/xhtml/config/menu.xml Sat Jul 17 17:22:44 2010
@@ -36,7 +36,6 @@
     <menu i18n:attr="name" name="Edit">
       <block areas="authoring" resourceTypes="xhtml">
         <item uc:usecase="bxe.edit"><i18n:text>With BXE</i18n:text></item>
-        <item uc:usecase="editors.forms" href="?form=xhtml"><i18n:text>With Forms</i18n:text></item>
         <item uc:usecase="editors.oneform"><i18n:text>editors.sourceEditor</i18n:text></item>
       </block>
     </menu>

Modified: lenya/branches/BRANCH_2_1_X/src/pubs/default/config/access-control/usecase-policies.xml
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/pubs/default/config/access-control/usecase-policies.xml?rev=965113&r1=965112&r2=965113&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/pubs/default/config/access-control/usecase-policies.xml (original)
+++ lenya/branches/BRANCH_2_1_X/src/pubs/default/config/access-control/usecase-policies.xml Sat Jul 17 17:22:44 2010
@@ -298,10 +298,6 @@
   <usecase id="admin.reports">
     <role id="admin" method="grant"/>
   </usecase>
-  <usecase id="editors.forms">
-    <role id="sitemanager" method="grant"/>
-    <role id="edit" method="grant"/>
-  </usecase>
   <usecase id="editors.oneform">
     <role id="sitemanager" method="grant"/>
     <role id="edit" method="grant"/>

Modified: lenya/branches/BRANCH_2_1_X/src/pubs/default/modules/homepage/config/menu.xml
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/pubs/default/modules/homepage/config/menu.xml?rev=965113&r1=965112&r2=965113&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/pubs/default/modules/homepage/config/menu.xml (original)
+++ lenya/branches/BRANCH_2_1_X/src/pubs/default/modules/homepage/config/menu.xml Sat Jul 17 17:22:44 2010
@@ -36,7 +36,6 @@
     <menu i18n:attr="name" name="Edit">
       <block areas="authoring" resourceTypes="homepage">
         <item uc:usecase="bxe.edit"><i18n:text>With BXE</i18n:text></item>
-        <item uc:usecase="editors.forms" href="?form=xhtml"><i18n:text>With Forms</i18n:text></item>
         <item uc:usecase="editors.oneform"><i18n:text>editors.sourceEditor</i18n:text></item>
       </block>
     </menu>

Modified: lenya/branches/BRANCH_2_1_X/src/webapp/lenya/resources/i18n/cmsui.xml
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/webapp/lenya/resources/i18n/cmsui.xml?rev=965113&r1=965112&r2=965113&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/webapp/lenya/resources/i18n/cmsui.xml (original)
+++ lenya/branches/BRANCH_2_1_X/src/webapp/lenya/resources/i18n/cmsui.xml Sat Jul 17 17:22:44 2010
@@ -153,7 +153,6 @@
     <xhtml:abbr title="What&#160;You&#160;See&#160;Is&#160;What&#160;You&#160;Get">WYSIWYG</xhtml:abbr>&#160;Editor&#160;(BXE)
   </message>
   <message key="With one Form">With one Form</message>
-  <message key="With Forms">With Forms</message>
   <message key="Edit Metadata">Edit&#160;Metadata</message>
   <message key="Edit Navigation Title">Edit&#160;Navigation&#160;Title</message>
   <message key="Visible in Navigation">Visible in Navigation</message>

Modified: lenya/branches/BRANCH_2_1_X/src/webapp/lenya/resources/i18n/cmsui_de.xml
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/webapp/lenya/resources/i18n/cmsui_de.xml?rev=965113&r1=965112&r2=965113&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/webapp/lenya/resources/i18n/cmsui_de.xml (original)
+++ lenya/branches/BRANCH_2_1_X/src/webapp/lenya/resources/i18n/cmsui_de.xml Sat Jul 17 17:22:44 2010
@@ -163,7 +163,6 @@
     <xhtml:abbr title="What&#160;You&#160;See&#160;Is&#160;What&#160;You&#160;Get">WYSIWYG</xhtml:abbr>-Editor&#160;(BXE)
   </message>
   <message key="With one Form">Mit Formulareditor</message>
-  <message key="With Forms">Mit Formwizard</message>
   <message key="Edit Metadata">Metadaten bearbeiten</message>
   <message key="Edit Navigation Title">Navigationstitel bearbeiten</message>
   <message key="Visible in Navigation">Sichtbar in Navigation</message>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.