You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by rf...@apache.org on 2010/07/13 16:26:57 UTC

svn commit: r963728 - in /lenya/branches/BRANCH_2_1_X/src: modules/xhtml/xslt/clean-xhtml.xsl pubs/default/config/access-control/usecase-policies.xml

Author: rfrovarp
Date: Tue Jul 13 14:26:57 2010
New Revision: 963728

URL: http://svn.apache.org/viewvc?rev=963728&view=rev
Log:
Removing references to FCKEditor

Modified:
    lenya/branches/BRANCH_2_1_X/src/modules/xhtml/xslt/clean-xhtml.xsl
    lenya/branches/BRANCH_2_1_X/src/pubs/default/config/access-control/usecase-policies.xml

Modified: lenya/branches/BRANCH_2_1_X/src/modules/xhtml/xslt/clean-xhtml.xsl
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/xhtml/xslt/clean-xhtml.xsl?rev=963728&r1=963727&r2=963728&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules/xhtml/xslt/clean-xhtml.xsl (original)
+++ lenya/branches/BRANCH_2_1_X/src/modules/xhtml/xslt/clean-xhtml.xsl Tue Jul 13 14:26:57 2010
@@ -47,16 +47,6 @@
     </xsl:choose>
   </xsl:template>
 
-
-
-  <!-- Remove tag that disables Firefox spell check in FCK -->
-  <xsl:template match="xhtml:body[@spellcheck]" >
-    <xsl:copy>
-       <xsl:apply-templates select="@*[name()!='spellcheck']" />
-       <xsl:apply-templates />
-    </xsl:copy>
-  </xsl:template>
-
   <!-- Unsupported by the schema -->
   <xsl:template match="@shape|@target|xhtml:u">
     <xsl:apply-templates />

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=963728&r1=963727&r2=963728&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 Tue Jul 13 14:26:57 2010
@@ -50,10 +50,6 @@
     <role id="sitemanager" method="grant"/>
     <role id="edit" method="grant"/>
   </usecase>
-  <usecase id="fckeditor.edit">
-    <role id="sitemanager" method="grant"/>
-    <role id="edit" method="grant"/>
-  </usecase>
   <usecase id="linkcheck.getLinks">
     <role id="sitemanager" method="grant"/>
     <role id="edit" method="grant"/>
@@ -413,10 +409,6 @@
     <role id="sitemanager" method="grant"/>
     <role id="edit" method="grant"/>
   </usecase>
-  <usecase id="fckeditor.edit">
-    <role id="sitemanager" method="grant"/>
-    <role id="edit" method="grant"/>
-  </usecase>
   <usecase id="monitoring.sessionLogs">
     <role id="admin" method="grant"/>
   </usecase>



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