Show
Ignore:
Timestamp:
12/23/09 06:06:58 (2 years ago)
Author:
dray
Message:

freeversity changes, initial work toward deprecating OpenOCW

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • enpraxis.educommons/trunk/enpraxis/educommons/configure.zcml

    r514 r632  
    6868  <i18n:registerTranslations directory="locales" /> 
    6969 
     70  <class class=".content.school.School"> 
     71    <implements interface=".interfaces.IClearCopyrightable 
     72                           .interfaces.IAccessibilityCompliantable 
     73                           .interfaces.ICourseOrderable 
     74         zope.annotation.interfaces.IAttributeAnnotatable" 
     75      /> 
     76  </class> 
     77 
    7078  <class class=".content.division.Division"> 
    7179    <implements interface=".interfaces.IClearCopyrightable 
    7280                           .interfaces.IAccessibilityCompliantable 
    7381                           .interfaces.ICourseOrderable 
    74                            zope.annotation.interfaces.IAttributeAnnotatable" 
     82         zope.annotation.interfaces.IAttributeAnnotatable" 
    7583      /> 
    7684  </class> 
     
    8088                           .interfaces.IAccessibilityCompliantable 
    8189                           .interfaces.ICourseOrderable 
    82                            zope.annotation.interfaces.IAttributeAnnotatable" 
     90         zope.annotation.interfaces.IAttributeAnnotatable" 
    8391      /> 
    8492  </class> 
     
    8896                           .interfaces.IAccessibilityCompliantable 
    8997                           .interfaces.ICourseOrderable 
    90                            zope.annotation.interfaces.IAttributeAnnotatable" 
     98         zope.annotation.interfaces.IAttributeAnnotatable" 
    9199      /> 
    92100  </class>   
     
    96104                           .interfaces.IAccessibilityCompliantable 
    97105                           .interfaces.ICourseOrderable 
    98                            zope.annotation.interfaces.IAttributeAnnotatable" 
     106         zope.annotation.interfaces.IAttributeAnnotatable" 
    99107      /> 
    100108  </class> 
     
    104112                           .interfaces.IAccessibilityCompliantable 
    105113                           .interfaces.ICourseOrderable 
    106                            zope.annotation.interfaces.IAttributeAnnotatable" 
     114         zope.annotation.interfaces.IAttributeAnnotatable" 
    107115      /> 
    108116  </class> 
     
    112120                           .interfaces.IAccessibilityCompliantable 
    113121                           .interfaces.ICourseOrderable 
    114                            zope.annotation.interfaces.IAttributeAnnotatable" 
     122         zope.annotation.interfaces.IAttributeAnnotatable" 
    115123      /> 
    116124  </class> 
     
    120128                           .interfaces.IAccessibilityCompliantable 
    121129                           .interfaces.ICourseOrderable 
    122                            zope.annotation.interfaces.IAttributeAnnotatable" 
     130         zope.annotation.interfaces.IAttributeAnnotatable" 
    123131      /> 
    124132  </class> 
     
    128136                           .interfaces.IAccessibilityCompliantable 
    129137                           .interfaces.ICourseOrderable 
    130                            zope.annotation.interfaces.IAttributeAnnotatable" 
     138         zope.annotation.interfaces.IAttributeAnnotatable" 
    131139      /> 
    132140  </class> 
     
    216224  />   
    217225 
    218 <!-- 
    219   <subscriber 
    220      for="enpraxis.educommons.interfaces.ICourse 
    221           zope.lifecycleevent.interfaces.IObjectModifiedEvent" 
    222      handler=".eventHandlers.updateZipDownload" 
    223   /> 
    224  
    225   <subscriber 
    226      for="Products.ATContentTypes.content.document.ATDocument 
    227           zope.lifecycleevent.interfaces.IObjectModifiedEvent" 
    228      handler=".eventHandlers.updateZipDownload" 
    229   /> 
    230   
    231   <subscriber 
    232      for="Products.ATContentTypes.content.file.ATFile 
    233           zope.lifecycleevent.interfaces.IObjectModifiedEvent" 
    234      handler=".eventHandlers.updateZipDownload" 
    235   />  
    236  
    237   <subscriber 
    238      for="Products.ATContentTypes.content.image.ATImage 
    239           zope.lifecycleevent.interfaces.IObjectModifiedEvent" 
    240      handler=".eventHandlers.updateZipDownload" 
    241   /> 
    242   
    243   <subscriber 
    244      for="Products.ATContentTypes.content.folder.ATFolder 
    245           zope.lifecycleevent.interfaces.IObjectModifiedEvent" 
    246      handler=".eventHandlers.updateZipDownload" 
    247   /> 
    248  
    249   <subscriber 
    250      for="Products.ATContentTypes.content.link.ATLink 
    251           zope.lifecycleevent.interfaces.IObjectModifiedEvent" 
    252      handler=".eventHandlers.updateZipDownload" 
    253   /> 
    254  
    255  
    256   <subscriber 
    257       for=".interfaces.ICourseUpdateEvent" 
    258       handler=".eventHandlers.ZipFileMaker" 
    259     /> 
    260  
    261   <subscriber 
    262       for=".interfaces.IDeleteCourseObjectEvent" 
    263       handler=".eventHandlers.deleteObjectHandler" 
    264   /> 
    265 --> 
     226  <subscriber 
     227     for="enpraxis.educommons.interfaces.ISchool 
     228          zope.app.container.interfaces.IObjectAddedEvent" 
     229     handler=".eventHandlers.syndicateFolderishObject" 
     230  /> 
     231 
    266232 
    267233  <subscriber