Make IDiscussionLayer inherit from Interface again. Remove IDefaultPloneLayer, since Plone 4.0b1 and plone.theme 2.0b1 are out now. This was fixed by #10109; https://dev.plone.org/plone/ticket/10109; thanks davisagli!

svn path=/plone.app.discussion/trunk/; revision=36992
This commit is contained in:
Timo Stollenwerk 2010-06-04 09:33:48 +00:00
parent 28d88dcfb4
commit 3bda1a12f1
2 changed files with 5 additions and 5 deletions

View File

@ -4,6 +4,10 @@ Changelog
1.0b5 (unreleased)
------------------
* Make IDiscussionLayer inherit from Interface again. Remove IDefaultPloneLayer,
since Plone 4.0b1 and plone.theme 2.0b1 are out now.
[timo]
* Clean up Javascript code.
[timo]

View File

@ -287,10 +287,6 @@ class ICommentingTool(Interface):
"""Perform a search over all indexed comments.
"""
#class IDiscussionLayer(Interface):
# XXX: This is only temporarily. IDefaultPloneLayer can be removed again as soon
# as Plone 4.0b1 with plone.theme 2.0b1 is out. [davisagli]
from plone.theme.interfaces import IDefaultPloneLayer
class IDiscussionLayer(IDefaultPloneLayer):
class IDiscussionLayer(Interface):
"""Request marker installed via browserlayer.xml.
"""