[Checkins] SVN: z3c.contents/trunk/src/z3c/contents/ Try to find a simpler concept for the search implementation.

Roger Ineichen roger at projekt01.ch
Sat Apr 12 09:09:40 EDT 2008


Log message for revision 85273:
  Try to find a simpler concept for the search implementation.
  Removed IOrderableColumn since there is no implementation for that
  We can add it later if we have a use case and an implementation for that.

Changed:
  U   z3c.contents/trunk/src/z3c/contents/browser.py
  U   z3c.contents/trunk/src/z3c/contents/interfaces.py

-=-
Modified: z3c.contents/trunk/src/z3c/contents/browser.py
===================================================================
--- z3c.contents/trunk/src/z3c/contents/browser.py	2008-04-12 02:58:18 UTC (rev 85272)
+++ z3c.contents/trunk/src/z3c/contents/browser.py	2008-04-12 13:09:38 UTC (rev 85273)
@@ -180,7 +180,7 @@
             self.supportsPaste = self.hasClipboardContents
         if self.allowRename:
             self.supportsRename = (hasContent and self.supportsCut and
-                    not IContainerNamesContainer.providedBy(self.context))
+                not IContainerNamesContainer.providedBy(self.context))
 
     def updateAfterActionExecution(self):
         """Adjust new container length and copa paste move status."""

Modified: z3c.contents/trunk/src/z3c/contents/interfaces.py
===================================================================
--- z3c.contents/trunk/src/z3c/contents/interfaces.py	2008-04-12 02:58:18 UTC (rev 85272)
+++ z3c.contents/trunk/src/z3c/contents/interfaces.py	2008-04-12 13:09:38 UTC (rev 85273)
@@ -56,7 +56,3 @@
 
         This container itself is not included.
         """
-
-
-class IOrderableColumn(zope.interface.Interface):
-    """A column that may be ordered."""



More information about the Checkins mailing list