summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Darrel O\'Pry [Wed, 24 Jan 2007 21:54:03 +0000]
removing errant debugging code.
Darrel O\'Pry [Wed, 24 Jan 2007 21:43:53 +0000]
fixing flush function since preset array changed.
Darrel O\'Pry [Wed, 24 Jan 2007 21:32:09 +0000]
fixing cache set / get issue that was reaking havock.
Darrel O\'Pry [Wed, 24 Jan 2007 06:51:43 +0000]
#108672 by quicksketch/dopry, preset caching.
Darrel O\'Pry [Wed, 24 Jan 2007 05:57:50 +0000]
#111078 by ac, adding description for imagecache entry on admin page.
Darrel O\'Pry [Wed, 24 Jan 2007 05:50:41 +0000]
#111880 by killes, fix type in imagecache_filter call height != width
Darrel O\'Pry [Wed, 24 Jan 2007 05:20:25 +0000]
#112243, added package = Image to imagecache.info to group with other image modules.
Darrel O\'Pry [Sun, 31 Dec 2006 08:48:29 +0000]
fixing busted loop in imagecache_image_flush
Darrel O\'Pry [Sun, 31 Dec 2006 08:47:04 +0000]
#104862 by quicksketch, fixing typo in imagecache_flush_image
Darrel O\'Pry [Thu, 30 Nov 2006 06:03:46 +0000]
#100434 keywords, percentages, and zoom crops by quicksketch. DRUPAL-5 gets it too.
Darrel O\'Pry [Thu, 30 Nov 2006 04:45:32 +0000]
extened theme_imagecache to support alt, title, and attributes.
Darrel O\'Pry [Wed, 29 Nov 2006 07:57:58 +0000]
#89103 by quicksketch, allow scaling on a single dimension.
Darrel O\'Pry [Wed, 29 Nov 2006 07:46:40 +0000]
moved .info into replace, renamed README to README.txt
Darrel O\'Pry [Wed, 29 Nov 2006 07:44:07 +0000]
#93029 by quicksketch, update to drupal 5 api.
Darrel O\'Pry [Wed, 15 Nov 2006 04:44:11 +0000]
#94015 fixed broken query on pgsql. tnx, jaydub
Darrel O\'Pry [Wed, 18 Oct 2006 01:15:00 +0000]
Merged in changes from 4-7 branch to reopen development on head.
Darrel O\'Pry [Wed, 27 Sep 2006 00:27:07 +0000]
initial commit of imagecache with exact resize code.
Darrel O\'Pry [Mon, 11 Sep 2006 04:31:54 +0000]
http://drupal.org/node/83106
switching width and height field positions.
tnx, m3avrck(http://drupal.org/user/12932)
Darrel O\'Pry [Mon, 11 Sep 2006 04:26:36 +0000]
commiting crop patch.
Darrel O\'Pry [Thu, 7 Sep 2006 06:23:54 +0000]
fixing the admin interface for imagecache;
Darrel O\'Pry [Wed, 6 Sep 2006 05:09:51 +0000]
began renaming rulesets to preset to make them a little less intimidating.
change the return value of _imagecache_get_presets() to be more select friendly ($id => $name).
fixed up the url generation in theme_imagecache.
Darrel O\'Pry [Tue, 29 Aug 2006 01:26:40 +0000]
replace the 'source does not exist' message with a drupal_not_found so a 404 will be sent.
Darrel O\'Pry [Tue, 29 Aug 2006 01:04:46 +0000]
Fixed the multiple image generation due to a non-default files path by including
file_directory_path in the path for the imagecache menu callback,
added a theme function, theme_imagecache($namespace, $path) to make it a little easier
to use and to construct urls using file_directory_path.
Hope this makes life easier for some of you...
.darrel.
Darrel O\'Pry [Mon, 31 Jul 2006 00:30:10 +0000]
removeing drupal_set_messages()...
Darrel O\'Pry [Fri, 7 Jul 2006 05:33:31 +0000]
flush code completed.
Darrel O\'Pry [Thu, 6 Jul 2006 23:44:54 +0000]
fixed the install function, added the actionid auto_increment
Darrel O\'Pry [Thu, 6 Jul 2006 23:43:21 +0000]
oops for got to add this.
Darrel O\'Pry [Thu, 6 Jul 2006 23:23:23 +0000]
just changing the case of the menu item... flushes still need to be
fixed.
Darrel O\'Pry [Thu, 6 Jul 2006 23:17:27 +0000]
Working version numbah 1. The crop handler still needed to be added. :)
Darrel O\'Pry [Thu, 6 Jul 2006 22:46:43 +0000]
The admin UI should be functional now.
Right now its all about imagecache_cache. Once its working we're functional.
Darrel O\'Pry [Thu, 6 Jul 2006 18:03:55 +0000]
roughed in new imagecache_cache function. next we'll get the recursive mkdir patch in and we
should be super.
Darrel O\'Pry [Thu, 6 Jul 2006 05:28:07 +0000]
Can create/update/delete a ruleset and action.
Add check for op='Add Crop', and 'Add Resize'....
Leave interesting possibilities for later. (watermark, grey scale, sepia, warp, etc).
Darrel O\'Pry [Wed, 5 Jul 2006 23:07:55 +0000]
Yep a readme that says, good luck with this module. Its a dangerous security hole at the moment, you should wait
until the next version is done.
Darrel O\'Pry [Wed, 5 Jul 2006 22:59:13 +0000]
I just broke most everything... Use the previous version.
Darrel O\'Pry [Wed, 7 Jun 2006 04:38:45 +0000]
Initial imagecache submission.