EduploneExam_QOrder config.py,1.1.1.1,1.2 version.txt,1.2,1.3
Claudia Disque <[email protected]> Sun, 13 Nov 2005 15:04:29 +0000
| Newsgroups | gmane.comp.web.zope.eduplone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/eduplone/EduploneExam_QOrder
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30783
Modified Files:
config.py version.txt
Log Message:
changed i18n domain and added translations
Index: config.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam_QOrder/config.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** config.py 19 Sep 2005 06:50:24 -0000 1.1.1.1
--- config.py 13 Nov 2005 15:04:27 -0000 1.2
***************
*** 11,17 ****
PROJECTNAME = "EduploneExam_QOrder"
# Permissions
DEFAULT_ADD_CONTENT_PERMISSION = "Add portal content"
! setDefaultRoles(DEFAULT_ADD_CONTENT_PERMISSION, ('Manager', 'Owner', 'Member'))
product_globals=globals()
--- 11,24 ----
PROJECTNAME = "EduploneExam_QOrder"
+ # 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_QOrder/version.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** version.txt 26 Sep 2005 07:05:35 -0000 1.2
--- version.txt 13 Nov 2005 15:04:27 -0000 1.3
***************
*** 1 ****
! 0.1 build 8
--- 1 ----
! 0.1 build 11
-------------------------------------------------------
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