[commits] Horde branch master updated. c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9

Michael Rubinsky mike at theupstairsroom.com
Sat Jul 24 19:07:20 UTC 2010


The branch "master" has been updated.
The following is a summary of the commits.

from: 0ec03ab2b173ac391bbbcda3a783b32af38de718

8c033de Rename Ansel_Gallery::getOwner to Ansel_Gallery::getIdentity
c6f86a7 Various renaming and code organization changes:

-----------------------------------------------------------------------

commit 8c033de2ed775187c43f7d3230cc08858339e290
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 24 14:01:34 2010 -0400

    Rename Ansel_Gallery::getOwner to Ansel_Gallery::getIdentity

 ansel/lib/Gallery.php                              |    7 ++-----
 ansel/lib/Tile/Gallery.php                         |    2 +-
 ansel/lib/View/GalleryRenderer/Gallery.php         |    2 +-
 ansel/lib/View/GalleryRenderer/GalleryLightbox.php |    2 +-
 ansel/lib/Widget/OtherGalleries.php                |    2 +-
 5 files changed, 6 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=8c033de2ed775187c43f7d3230cc08858339e290
http://git.horde.org/diff.php/ansel/lib/Tile/Gallery.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=8c033de2ed775187c43f7d3230cc08858339e290
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/Gallery.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=8c033de2ed775187c43f7d3230cc08858339e290
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/GalleryLightbox.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=8c033de2ed775187c43f7d3230cc08858339e290
http://git.horde.org/diff.php/ansel/lib/Widget/OtherGalleries.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=8c033de2ed775187c43f7d3230cc08858339e290

-----------------------------------------------------------------------

commit c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 24 14:59:24 2010 -0400

    Various renaming and code organization changes:
    
    Rename ansel gallery's "default" image to "key" image - it's not a
    default for anything, name it appropriately in the code
    
    Move all sql storage related code to Ansel_Storage.
    
    Don't use the share's database to manipulate non-share tables.

 ansel/lib/Api.php                               |    4 +-
 ansel/lib/Block/gallery.php                     |    4 +-
 ansel/lib/Block/my_galleries.php                |    2 +-
 ansel/lib/Gallery.php                           |   52 +++++++++-------------
 ansel/lib/Gallery/Decorator/Date.php            |    6 +-
 ansel/lib/GalleryMode/Date.php                  |   18 ++------
 ansel/lib/GalleryMode/Normal.php                |   16 ++-----
 ansel/lib/ImageGenerator.php                    |    4 +-
 ansel/lib/ImageGenerator/PolaroidThumb.php      |    2 +-
 ansel/lib/Storage.php                           |   33 ++++++++++++++
 ansel/lib/Tile/DateGallery.php                  |    2 +-
 ansel/lib/Tile/Gallery.php                      |    2 +-
 ansel/lib/View/EmbeddedRenderer/GalleryLink.php |    6 +-
 ansel/lib/View/Results.php                      |    3 +-
 ansel/lib/Widget/OtherGalleries.php             |    2 +-
 ansel/rss.php                                   |    4 +-
 ansel/templates/group/category.inc              |    2 +-
 ansel/templates/group/owner.inc                 |    2 +-
 18 files changed, 85 insertions(+), 79 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Api.php?rt=horde-git&r1=b3d5b3f124473eb1cdb075f3e2f929731384b478&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/Block/gallery.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/Block/my_galleries.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=8c033de2ed775187c43f7d3230cc08858339e290&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/Gallery/Decorator/Date.php?rt=horde-git&r1=0f7fba3e34d95faed44770b7d484787716bfa9a0&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Date.php?rt=horde-git&r1=253e6a3d0d4e241137f5665e4ac41be62fee9ee8&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Normal.php?rt=horde-git&r1=253e6a3d0d4e241137f5665e4ac41be62fee9ee8&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/ImageGenerator.php?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/ImageGenerator/PolaroidThumb.php?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/Tile/DateGallery.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/Tile/Gallery.php?rt=horde-git&r1=8c033de2ed775187c43f7d3230cc08858339e290&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/View/EmbeddedRenderer/GalleryLink.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/View/Results.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/Widget/OtherGalleries.php?rt=horde-git&r1=8c033de2ed775187c43f7d3230cc08858339e290&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/rss.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/templates/group/category.inc?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/templates/group/owner.inc?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9




More information about the commits mailing list