[commits] Horde branch master updated. 04ce072847321ac9a2eed7f88ebdd23d96969e62

Michael Rubinsky mike at theupstairsroom.com
Sun Jun 13 22:21:38 UTC 2010


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

from: fc55a15165e63d151fdcadf78b80a15a7041f875

04ce072 Use injector for Ansel_Storage.

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

commit 04ce072847321ac9a2eed7f88ebdd23d96969e62
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Jun 13 18:18:33 2010 -0400

    Use injector for Ansel_Storage.
    
    Introduces a new Ansel_Config class for setting ansel config values that
    might change during runtime, such as $scope.  The Ansel_Storage factory uses
    Ansel_Config from the injector to return the proper storage scope. So, to
    use a scope other than the default 'ansel' scope, you need to set it as:
    
    $GLOBALS['injector']->getInstance('Ansel_Config')->set('scope', 'foo');

 ansel/disclamer.php                                |    2 +-
 ansel/edit_dates.php                               |    8 +-
 ansel/faces/claim.php                              |    2 +-
 ansel/faces/custom.php                             |    4 +-
 ansel/faces/gallery.php                            |    2 +-
 ansel/faces/image.php                              |    2 +-
 ansel/faces/name.php                               |    4 +-
 ansel/faces/report.php                             |    2 +-
 ansel/gallery.php                                  |   24 ++--
 ansel/gallery/captions.php                         |    2 +-
 ansel/gallery/delete.php                           |    6 +-
 ansel/gallery/sort.php                             |    2 +-
 ansel/group.php                                    |    8 +-
 ansel/image.php                                    |   40 +++---
 ansel/img/download.php                             |    4 +-
 ansel/img/ecard.php                                |    4 +-
 ansel/img/full.php                                 |    4 +-
 ansel/img/index.php                                |    4 +-
 ansel/img/mini.php                                 |    4 +-
 ansel/img/prettythumb.php                          |    4 +-
 ansel/img/screen.php                               |    4 +-
 ansel/img/thumb.php                                |    4 +-
 ansel/img/upload.php                               |    4 +-
 ansel/img/upload_preview.php                       |    2 +-
 ansel/lib/Ajax/Imple/EditCaption.php               |    6 +-
 ansel/lib/Ajax/Imple/EditFaces.php                 |   10 +-
 ansel/lib/Ajax/Imple/GallerySlugCheck.php          |    2 +-
 ansel/lib/Ajax/Imple/ImageSaveGeotag.php           |    6 +-
 ansel/lib/Ajax/Imple/LocationAutoCompleter.php     |    6 +-
 ansel/lib/Ajax/Imple/TagActions.php                |    6 +-
 ansel/lib/Ansel.php                                |   20 ++--
 ansel/lib/Api.php                                  |  168 ++++++++------------
 ansel/lib/Application.php                          |    7 +-
 ansel/lib/Block/gallery.php                        |    8 +-
 ansel/lib/Block/my_galleries.php                   |    2 +-
 ansel/lib/Block/random_photo.php                   |    2 +-
 ansel/lib/Block/recent_comments.php                |   12 +-
 ansel/lib/Block/recently_added.php                 |   12 +-
 ansel/lib/Block/recently_added_geodata.php         |   12 +-
 ansel/lib/Config.php                               |   32 ++++
 ansel/lib/Faces/Base.php                           |   16 +-
 ansel/lib/Gallery.php                              |   18 +-
 ansel/lib/GalleryMode/Date.php                     |   18 ++-
 ansel/lib/GalleryMode/Normal.php                   |   12 +-
 ansel/lib/Image.php                                |   28 ++--
 ansel/lib/ImageView.php                            |    2 +-
 ansel/lib/ImageView/PolaroidThumb.php              |    2 +-
 ansel/lib/ImageView/PrettyThumb.php                |    2 +-
 ansel/lib/ImageView/ShadowSharpThumb.php           |    2 +-
 ansel/lib/Injector/Factory/Storage.php             |   22 +--
 ansel/lib/Storage.php                              |    9 +-
 ansel/lib/Tags.php                                 |   10 +-
 ansel/lib/Tile/Image.php                           |    2 +-
 ansel/lib/View/Base.php                            |    4 +-
 ansel/lib/View/Embedded.php                        |    3 +-
 ansel/lib/View/EmbeddedRenderer/GalleryLink.php    |    4 +-
 ansel/lib/View/EmbeddedRenderer/Mini.php           |    4 +-
 ansel/lib/View/GalleryRenderer/Gallery.php         |    5 +-
 ansel/lib/View/GalleryRenderer/GalleryLightbox.php |    4 +-
 ansel/lib/View/Image.php                           |    2 +-
 ansel/lib/View/List.php                            |    7 +-
 ansel/lib/View/Results.php                         |    8 +-
 ansel/lib/Widget/Geotag.php                        |    6 +-
 ansel/lib/Widget/OtherGalleries.php                |    2 +-
 ansel/lib/Widget/OwnerFaces.php                    |    2 +-
 ansel/lib/Widget/SimilarPhotos.php                 |    2 +-
 ansel/map_edit.php                                 |    6 +-
 ansel/perms.php                                    |    8 +-
 ansel/preview.php                                  |    4 +-
 ansel/protect.php                                  |    2 +-
 ansel/report.php                                   |    2 +-
 ansel/rss.php                                      |   20 ++--
 ansel/scripts/all_images_exif_to_tags.php          |    2 +-
 ansel/scripts/ansel.php                            |   10 +-
 ansel/scripts/recursive_import.php                 |   12 +-
 ansel/scripts/remote_import.php                    |    8 +-
 ansel/templates/gallery/delete_confirmation.inc    |    2 +-
 ansel/templates/group/category.inc                 |    6 +-
 ansel/templates/group/owner.inc                    |    6 +-
 ansel/xppublish.php                                |   12 +-
 80 files changed, 370 insertions(+), 383 deletions(-)
 create mode 100644 ansel/lib/Config.php

