[cvs] commit: ansel image.php view.php ansel/docs CHANGES ansel/gallery captions.php ansel/img upload.php ansel/js slideshow.js ansel/js/src slideshow.js ansel/lib Ansel.php Gallery.php ansel/lib/Block random_photo.php ansel/lib/Views Abstract.php ...
Chuck Hagenbuch
chuck at horde.org
Sat Jun 10 21:13:33 PDT 2006
chuck 2006-06-10 21:13:33 PDT
Modified files:
. image.php view.php
docs CHANGES
gallery captions.php
img upload.php
lib Ansel.php Gallery.php
lib/Block random_photo.php
templates/view gallery.inc
templates/xppublish javascript.inc
themes screen.css
Added files:
js slideshow.js
js/src slideshow.js
lib/Views Abstract.php Gallery.php Image.php
templates/view image.inc
Removed files:
templates/view description-image.inc exif-image.inc
navbar-gallery.inc navbar-image.inc
themes/graphics slideshow_repeat.png
Log:
Integrate slideshow and image views. Closes bug 3785 by completely
replacing the old slideshow code.
This is a pretty big change, but it seems to be in good
shape. Slideshow won't work without javascript, but next/prev links
degrade properly. What won't work is the properties, edit, delete, and
download full image links when you've used js to navigate between
images in the image view. That's on the todo list in slideshow.js.
Revision Changes Path
1.38 +1 -0 ansel/docs/CHANGES
1.2 +2 -2 ansel/gallery/captions.php
1.107 +8 -8 ansel/image.php
1.5 +96 -92 ansel/img/upload.php
1.1 +4 -0 ansel/js/slideshow.js (new)
1.1 +200 -0 ansel/js/src/slideshow.js (new)
1.130 +7 -6 ansel/lib/Ansel.php
1.14 +2 -2 ansel/lib/Block/random_photo.php
1.120 +3 -3 ansel/lib/Gallery.php
1.1 +30 -0 ansel/lib/Views/Abstract.php (new)
1.1 +139 -0 ansel/lib/Views/Gallery.php (new)
1.1 +109 -0 ansel/lib/Views/Image.php (new)
1.32 +0 -65 ansel/templates/view/Attic/description-image.inc (dead)
1.6 +0 -10 ansel/templates/view/Attic/exif-image.inc (dead)
1.13 +0 -26 ansel/templates/view/Attic/navbar-gallery.inc (dead)
1.30 +0 -44 ansel/templates/view/Attic/navbar-image.inc (dead)
1.87 +37 -33 ansel/templates/view/gallery.inc
1.1 +94 -0 ansel/templates/view/image.inc (new)
1.7 +1 -1 ansel/templates/xppublish/javascript.inc
1.2 +0 -3 ansel/themes/graphics/Attic/slideshow_repeat.png (dead)
1.8 +21 -5 ansel/themes/screen.css
1.85 +13 -174 ansel/view.php
Chora Links:
http://cvs.horde.org/diff.php/ansel/docs/CHANGES?r1=1.37&r2=1.38&ty=u
http://cvs.horde.org/diff.php/ansel/gallery/captions.php?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/diff.php/ansel/image.php?r1=1.106&r2=1.107&ty=u
http://cvs.horde.org/diff.php/ansel/img/upload.php?r1=1.4&r2=1.5&ty=u
http://cvs.horde.org/co.php/ansel/js/slideshow.js?r=1.1
http://cvs.horde.org/co.php/ansel/js/src/slideshow.js?r=1.1
http://cvs.horde.org/diff.php/ansel/lib/Ansel.php?r1=1.129&r2=1.130&ty=u
http://cvs.horde.org/diff.php/ansel/lib/Block/random_photo.php?r1=1.13&r2=1.14&ty=u
http://cvs.horde.org/diff.php/ansel/lib/Gallery.php?r1=1.119&r2=1.120&ty=u
http://cvs.horde.org/co.php/ansel/lib/Views/Abstract.php?r=1.1
http://cvs.horde.org/co.php/ansel/lib/Views/Gallery.php?r=1.1
http://cvs.horde.org/co.php/ansel/lib/Views/Image.php?r=1.1
http://cvs.horde.org/co.php/ansel/templates/view/Attic/description-image.inc?r=1.31
http://cvs.horde.org/co.php/ansel/templates/view/Attic/exif-image.inc?r=1.5
http://cvs.horde.org/co.php/ansel/templates/view/Attic/navbar-gallery.inc?r=1.12
http://cvs.horde.org/co.php/ansel/templates/view/Attic/navbar-image.inc?r=1.29
http://cvs.horde.org/diff.php/ansel/templates/view/gallery.inc?r1=1.86&r2=1.87&ty=u
http://cvs.horde.org/co.php/ansel/templates/view/image.inc?r=1.1
http://cvs.horde.org/diff.php/ansel/templates/xppublish/javascript.inc?r1=1.6&r2=1.7&ty=u
http://cvs.horde.org/co.php/ansel/themes/graphics/Attic/slideshow_repeat.png?r=1.1
http://cvs.horde.org/diff.php/ansel/themes/screen.css?r1=1.7&r2=1.8&ty=u
http://cvs.horde.org/diff.php/ansel/view.php?r1=1.84&r2=1.85&ty=u
More information about the cvs
mailing list