[cvs] commit: ansel test.php ansel/config conf.xml ansel/docs INSTALL ansel/gallery sort.php ansel/lib Ansel.php base.php ansel/lib/Block gallery.php my_galleries.php random_gallery.php random_photo.php recent_comments.php recently_added.php ...

Michael Rubinsky mike at theupstairsroom.com
Thu Oct 25 20:19:17 UTC 2007


mrubinsk    2007-10-25 16:19:17 EDT

  Modified files:
    .                    test.php 
    config               conf.xml 
    docs                 INSTALL 
    gallery              sort.php 
    lib                  Ansel.php base.php 
    lib/Block            gallery.php my_galleries.php 
                         random_gallery.php random_photo.php 
                         recent_comments.php recently_added.php 
    scripts              garbage_collection.php 
    templates/captions   captions.inc 
    templates/tile       gallery.inc image.inc 
  Log:
  First stab at adding pretty thumbnail generation to Ansel (rounded corners and drop shadow)
  Basically, if you enable this - which is only possible if you choose PNG format -
  a 'prettythumb' view will be added and stored in the VFS seperately from the 'thumb' view.
  
  Also, if you want to enable this I *strongly* recommend using either ImageMagick's convert
  utility or (for quicker results) the Imagick pecl library. (The Imagick library will
  automatically be used if it's present and you provide the path to convert in config/conf.php).
  The GD2 api will work, but it is much slower and does not produce as pretty results currently.
  
  Revision  Changes    Path
  1.27      +8 -8      ansel/config/conf.xml
  1.2       +9 -3      ansel/docs/INSTALL
  1.7       +2 -2      ansel/gallery/sort.php
  1.213     +13 -2     ansel/lib/Ansel.php
  1.11      +2 -2      ansel/lib/Block/gallery.php
  1.5       +3 -2      ansel/lib/Block/my_galleries.php
  1.14      +2 -2      ansel/lib/Block/random_gallery.php
  1.20      +3 -3      ansel/lib/Block/random_photo.php
  1.11      +2 -2      ansel/lib/Block/recent_comments.php
  1.7       +2 -2      ansel/lib/Block/recently_added.php
  1.27      +3 -1      ansel/lib/base.php
  1.5       +57 -30    ansel/scripts/garbage_collection.php
  1.17      +4 -2      ansel/templates/captions/captions.inc
  1.6       +1 -1      ansel/templates/tile/gallery.inc
  1.10      +1 -2      ansel/templates/tile/image.inc
  1.18      +6 -1      ansel/test.php

  Chora Links:
  http://cvs.horde.org/diff.php/ansel/config/conf.xml?r1=1.26&r2=1.27&ty=u
  http://cvs.horde.org/diff.php/ansel/docs/INSTALL?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/ansel/gallery/sort.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Ansel.php?r1=1.212&r2=1.213&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Block/gallery.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Block/my_galleries.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Block/random_gallery.php?r1=1.13&r2=1.14&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Block/random_photo.php?r1=1.19&r2=1.20&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Block/recent_comments.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Block/recently_added.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/base.php?r1=1.26&r2=1.27&ty=u
  http://cvs.horde.org/diff.php/ansel/scripts/garbage_collection.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/captions/captions.inc?r1=1.16&r2=1.17&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/tile/gallery.inc?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/tile/image.inc?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/ansel/test.php?r1=1.17&r2=1.18&ty=u


More information about the cvs mailing list