EduploneExam ExamFolder.py,1.33.2.3,1.33.2.4 config.py,1.1.2.1,1.1.2.2 version.txt,1.24.2.6,1.24.2.7
Claudia Disque <[email protected]> Sun, 13 Nov 2005 15:19:41 +0000
| Newsgroups | gmane.comp.web.zope.eduplone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/eduplone/EduploneExam
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv545
Modified Files:
Tag: exam-1_1
ExamFolder.py config.py version.txt
Log Message:
correct translations for challenge and correct field
Index: config.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/config.py,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** config.py 2 Oct 2005 21:21:12 -0000 1.1.2.1
--- config.py 13 Nov 2005 15:19:39 -0000 1.1.2.2
***************
*** 11,17 ****
PROJECTNAME = "EduploneExam"
# Permissions
DEFAULT_ADD_CONTENT_PERMISSION = "Add portal content"
! setDefaultRoles(DEFAULT_ADD_CONTENT_PERMISSION, ('Manager', 'Owner', 'Member'))
product_globals=globals()
--- 11,24 ----
PROJECTNAME = "EduploneExam"
+ # Check for Plone 2.1
+ try:
+ from Products.CMFPlone.migrations import v2_1
+ except ImportError:
+ HAS_PLONE21 = False
+ else:
+ HAS_PLONE21 = True
# Permissions
DEFAULT_ADD_CONTENT_PERMISSION = "Add portal content"
! setDefaultRoles(DEFAULT_ADD_CONTENT_PERMISSION, ('Manager', 'Owner'))
product_globals=globals()
***************
*** 28,29 ****
--- 35,41 ----
# End of config.py
+ # Things you can do in an AppConfig.py:
+ # STYLESHEETS = [{'id': 'my_global_stylesheet.css'},
+ # {'id': 'my_contenttype.css',
+ # 'expression': 'python:object.getTypeInfo().getId() == "MyType"}]
+ # You can do the same with JAVASCRIPTS.
Index: version.txt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/version.txt,v
retrieving revision 1.24.2.6
retrieving revision 1.24.2.7
diff -C2 -d -r1.24.2.6 -r1.24.2.7
*** version.txt 10 Nov 2005 16:58:50 -0000 1.24.2.6
--- version.txt 13 Nov 2005 15:19:39 -0000 1.24.2.7
***************
*** 1 ****
! 1.1 build 27
--- 1 ----
! 1.1 build 31
Index: ExamFolder.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/ExamFolder.py,v
retrieving revision 1.33.2.3
retrieving revision 1.33.2.4
diff -C2 -d -r1.33.2.3 -r1.33.2.4
*** ExamFolder.py 19 Oct 2005 20:47:01 -0000 1.33.2.3
--- ExamFolder.py 13 Nov 2005 15:19:39 -0000 1.33.2.4
***************
*** 3,7 ****
# Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
# by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-beta2 devel
# http://plone.org/products/archgenxml
#
--- 3,7 ----
# Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
# by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-RC1
# http://plone.org/products/archgenxml
#
***************
*** 284,288 ****
- security.declarePublic('getRegisteredQuestionTypes')
def getRegisteredQuestionTypes(self):
""" used by exam_view; skips additional_types"""
--- 284,287 ----
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php