Changeset 2911
- Timestamp:
- 04/22/07 06:47:00 (2 years ago)
- Files:
-
- projects/ToscaWidgets/trunk/CHANGELOG.txt (modified) (1 diff)
- projects/ToscaWidgets/trunk/toscawidgets/mods/tg.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
projects/ToscaWidgets/trunk/CHANGELOG.txt
r2908 r2911 4 4 0.1a2 (unrelased): 5 5 ------------------ 6 * TG apps can now be mounted at different paths than / and TW's static resources 7 will be served properly. Thanks to Noah Gift for reporting the problem. 6 8 * Removed DeprecationWarnings thrown by latest RuleDispatch. Patch from 7 9 Florent Aide. projects/ToscaWidgets/trunk/toscawidgets/mods/tg.py
r2872 r2911 35 35 36 36 from toscawidgets.resources import registered_directories 37 for webpath, dir in registered_directories.get_all(PREFIX): 37 for webpath, dir in registered_directories.get_all(): 38 webpath = self.__class__.url(webpath) 38 39 log.info("Registering static directory %r at %r", dir, webpath) 39 40 self._register_static_directory(webpath, dir)