More style related refactoring:
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 18 Sep 2010 02:14:33 +0000 (22:14 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 18 Sep 2010 02:14:33 +0000 (22:14 -0400)
commiteb29b00fb8aaf7a9de0ac0a250a31837b60a46d6
tree1e79174cade4c191fc84d653c1cc39789733fb62
parent58774be5d0eac27e0a45cd4c3df70714f45506b0
More style related refactoring:

Ansel now automatically picks up and makes available any new image
generators placed in lib/ImageGenerator. Will look for a matching "Stack"
generator for generating image stacks, if no match found, reverts to standard
thumbnail.  Ditto for gallery view styles placed in lib/View/GalleryRenderer.

Gallery property page now displays and allows changing current gallery style settings.

Some other phpdoc, and cleanup.
15 files changed:
ansel/config/conf.xml
ansel/config/styles.php.dist
ansel/lib/Gallery.php
ansel/lib/ImageGenerator.php
ansel/lib/ImageGenerator/PolaroidThumb.php
ansel/lib/ImageGenerator/RoundedThumb.php
ansel/lib/ImageGenerator/ShadowThumb.php
ansel/lib/ImageGenerator/Thumb.php
ansel/lib/Injector/Binder/Styles.php
ansel/lib/View/GalleryProperties.php
ansel/lib/View/GalleryRenderer/Base.php
ansel/lib/View/GalleryRenderer/Gallery.php
ansel/lib/View/GalleryRenderer/GalleryLightbox.php
ansel/templates/gallery/partial/_styles.html.php
ansel/templates/gallery/properties.html.php