The branch "master" has been updated. The following is a summary of the commits.
from: 699a5e46563c9f36027980b372623ee8a44749f4 6f43f62 No need to echo this, the method does the output. c8c4219 Convert Image View to Horde_View ----------------------------------------------------------------------- commit 6f43f62a3d9b28ac49461808f04980a6b2ecd07d Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 7 10:30:14 2013 -0500 No need to echo this, the method does the output. ansel/templates/view/gallery.html.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/6f43f62a3d9b28ac49461808f04980a6b2ecd07d ----------------------------------------------------------------------- commit c8c4219b0afeb7794dd867411b422e1a7343f443 Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 7 11:57:14 2013 -0500 Convert Image View to Horde_View ansel/js/views/image.js | 57 ++++++++ ansel/lib/Image.php | 30 ++--- ansel/lib/View/Image.php | 257 +++++++++++++++-------------------- ansel/templates/view/image.html.php | 98 +++++++++++++ ansel/themes/default/screen.css | 6 + 5 files changed, 282 insertions(+), 166 deletions(-) create mode 100644 ansel/js/views/image.js http://git.horde.org/horde-git/-/commit/c8c4219b0afeb7794dd867411b422e1a7343f443 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
