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:
parent
28d88dcfb4
commit
3bda1a12f1
@ -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]
|
||||
|
||||
|
@ -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.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user