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:42 UTC

svn commit: r963727 - /lenya/contributions/2_0_X/modules/fckeditor/README.txt

Author: rfrovarp
Date: Tue Jul 13 14:26:41 2010
New Revision: 963727

URL: http://svn.apache.org/viewvc?rev=963727&view=rev
Log:
Adding notes about pieces removed from other files

Added:
    lenya/contributions/2_0_X/modules/fckeditor/README.txt

Added: lenya/contributions/2_0_X/modules/fckeditor/README.txt
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/fckeditor/README.txt?rev=963727&view=auto
==============================================================================
--- lenya/contributions/2_0_X/modules/fckeditor/README.txt (added)
+++ lenya/contributions/2_0_X/modules/fckeditor/README.txt Tue Jul 13 14:26:41 2010
@@ -0,0 +1,21 @@
+This module is to support use of FCKEditor in Lenya 2.1.x. It does require
+some updates to work with the latest version of FCKEditor (now CKEditor).
+
+Add the following code to the following files:
+
+src/modules/xhtml/xslt/clean-xhtml.xsl
+  <!-- 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>
+
+src/pubs/pubname/config/access-control/usecase-policies.xml
+
+  <usecase id="fckeditor.edit">
+    <role id="sitemanager" method="grant"/>
+    <role id="edit" method="grant"/>
+  </usecase>
+



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