[cvs] commit: ansel captions.php crop.php gallery.php image.php view.php ansel/graphics error.png ansel/lib Ansel.php Gallery.php Image.php ansel/scripts convert.php ansel/templates/captions captions.inc ansel/templates/list gallery_summaries.inc tile_gallery.inc ...

Ben Chavet ben at chavet.net
Thu Jan 15 16:31:08 PST 2004


ben         2004/01/15 16:31:08 PST

  Modified files:
    .                    captions.php crop.php gallery.php 
                         image.php view.php 
    lib                  Ansel.php Gallery.php 
    templates/captions   captions.inc 
    templates/list       gallery_summaries.inc tile_gallery.inc 
                         tile_owner.inc 
    templates/slideshow  slideshow.inc 
    templates/view       description-image.inc gallery.inc 
                         navbar-image.inc 
    view                 i.php 
  Added files:
    graphics             error.png 
    scripts              convert.php 
  Removed files:
    lib                  Image.php 
  Log:
  New backend for storing images.  They are no longer stored as part of a
  gallery, but are now individual datatree objects.  This structure should
  allow for better performance.
  
  Revision  Changes    Path
  1.7       +4 -4      ansel/captions.php
  1.6       +4 -5      ansel/crop.php
  1.33      +4 -5      ansel/gallery.php
  1.1       +14 -0     ansel/graphics/error.png (new)
  1.54      +36 -36    ansel/image.php
  1.33      +12 -13    ansel/lib/Ansel.php
  1.20      +0 -245    ansel/lib/Attic/Image.php (dead)
  1.38      +727 -171  ansel/lib/Gallery.php
  1.1       +79 -0     ansel/scripts/convert.php (new)
  1.2       +4 -3      ansel/templates/captions/captions.inc
  1.21      +1 -1      ansel/templates/list/gallery_summaries.inc
  1.5       +1 -1      ansel/templates/list/tile_gallery.inc
  1.11      +1 -1      ansel/templates/list/tile_owner.inc
  1.6       +5 -3      ansel/templates/slideshow/slideshow.inc
  1.19      +3 -2      ansel/templates/view/description-image.inc
  1.25      +10 -7     ansel/templates/view/gallery.inc
  1.17      +2 -2      ansel/templates/view/navbar-image.inc
  1.34      +4 -6      ansel/view.php
  1.8       +6 -7      ansel/view/i.php

  Chora Links:
  http://cvs.horde.org/diff.php/ansel/captions.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/ansel/crop.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/ansel/gallery.php?r1=1.32&r2=1.33&ty=u
  http://cvs.horde.org/co.php/ansel/graphics/error.png?r=1.1
  http://cvs.horde.org/diff.php/ansel/image.php?r1=1.53&r2=1.54&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Ansel.php?r1=1.32&r2=1.33&ty=u
  http://cvs.horde.org/co.php/ansel/lib/Attic/Image.php?r=1.19
  http://cvs.horde.org/diff.php/ansel/lib/Gallery.php?r1=1.37&r2=1.38&ty=u
  http://cvs.horde.org/co.php/ansel/scripts/convert.php?r=1.1
  http://cvs.horde.org/diff.php/ansel/templates/captions/captions.inc?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/list/gallery_summaries.inc?r1=1.20&r2=1.21&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/list/tile_gallery.inc?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/list/tile_owner.inc?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/slideshow/slideshow.inc?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/view/description-image.inc?r1=1.18&r2=1.19&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/view/gallery.inc?r1=1.24&r2=1.25&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/view/navbar-image.inc?r1=1.16&r2=1.17&ty=u
  http://cvs.horde.org/diff.php/ansel/view.php?r1=1.33&r2=1.34&ty=u
  http://cvs.horde.org/diff.php/ansel/view/i.php?r1=1.7&r2=1.8&ty=u


More information about the cvs mailing list