[commits] Horde branch master updated. 73b32fa8b236db1cd2cf582542217f6557f0393e

Michael Rubinsky mrubinsk at horde.org
Sat Oct 9 14:25:50 UTC 2010


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

from: b65c24d82666bba302bee7960b2f1260e02ad6ae

29a5a09 Move binders to factories in ansel
73b32fa two more places to use a hash instead of property access, instance might contain special characters

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

commit 29a5a0975e4472ba821b65511549aaecc3da5fdb
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Oct 9 10:02:15 2010 -0400

    Move binders to factories in ansel

 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                                  |   10 ++--
 ansel/gallery/captions.php                         |    2 +-
 ansel/gallery/delete.php                           |    6 +-
 ansel/gallery/sort.php                             |    2 +-
 ansel/group.php                                    |    4 +-
 ansel/image.php                                    |   40 +++++++-------
 ansel/img/download.php                             |    4 +-
 ansel/img/ecard.php                                |    2 +-
 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                               |    2 +-
 ansel/img/upload_preview.php                       |    2 +-
 ansel/lib/Ajax/Imple/EditCaption.php               |    6 +-
 ansel/lib/Ajax/Imple/EditFaces.php                 |   10 ++--
 ansel/lib/Ajax/Imple/EditGalleryFaces.php          |   12 ++--
 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                                |   16 +++---
 ansel/lib/Api.php                                  |   60 ++++++++++----------
 ansel/lib/Application.php                          |   12 ++--
 ansel/lib/Block/gallery.php                        |    6 +-
 ansel/lib/Block/my_galleries.php                   |    4 +-
 ansel/lib/Block/random_photo.php                   |    2 +-
 ansel/lib/Block/recent_comments.php                |   10 ++--
 ansel/lib/Block/recently_added.php                 |   12 ++--
 ansel/lib/Block/recently_added_geodata.php         |    4 +-
 ansel/lib/Faces/Base.php                           |   16 +++---
 ansel/lib/Gallery.php                              |   18 +++---
 ansel/lib/Gallery/Decorator/Date.php               |    6 +-
 ansel/lib/GalleryMode/Date.php                     |   18 +++---
 ansel/lib/GalleryMode/Normal.php                   |   22 ++++----
 ansel/lib/Image.php                                |   20 +++---
 ansel/lib/ImageGenerator.php                       |    4 +-
 ansel/lib/ImageGenerator/PolaroidThumb.php         |    2 +-
 ansel/lib/ImageGenerator/RoundedThumb.php          |    2 +-
 ansel/lib/ImageGenerator/ShadowThumb.php           |    2 +-
 ansel/lib/Injector/Binder/Faces.php                |   27 ---------
 ansel/lib/Injector/Binder/Storage.php              |   23 --------
 ansel/lib/Injector/Binder/Styles.php               |   52 -----------------
 ansel/lib/Injector/Factory/Faces.php               |   21 +++++++
 ansel/lib/Injector/Factory/Storage.php             |    2 +-
 ansel/lib/Injector/Factory/Styles.php              |   46 +++++++++++++++
 ansel/lib/Search/Tag.php                           |    4 +-
 ansel/lib/Storage.php                              |    2 +-
 ansel/lib/Tagger.php                               |    4 +-
 ansel/lib/Tile/Image.php                           |    2 +-
 ansel/lib/View/Base.php                            |    4 +-
 ansel/lib/View/EmbeddedRenderer/GalleryLink.php    |    2 +-
 ansel/lib/View/EmbeddedRenderer/Mini.php           |    4 +-
 ansel/lib/View/GalleryProperties.php               |   16 +++---
 ansel/lib/View/GalleryRenderer/Gallery.php         |    4 +-
 ansel/lib/View/GalleryRenderer/GalleryLightbox.php |    4 +-
 ansel/lib/View/Image.php                           |    2 +-
 ansel/lib/View/List.php                            |    2 +-
 ansel/lib/View/Results.php                         |    4 +-
 ansel/lib/View/Upload.php                          |    2 +-
 ansel/lib/Widget/Geotag.php                        |    4 +-
 ansel/lib/Widget/OtherGalleries.php                |    4 +-
 ansel/lib/Widget/SimilarPhotos.php                 |    4 +-
 ansel/map_edit.php                                 |    6 +-
 ansel/perms.php                                    |   10 ++--
 ansel/preview.php                                  |    4 +-
 ansel/protect.php                                  |    2 +-
 ansel/report.php                                   |    2 +-
 ansel/rss.php                                      |   26 ++++----
 ansel/scripts/all_images_exif_to_tags.php          |    2 +-
 ansel/scripts/ansel.php                            |   10 ++--
 ansel/scripts/recursive_import.php                 |   14 ++--
 ansel/scripts/remote_import.php                    |   10 ++--
 ansel/templates/gallery/delete_confirmation.inc    |    2 +-
 ansel/templates/group/owner.inc                    |   12 ++--
 ansel/xppublish.php                                |   12 ++--
 86 files changed, 362 insertions(+), 397 deletions(-)
 delete mode 100644 ansel/lib/Injector/Binder/Faces.php
 delete mode 100644 ansel/lib/Injector/Binder/Storage.php
 delete mode 100644 ansel/lib/Injector/Binder/Styles.php
 create mode 100644 ansel/lib/Injector/Factory/Faces.php
 create mode 100644 ansel/lib/Injector/Factory/Styles.php

