Log of /contributions/modules/imagecache/imagecache.install
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 1 18:54:42 2008 UTC
(15 months, 3 weeks ago)
by
dopry
Branch:
MAIN
Changes since
1.16: +3 -32 lines
Diff to
previous 1.16
some theme function fixes and move remove memory limit and toolkit requirements to imageapi gd and imageapi where they belong respectively.
Revision
1.3.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 31 21:01:23 2008 UTC
(19 months, 3 weeks ago)
by
dopry
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-6,
DRUPAL-5--1-7
Changes since
1.3.2.2: +2 -1 lines
Diff to
previous 1.3.2.2
, to
branch point 1.3
, to
next main 1.27
* some minor cleanups to .info and .install switched package to ImageCache and module name to ImageCache.
* backported header responses from 2.x.
* added some good watchdogs and more error checking/reporting.
* cleaned up lock/tmp file handling. register_shutdown_function is my friend.
* removed some cruftiness from the processing loop and race handling.
* new tmp filename tmp_imagecache_{md5(src)}_{preset}_{basename(src)}, so they are guaranteed unique and mostly identifiable.
* removed optional use of mime_content_type.
* added 307 Location header for images already being process to cause reload of current page... This should try to reload a few times hopefully giving us enough time to finish processing the image.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 6 14:24:02 2007 UTC
(23 months, 3 weeks ago)
by
dopry
Branch:
MAIN
CVS Tags:
DRUPAL-5--2-0-alpha,
DRUPAL-5--2-0-beta
Changes since
1.5: +64 -16 lines
Diff to
previous 1.5
#141370 by gordon, dman, eaton, dopry. Move image actions into new hook_imagecache_action()
patch from comment #15 applied with heavy modification...
to implement an action your module need to implement hook_imagecache_actions (see php doc in
imagecache implementation).
actions can exist inside your module or in an external include
in the same directory as the implementing module.
there are two call backs for each action implemented...
$action['action'] .'_form($data)' -- preset form....
$action['action'] .'_image($image, $data)' -- this callback does the work...
Revision
1.2.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 17 05:54:57 2006 UTC
(3 years, 1 month ago)
by
dopry
Branch:
DRUPAL-4-7
Changes since
1.2.2.1: +36 -10 lines
Diff to
previous 1.2.2.1
, to
branch point 1.2
#89164
tnx, quicksketch
--added some modifications to clean up ruleset/preset name. ruleset should be gone now.
--moved flush calls to before db updates, otherwise preset names could be updated before
a flush was called.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.