Changeset 47532
- Timestamp:
- 07/28/06 11:47:33 (2 years ago)
- Files:
-
- CPS3/products/CPSSchemas/trunk/CHANGES (modified) (1 diff)
- CPS3/products/CPSSchemas/trunk/EpozPatch.py (deleted)
- CPS3/products/CPSSchemas/trunk/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
CPS3/products/CPSSchemas/trunk/CHANGES
r47521 r47532 14 14 - new widget: Email List Widget that combines Email and Lines widgets 15 15 - do not escape tag attributes as they are already xmlquoted by renderHtmlTag 16 - #1700: Epoz problems in Internet Explorer. This results in the total removal 17 of Epoz support in CPS. 16 18 New internal features: 17 19 ~~~~~~~~~~~~~~~~~~~~~~ CPS3/products/CPSSchemas/trunk/__init__.py
r47234 r47532 46 46 logger = getLogger('CPSSchemas.__init__') 47 47 48 try:49 from Products import Epoz50 except ImportError:51 logger.info("Epoz is not installed: EpozPatch can't be applied")52 else:53 import EpozPatch54 55 48 import DiskFile 56 49
