imagecache_actions 7.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| imagecache_actions-7.x-1.1.tar.gz | 1.71 MB | 3fdbd58d47cebd81f133524403993263 |
| imagecache_actions-7.x-1.1.zip | 1.74 MB | 800311beb552c882de651b38f20dcf7c |
Release notes
Warnings/incompatibility notes for 7.x-1.1
Clear the cache after updating.
Changelog since 7.x-1.0
- #1591198: Wrong image size HTML attributes with default image
- #464092: Aspect Switcher / Subroutine: Need to Flush image style on changes in called style
- #1676924: Autorotate: check for exif extension and test dimensions callback
- #1849020: Cant get text test examples to work
- #1702716: System Stream Wrappers Conflict
- #1844298: Remove dependency from entity module
- #1778594: Negative image effect does not work
- #1778214: Remove version from image_effects_text_test.info for better git_deploy integration
- #1752664: Error on importing image style
- #1676924: Autorotate: check for exif extension and test dimensions callback
- By Dubs: #1666912: Call to undefined function imagecache_actions_get_image_context() in .../imagecache_customactions.module
- #1630194: Custom actions broken after upgrading from dev to prod
- By epieddy #1591484: Underlay Center or Right parameter not working.
- Created a submodule with administrative features:
- Export and import. This will allow users to duplicate between sites or
to post failing styles in the issue queue(without using the features module). - Backport of patch by geoffreyr for #1403962: Add action "duplicate" to image style admin screen: this will allow us to easily
create large sets of test/showcase styles and to fine tune this issue request
before it lands in core.
- Export and import. This will allow users to duplicate between sites or
This version has a new soft dependency: System stream wrapper. This module provides (among others) a module://, and theme:// stream wrapper that can be easy to use when specifying image or font resources.
imagecache_actions 6.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| imagecache_actions-6.x-2.1.tar.gz | 2.03 MB | 9cb2db030ff934f48a2ed784d38e100b |
| imagecache_actions-6.x-2.1.zip | 2.06 MB | 6f896496b705f9c7ebfe48c253272c9a |
Release notes
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.
imagecache_actions 6.x-1.9
| Download | Size | md5 hash |
|---|---|---|
| imagecache_actions-6.x-1.9.tar.gz | 1.32 MB | 864aaeed7c746021939261076fbe759a |
| imagecache_actions-6.x-1.9.zip | 1.34 MB | eb2623305d52bdc4c0ca8a842c5cd90f |
Release notes
Tiny fix for accidental conversion to png inside define_canvas.
http://drupal.org/node/1160450
imagecache_actions 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| imagecache_actions-7.x-1.0.tar.gz | 1.83 MB | 438d703caaa085195e80c77457cd841d |
| imagecache_actions-7.x-1.0.zip | 1.86 MB | 7ef7399a3302d82cd650ebbdbc328705 |
Release notes
- 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.
- If you use effects that use files (mask, overlays, underlays, text fonts), check the way they are specified. From 7.x-1.0 on, you have to specify the location using one of the schemes private://, public://, module:// or temporary://. If no scheme is specified, the file is searched for as is, thus relative to the current directory or as an absolute path.
- Effects that use the transparency layer (e.g. mask, rounded corners) do not automatically convert to PNG anymore. Use the "Change file format" for that.
- There's no upgrade from D6. You will have to recreate your styles manually.
imagecache_actions 7.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| imagecache_actions-7.x-1.0-alpha2.tar.gz | 1.83 MB | 97db71e3ac633aef05a3efc2bb4c9d82 |
| imagecache_actions-7.x-1.0-alpha2.zip | 1.86 MB | 0c907d833cfa5238f1ffcbe3d11a3af1 |
Release notes
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.
Please clear the registry cache after installing.
If you are using custom actions you need to:
- run update.php
- enable the PHP filter module and assign the 'use PHP for settings' permission to the editors that are allowed to manage image styles containing custom actions.
- read the documentation (README.txt) about manual changes you need to make to your custom action.
As soon as we have no new/changed issues for a few days we will release 7.x-1.0
imagecache_actions 7.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| imagecache_actions-7.x-1.0-alpha1.tar.gz | 1.83 MB | 8e5169485f9d348a253039e9e89256c1 |
| imagecache_actions-7.x-1.0-alpha1.zip | 1.86 MB | 3a3e6011a33138bc6c2a2e739946c739 |
Release notes
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
imagecache_actions 6.x-1.8
| Download | Size | md5 hash |
|---|---|---|
| imagecache_actions-6.x-1.8.tar.gz | 1.32 MB | 9cd827f21093566e3a33fb2fde9d3c77 |
| imagecache_actions-6.x-1.8.zip | 1.34 MB | 9409547deb6dd539407373727accac47 |
Release notes
JUST a PHP pass-by-reference update
Due to much interest in
http://drupal.org/node/648950#comment-3498126
Interesting things happen in 2-0. 1-x is maintenence only ... but I guess this sure counts as maintenence
imagecache_actions 7.x-0.0
| Download | Size | md5 hash |
|---|---|---|
| imagecache_actions-7.x-0.0.tar.gz | 1.37 MB | b1fcde3314b5e2a970f7f454d8300b6b |
| imagecache_actions-7.x-0.0.zip | 1.41 MB | 1a8248b83f08f8d52b5a20f68df9c94a |
Release notes
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.
imagecache_actions 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| imagecache_actions-6.x-2.x-dev.tar.gz | 2.03 MB | b3fef56f95ba355926a16c0a6e75efda |
| imagecache_actions-6.x-2.x-dev.zip | 2.06 MB | 303aa8aaf65b235943c22b688b5c8223 |
Release notes
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.
On the PLUS side, there is enhanced positioning support for parameters like right+100 , or middle+10%
imagecache_actions 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| imagecache_actions-7.x-1.x-dev.tar.gz | 2 MB | 2a6bd8eb9a16ecb3dfa90c5bd0a4671b |
| imagecache_actions-7.x-1.x-dev.zip | 2.03 MB | f97b22352d87932f9e693ac6dc92c27c |
Release notes
HUGE thanks to Scott Falconer for getting this happening.
http://drupal.org/node/818798 for (ongoing) release notes
MOST of it is working.
textactions are happening in a different module now.
imagecache_actions 6.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| imagecache_actions-6.x-1.7.tar.gz | 1.32 MB | 980f3932545cfff5341e6137ea40cad7 |
| imagecache_actions-6.x-1.7.zip | 1.34 MB | 03458f5b1e41499a5139eedaf94e2a8f |
Release notes
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
an entirely new revised algorithm for rounded corners contributed by donquixote http://drupal.org/node/564036 . code convention fixes
#577930: "user warning Table doesn't exist query" after viewing for the 1st time a cached image using a custom action - (database prefix) - prefix fix for tables when looking up image node data
changed the keyword parsing a little. Keyword splitting (eg 'left+25%') was not quite right
imagecache_actions 6.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| imagecache_actions-6.x-2.0.tar.gz | 2.09 MB | e6caba0f70ffa1eea1609db0acadd1db |
| imagecache_actions-6.x-2.0.zip | 2.14 MB | b630a98a1c174915919c8b6e7472f9ef |
Release notes
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.
imagecache_actions 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| imagecache_actions-6.x-1.6.tar.gz | 977.03 KB | acdaa251329c91292686ec24c5cc7946 |
| imagecache_actions-6.x-1.6.zip | 992.76 KB | c8acfb9c22c72cd3f8d40820e7d11acb |
Release notes
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.
imagecache_actions 5.x-3.1
| Download | Size | md5 hash |
|---|---|---|
| imagecache_actions-5.x-3.1.tar.gz | 566.81 KB | 206ebe3718a9fc7e1cca8e3d4d3fe287 |
| imagecache_actions-5.x-3.1.zip | 570.37 KB | 36342ed87b94c8881ddfc4b5362dd6dc |
Release notes
Stable version number to reflect the imageapi compatibility problems.
This branch is for those using imageAPI DRUPAL-5.x-2.4 or above
Includes #458918: Text filtering should be module user's duty
imagecache_actions 5.x-3.x-dev
| Download | Size | md5 hash |
|---|---|---|
| imagecache_actions-5.x-3.x-dev.tar.gz | 567.21 KB | 17b9e76d9c6f83aa2432e13b0ec8606f |
| imagecache_actions-5.x-3.x-dev.zip | 569.92 KB | b2f1bd50f47edbe9c5c2ee8b5567aeca |
Release notes
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
imagecache_actions 6.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| imagecache_actions-6.x-1.5.tar.gz | 1.45 MB | 2ba9c6f6a3bd2f7490c13d28bbffc891 |
| imagecache_actions-6.x-1.5.zip | 1.46 MB | 2e049b7d84941305c995ae334d03e84a |
Release notes
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.
imagecache_actions 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| imagecache_actions-6.x-1.4.tar.gz | 1.1 MB | 5670d298e6cae58d16094b7a745f9b9f |
| imagecache_actions-6.x-1.4.zip | 1.11 MB | 465602e52c12f666b9da6a632f142dd3 |
Release notes
Emergency release to try and keep up with changes within imageAPI. Possibly unstable
There is no version 6.x-1.3
See http://drupal.org/node/399836#comment-1349766
Important
Significant changes were made to the imageAPI API recently. This means that some versions of imagecache_actions are not compatible with some versions of imageAPI!
[ imageapi 6.x-1.4 (and dev and up) == imagecache_actions 6.x-1.4 (and dev and up) ]
[ imageapi 6.x-1.3 (and down) == imagecache_actions 6.x-1.2 (and down) ]
There is no imagecache_actions 6.x-1.3.
imagecache_actions 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| imagecache_actions-6.x-1.2.tar.gz | 779.65 KB | 7d5b7e4fceb331265c4947b83594767f |
| imagecache_actions-6.x-1.2.zip | 788.41 KB | f221546ea0c1087ae919e3be9fe74b64 |
Release notes
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
plus some bugfixes for the install process.
imagecache_actions 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| imagecache_actions-6.x-1.1.tar.gz | 913.99 KB | d2b17bba4e951a54ad68c2e41f27df5a |
| imagecache_actions-6.x-1.1.zip | 921.68 KB | 3664525ff012e667e083f6d8923f3307 |
Release notes
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
imagecache_actions 5.x-2.3
| Download | Size | md5 hash |
|---|---|---|
| imagecache_actions-5.x-2.3.tar.gz | 563.48 KB | 09a77906b6df2e242f4d034453d8ef29 |
| imagecache_actions-5.x-2.3.zip | 567.42 KB | d3e6b12b58565932e7e3d81d171534c6 |
Release notes
Bugfix
http://drupal.org/node/327243
Testing code was left in causing a slowdown
Critical enough to release