Standardize on ImageGenerator names, fix mini thumbnail display on owner group view.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 16 Sep 2010 16:03:56 +0000 (12:03 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 16 Sep 2010 16:03:56 +0000 (12:03 -0400)
commitd5af214e527ee89933a480551646dd0b87b7eb66
treefc4a4174c1426adea1819ef3587655dcbcd94aa5
parentc3c6189c23971de660d2f8f1876562d15a086286
Standardize on ImageGenerator names, fix mini thumbnail display on owner group view.

To allow for easier theming, ImageGenerator classes for thumbnails are now named as:

  Ansel_ImageGenerator_{type}Thumb

and if there is a matching stack generator, it should be named as:

  Ansel_ImageGenerator_{type}ThumbStack

other types of generators, such as the screen, and mini generators, are named as before:

  Ansel_ImageGenerator_Screen, Ansel_ImageGenerator_Mini etc...
16 files changed:
ansel/img/mini.php
ansel/lib/Gallery.php
ansel/lib/ImageGenerator/PlainStack.php [deleted file]
ansel/lib/ImageGenerator/PolaroidStack.php [deleted file]
ansel/lib/ImageGenerator/PolaroidThumbStack.php [new file with mode: 0644]
ansel/lib/ImageGenerator/PrettyThumb.php [deleted file]
ansel/lib/ImageGenerator/RoundedStack.php [deleted file]
ansel/lib/ImageGenerator/RoundedThumb.php [new file with mode: 0644]
ansel/lib/ImageGenerator/RoundedThumbStack.php [new file with mode: 0644]
ansel/lib/ImageGenerator/ShadowSharpThumb.php [deleted file]
ansel/lib/ImageGenerator/ShadowThumb.php [new file with mode: 0644]
ansel/lib/ImageGenerator/ShadowThumbStack.php [new file with mode: 0644]
ansel/lib/Style.php
ansel/lib/View/GalleryProperties.php
ansel/templates/gallery/partial/_styles.html.php
ansel/templates/group/owner.inc