Changeset 47532

Show
Ignore:
Timestamp:
07/28/06 11:47:33 (2 years ago)
Author:
madarche
Message:

- #1700: Epoz problems in Internet Explorer. This results in the total removal

of Epoz support in CPS.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • CPS3/products/CPSSchemas/trunk/CHANGES

    r47521 r47532  
    1414- new widget: Email List Widget that combines Email and Lines widgets 
    1515- 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. 
    1618New internal features: 
    1719~~~~~~~~~~~~~~~~~~~~~~ 
  • CPS3/products/CPSSchemas/trunk/__init__.py

    r47234 r47532  
    4646logger = getLogger('CPSSchemas.__init__') 
    4747 
    48 try: 
    49     from Products import Epoz 
    50 except ImportError: 
    51     logger.info("Epoz is not installed: EpozPatch can't be applied") 
    52 else: 
    53     import EpozPatch 
    54  
    5548import DiskFile 
    5649