Changeset 72


Ignore:
Timestamp:
21 Oct 2005, 12:41:02 (19 years ago)
Author:
joachim
Message:

=university index

Location:
waeup_product/trunk
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/Extensions/install.py

    r68 r72  
    11#-*- mode: python; mode: fold -*-
     2# $Id$
    23from Products.CPSInstaller.CPSInstaller import CPSInstaller
    34from Products.CMFCore.CMFCorePermissions import View, ModifyPortalContent
     
    263264                                            member_role='SectionManager',
    264265                                            )
    265         sections.waeup.students.manage_setLocalGroupRoles(groupid = 'role:Anonymous',roles=('SectionReader',))
    266266        sections.waeup.students.manage_setLocalGroupRoles(groupid = 'Students',roles=('Contributor',))
     267    sections.waeup.manage_setLocalGroupRoles(groupid = 'role:Anonymous',roles=('SectionReader',))
    267268    return installer.logResult()
  • waeup_product/trunk/skins/waeup_default/getWAeUPTypes.py

    r68 r72  
    11#-*- mode: python; mode: fold -*-
    2 ##parameters=
    32# $Id$
    43"""Return custom document types."""
     
    3029    'actions': ({'id': 'view',
    3130                 'name': 'action_view',
    32                  'action': 'folder_view',
     31                 'action': 'university_view',
    3332                 'permissions': (View,)},
    3433                {'id': 'new_content',
Note: See TracChangeset for help on using the changeset viewer.