[cvs] commit: ansel ecard.php gallery.php image.php list.php search.php ansel/config prefs.php.dist ansel/docs CHANGES TODO ansel/gallery captions.php sort.php ansel/img download.php ecard.php full.php mini.php screen.php thumb.php upload.php ansel/lib Ansel.php ...

Chuck Hagenbuch chuck at horde.org
Fri Dec 1 23:13:57 PST 2006


chuck       2006-12-01 23:13:56 PST

  Modified files:
    .                    gallery.php image.php list.php 
    config               prefs.php.dist 
    docs                 CHANGES TODO 
    gallery              captions.php sort.php 
    img                  download.php full.php mini.php screen.php 
                         thumb.php upload.php 
    lib                  Ansel.php Exif.php api.php base.php 
    lib/Block            gallery.php random_photo.php 
    lib/Forms            Upload.php 
    lib/Views            Gallery.php Image.php 
    templates/captions   captions.inc 
    templates/gallery    gallery.inc 
    templates/image      edit_image.inc preview_image.inc 
    templates/list       gallery_headers.inc gallery_summaries.inc 
                         images.inc 
    templates/view       gallery.inc image.inc 
  Added files:
    img                  ecard.php 
    lib/Forms            Ecard.php 
  Removed files:
    .                    ecard.php search.php 
    lib                  Gallery.php 
    templates/search     search.html 
  Log:
  Well, here goes. Images are now stored in a set of SQL tables instead
  of in the DataTree. See prior commit message for upgrade instructions,
  and let me know what you run in to. I'm sure I'll be tweaking things
  myself as I upgrade my other galleries and use it more, but for now,
  things seem to work.
  
  Revision  Changes     Path
  1.16      +0 -165     ansel/Attic/ecard.php (dead)
  1.18      +0 -244     ansel/Attic/search.php (dead)
  1.34      +1 -33      ansel/config/prefs.php.dist
  1.42      +2 -2       ansel/docs/CHANGES
  1.35      +4 -8       ansel/docs/TODO
  1.68      +2 -84      ansel/gallery.php
  1.3       +6 -6       ansel/gallery/captions.php
  1.2       +6 -7       ansel/gallery/sort.php
  1.108     +48 -98     ansel/image.php
  1.2       +8 -3       ansel/img/download.php
  1.1       +132 -0     ansel/img/ecard.php (new)
  1.5       +4 -5       ansel/img/full.php
  1.5       +3 -4       ansel/img/mini.php
  1.5       +3 -5       ansel/img/screen.php
  1.5       +3 -3       ansel/img/thumb.php
  1.7       +12 -12     ansel/img/upload.php
  1.137     +1142 -109  ansel/lib/Ansel.php
  1.125     +0 -1256    ansel/lib/Attic/Gallery.php (dead)
  1.10      +2 -2       ansel/lib/Block/gallery.php
  1.15      +3 -3       ansel/lib/Block/random_photo.php
  1.34      +166 -175   ansel/lib/Exif.php
  1.1       +45 -0      ansel/lib/Forms/Ecard.php (new)
  1.3       +2 -4       ansel/lib/Forms/Upload.php
  1.5       +16 -21     ansel/lib/Views/Gallery.php
  1.3       +6 -6       ansel/lib/Views/Image.php
  1.38      +32 -43     ansel/lib/api.php
  1.22      +8 -4       ansel/lib/base.php
  1.64      +5 -9       ansel/list.php
  1.14      +7 -8       ansel/templates/captions/captions.inc
  1.22      +0 -30      ansel/templates/gallery/gallery.inc
  1.36      +17 -22     ansel/templates/image/edit_image.inc
  1.20      +1 -1       ansel/templates/image/preview_image.inc
  1.22      +6 -15      ansel/templates/list/gallery_headers.inc
  1.32      +1 -1       ansel/templates/list/gallery_summaries.inc
  1.29      +1 -1       ansel/templates/list/images.inc
  1.4       +0 -20      ansel/templates/search/Attic/search.html (dead)
  1.90      +13 -37     ansel/templates/view/gallery.inc
  1.3       +3 -7       ansel/templates/view/image.inc

  Chora Links:
  http://cvs.horde.org/co.php/ansel/Attic/ecard.php?r=1.15
  http://cvs.horde.org/co.php/ansel/Attic/search.php?r=1.17
  http://cvs.horde.org/diff.php/ansel/config/prefs.php.dist?r1=1.33&r2=1.34&ty=u
  http://cvs.horde.org/diff.php/ansel/docs/CHANGES?r1=1.41&r2=1.42&ty=u
  http://cvs.horde.org/diff.php/ansel/docs/TODO?r1=1.34&r2=1.35&ty=u
  http://cvs.horde.org/diff.php/ansel/gallery.php?r1=1.67&r2=1.68&ty=u
  http://cvs.horde.org/diff.php/ansel/gallery/captions.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/ansel/gallery/sort.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/ansel/image.php?r1=1.107&r2=1.108&ty=u
  http://cvs.horde.org/diff.php/ansel/img/download.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/co.php/ansel/img/ecard.php?r=1.1
  http://cvs.horde.org/diff.php/ansel/img/full.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/ansel/img/mini.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/ansel/img/screen.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/ansel/img/thumb.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/ansel/img/upload.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Ansel.php?r1=1.136&r2=1.137&ty=u
  http://cvs.horde.org/co.php/ansel/lib/Attic/Gallery.php?r=1.124
  http://cvs.horde.org/diff.php/ansel/lib/Block/gallery.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Block/random_photo.php?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Exif.php?r1=1.33&r2=1.34&ty=u
  http://cvs.horde.org/co.php/ansel/lib/Forms/Ecard.php?r=1.1
  http://cvs.horde.org/diff.php/ansel/lib/Forms/Upload.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Views/Gallery.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Views/Image.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/api.php?r1=1.37&r2=1.38&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/base.php?r1=1.21&r2=1.22&ty=u
  http://cvs.horde.org/diff.php/ansel/list.php?r1=1.63&r2=1.64&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/captions/captions.inc?r1=1.13&r2=1.14&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/gallery/gallery.inc?r1=1.21&r2=1.22&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/image/edit_image.inc?r1=1.35&r2=1.36&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/image/preview_image.inc?r1=1.19&r2=1.20&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/list/gallery_headers.inc?r1=1.21&r2=1.22&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/list/gallery_summaries.inc?r1=1.31&r2=1.32&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/list/images.inc?r1=1.28&r2=1.29&ty=u
  http://cvs.horde.org/co.php/ansel/templates/search/Attic/search.html?r=1.3
  http://cvs.horde.org/diff.php/ansel/templates/view/gallery.inc?r1=1.89&r2=1.90&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/view/image.inc?r1=1.2&r2=1.3&ty=u


More information about the cvs mailing list