After well over a year since the previous release, and as the bug reported in #2166715: Typo causes extra query every page load causes extremely slow-down of sites in combination with a bugfix in D7.33, it is time to release a new version. There are still some open bugs, but we will try to address these in a next version.
Lots of incidental clean-ups and refactoring, some backports and bugfixes from D7.
Fixes for strict warnings under PHP5.3 etc
Just a periodic release to get a number of recent small fixes into a stable version.
No need to upgrade if you've not got any problems.
Clear the (registry) cache after installing 7.x-1.0.
If you use custom actions, run update.php.
If you use custom actions, be sure to enable the 'PHP filter' module and give image style editors that may create custom actions the 'use PHP for settings' permission. The module must also be enabled on image creation.
If you use custom actions, please read the README.txt from that sub-module to find out about how information and resources are available to you. You will probably have to change your code snippets.
The second alpha version of the long awaited 7.x-1.0 release. All issues in the issue queue have been answered and are either solved, postponed or awaiting more information. The 7.x-1.0 release can be expected soon. In the meantime we ask you to update to this version and test it. Please report all issues you find.
The first alpha version of the long awaited 7.x-1.0 release. All issues in the issue queue have been answered and are either solved, postponed or awaiting more information. The 7.x-1.0 release can be expected soon. In the meantime we ask you to update to this version and test it. Please report all issues you find.
As soon as we have no new/changed issues for a few days we will release 7.x-1.0
OK, Time to get testing.
History queue: http://drupal.org/node/818798
Thanks to Scott Falconer for the first big push.
Thanks to fietserwin for the testing and the next round of updates!
This is a 0.x release as it's got some gaps in it (unknown, but I think it does) but we need a version out so that folk can find the problems.
Libraries and files have moved around a lot.
If upgrading to this, remove all old files first.
textactions have gone to a new module. so this release does NOT have textactions.
It fixes some transparency issues, and supports features import export better.
I attempted to institute a test suite, but really, just ignore that.
Some presets may not upgrade completely from earlier setting, so don't be surprised if you have to revisit the config screen and re-save to ensure old behaviour.
Finally an official fix of the typo #710716: Typo in SQL code breaks module
Revised docs. More enhancements to the textactions, better doc, better error handling. Attempted optimization of canvasactions/watermark
DO NOT USE THIS if you need to upgrade from textactions, it totally replaces the old textactions method with a new experimental rendering library.
This is a pre-release only.
All minor stuff.
UI improvements,
better support of positioning syntax,
changed some validation rules and defualts for new presets,
updated internal docs a lot.
Fixed a few text character issues.
Existing users should see no difference and THERE IS NO NEED TO UPGRADE.
This is basically a maintenance release to keep it up to synch with my under-the-hood development changes so that I can still support it.
Repaired the breakages caused by the March 2009 imageapi upgrade.
Backport fixes etc
OK -
If you are using imageapi-DRUPAL-5--1-5 or greater, USE THIS imagecache_actions-DRUPAL-5--3
If you have imageapi-DRUPAL-5--1-4 or less, USE imagecache_actions-DRUPAL-5--2
More repairs from the imageapi upgrade issues, eg http://drupal.org/node/400496 - imageapi 1.4 upgrade causes pain. http://drupal.org/node/406960 - repair textactions following imageapi changes.
Also a commit of 'independant' rounded corners, each corner can be configured one by one. http://drupal.org/node/402112
And for that matter, an official release of rounded corners in general.
Includes
- support for rounded corners (new)
- imagefield data for text actions (updated and repaired)
- arbitrary code action (your own gd toolkit code - needs documenting)
- farb color selector for all color inputs.
- fixed security on the php entry for textarea
Significant additions have been made.
The text/dynamic text has been reviewed and documented a lot more. Some validation was added.
There is now a built-in font with the distribution, although you can upload and choose your own also.
The system ATTEMPTS to validate that the font is in fact installed or available on your system.
We've got custom actions http://drupal.org/node/325103#comment-1076011 if you feel like coding your own image processes
Includes a backport of Drnamic text (PHP code and tokens)
Beware - you MUST have the font file you choose available - either in your system path, the module folder itself, or your files directory (all are checked) but if not you may get an error. What happens there is it tries to fall back to your available system fonts - which I cannot yet detect, but may be out there somewhere.
All the goodness of the D5 version.
The text 2 canvas support was consolidated to allow php evaluation or static text in the one UI.
Big improvements on transparency with overlays (more efficient most of the time)
Some testing still to do for edge cases and other image formats.
This release built against
imagecache 6--2-0-BETA1
imageapi 6.x-1.0
Other combinations may have mixed results.
Some new functionality - Split the text overlay into its own library, and added DYNAMIC (php code generated) text as a 'caption' overlay.
This is still experimental, from code donated by patrickharris at http://drupal.org/node/264862
It has some issues, including breakage if you use a WYSIWYG on the textarea, so don't do that.