Huge update:
General re-work of module architecture - hooks, includes and callbacks
Image editor overlays are now pluggable - supports jQuery UI Dialog, Colorbox, Shadowbox, fancyBox
Aviary is now version 3
Added handling of "?itok=" query parameters (Drupal 7.19+ compatibility issue)
Added several webcams (Photobooth.js, Webcam, Scriptcam)
Added support for Aviary Feather API version 2 (customizable setting)
Image Editor for Image field: New feature - start creating with predefined image
Fixed Paintweb save issue #1410236: PaintWeb save not working
Fixed #1369324: Image disappears after Image Editor (replace option activated);
Introduced hook_imageeditor_info();
Image Editor: Do not load editors/uploaders that are not needed on the current page;
Image Editor Inline: new feature - access check - checks if user owns the image to edit it
Imageeditor inline:
Fixed #1353364
Switched from file_get_contents to cURL
Improved jQuery code - stopping animation before starting new one
Imageeditor:
Added snipshot editor
Fixed #1338090
This is a great new release introducing Image Editor API + 2 modules: Image Editor Imagefield (previous functionality done through the API) and Image Editor Inline (new functionality allowing to edit any image on the page).
I tried to keep all the settings working, etc. - but you will need to clear Drupal caches (as there were updates to the theme layer).
Added setting for imageeditor_inline to activate only on images with
width or height >= set value
Setting to show as a popup when you hover over the image is now working
for imageeditor_inline
Big rewrite - now comes as an API module + functionality modules.
New functionality added - imageeditor_inline module to edit any inline image on the site.
Plus special option for Aviary Feather editor - set color theme to use.
Please test and submit feedback - as all this new functionality settles out we will have a stable 1.3 release and I will start back poring it to D6.
Bugfixes:
Follow-up changes for non-clean URLs
New features:
Integration with Filefield Sources for new image creation - now there is Image Editor source that will allow to create new images in enabled editors for this field
Bugfixes:
Follow-up changes for non-clean URLs
New features:
Integration with Filefield Sources for new image creation - now there is Image Editor source that will allow to create new images in enabled editors for this field
Theming changes - added one more template file
Fixed creation of new images in SumoPaint
Experimental integration for open-source PaintWeb
Pixlr referrer now doesn't include site name (troubles with i18n)
Fixed creation of new images in SumoPaint
Experimental integration for open-source PaintWeb
Pixlr referrer now doesn't include site name (troubles with i18n)
Uploaders are now working
Editing functionality works in some editors (at least in both Pixlr editors) and also saves edited images back to the site
There are still issues to fight with and might be some error messages :)
Semi-working Drupal 7 version.
Administration page for image fields is working fine.
On the node edit can only create new images and still some error messages.
Fixed "administer site" -> "administer site configuration" permission for Image editor configuration settings.
Added instructions to set up API keys on imagefield widget edit pages.