CHANGES.txt for the JPicture Product Changes for the JPicture Product JPicture 1.0 Bugs fixed: * Complete reshuffling of all package contents to align the product with the "canonical" way of structuring a Zope python product * Deprecated use of __ac_permissions__ in favor of the new ClassSecurityInfo declarative security framework * Replaced all instances of HTMLFile with DTMLFile, which is the preferred class for your Zope management screens * Ripped out all cataloging code and no longer subclassing from CatalogAware. I found I never used it myself and it just opens up more sources for programming errors. * Consolidated all uploading facilities into the "Edit" management tab instead of separate "Upload" tabs * Used manage_page_header and all the nifty new ZMI features that appeared in Zope 2.3.0 * Deprecated use of MessageDialogs in the management screens * Wrote help screens for all management views JPicture 0.0.2 (4/30/00) Features added: * Thumbnail attribute added with all facilities to add, change or upload thumbnail data. viewThumb method added to view the thumbnail by itself or a text string if no thumbnail is available. JPicture 0.0.1 The start (4/29/00)