[commits] Horde branch master updated. cbd8bad59d9ec401aebdac10da48d90f3dc3f012
Michael Rubinsky
mike at theupstairsroom.com
Wed Feb 17 23:22:13 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 5fb5cc21e861699d935a686940e72dc5097ec2fe
c9e6b80 remove TODO
8f9ca8e note multi-image support in CHANGES
45acc4b Catch Ansel_Exceptions here
55f753a indentation
b228346 Fix sprintf parameters
ce454df Throw exception if Imagick extension not available, don't throw exception if no image data when getting dimensions, just return 0x0
cbd8bad Lots of H4 chagnes and improvements
-----------------------------------------------------------------------
commit c9e6b804b4a24256704ff0c0743860b032938795
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Feb 17 11:11:00 2010 -0500
remove TODO
ansel/image.php | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
http://git.horde.org/diff.php/ansel/image.php?rt=horde-git&r1=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0&r2=c9e6b804b4a24256704ff0c0743860b032938795
-----------------------------------------------------------------------
commit 8f9ca8e91eb776219b4a7dfabb670a5504df7de2
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Feb 17 11:11:13 2010 -0500
note multi-image support in CHANGES
ansel/docs/CHANGES | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/ansel/docs/CHANGES?rt=horde-git&r1=782c4264d99d4cfca05df9ed7db0054fe8afde86&r2=8f9ca8e91eb776219b4a7dfabb670a5504df7de2
-----------------------------------------------------------------------
commit 45acc4bb76ede8a426e4acad65dcdd62e87b32e9
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Feb 17 17:00:01 2010 -0500
Catch Ansel_Exceptions here
ansel/lib/Ansel.php | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=4769c84d43d75725f44d409e1c862ca3ea44ed0e&r2=45acc4bb76ede8a426e4acad65dcdd62e87b32e9
-----------------------------------------------------------------------
commit 55f753a6c06fc049574e1ad580aca2780fca3bf5
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Feb 17 17:04:17 2010 -0500
indentation
ansel/lib/Tile/Gallery.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/diff.php/ansel/lib/Tile/Gallery.php?rt=horde-git&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=55f753a6c06fc049574e1ad580aca2780fca3bf5
-----------------------------------------------------------------------
commit b228346ee478ad75f5fd9cc8c7a9b6d878a70611
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Feb 17 17:05:03 2010 -0500
Fix sprintf parameters
framework/Image/lib/Horde/Image/Exif/Exiftool.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Exif/Exiftool.php?rt=horde-git&r1=da7a3a1f3b7a5704bbfdbaab52656499c4b29f3e&r2=b228346ee478ad75f5fd9cc8c7a9b6d878a70611
-----------------------------------------------------------------------
commit ce454dfe7763fce15ef97a73981767a7d3855a2f
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Feb 17 17:06:05 2010 -0500
Throw exception if Imagick extension not available, don't throw exception if no image
data when getting dimensions, just return 0x0
framework/Image/lib/Horde/Image/Imagick.php | 40 ++++++++++++++-------------
1 files changed, 21 insertions(+), 19 deletions(-)
http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Imagick.php?rt=horde-git&r1=7387cb5d1c0fae6ad32ba6aafed323164eb62f18&r2=ce454dfe7763fce15ef97a73981767a7d3855a2f
-----------------------------------------------------------------------
commit cbd8bad59d9ec401aebdac10da48d90f3dc3f012
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Feb 17 18:20:22 2010 -0500
Lots of H4 chagnes and improvements
CS changes, PHP5-ify Ansel_Image and Ansel_ImageView classes.
Start moving all SQL queries into Horde_Storage.
ansel/img/prettythumb.php | 4 +-
ansel/lib/Gallery.php | 28 ++--
ansel/lib/Image.php | 318 +++++++++++++++++-------------
ansel/lib/ImageView/Mini.php | 6 +-
ansel/lib/ImageView/PlainStack.php | 2 +-
ansel/lib/ImageView/PolaroidStack.php | 2 +-
ansel/lib/ImageView/PolaroidThumb.php | 4 +-
ansel/lib/ImageView/PrettyThumb.php | 6 +-
ansel/lib/ImageView/RoundedStack.php | 2 +-
ansel/lib/ImageView/Screen.php | 2 +-
ansel/lib/ImageView/ShadowSharpThumb.php | 4 +-
ansel/lib/ImageView/Thumb.php | 4 +-
ansel/lib/Storage.php | 80 ++++++++
13 files changed, 295 insertions(+), 167 deletions(-)
http://git.horde.org/diff.php/ansel/img/prettythumb.php?rt=horde-git&r1=982b8eb77ff8eedb5da2510adfeaccbb3f8c0d22&r2=cbd8bad59d9ec401aebdac10da48d90f3dc3f012
http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=c2712070c6d96fa10b2d4b46d567f4e71a4fc792&r2=cbd8bad59d9ec401aebdac10da48d90f3dc3f012
http://git.horde.org/diff.php/ansel/lib/Image.php?rt=horde-git&r1=def208a84055817b2715d26e89e4a1abe478d5a6&r2=cbd8bad59d9ec401aebdac10da48d90f3dc3f012
http://git.horde.org/diff.php/ansel/lib/ImageView/Mini.php?rt=horde-git&r1=c2712070c6d96fa10b2d4b46d567f4e71a4fc792&r2=cbd8bad59d9ec401aebdac10da48d90f3dc3f012
http://git.horde.org/diff.php/ansel/lib/ImageView/PlainStack.php?rt=horde-git&r1=c2712070c6d96fa10b2d4b46d567f4e71a4fc792&r2=cbd8bad59d9ec401aebdac10da48d90f3dc3f012
http://git.horde.org/diff.php/ansel/lib/ImageView/PolaroidStack.php?rt=horde-git&r1=55a16c872ef6f6801496a1af91415d3e49d18655&r2=cbd8bad59d9ec401aebdac10da48d90f3dc3f012
http://git.horde.org/diff.php/ansel/lib/ImageView/PolaroidThumb.php?rt=horde-git&r1=c2712070c6d96fa10b2d4b46d567f4e71a4fc792&r2=cbd8bad59d9ec401aebdac10da48d90f3dc3f012
http://git.horde.org/diff.php/ansel/lib/ImageView/PrettyThumb.php?rt=horde-git&r1=c2712070c6d96fa10b2d4b46d567f4e71a4fc792&r2=cbd8bad59d9ec401aebdac10da48d90f3dc3f012
http://git.horde.org/diff.php/ansel/lib/ImageView/RoundedStack.php?rt=horde-git&r1=c2712070c6d96fa10b2d4b46d567f4e71a4fc792&r2=cbd8bad59d9ec401aebdac10da48d90f3dc3f012
http://git.horde.org/diff.php/ansel/lib/ImageView/Screen.php?rt=horde-git&r1=c2712070c6d96fa10b2d4b46d567f4e71a4fc792&r2=cbd8bad59d9ec401aebdac10da48d90f3dc3f012
http://git.horde.org/diff.php/ansel/lib/ImageView/ShadowSharpThumb.php?rt=horde-git&r1=c2712070c6d96fa10b2d4b46d567f4e71a4fc792&r2=cbd8bad59d9ec401aebdac10da48d90f3dc3f012
http://git.horde.org/diff.php/ansel/lib/ImageView/Thumb.php?rt=horde-git&r1=c2712070c6d96fa10b2d4b46d567f4e71a4fc792&r2=cbd8bad59d9ec401aebdac10da48d90f3dc3f012
http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=cbd8bad59d9ec401aebdac10da48d90f3dc3f012
More information about the commits
mailing list