Changeset 34711
- Timestamp:
- 03/24/06 17:36:15 (3 years ago)
- Files:
-
- CPSSchemas/trunk/BasicWidgets.py (modified) (1 diff)
- CPSSchemas/trunk/CHANGES (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
CPSSchemas/trunk/BasicWidgets.py
r34349 r34711 1881 1881 "Failed to resize file %s keep original" \ 1882 1882 % filename) 1883 outfile = file 1883 1884 image = Image(self.fields[0], filename, outfile) 1884 1885 return image CPSSchemas/trunk/CHANGES
r34659 r34711 7 7 Bug fixes: 8 8 ~~~~~~~~~~ 9 - 9 - #1550: "Problem adding image to flexible (and just Image in gallery)" missing 10 variable definition when PIL was not installed 10 11 New internal features: 11 12 ~~~~~~~~~~~~~~~~~~~~~~
