[commits] Horde branch master updated. 915027da14f7b892c0790896264146249b54d68a
Michael Rubinsky
mike at theupstairsroom.com
Sun May 30 22:08:11 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 5f489ce8e301fabf526cb9e0e7da306bd04643e3
915027d Use injector, get rid of more $GLOBALS.
-----------------------------------------------------------------------
commit 915027da14f7b892c0790896264146249b54d68a
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun May 30 18:06:18 2010 -0400
Use injector, get rid of more $GLOBALS.
Use injector for vfs, and for style config. Added a binder and factory for
Ansel_Storage, but still need to work out the need to be able to support
different scopes. Will probably need to be passing the scope string around
everywhere...
ansel/faces/img.php | 2 +-
ansel/img/download.php | 2 +-
ansel/img/full.php | 2 +-
ansel/img/index.php | 2 +-
ansel/img/mini.php | 2 +-
ansel/img/prettythumb.php | 2 +-
ansel/img/screen.php | 2 +-
ansel/img/thumb.php | 2 +-
ansel/lib/Ansel.php | 46 ++-------------------------
ansel/lib/Api.php | 4 +-
ansel/lib/Application.php | 19 +++++++-----
ansel/lib/Faces.php | 4 +-
ansel/lib/Faces/Base.php | 10 +++---
ansel/lib/Gallery.php | 7 +++-
ansel/lib/GalleryMode/Date.php | 2 +-
ansel/lib/GalleryMode/Normal.php | 3 +-
ansel/lib/Image.php | 28 ++++++++--------
ansel/lib/Injector/Binder/Storage.php | 23 ++++++++++++++
ansel/lib/Injector/Binder/Styles.php | 52 ++++++++++++++++++++++++++++++++
ansel/lib/Injector/Factory/Storage.php | 50 ++++++++++++++++++++++++++++++
ansel/lib/Storage.php | 12 ++-----
21 files changed, 182 insertions(+), 94 deletions(-)
create mode 100644 ansel/lib/Injector/Binder/Storage.php
create mode 100644 ansel/lib/Injector/Binder/Styles.php
create mode 100644 ansel/lib/Injector/Factory/Storage.php
http://git.horde.org/diff.php/ansel/faces/img.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=915027da14f7b892c0790896264146249b54d68a
http://git.horde.org/diff.php/ansel/img/download.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=915027da14f7b892c0790896264146249b54d68a
http://git.horde.org/diff.php/ansel/img/full.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=915027da14f7b892c0790896264146249b54d68a
http://git.horde.org/diff.php/ansel/img/index.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=915027da14f7b892c0790896264146249b54d68a
http://git.horde.org/diff.php/ansel/img/mini.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=915027da14f7b892c0790896264146249b54d68a
http://git.horde.org/diff.php/ansel/img/prettythumb.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=915027da14f7b892c0790896264146249b54d68a
http://git.horde.org/diff.php/ansel/img/screen.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=915027da14f7b892c0790896264146249b54d68a
http://git.horde.org/diff.php/ansel/img/thumb.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=915027da14f7b892c0790896264146249b54d68a
http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=f5399cbe5655d87958e9c0a10c42938573bdec28&r2=915027da14f7b892c0790896264146249b54d68a
http://git.horde.org/diff.php/ansel/lib/Api.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=915027da14f7b892c0790896264146249b54d68a
http://git.horde.org/diff.php/ansel/lib/Application.php?rt=horde-git&r1=a0d52a3a6506d38ea839a39deed40e48256ab86f&r2=915027da14f7b892c0790896264146249b54d68a
http://git.horde.org/diff.php/ansel/lib/Faces.php?rt=horde-git&r1=2b7132e1a4d4f65031e50cf26dba05aa80f59f61&r2=915027da14f7b892c0790896264146249b54d68a
http://git.horde.org/diff.php/ansel/lib/Faces/Base.php?rt=horde-git&r1=a0d52a3a6506d38ea839a39deed40e48256ab86f&r2=915027da14f7b892c0790896264146249b54d68a
http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=a0d52a3a6506d38ea839a39deed40e48256ab86f&r2=915027da14f7b892c0790896264146249b54d68a
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Date.php?rt=horde-git&r1=a0d52a3a6506d38ea839a39deed40e48256ab86f&r2=915027da14f7b892c0790896264146249b54d68a
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Normal.php?rt=horde-git&r1=a0d52a3a6506d38ea839a39deed40e48256ab86f&r2=915027da14f7b892c0790896264146249b54d68a
http://git.horde.org/diff.php/ansel/lib/Image.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=915027da14f7b892c0790896264146249b54d68a
http://git.horde.org/co.php/ansel/lib/Injector/Binder/Storage.php?rt=horde-git&r=915027da14f7b892c0790896264146249b54d68a
http://git.horde.org/co.php/ansel/lib/Injector/Binder/Styles.php?rt=horde-git&r=915027da14f7b892c0790896264146249b54d68a
http://git.horde.org/co.php/ansel/lib/Injector/Factory/Storage.php?rt=horde-git&r=915027da14f7b892c0790896264146249b54d68a
http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=a0d52a3a6506d38ea839a39deed40e48256ab86f&r2=915027da14f7b892c0790896264146249b54d68a
More information about the commits
mailing list