0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
May 26, 2023 — May 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Stripping CVS keywords More... over 13 years ago
Stripping CVS keywords More... over 13 years ago
preset_name is renamed to style_name in D7
dman
as Dan Morrison
More... over 13 years ago
eek, CVS clutter was committed?
dman
as Dan Morrison
More... over 13 years ago
PHP strict - pass by reference update. http://drupal.org/node/648950#comment-3498126 thanks to Volx
dman
as Dan Morrison
More... over 13 years ago
getting the rgb function together http://drupal.org/node/1046200
dman
as Dan Morrison
More... over 13 years ago
http://drupal.org/node/818798#comment-4016466 from fietserwin. Great steps forward I think (but so far untested)
dman
as Dan Morrison
More... over 13 years ago
http://drupal.org/node/924270 added support for jpeg quality format. patch from cybis
dman
as Dan Morrison
More... over 13 years ago
http://drupal.org/node/980408 small mistake in the UI form for file convert. Imagecache_convert action always reverts to ‘jpg’
dman
as Dan Morrison
More... over 13 years ago
Woot, finally got define canvas working in imagemagick
dman
as Dan Morrison
More... over 13 years ago
See previous commit, accidentally checked in without correct full comment. Anyway. FINALLY got decent overlay support for imagemagick. Still having trouble with define canvas
dman
as Dan Morrison
More... over 13 years ago
More s - for the imagefilter actions inverse and brightness
dman
as Dan Morrison
More... over 13 years ago
Refactored largely to remove scrappy dependence on imagefilter emulation. Changed to use the copy of imagefilter library that imageapi is now publishing, simply don't need my own copy now. Imagemagick color processes are free to do their own thing, Discussed here http://drupal.org/node/818798#comment-3934228
dman
as Dan Morrison
More... over 13 years ago
Refactored largely to remove scrappy dependence on imagefilter emulation. Changed to use the copy of imagefilter library that imageapi is now publishing, simply don't need my own copy now. Imagemagick color processes are free to do their own thing, Discussed here http://drupal.org/node/818798#comment-3934228
dman
as Dan Morrison
More... over 13 years ago
repaired mix up with function args. signature changed?
dman
as Dan Morrison
More... over 13 years ago
#757886 by Magnus: Imported translation to localization server and removed CVS file. More... over 13 years ago
A number of code formatting changes and cleanups. backported from the D7 upgrade
dman
as Dan Morrison
More... over 13 years ago
Missed some files
dman
as Dan Morrison
More... over 13 years ago
Cleaned up old files, should be D7 only now?
dman
as Dan Morrison
More... over 13 years ago
This commit was manufactured as part of Drupal's Great Git Migration to create branch 'DRUPAL-7--1'. More... over 13 years ago
Attempting to make space in HEAD and branch to D7
dman
as Dan Morrison
More... over 13 years ago
update hook to deal with the renaming of the setting from presetid to presetname
dman
as Dan Morrison
More... over 13 years ago
Switched from using presetid to presetname for the chained actions - aspect switcer and subroutine - so that they are safe for features to import and export http://drupal.org/node/999346
dman
as Dan Morrison
More... over 13 years ago
make this features-safe. features.imagecache.inc 'sanitizes' the 'presetid' when exporting, so I had to rename it. TODO upgrade path
dman
as Dan Morrison
More... over 13 years ago
Update to imageapi_imagemagick_image_definecanvas from tajabosc http://drupal.org/node/844386#comment-3587414
dman
as Dan Morrison
More... over 13 years ago
Changed the testsuite module to be more like features.module. Added token support to text evaluation. Added a new test suite for the positioning algorithm, to make sure it all works before I make any changes to the UI.
dman
as Dan Morrison
More... over 13 years ago
Moved all the tests into their respective action modules. This should mean the testsuite only tests active actions. maybe
dman
as Dan Morrison
More... almost 14 years ago
http://drupal.org/node/626168 aspect switcher wasn't always passing the right parameters through to sub-actions. percents were being lost in translation. Turns out the basic scale and crop funcs did not run the keyword parser themselves, but relied on the caller to do so. Lazy bitches.
dman
as Dan Morrison
More... almost 14 years ago
All the actions are now under a placeholder imagecache_actions.module. Just used for common routines (image compositing, keyword positioning, and re-used form elements). Has no action of its own
dman
as Dan Morrison
More... almost 14 years ago
Heaps better support for basic imagemagick actions
dman
as Dan Morrison
More... almost 14 years ago