[cvs] commit: ansel gallery.php image.php view.php ansel/docs lighttpd-ansel.conf ansel/faces gallery.php ansel/gallery captions.php ansel/lib Ansel.php api.php ansel/lib/Forms Image.php ansel/lib/Tile DateGallery.php ansel/lib/Views Abstract.php ...
Michael Rubinsky
mike at theupstairsroom.com
Wed Oct 8 05:05:31 UTC 2008
mrubinsk 2008-10-08 01:05:31 EDT
Modified files:
. gallery.php image.php view.php
docs lighttpd-ansel.conf
faces gallery.php
gallery captions.php
lib Ansel.php api.php
lib/Forms Image.php
lib/Tile DateGallery.php
lib/Views Abstract.php Gallery.php
GalleryRenderer.php Image.php
lib/Views/GalleryRenderers Gallery.php
lib/Widget Actions.php SimilarPhotos.php
templates/captions captions.inc
templates/image crop_image.inc edit_image.inc
preview_cropimage.inc preview_image.inc
resize_image.inc
templates/view gallery.inc gallerylightbox.inc
Log:
Continue to refactor views. This is a fairly large change, but seems to
be in working order. No external api interfaces were changed.
This adds a Ansel_GalleryMode helper class that is composed with Ansel_Gallery
objects to delegate various method calls whose implementations depend on the
current view mode. Also adds a Ansel_Gallery_Date class that wraps/decorates
a single Ansel_Gallery object so we can have mulitple instances of the same
gallery representing different dates loaded at the same time.
Numerous other chagnes to support the new date mode. Still some to clean up,
but the code is (hopefully) fully functional.
Revision Changes Path
1.12 +1 -0 ansel/docs/lighttpd-ansel.conf
1.9 +4 -3 ansel/faces/gallery.php
1.135 +22 -9 ansel/gallery.php
1.14 +8 -3 ansel/gallery/captions.php
1.159 +77 -34 ansel/image.php
1.509 +185 -442 ansel/lib/Ansel.php
1.5 +4 -1 ansel/lib/Forms/Image.php
1.6 +42 -27 ansel/lib/Tile/DateGallery.php
1.34 +6 -9 ansel/lib/Views/Abstract.php
1.119 +6 -4 ansel/lib/Views/Gallery.php
1.3 +18 -26 ansel/lib/Views/GalleryRenderer.php
1.17 +9 -17 ansel/lib/Views/GalleryRenderers/Gallery.php
1.65 +50 -43 ansel/lib/Views/Image.php
1.24 +40 -16 ansel/lib/Widget/Actions.php
1.8 +5 -1 ansel/lib/Widget/SimilarPhotos.php
1.118 +10 -4 ansel/lib/api.php
1.24 +3 -0 ansel/templates/captions/captions.inc
1.8 +3 -15 ansel/templates/image/crop_image.inc
1.51 +3 -15 ansel/templates/image/edit_image.inc
1.2 +4 -2 ansel/templates/image/preview_cropimage.inc
1.26 +4 -2 ansel/templates/image/preview_image.inc
1.7 +4 -14 ansel/templates/image/resize_image.inc
1.173 +4 -0 ansel/templates/view/gallery.inc
1.22 +3 -0 ansel/templates/view/gallerylightbox.inc
1.102 +4 -1 ansel/view.php
Chora Links:
http://cvs.horde.org/diff.php/ansel/docs/lighttpd-ansel.conf?r1=1.11&r2=1.12&ty=u
http://cvs.horde.org/diff.php/ansel/faces/gallery.php?r1=1.8&r2=1.9&ty=u
http://cvs.horde.org/diff.php/ansel/gallery.php?r1=1.134&r2=1.135&ty=u
http://cvs.horde.org/diff.php/ansel/gallery/captions.php?r1=1.13&r2=1.14&ty=u
http://cvs.horde.org/diff.php/ansel/image.php?r1=1.158&r2=1.159&ty=u
http://cvs.horde.org/diff.php/ansel/lib/Ansel.php?r1=1.508&r2=1.509&ty=u
http://cvs.horde.org/diff.php/ansel/lib/Forms/Image.php?r1=1.4&r2=1.5&ty=u
http://cvs.horde.org/diff.php/ansel/lib/Tile/DateGallery.php?r1=1.5&r2=1.6&ty=u
http://cvs.horde.org/diff.php/ansel/lib/Views/Abstract.php?r1=1.33&r2=1.34&ty=u
http://cvs.horde.org/diff.php/ansel/lib/Views/Gallery.php?r1=1.118&r2=1.119&ty=u
http://cvs.horde.org/diff.php/ansel/lib/Views/GalleryRenderer.php?r1=1.2&r2=1.3&ty=u
http://cvs.horde.org/diff.php/ansel/lib/Views/GalleryRenderers/Gallery.php?r1=1.16&r2=1.17&ty=u
http://cvs.horde.org/diff.php/ansel/lib/Views/Image.php?r1=1.64&r2=1.65&ty=u
http://cvs.horde.org/diff.php/ansel/lib/Widget/Actions.php?r1=1.23&r2=1.24&ty=u
http://cvs.horde.org/diff.php/ansel/lib/Widget/SimilarPhotos.php?r1=1.7&r2=1.8&ty=u
http://cvs.horde.org/diff.php/ansel/lib/api.php?r1=1.117&r2=1.118&ty=u
http://cvs.horde.org/diff.php/ansel/templates/captions/captions.inc?r1=1.23&r2=1.24&ty=u
http://cvs.horde.org/diff.php/ansel/templates/image/crop_image.inc?r1=1.7&r2=1.8&ty=u
http://cvs.horde.org/diff.php/ansel/templates/image/edit_image.inc?r1=1.50&r2=1.51&ty=u
http://cvs.horde.org/diff.php/ansel/templates/image/preview_cropimage.inc?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/diff.php/ansel/templates/image/preview_image.inc?r1=1.25&r2=1.26&ty=u
http://cvs.horde.org/diff.php/ansel/templates/image/resize_image.inc?r1=1.6&r2=1.7&ty=u
http://cvs.horde.org/diff.php/ansel/templates/view/gallery.inc?r1=1.172&r2=1.173&ty=u
http://cvs.horde.org/diff.php/ansel/templates/view/gallerylightbox.inc?r1=1.21&r2=1.22&ty=u
http://cvs.horde.org/diff.php/ansel/view.php?r1=1.101&r2=1.102&ty=u
More information about the cvs
mailing list