[kupu-checkins] r52768 - in kupu/trunk/kupu: doc plone
duncan at codespeak.net
duncan at codespeak.net
Thu Mar 20 12:35:56 CET 2008
Author: duncan
Date: Thu Mar 20 12:35:55 2008
New Revision: 52768
Modified:
kupu/trunk/kupu/doc/CHANGES.txt
kupu/trunk/kupu/plone/librarytool.py
Log:
Plone ticket 7804 KupuLibraryTool spellcheck method is missing a docstring
Modified: kupu/trunk/kupu/doc/CHANGES.txt
==============================================================================
--- kupu/trunk/kupu/doc/CHANGES.txt (original)
+++ kupu/trunk/kupu/doc/CHANGES.txt Thu Mar 20 12:35:55 2008
@@ -10,6 +10,7 @@
- Plone tickets
* 6915 Kupu can't find anchors inside table cells
+ * 7804 KupuLibraryTool spellcheck method is missing a docstring
* 7893 Workaround for bad KSS form submissions
* 7916 Kupu breaks strong/em tags with class names, on firefox
* 7939 Kupu breaks on Firefox 3.0b4 in OSX
Modified: kupu/trunk/kupu/plone/librarytool.py
==============================================================================
--- kupu/trunk/kupu/plone/librarytool.py (original)
+++ kupu/trunk/kupu/plone/librarytool.py Thu Mar 20 12:35:55 2008
@@ -364,6 +364,9 @@
return getattr(self, '_toolbar_filters', {})
def spellcheck(self, REQUEST):
+ """Call spellchecker: WARNING this functionality may not work,
+ it is not part of the standard Plone+kupu implementation.
+ Some user assembly required."""
from Products.kupu.python.spellcheck import SpellChecker, format_result
data = REQUEST["text"]
c = SpellChecker()
More information about the kupu-checkins
mailing list