Added better error handling in asset instanciation.

This commit is contained in:
JT Smith 2007-04-19 03:36:50 +00:00
parent 886d8215b8
commit 1c4f84ab13
2 changed files with 5 additions and 1 deletions

View file

@ -8,6 +8,7 @@
http://www.plainblack.com/bugs/tracker/trouble-with-search-users
- fix: Fixed an unhandled exception in Workflow/Activity/PurgeOldAssetRevisions.pm
- Added better error handling for asset instanciation in version tags.
- Added better error handling in asset instanciation.
- fix: Image::Magick->Scale does nothing if given dimensions < 1, so make sure
they are large enough when generating thumbnails in Storage/Image.pm