[cvs] commit: ansel gallery.php rss.php xppublish.php ansel/lib Ansel.php api.php ansel/lib/Block gallery.php my_galleries.php random_gallery.php random_photo.php recent_comments.php recently_added.php ansel/lib/ImageView plainstack.php ...

Michael Rubinsky mike at theupstairsroom.com
Mon Feb 25 20:20:09 UTC 2008


mrubinsk    2008-02-25 15:20:09 EST

  Modified files:
    .                    gallery.php rss.php xppublish.php 
    lib                  Ansel.php api.php 
    lib/Block            gallery.php my_galleries.php 
                         random_gallery.php random_photo.php 
                         recent_comments.php recently_added.php 
    lib/ImageView        plainstack.php polaroidstack.php 
                         roundedstack.php 
    lib/Tile             Gallery.php Image.php 
    lib/Views            Gallery.php GallerySimple.php Image.php 
                         Slideshow.php 
    lib/tests            GalleryTest.php GetGalleriesTest.php 
                         ResetDefaultImageTest.php SlugTest.php 
    templates/view       gallery.inc slideshow.inc 
  Log:
  No need for a function call to get the gallery id now that galleries are
  seperate from their share object. Remove Ansel_Gallery::getId() and replace
  with id instance variable. Saves a bunch of function calls, and is now another
  similarity between Ansel_Image and Ansel_Gallery objects.
  
  Revision  Changes    Path
  1.110     +2 -2      ansel/gallery.php
  1.332     +37 -32    ansel/lib/Ansel.php
  1.24      +4 -4      ansel/lib/Block/gallery.php
  1.18      +2 -2      ansel/lib/Block/my_galleries.php
  1.28      +2 -2      ansel/lib/Block/random_gallery.php
  1.31      +2 -2      ansel/lib/Block/random_photo.php
  1.22      +3 -3      ansel/lib/Block/recent_comments.php
  1.18      +3 -3      ansel/lib/Block/recently_added.php
  1.6       +2 -2      ansel/lib/ImageView/plainstack.php
  1.7       +2 -2      ansel/lib/ImageView/polaroidstack.php
  1.7       +2 -2      ansel/lib/ImageView/roundedstack.php
  1.23      +4 -4      ansel/lib/Tile/Gallery.php
  1.18      +2 -2      ansel/lib/Tile/Image.php
  1.77      +5 -5      ansel/lib/Views/Gallery.php
  1.6       +2 -2      ansel/lib/Views/GallerySimple.php
  1.34      +3 -3      ansel/lib/Views/Image.php
  1.6       +2 -2      ansel/lib/Views/Slideshow.php
  1.74      +4 -4      ansel/lib/api.php
  1.4       +3 -3      ansel/lib/tests/GalleryTest.php
  1.2       +1 -1      ansel/lib/tests/GetGalleriesTest.php
  1.3       +1 -1      ansel/lib/tests/ResetDefaultImageTest.php
  1.2       +2 -2      ansel/lib/tests/SlugTest.php
  1.35      +4 -4      ansel/rss.php
  1.147     +1 -1      ansel/templates/view/gallery.inc
  1.7       +1 -1      ansel/templates/view/slideshow.inc
  1.39      +2 -2      ansel/xppublish.php

  Chora Links:
  http://cvs.horde.org/diff.php/ansel/gallery.php?r1=1.109&r2=1.110&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Ansel.php?r1=1.331&r2=1.332&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Block/gallery.php?r1=1.23&r2=1.24&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Block/my_galleries.php?r1=1.17&r2=1.18&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Block/random_gallery.php?r1=1.27&r2=1.28&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Block/random_photo.php?r1=1.30&r2=1.31&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Block/recent_comments.php?r1=1.21&r2=1.22&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Block/recently_added.php?r1=1.17&r2=1.18&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/ImageView/plainstack.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/ImageView/polaroidstack.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/ImageView/roundedstack.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Tile/Gallery.php?r1=1.22&r2=1.23&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Tile/Image.php?r1=1.17&r2=1.18&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Views/Gallery.php?r1=1.76&r2=1.77&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Views/GallerySimple.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Views/Image.php?r1=1.33&r2=1.34&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Views/Slideshow.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/api.php?r1=1.73&r2=1.74&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/tests/GalleryTest.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/tests/GetGalleriesTest.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/tests/ResetDefaultImageTest.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/tests/SlugTest.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/ansel/rss.php?r1=1.34&r2=1.35&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/view/gallery.inc?r1=1.146&r2=1.147&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/view/slideshow.inc?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/ansel/xppublish.php?r1=1.38&r2=1.39&ty=u


More information about the cvs mailing list