- Timestamp:
- 12/23/09 06:06:58 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
enpraxis.educommons/trunk/enpraxis/educommons/configure.zcml
r514 r632 68 68 <i18n:registerTranslations directory="locales" /> 69 69 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 70 78 <class class=".content.division.Division"> 71 79 <implements interface=".interfaces.IClearCopyrightable 72 80 .interfaces.IAccessibilityCompliantable 73 81 .interfaces.ICourseOrderable 74 zope.annotation.interfaces.IAttributeAnnotatable"82 zope.annotation.interfaces.IAttributeAnnotatable" 75 83 /> 76 84 </class> … … 80 88 .interfaces.IAccessibilityCompliantable 81 89 .interfaces.ICourseOrderable 82 zope.annotation.interfaces.IAttributeAnnotatable"90 zope.annotation.interfaces.IAttributeAnnotatable" 83 91 /> 84 92 </class> … … 88 96 .interfaces.IAccessibilityCompliantable 89 97 .interfaces.ICourseOrderable 90 zope.annotation.interfaces.IAttributeAnnotatable"98 zope.annotation.interfaces.IAttributeAnnotatable" 91 99 /> 92 100 </class> … … 96 104 .interfaces.IAccessibilityCompliantable 97 105 .interfaces.ICourseOrderable 98 zope.annotation.interfaces.IAttributeAnnotatable"106 zope.annotation.interfaces.IAttributeAnnotatable" 99 107 /> 100 108 </class> … … 104 112 .interfaces.IAccessibilityCompliantable 105 113 .interfaces.ICourseOrderable 106 zope.annotation.interfaces.IAttributeAnnotatable"114 zope.annotation.interfaces.IAttributeAnnotatable" 107 115 /> 108 116 </class> … … 112 120 .interfaces.IAccessibilityCompliantable 113 121 .interfaces.ICourseOrderable 114 zope.annotation.interfaces.IAttributeAnnotatable"122 zope.annotation.interfaces.IAttributeAnnotatable" 115 123 /> 116 124 </class> … … 120 128 .interfaces.IAccessibilityCompliantable 121 129 .interfaces.ICourseOrderable 122 zope.annotation.interfaces.IAttributeAnnotatable"130 zope.annotation.interfaces.IAttributeAnnotatable" 123 131 /> 124 132 </class> … … 128 136 .interfaces.IAccessibilityCompliantable 129 137 .interfaces.ICourseOrderable 130 zope.annotation.interfaces.IAttributeAnnotatable"138 zope.annotation.interfaces.IAttributeAnnotatable" 131 139 /> 132 140 </class> … … 216 224 /> 217 225 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 266 232 267 233 <subscriber
