The branch "master" has been updated. The following is a summary of the commits.
from: fd28c75c675a5d42e88e8b2ae638b6e4a67981d8 3e394d4 Bug: 12668 Ensure protected images don't leak into gallery thumbnails. b7bc7af Clean up some exception handling. d5c6ce1 Fix scope 47a304c Fix variable name. 7ac019f ws, cs e996187 Bug: 12667 Fix report form button behavior. ----------------------------------------------------------------------- commit 3e394d4cd21ef015106ef36c365128d8b736a1f7 Author: Michael J Rubinsky <[email protected]> Date: Sat Sep 14 10:38:46 2013 -0400 Bug: 12668 Ensure protected images don't leak into gallery thumbnails. ansel/lib/ImageGenerator.php | 34 +++++----------------------------- ansel/lib/Tile/Gallery.php | 41 ++++++++++++++++++++++++++++++++++------- 2 files changed, 39 insertions(+), 36 deletions(-) http://git.horde.org/horde-git/-/commit/3e394d4cd21ef015106ef36c365128d8b736a1f7 ----------------------------------------------------------------------- commit b7bc7afeb87071e6216d61a6dce3611ae28ab634 Author: Michael J Rubinsky <[email protected]> Date: Sat Sep 14 11:09:52 2013 -0400 Clean up some exception handling. ansel/bin/ansel | 2 +- ansel/faces/claim.php | 2 +- ansel/faces/custom.php | 2 +- ansel/faces/face.php | 2 +- ansel/faces/image.php | 2 +- ansel/faces/name.php | 2 +- ansel/faces/report.php | 2 +- ansel/faces/savecustom.php | 2 +- ansel/img/mini.php | 2 +- ansel/img/screen.php | 2 +- ansel/img/thumb.php | 2 +- ansel/lib/Ajax/Application/Handler.php | 2 +- ansel/lib/Ajax/Imple/EditCaption.php | 2 +- ansel/lib/Api.php | 2 +- ansel/lib/Application.php | 4 +- ansel/lib/Block/Gallery.php | 4 +- ansel/lib/Block/RecentComments.php | 6 ++-- ansel/lib/Faces/Base.php | 6 ++-- ansel/lib/Faces/Facedetect.php | 2 +- ansel/lib/Gallery.php | 6 ++-- ansel/lib/Image.php | 28 ++++++-------------- ansel/lib/ImageGenerator.php | 4 +- ansel/lib/Storage.php | 4 +- ansel/lib/View/Base.php | 2 +- ansel/lib/View/EmbeddedRenderer/GalleryLink.php | 2 +- ansel/lib/View/List.php | 2 +- ansel/lib/View/Upload.php | 4 +- ansel/lib/Widget/OwnerFaces.php | 2 +- ansel/migration/4_ansel_upgrade_tagstocontent.php | 2 +- ansel/view.php | 2 +- 30 files changed, 49 insertions(+), 59 deletions(-) http://git.horde.org/horde-git/-/commit/b7bc7afeb87071e6216d61a6dce3611ae28ab634 ----------------------------------------------------------------------- commit d5c6ce192d2e9f89b55051cb2d1a3ca25155989e Author: Michael J Rubinsky <[email protected]> Date: Sat Sep 14 12:01:04 2013 -0400 Fix scope ansel/lib/View/GalleryRenderer/Base.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/d5c6ce192d2e9f89b55051cb2d1a3ca25155989e ----------------------------------------------------------------------- commit 47a304cbc380913c96a026690e9abdb82f02ae6d Author: Michael J Rubinsky <[email protected]> Date: Sat Sep 14 12:02:11 2013 -0400 Fix variable name. ansel/report.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/47a304cbc380913c96a026690e9abdb82f02ae6d ----------------------------------------------------------------------- commit 7ac019ff0edb3427452c1c8b1e30c24f57ee268b Author: Michael J Rubinsky <[email protected]> Date: Sat Sep 14 12:07:13 2013 -0400 ws, cs ansel/report.php | 24 ++++++++++++++---------- 1 files changed, 14 insertions(+), 10 deletions(-) http://git.horde.org/horde-git/-/commit/7ac019ff0edb3427452c1c8b1e30c24f57ee268b ----------------------------------------------------------------------- commit e99618710b3fd52a68eda85d522d85992026360a Author: Michael J Rubinsky <[email protected]> Date: Sat Sep 14 12:21:52 2013 -0400 Bug: 12667 Fix report form button behavior. ansel/report.php | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/e99618710b3fd52a68eda85d522d85992026360a -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