http://git.horde.org/diff.php/ansel/disclamer.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/edit_dates.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/faces/claim.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/faces/custom.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/faces/gallery.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/faces/image.php?rt=horde-git&r1=17429190a9f9a8bf80779b35978cac02ebb1e50b&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/faces/name.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/faces/report.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/gallery.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/gallery/captions.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/gallery/delete.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/gallery/sort.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/group.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/image.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/img/download.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/img/ecard.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/img/full.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/img/index.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/img/mini.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/img/prettythumb.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/img/screen.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/img/thumb.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/img/upload.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/img/upload_preview.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/EditCaption.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/EditFaces.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/GallerySlugCheck.php?rt=horde-git&r1=982b8eb77ff8eedb5da2510adfeaccbb3f8c0d22&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/ImageSaveGeotag.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/LocationAutoCompleter.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/TagActions.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=902acddb01c5f30513e0838e723f2ae3b5b95f70&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Api.php?rt=horde-git&r1=23999429fbb287e301fbb98d03571d61b8e757af&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Application.php?rt=horde-git&r1=01f3b2a47fad7946a8c640fcda0a01cfaf45c648&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Block/gallery.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Block/my_galleries.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Block/random_photo.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Block/recent_comments.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Block/recently_added.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Block/recently_added_geodata.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/co.php/ansel/lib/Config.php?rt=horde-git&r=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Faces/Base.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Date.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Normal.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Image.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/ImageView.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/ImageView/PolaroidThumb.php?rt=horde-git&r1=cbd8bad59d9ec401aebdac10da48d90f3dc3f012&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/ImageView/PrettyThumb.php?rt=horde-git&r1=cbd8bad59d9ec401aebdac10da48d90f3dc3f012&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/ImageView/ShadowSharpThumb.php?rt=horde-git&r1=187aa28931356d5b1b9789b5ae038fc0bd13bce7&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Injector/Factory/Storage.php?rt=horde-git&r1=915027da14f7b892c0790896264146249b54d68a&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Tags.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Tile/Image.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/View/Base.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/View/Embedded.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/View/EmbeddedRenderer/GalleryLink.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/View/EmbeddedRenderer/Mini.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/Gallery.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/GalleryLightbox.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/View/Image.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/View/List.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/View/Results.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Widget/Geotag.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Widget/OtherGalleries.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Widget/OwnerFaces.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/lib/Widget/SimilarPhotos.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/map_edit.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/perms.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/preview.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/protect.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/report.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/rss.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/scripts/all_images_exif_to_tags.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/scripts/ansel.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/scripts/recursive_import.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/scripts/remote_import.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/templates/gallery/delete_confirmation.inc?rt=horde-git&r1=8a517bbf2a3f1bee8f19b8bf1de4cb270fb8a2b7&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/templates/group/category.inc?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/templates/group/owner.inc?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62
http://git.horde.org/diff.php/ansel/xppublish.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=04ce072847321ac9a2eed7f88ebdd23d96969e62




More information about the commits mailing list