[commits] Horde branch master updated. 0dd195996db1d3f21634adb50d6d51b791fc78c9
Michael Rubinsky
mike at theupstairsroom.com
Wed Feb 17 01:07:56 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 961e51d5b0bfa9fb19746cd44bab50546e56e480
def208a Some H4 changes, start cleaning up Image object, improve logic, less iteration etc...
c271207 H4 naming conventions
4372720 2nd try
55a16c8 *sigh*
0dd1959 3rd try
-----------------------------------------------------------------------
commit def208a84055817b2715d26e89e4a1abe478d5a6
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Feb 16 19:04:13 2010 -0500
Some H4 changes, start cleaning up Image object, improve logic, less iteration etc...
ansel/lib/Image.php | 50 +++++++++++++++++++++++++++++-
ansel/lib/ImageView.php | 16 +++++++--
ansel/lib/ImageView/mini.php | 2 +-
ansel/lib/ImageView/plainstack.php | 8 +----
ansel/lib/ImageView/polaroidstack.php | 8 +----
ansel/lib/ImageView/polaroidthumb.php | 14 ++++----
ansel/lib/ImageView/prettythumb.php | 21 ++++++------
ansel/lib/ImageView/roundedstack.php | 8 +----
ansel/lib/ImageView/screen.php | 2 +-
ansel/lib/ImageView/shadowsharpthumb.php | 20 ++++++------
ansel/lib/ImageView/thumb.php | 7 ++--
11 files changed, 97 insertions(+), 59 deletions(-)
http://git.horde.org/diff.php/ansel/lib/Image.php?rt=horde-git&r1=0fa67a14433c5f7488ca0da5213df290e8c128a7&r2=def208a84055817b2715d26e89e4a1abe478d5a6
http://git.horde.org/diff.php/ansel/lib/ImageView.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=def208a84055817b2715d26e89e4a1abe478d5a6
http://git.horde.org/diff.php/ansel/lib/ImageView/mini.php?rt=horde-git&r1=d9e1fae251387182656cc3f354b11046aa67e751&r2=def208a84055817b2715d26e89e4a1abe478d5a6
http://git.horde.org/diff.php/ansel/lib/ImageView/plainstack.php?rt=horde-git&r1=80f9d4a48125528b296d75e294946328314189d3&r2=def208a84055817b2715d26e89e4a1abe478d5a6
http://git.horde.org/diff.php/ansel/lib/ImageView/polaroidstack.php?rt=horde-git&r1=80f9d4a48125528b296d75e294946328314189d3&r2=def208a84055817b2715d26e89e4a1abe478d5a6
http://git.horde.org/diff.php/ansel/lib/ImageView/polaroidthumb.php?rt=horde-git&r1=56ff4d1f06c12b89cbea7b93bc868990e429f8e2&r2=def208a84055817b2715d26e89e4a1abe478d5a6
http://git.horde.org/diff.php/ansel/lib/ImageView/prettythumb.php?rt=horde-git&r1=56ff4d1f06c12b89cbea7b93bc868990e429f8e2&r2=def208a84055817b2715d26e89e4a1abe478d5a6
http://git.horde.org/diff.php/ansel/lib/ImageView/roundedstack.php?rt=horde-git&r1=80f9d4a48125528b296d75e294946328314189d3&r2=def208a84055817b2715d26e89e4a1abe478d5a6
http://git.horde.org/diff.php/ansel/lib/ImageView/screen.php?rt=horde-git&r1=d9e1fae251387182656cc3f354b11046aa67e751&r2=def208a84055817b2715d26e89e4a1abe478d5a6
http://git.horde.org/diff.php/ansel/lib/ImageView/shadowsharpthumb.php?rt=horde-git&r1=56ff4d1f06c12b89cbea7b93bc868990e429f8e2&r2=def208a84055817b2715d26e89e4a1abe478d5a6
http://git.horde.org/diff.php/ansel/lib/ImageView/thumb.php?rt=horde-git&r1=d9e1fae251387182656cc3f354b11046aa67e751&r2=def208a84055817b2715d26e89e4a1abe478d5a6
-----------------------------------------------------------------------
commit c2712070c6d96fa10b2d4b46d567f4e71a4fc792
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Feb 16 19:40:06 2010 -0500
H4 naming conventions
ansel/config/styles.php.dist | 24 +++++-----
ansel/lib/Exception.php | 15 +++++++
ansel/lib/Gallery.php | 5 +--
ansel/lib/ImageView.php | 66 +++++++++++++++++------------
ansel/lib/ImageView/Mini.php | 19 ++++++++
ansel/lib/ImageView/PlainStack.php | 44 +++++++++++++++++++
ansel/lib/ImageView/PolaroidStack.php.php | 44 +++++++++++++++++++
ansel/lib/ImageView/PolaroidThumb.php | 45 +++++++++++++++++++
ansel/lib/ImageView/PrettyThumb.php | 50 ++++++++++++++++++++++
ansel/lib/ImageView/RoundedStack.php | 46 ++++++++++++++++++++
ansel/lib/ImageView/Screen.php | 23 ++++++++++
ansel/lib/ImageView/ShadowSharpThumb.php | 48 +++++++++++++++++++++
ansel/lib/ImageView/Thumb.php | 22 ++++++++++
13 files changed, 408 insertions(+), 43 deletions(-)
create mode 100644 ansel/lib/Exception.php
create mode 100755 ansel/lib/ImageView/Mini.php
create mode 100644 ansel/lib/ImageView/PlainStack.php
create mode 100644 ansel/lib/ImageView/PolaroidStack.php.php
create mode 100644 ansel/lib/ImageView/PolaroidThumb.php
create mode 100644 ansel/lib/ImageView/PrettyThumb.php
create mode 100644 ansel/lib/ImageView/RoundedStack.php
create mode 100755 ansel/lib/ImageView/Screen.php
create mode 100644 ansel/lib/ImageView/ShadowSharpThumb.php
create mode 100755 ansel/lib/ImageView/Thumb.php
http://git.horde.org/diff.php/ansel/config/styles.php.dist?rt=horde-git&r1=a63e1cd2bef4d0cfd0aa92d4ff167ffea76a0fe3&r2=c2712070c6d96fa10b2d4b46d567f4e71a4fc792
http://git.horde.org/co.php/ansel/lib/Exception.php?rt=horde-git&r=c2712070c6d96fa10b2d4b46d567f4e71a4fc792
http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=0fa67a14433c5f7488ca0da5213df290e8c128a7&r2=c2712070c6d96fa10b2d4b46d567f4e71a4fc792
http://git.horde.org/diff.php/ansel/lib/ImageView.php?rt=horde-git&r1=def208a84055817b2715d26e89e4a1abe478d5a6&r2=c2712070c6d96fa10b2d4b46d567f4e71a4fc792
http://git.horde.org/co.php/ansel/lib/ImageView/Mini.php?rt=horde-git&r=c2712070c6d96fa10b2d4b46d567f4e71a4fc792
http://git.horde.org/co.php/ansel/lib/ImageView/PlainStack.php?rt=horde-git&r=c2712070c6d96fa10b2d4b46d567f4e71a4fc792
http://git.horde.org/co.php/ansel/lib/ImageView/PolaroidStack.php.php?rt=horde-git&r=c2712070c6d96fa10b2d4b46d567f4e71a4fc792
http://git.horde.org/co.php/ansel/lib/ImageView/PolaroidThumb.php?rt=horde-git&r=c2712070c6d96fa10b2d4b46d567f4e71a4fc792
http://git.horde.org/co.php/ansel/lib/ImageView/PrettyThumb.php?rt=horde-git&r=c2712070c6d96fa10b2d4b46d567f4e71a4fc792
http://git.horde.org/co.php/ansel/lib/ImageView/RoundedStack.php?rt=horde-git&r=c2712070c6d96fa10b2d4b46d567f4e71a4fc792
http://git.horde.org/co.php/ansel/lib/ImageView/Screen.php?rt=horde-git&r=c2712070c6d96fa10b2d4b46d567f4e71a4fc792
http://git.horde.org/co.php/ansel/lib/ImageView/ShadowSharpThumb.php?rt=horde-git&r=c2712070c6d96fa10b2d4b46d567f4e71a4fc792
http://git.horde.org/co.php/ansel/lib/ImageView/Thumb.php?rt=horde-git&r=c2712070c6d96fa10b2d4b46d567f4e71a4fc792
-----------------------------------------------------------------------
commit 4372720db00efb8c34aa5a7b463a21c546c415eb
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Feb 16 20:05:20 2010 -0500
2nd try
ansel/lib/ImageView/mini.php | 19 ------------
ansel/lib/ImageView/plainstack.php | 41 --------------------------
ansel/lib/ImageView/polaroidstack.php | 41 --------------------------
ansel/lib/ImageView/polaroidthumb.php | 42 ---------------------------
ansel/lib/ImageView/prettythumb.php | 46 ------------------------------
ansel/lib/ImageView/roundedstack.php | 43 ----------------------------
ansel/lib/ImageView/screen.php | 19 ------------
ansel/lib/ImageView/shadowsharpthumb.php | 44 ----------------------------
ansel/lib/ImageView/thumb.php | 18 -----------
9 files changed, 0 insertions(+), 313 deletions(-)
delete mode 100755 ansel/lib/ImageView/mini.php
delete mode 100644 ansel/lib/ImageView/plainstack.php
delete mode 100644 ansel/lib/ImageView/polaroidstack.php
delete mode 100644 ansel/lib/ImageView/polaroidthumb.php
delete mode 100644 ansel/lib/ImageView/prettythumb.php
delete mode 100644 ansel/lib/ImageView/roundedstack.php
delete mode 100755 ansel/lib/ImageView/screen.php
delete mode 100644 ansel/lib/ImageView/shadowsharpthumb.php
delete mode 100755 ansel/lib/ImageView/thumb.php
http://git.horde.org/diff.php/ansel/lib/ImageView/mini.php?rt=horde-git&r1=def208a84055817b2715d26e89e4a1abe478d5a6&r2=4372720db00efb8c34aa5a7b463a21c546c415eb
http://git.horde.org/diff.php/ansel/lib/ImageView/plainstack.php?rt=horde-git&r1=def208a84055817b2715d26e89e4a1abe478d5a6&r2=4372720db00efb8c34aa5a7b463a21c546c415eb
http://git.horde.org/diff.php/ansel/lib/ImageView/polaroidstack.php?rt=horde-git&r1=def208a84055817b2715d26e89e4a1abe478d5a6&r2=4372720db00efb8c34aa5a7b463a21c546c415eb
http://git.horde.org/diff.php/ansel/lib/ImageView/polaroidthumb.php?rt=horde-git&r1=def208a84055817b2715d26e89e4a1abe478d5a6&r2=4372720db00efb8c34aa5a7b463a21c546c415eb
http://git.horde.org/diff.php/ansel/lib/ImageView/prettythumb.php?rt=horde-git&r1=def208a84055817b2715d26e89e4a1abe478d5a6&r2=4372720db00efb8c34aa5a7b463a21c546c415eb
http://git.horde.org/diff.php/ansel/lib/ImageView/roundedstack.php?rt=horde-git&r1=def208a84055817b2715d26e89e4a1abe478d5a6&r2=4372720db00efb8c34aa5a7b463a21c546c415eb
http://git.horde.org/diff.php/ansel/lib/ImageView/screen.php?rt=horde-git&r1=def208a84055817b2715d26e89e4a1abe478d5a6&r2=4372720db00efb8c34aa5a7b463a21c546c415eb
http://git.horde.org/diff.php/ansel/lib/ImageView/shadowsharpthumb.php?rt=horde-git&r1=def208a84055817b2715d26e89e4a1abe478d5a6&r2=4372720db00efb8c34aa5a7b463a21c546c415eb
http://git.horde.org/diff.php/ansel/lib/ImageView/thumb.php?rt=horde-git&r1=def208a84055817b2715d26e89e4a1abe478d5a6&r2=4372720db00efb8c34aa5a7b463a21c546c415eb
-----------------------------------------------------------------------
commit 55a16c872ef6f6801496a1af91415d3e49d18655
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Feb 16 20:06:29 2010 -0500
*sigh*
ansel/lib/ImageView/PolaroidStack.php | 44 +++++++++++++++++++++++++++++++++
1 files changed, 44 insertions(+), 0 deletions(-)
create mode 100644 ansel/lib/ImageView/PolaroidStack.php
http://git.horde.org/co.php/ansel/lib/ImageView/PolaroidStack.php?rt=horde-git&r=55a16c872ef6f6801496a1af91415d3e49d18655
-----------------------------------------------------------------------
commit 0dd195996db1d3f21634adb50d6d51b791fc78c9
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Feb 16 20:07:00 2010 -0500
3rd try
ansel/lib/ImageView/PolaroidStack.php.php | 44 -----------------------------
1 files changed, 0 insertions(+), 44 deletions(-)
delete mode 100644 ansel/lib/ImageView/PolaroidStack.php.php
http://git.horde.org/diff.php/ansel/lib/ImageView/PolaroidStack.php.php?rt=horde-git&r1=c2712070c6d96fa10b2d4b46d567f4e71a4fc792&r2=0dd195996db1d3f21634adb50d6d51b791fc78c9
More information about the commits
mailing list