Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
Not assign expires and effective automaticly and i18 namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodbare committed Nov 28, 2016
1 parent d1ae898 commit 07c8fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/plone.server/plone/server/behaviors/dublincore.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,3 @@ class DublinCore(ZDCAnnotatableAdapter):
def __init__(self, context):
self.context = context
super(DublinCore, self).__init__(context)
self.expires = CEILING_DATE
self.effective = FLOOR_DATE
3 changes: 2 additions & 1 deletion src/plone.server/plone/server/testing.zcml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<configure xmlns="http://namespaces.zope.org/zope"
xmlns:plone="http://namespaces.plone.org/plone">
xmlns:plone="http://namespaces.plone.org/plone"
i18n_domain="plone.server">

<include package="plone.server" file="meta.zcml" />

Expand Down

0 comments on commit 07c8fa9

Please sign in to comment.