Changeset 7817 for main/waeup.kofa/trunk/src/waeup/kofa/browser
- Timestamp:
- 8 Mar 2012, 20:45:38 (13 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/browser
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/exceptions.py
r7811 r7817 47 47 Backport from grok 1.6. This is only a view (not a page) because 48 48 we cannot trust that the associated :exc:`Unauthorized` exceptions 49 happened inside a w. s. site.49 happened inside a w.k. site. 50 50 51 51 If not, then we have no layout available at time of rendering. … … 64 64 """A page rendered when an object cannot be found. 65 65 66 XXX: This page won't work for objects above a w. s.University.66 XXX: This page won't work for objects above a w.k.University. 67 67 """ 68 68 grok.context(INotFound) -
main/waeup.kofa/trunk/src/waeup/kofa/browser/viewlets.py
r7811 r7817 123 123 if static is None or static.get(self.icon, None) is None: 124 124 # In derived classes defined in other modules/packages 125 # than w. s.browser, ``static`` might refer to a static dir125 # than w.k.browser, ``static`` might refer to a static dir 126 126 # local to the derived class' module. As we often like to 127 127 # get the icons from here … … 129 129 # resource appropiately. 130 130 # 131 # XXX: The hardcoding of 'w. s.browser' should be replaced131 # XXX: The hardcoding of 'w.k.browser' should be replaced 132 132 # by something smarter. 133 133 # … … 275 275 if static is None or static.get(self.icon, None) is None: 276 276 # In derived classes defined in other modules/packages 277 # than w. s.browser, ``static`` might refer to a static dir277 # than w.k.browser, ``static`` might refer to a static dir 278 278 # local to the derived class' module. As we often like to 279 279 # get the icons from here … … 281 281 # resource appropiately. 282 282 # 283 # XXX: The hardcoding of 'w. s.browser' should be replaced283 # XXX: The hardcoding of 'w.k.browser' should be replaced 284 284 # by something smarter. 285 285 #
Note: See TracChangeset for help on using the changeset viewer.