Implement Ansel_Style
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 16 Sep 2010 00:00:05 +0000 (20:00 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 16 Sep 2010 00:00:05 +0000 (20:00 -0400)
commitc3c6189c23971de660d2f8f1876562d15a086286
treecbf0cb8c11a1f032f5776996ea4c206c4895a52e
parent667bab71347c8b970605fecb6d3ddc78055b76b2
Implement Ansel_Style

Style info is always passed around as an Ansel_Style object now, except when
calling via the API...which will take a named style.  Also, now optionally pass the
thumbbnail type and background color to the img/* scripts since each gallery now
has it's own copy of the style information. Some other misc. changes...basically
a touchstone commit.
56 files changed:
ansel/gallery/captions.php
ansel/gallery/sort.php
ansel/img/mini.php
ansel/img/prettythumb.php
ansel/img/screen.php
ansel/img/thumb.php
ansel/lib/Ansel.php
ansel/lib/Api.php
ansel/lib/Block/gallery.php
ansel/lib/Block/my_galleries.php
ansel/lib/Block/recent_comments.php
ansel/lib/Block/recently_added.php
ansel/lib/Block/recently_added_geodata.php
ansel/lib/Gallery.php
ansel/lib/Gallery/Decorator/Date.php
ansel/lib/Image.php
ansel/lib/ImageGenerator/PlainStack.php
ansel/lib/ImageGenerator/PolaroidStack.php
ansel/lib/ImageGenerator/PolaroidThumb.php
ansel/lib/ImageGenerator/PrettyThumb.php
ansel/lib/ImageGenerator/RoundedStack.php
ansel/lib/ImageGenerator/ShadowSharpThumb.php
ansel/lib/Storage.php
ansel/lib/Style.php [new file with mode: 0644]
ansel/lib/Tile/DateGallery.php
ansel/lib/Tile/Gallery.php
ansel/lib/Tile/Image.php
ansel/lib/View/Base.php
ansel/lib/View/EmbeddedRenderer/GalleryLink.php
ansel/lib/View/Gallery.php
ansel/lib/View/GalleryProperties.php
ansel/lib/View/GalleryRenderer/Base.php
ansel/lib/View/Image.php
ansel/lib/View/List.php
ansel/lib/View/Results.php
ansel/lib/Widget/Base.php
ansel/lib/Widget/GalleryFaces.php
ansel/lib/Widget/OtherGalleries.php
ansel/lib/Widget/OwnerFaces.php
ansel/report.php
ansel/rss.php
ansel/templates/faces/face.inc
ansel/templates/gallery/partial/_styles.html.php [new file with mode: 0644]
ansel/templates/gallery/properties.html.php
ansel/templates/group/owner.inc
ansel/templates/image/crop_image.inc
ansel/templates/image/edit_image.inc
ansel/templates/image/resize_image.inc
ansel/templates/list/header.inc
ansel/templates/tile/image.inc
ansel/templates/view/gallery.inc
ansel/templates/view/gallerylightbox.inc
ansel/templates/view/image.inc
ansel/templates/view/list.inc
ansel/templates/view/results.inc
ansel/templates/view/slideshow.inc