Skip to content.

Etria Lists

 

[quills-dev] [Collective-checkins] r34817 - in Quills/branches/1.5: . deprecated

quills-dev at lists.etria.com quills-dev at lists.etria.com
Mon Dec 18 11:52:25 UTC 2006


Author: tim2p
Date: Mon Dec 18 11:52:24 2006
New Revision: 34817

Modified:
   Quills/branches/1.5/WeblogArchive.py
   Quills/branches/1.5/deprecated/WeblogTopic.py
Log:
Porting justizin's fix in revision 34669 for http://plone.org/products/quills/issues/75 from the trunk.

Modified: Quills/branches/1.5/WeblogArchive.py
==============================================================================
--- Quills/branches/1.5/WeblogArchive.py	(original)
+++ Quills/branches/1.5/WeblogArchive.py	Mon Dec 18 11:52:24 2006
@@ -28,7 +28,7 @@
 
 import DateTime
 
-WeblogArchiveSchema = BaseFolderSchema + Schema((
+WeblogArchiveSchema = BaseFolderSchema.copy() + Schema((
     DateTimeField('date',
         required=1,
         searchable=1,

Modified: Quills/branches/1.5/deprecated/WeblogTopic.py
==============================================================================
--- Quills/branches/1.5/deprecated/WeblogTopic.py	(original)
+++ Quills/branches/1.5/deprecated/WeblogTopic.py	Mon Dec 18 11:52:24 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