[commits] Horde branch ansel-ajax updated. df961d8202feeef687b7830f88dfd6073e6f6eac

Michael J. Rubinsky mrubinsk at horde.org
Tue Jun 17 13:39:38 UTC 2014


The branch "ansel-ajax" has been updated.
The following is a summary of the commits.

from: 1b0b5fda6e296013d1aac5625a74d659e8337c40

ca133e0 Return the descriptive data also.
d66ea49 Differentiate between filename and exif image title.
ad847d2 Actually use the title.
8a96e4d Use the title, remove old cruft.
6baf387 ws
b4e3237 Don't do in-line editing of image title.
2ffa8b0 Add image title to image edit form.
2534fab Not used.
df961d8 Simplify.

Summary: http://github.com/horde/horde/compare/1b0b5fda6e296013d1aac5625a74d659e8337c40...df961d8202feeef687b7830f88dfd6073e6f6eac

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

commit ca133e03597cc96ca276bef9d43679b97209a2a9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jun 16 20:58:35 2014 -0400

    Return the descriptive data also.

 framework/Image/lib/Horde/Image/Exif.php           |   25 ++++++++++++++-----
 framework/Image/test/Horde/Image/Exif/TestBase.php |   11 ++++----
 2 files changed, 24 insertions(+), 12 deletions(-)

http://github.com/horde/horde/commit/ca133e03597cc96ca276bef9d43679b97209a2a9

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

commit d66ea4992b3848c2bc44a5bbb2d1fdf93d3a7b4e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jun 16 21:34:04 2014 -0400

    Differentiate between filename and exif image title.
    
    Also start breaking out exif/attiribute handling into it's own class.

 ansel/config/prefs.php                        |    2 +-
 ansel/gallery/sort.php                        |    5 +-
 ansel/img/ecard.php                           |    4 +-
 ansel/img/upload_preview.php                  |    2 +-
 ansel/lib/Ansel.php                           |    2 +-
 ansel/lib/Api.php                             |    6 ++-
 ansel/lib/Attributes.php                      |   59 +++++++++++++++++++++++++
 ansel/lib/Block/RecentlyAdded.php             |    2 +-
 ansel/lib/Gallery.php                         |    5 +-
 ansel/lib/Image.php                           |   37 +++++++++-------
 ansel/lib/Storage.php                         |   28 ++++++------
 ansel/lib/Tile/Image.php                      |   10 ++--
 ansel/lib/View/Base.php                       |    2 +-
 ansel/lib/View/Image.php                      |    4 +-
 ansel/lib/Widget/SimilarPhotos.php            |    4 +-
 ansel/map_edit.php                            |    2 +-
 ansel/migration/15_ansel_upgrade_addtitle.php |   37 +++++++++++++++
 ansel/package.xml                             |   12 ++++-
 ansel/preview.php                             |    2 +-
 ansel/rss.php                                 |    4 +-
 ansel/templates/captions/captions.inc         |    2 +-
 ansel/templates/faces/custom.inc              |    2 +-
 ansel/templates/faces/gallery.inc             |    4 +-
 ansel/templates/image/crop_image.inc          |    2 +-
 ansel/templates/image/preview_image.inc       |    2 +-
 ansel/templates/image/resize_image.inc        |    2 +-
 ansel/templates/map_edit.html.php             |    2 +-
 ansel/templates/tile/image.html.php           |    2 +-
 ansel/templates/view/image.html.php           |    2 +-
 ansel/templates/view/slideshow.html.php       |    2 +-
 ansel/themes/default/graphics/close.png       |  Bin 0 -> 3720 bytes
 31 files changed, 181 insertions(+), 70 deletions(-)
 create mode 100644 ansel/lib/Attributes.php
 create mode 100644 ansel/migration/15_ansel_upgrade_addtitle.php
 create mode 100644 ansel/themes/default/graphics/close.png

http://github.com/horde/horde/commit/d66ea4992b3848c2bc44a5bbb2d1fdf93d3a7b4e

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

commit ad847d28631e164fd51032381d94ec9afb7d42f7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jun 16 21:40:05 2014 -0400

    Actually use the title.

 ansel/lib/Image.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/ad847d28631e164fd51032381d94ec9afb7d42f7

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

commit 8a96e4d2ccc2a3c130678e67baa773d9aa351635
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jun 16 21:40:24 2014 -0400

    Use the title, remove old cruft.

 ansel/lib/Tile/Image.php            |   15 +--------------
 ansel/lib/View/Base.php             |    3 ---
 ansel/templates/tile/image.html.php |    2 +-
 3 files changed, 2 insertions(+), 18 deletions(-)

http://github.com/horde/horde/commit/8a96e4d2ccc2a3c130678e67baa773d9aa351635

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

commit 6baf387490f5e81e8f9afb090faefb7b54673f0b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jun 16 21:43:36 2014 -0400

    ws

 ansel/rss.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/6baf387490f5e81e8f9afb090faefb7b54673f0b

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

commit b4e323791ba0bb14e162872e29ac184283830161
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jun 16 21:47:01 2014 -0400

    Don't do in-line editing of image title.

 ansel/lib/Tile/Image.php |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

http://github.com/horde/horde/commit/b4e323791ba0bb14e162872e29ac184283830161

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

commit 2ffa8b0a1aa3628e6f2a68ccc79bd81aefd9180d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jun 16 21:54:57 2014 -0400

    Add image title to image edit form.

 ansel/image.php             |    4 +---
 ansel/lib/ActionHandler.php |    2 ++
 ansel/lib/Form/Image.php    |   16 ++++++++--------
 3 files changed, 11 insertions(+), 11 deletions(-)

http://github.com/horde/horde/commit/2ffa8b0a1aa3628e6f2a68ccc79bd81aefd9180d

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

commit 2534faba826a8b6089a6a60a51f1ba85c24db86c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jun 16 21:55:09 2014 -0400

    Not used.

 ansel/lib/Form/Image.php |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/2534faba826a8b6089a6a60a51f1ba85c24db86c

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

commit df961d8202feeef687b7830f88dfd6073e6f6eac
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jun 17 09:35:33 2014 -0400

    Simplify.

 ansel/lib/ActionHandler.php |   53 +++++++++++++++++-------------------------
 1 files changed, 22 insertions(+), 31 deletions(-)

http://github.com/horde/horde/commit/df961d8202feeef687b7830f88dfd6073e6f6eac




More information about the commits mailing list