http://git.horde.org/diff.php/ansel/disclamer.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/edit_dates.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/faces/claim.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/faces/custom.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/faces/gallery.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/faces/image.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/faces/name.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/faces/report.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/gallery.php?rt=horde-git&r1=5e4cc535f3399360b1fbb7bdc3d20d5fb7891d11&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/gallery/captions.php?rt=horde-git&r1=c3c6189c23971de660d2f8f1876562d15a086286&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/gallery/delete.php?rt=horde-git&r1=b1297987277a7b1ff5eb7021087b313e2b936975&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/gallery/sort.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/group.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/image.php?rt=horde-git&r1=ec604b28b431054f96ce346520e8b98de031102a&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/img/download.php?rt=horde-git&r1=d1719f334a03e88cddade61b24edfec9fb59bbfc&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/img/ecard.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/img/full.php?rt=horde-git&r1=d1719f334a03e88cddade61b24edfec9fb59bbfc&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/img/index.php?rt=horde-git&r1=d1719f334a03e88cddade61b24edfec9fb59bbfc&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/img/mini.php?rt=horde-git&r1=d1719f334a03e88cddade61b24edfec9fb59bbfc&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/img/prettythumb.php?rt=horde-git&r1=d1719f334a03e88cddade61b24edfec9fb59bbfc&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/img/screen.php?rt=horde-git&r1=d1719f334a03e88cddade61b24edfec9fb59bbfc&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/img/thumb.php?rt=horde-git&r1=d1719f334a03e88cddade61b24edfec9fb59bbfc&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/img/upload.php?rt=horde-git&r1=ae527444ba9e707056cd287c4faf0f3eb13f399a&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/img/upload_preview.php?rt=horde-git&r1=8d18af4b50bb948a42758943ae0af76ae4934e2a&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/EditCaption.php?rt=horde-git&r1=8352173fc37d37ad4a99af2a4508a8b7e9600f50&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/EditFaces.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/EditGalleryFaces.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/GallerySlugCheck.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/ImageSaveGeotag.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/LocationAutoCompleter.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/TagActions.php?rt=horde-git&r1=517d58fc1ec2409ce45e6d9f45069febd2fc611e&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=d46440a10a583a3ddf3e8d61086328eef2b566d1&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Api.php?rt=horde-git&r1=d1719f334a03e88cddade61b24edfec9fb59bbfc&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Application.php?rt=horde-git&r1=d1719f334a03e88cddade61b24edfec9fb59bbfc&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Block/gallery.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Block/my_galleries.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Block/random_photo.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Block/recent_comments.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Block/recently_added.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Block/recently_added_geodata.php?rt=horde-git&r1=c3c6189c23971de660d2f8f1876562d15a086286&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Faces/Base.php?rt=horde-git&r1=d1719f334a03e88cddade61b24edfec9fb59bbfc&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=ec604b28b431054f96ce346520e8b98de031102a&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Gallery/Decorator/Date.php?rt=horde-git&r1=c3c6189c23971de660d2f8f1876562d15a086286&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Date.php?rt=horde-git&r1=d1719f334a03e88cddade61b24edfec9fb59bbfc&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Normal.php?rt=horde-git&r1=d1719f334a03e88cddade61b24edfec9fb59bbfc&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Image.php?rt=horde-git&r1=d1719f334a03e88cddade61b24edfec9fb59bbfc&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/ImageGenerator.php?rt=horde-git&r1=eb29b00fb8aaf7a9de0ac0a250a31837b60a46d6&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/ImageGenerator/PolaroidThumb.php?rt=horde-git&r1=eb29b00fb8aaf7a9de0ac0a250a31837b60a46d6&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/ImageGenerator/RoundedThumb.php?rt=horde-git&r1=eb29b00fb8aaf7a9de0ac0a250a31837b60a46d6&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/ImageGenerator/ShadowThumb.php?rt=horde-git&r1=eb29b00fb8aaf7a9de0ac0a250a31837b60a46d6&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Injector/Binder/Faces.php?rt=horde-git&r1=01f3b2a47fad7946a8c640fcda0a01cfaf45c648&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Injector/Binder/Storage.php?rt=horde-git&r1=41ad055ae89a331723e9e4ba131456e82ae508c5&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Injector/Binder/Styles.php?rt=horde-git&r1=eb29b00fb8aaf7a9de0ac0a250a31837b60a46d6&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/co.php/ansel/lib/Injector/Factory/Faces.php?rt=horde-git&r=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Injector/Factory/Storage.php?rt=horde-git&r1=c685edee620ef4d9931ef899c7f1ad162bf430af&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/co.php/ansel/lib/Injector/Factory/Styles.php?rt=horde-git&r=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Search/Tag.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=8352173fc37d37ad4a99af2a4508a8b7e9600f50&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Tagger.php?rt=horde-git&r1=08cad3ed234a2110ebdf0101854da3e1c92cd30a&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Tile/Image.php?rt=horde-git&r1=8352173fc37d37ad4a99af2a4508a8b7e9600f50&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/View/Base.php?rt=horde-git&r1=8352173fc37d37ad4a99af2a4508a8b7e9600f50&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/View/EmbeddedRenderer/GalleryLink.php?rt=horde-git&r1=c3c6189c23971de660d2f8f1876562d15a086286&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/View/EmbeddedRenderer/Mini.php?rt=horde-git&r1=5ba384dbf3b05b0d4f930c4242f8b125c56a59eb&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/View/GalleryProperties.php?rt=horde-git&r1=6600cef25a20902e7cf54a772cf24aaed39f9a7d&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/Gallery.php?rt=horde-git&r1=eb29b00fb8aaf7a9de0ac0a250a31837b60a46d6&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/GalleryLightbox.php?rt=horde-git&r1=eb29b00fb8aaf7a9de0ac0a250a31837b60a46d6&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/View/Image.php?rt=horde-git&r1=6600cef25a20902e7cf54a772cf24aaed39f9a7d&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/View/List.php?rt=horde-git&r1=ec604b28b431054f96ce346520e8b98de031102a&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/View/Results.php?rt=horde-git&r1=c3c6189c23971de660d2f8f1876562d15a086286&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/View/Upload.php?rt=horde-git&r1=db8a7b23061bb3e69326ebdc3a48e15ed6b032c8&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Widget/Geotag.php?rt=horde-git&r1=6600cef25a20902e7cf54a772cf24aaed39f9a7d&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Widget/OtherGalleries.php?rt=horde-git&r1=d46440a10a583a3ddf3e8d61086328eef2b566d1&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/lib/Widget/SimilarPhotos.php?rt=horde-git&r1=fa0842d98bff43635143eef9a9fe0d54f35f02fb&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/map_edit.php?rt=horde-git&r1=6600cef25a20902e7cf54a772cf24aaed39f9a7d&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/perms.php?rt=horde-git&r1=f4f153147c89de458e435625189b68f05cf8ac4c&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/preview.php?rt=horde-git&r1=a580cc443acd1958723387a40327970724b1210c&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/protect.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/report.php?rt=horde-git&r1=c3c6189c23971de660d2f8f1876562d15a086286&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/rss.php?rt=horde-git&r1=ec604b28b431054f96ce346520e8b98de031102a&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/scripts/all_images_exif_to_tags.php?rt=horde-git&r1=f4f153147c89de458e435625189b68f05cf8ac4c&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/scripts/ansel.php?rt=horde-git&r1=f4f153147c89de458e435625189b68f05cf8ac4c&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/scripts/recursive_import.php?rt=horde-git&r1=f4f153147c89de458e435625189b68f05cf8ac4c&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/scripts/remote_import.php?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/templates/gallery/delete_confirmation.inc?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/templates/group/owner.inc?rt=horde-git&r1=0e86e6d7c1c54c1a5ea85e9121da8364f42f23d0&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb
http://git.horde.org/diff.php/ansel/xppublish.php?rt=horde-git&r1=f4f153147c89de458e435625189b68f05cf8ac4c&r2=29a5a0975e4472ba821b65511549aaecc3da5fdb

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

commit 73b32fa8b236db1cd2cf582542217f6557f0393e
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Oct 9 10:24:52 2010 -0400

    two more places to use a hash instead of property access, instance might contain special characters

 horde/templates/block/twitter_tweet.html.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/horde/templates/block/twitter_tweet.html.php?rt=horde-git&r1=135c2b557b8ac800c816880a5252b26335803258&r2=73b32fa8b236db1cd2cf582542217f6557f0393e




More information about the commits mailing list