Skip to content.

Etria Lists

 

[quills-dev] [Collective-checkins] r34669 - in Quills/trunk: . deprecated

quills-dev at lists.etria.com quills-dev at lists.etria.com
Wed Dec 13 22:49:23 UTC 2006


Author: justizin
Date: Wed Dec 13 22:49:21 2006
New Revision: 34669

Modified:
   Quills/trunk/WeblogArchive.py
   Quills/trunk/deprecated/WeblogTopic.py
Log:
http://plone.org/products/quills/issues/75

Modified: Quills/trunk/WeblogArchive.py
==============================================================================
--- Quills/trunk/WeblogArchive.py	(original)
+++ Quills/trunk/WeblogArchive.py	Wed Dec 13 22:49:21 2006
@@ -30,7 +30,7 @@
 
 import DateTime
 
-WeblogArchiveSchema = BaseFolderSchema + Schema((
+WeblogArchiveSchema = BaseFolderSchema.copy() + Schema((
     DateTimeField('date',
         required=1,
         searchable=1,

Modified: Quills/trunk/deprecated/WeblogTopic.py
==============================================================================
--- Quills/trunk/deprecated/WeblogTopic.py	(original)
+++ Quills/trunk/deprecated/WeblogTopic.py	Wed Dec 13 22:49:21 2006
@@ -26,7 +26,7 @@
 from Products.CMFCore import permissions
 from Products.Quills.config import PROJECTNAME
 
-WeblogTopicSchema = BaseSchema + Schema((
+WeblogTopicSchema = BaseSchema.copy() + Schema((
     ImageField('topicImage',
         required=1,
         sizes={'64' : (64,64),},

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Collective-checkins mailing list
Collective-checkins at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/collective-checkins



More information about the quills-dev mailing list