Webquest Webquest.py,1.3,1.4 WebquestFolder.py,1.3,1.4

Jean-Paul Ladage <[email protected]>
Newsgroups gmane.comp.web.zope.eduplone.cvs
Message-ID <[email protected]>
Update of /cvsroot/eduplone/Webquest
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9437

Modified Files:
	Webquest.py WebquestFolder.py 
Log Message:
Minor changes on Webquest schema.


Index: WebquestFolder.py
===================================================================
RCS file: /cvsroot/eduplone/Webquest/WebquestFolder.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** WebquestFolder.py	29 Nov 2004 14:10:08 -0000	1.3
--- WebquestFolder.py	9 Dec 2004 14:58:53 -0000	1.4
***************
*** 30,34 ****
      schema = schema
      archetype_name = 'WebquestFolder'
!     meta_type = 'Webquest Folder'
      allowed_content_types = ('WebquestLink','WebquestImage', 'WebquestFile')
      global_allow = 0
--- 30,34 ----
      schema = schema
      archetype_name = 'WebquestFolder'
!     meta_type = 'WebquestFolder'
      allowed_content_types = ('WebquestLink','WebquestImage', 'WebquestFile')
      global_allow = 0

Index: Webquest.py
===================================================================
RCS file: /cvsroot/eduplone/Webquest/Webquest.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Webquest.py	29 Nov 2004 14:10:08 -0000	1.3
--- Webquest.py	9 Dec 2004 14:58:53 -0000	1.4
***************
*** 2,6 ****
--- 2,8 ----
  #  Created by A. Hadi and J. Ladage of Zopeworks NL
  # 
+ """
  
+ """
  
  from Products.Archetypes.public import *
***************
*** 12,16 ****
  
  
! schema = BaseFolderSchema + Schema((
      TextField('text',
                 required=1,
--- 14,18 ----
  
  
! schema = BaseFolderSchema.copy() + Schema((
      TextField('text',
                 required=1,
***************
*** 24,29 ****
                                       label="Body text of the home page",
                                       i18n_domain = "plone",
!                                      rows=6)),
!     
  
      ))
--- 26,30 ----
                                       label="Body text of the home page",
                                       i18n_domain = "plone",
!                                      rows=6),),    
  
      ))



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.