Closed (fixed)
Project:
ImageMagick
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2011 at 17:58 UTC
Updated:
1 May 2011 at 19:11 UTC
Jump to comment: Most recent file
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | imagemagick-HEAD.12.migrate.patch | 2.13 KB | sun |
| #11 | imagemagick-HEAD.11.migrate-vars.patch | 1.11 KB | sun |
| #10 | 1045454-vars.patch | 987 bytes | andypost |
| #9 | imagemagick-HEAD.9.uninstall.patch | 2.16 KB | sun |
| #8 | imagemagick-HEAD.8.rotate-debug.patch | 2.93 KB | sun |
Comments
Comment #1
sunCommitted attached patch, which simply moves + renames functions from imageapi_imagemagick.module.
Comment #2
sunCommitted attached patch, which updates the ImageMagick image toolkit configuration for D7.
Comment #3
andypostI'm testiing and fixing related code
Comment #4
sunCommitted attached patch, which synchronizes order of functions and phpDoc with Drupal core's GD toolkit.
Comment #5
sunCommitted attached patch, which fixes various coding standards issues.
Comment #6
sunThis patch makes it work. Not sure whether it is the correct way for ImageMagick.
Comment #7
sunThanks for reporting, reviewing, and testing! Committed attached patch to HEAD.
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.
Comment #8
sunAdditionally fixed the rotate action and debug output. Could use some unit tests, but I'm not up for that.
Comment #9
sunAnd lastly... fixed missing uninstall hook ;-)
Comment #10
andypostvariables migration patch
Comment #11
sunThanks for reporting, reviewing, and testing! Committed attached patch to HEAD.
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.
Comment #12
sunok, the ImageAPI migration code was a bit stupid... of course, the module update for imagemagick module is not executed when installing the module, so this migration path is never executed.
Attached patch should fix the problem. Could use another review.
Comment #13
sunCommitted to master.